/* ------------------------------------------------------ */
/* ## WORDPRESS OVERIDE
/* ------------------------------------------------------ */
aside#secondary,
h1.entry-title,
footer.entry-footer {
    display: none;
}



/* ------------------------------------------------------ */
/* ## GENERIC CLASSES
/* ------------------------------------------------------ */
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
a {
    text-decoration: none;
}
p{
    font-size: 16px;
    color: #555555;
}
.valign {
    display: table;
    vertical-align: middle;
}
.wma-fullwidthcontainer {
    margin: 0 auto;
    max-width : 1170px;
}
.wma-content * {
    font-family: 'Roboto', sans-serif;
}
.wma-content p {
    color: #868686;
    font-size: 16px;
}
html {
    overflow-x: hidden;
    height: 100%;
}
.section-homepage-container {
    margin-top: 0;
}


/* ------------------------------------------------------ */
/* ##  COMPONENT
/* ------------------------------------------------------ */
.page-template a {
    color: #01B2B7;
}

/* ------------------------------------------------------ */
/* ##  HEADER MENU
/* ------------------------------------------------------ */
.wma-menu-container {   
    display: table;
    float: right;
    padding-top: 25px;   
    height: 70px; 
}
.first-level-menu {
    position: relative;
}
.wma-nav-wrapper {
    cursor: default;
    display: table-cell;
    float: right;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    vertical-align: bottom;
    z-index: 500;
}
.wma-logo img.img-responsive {
    margin: 0 auto;
}
.wma-logo img.img-responsive.img-test {
    margin: 0 auto;
    max-width: 160px;
}
.navbar-wma .row .wma-logo {
    padding-top: 15px;
}
.navbar-wma {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    /* background: #3641932b; */
}
.navbar-wma ul.navbar-nav li > a {
    color: #fff;    
    display: block;
    font-size: 16px;
    padding: 5px 10px;
    position: relative;
    text-transform: capitalize;
    text-align: left;
}
.navbar-wma ul.navbar-nav li.contact-btn {
    background: #01B2B7;
    border-radius: 25px;
    margin-left: 18px;
    transition: 0.3s ease-in-out;
}
.navbar-wma ul.navbar-nav li.contact-btn > a {    
    display: table;
    margin: 0px 0px 0 10px;
    padding: 5px 20px;    
    text-align: center !important;
}
.navbar-wma ul.navbar-nav li.contact-btn:hover > a {
    color: #01B2B7;    
    border-radius: 25px;
}
.navbar-wma ul.navbar-nav li.contact-btn:hover {
    background: #FFF;
}
.navbar-wma ul.navbar-nav li.contact-btn:hover> a {
    border: none;
}
.navbar-wma ul.navbar-nav li:hover > a,
.navbar-wma ul.navbar-nav li:focus > a {
    text-decoration: none;
    background-color: transparent;
}
.navbar-wma ul.navbar-nav li.first-level-menu:hover > a::after,
.navbar-wma ul.navbar-nav li.first-level-menu:focus > a::after{
    opacity: 1;
    left: 5px;
    left: 5px;
}
.navbar-wma ul.navbar-nav li.first-level-menu > a::after{
    content: '';    
    width: calc(100% - 15px);
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: -7px;
    left: 0;
    opacity: 0;
    transition: 0.4s linear;
}
.navbar-wma ul.navbar-nav li.first-level-menu:last-child  > a::after {
    display: none;

}
.navbar-wma .nav .open>a,
.navbar-wma .nav .open>a:hover,
.navbar-wma .nav .open>a:focus {
    background: none;
}
.wma-menu-container ul.dropdown-menu {
    min-height: 125px;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 0;
    border: none;
    background-color:#354093;
}

.navbar-wma ul.navbar-nav li ul.dropdown-menu li {
    background: none;
    margin-left: 0;
    border-radius: 0;
}
.navbar-wma ul.navbar-nav li ul.dropdown-menu li:hover {
    background: #fff;
    margin-left: 0;
}
.navbar-wma ul.navbar-nav li ul.dropdown-menu li:hover > a {
    background: none;
    border-radius: 0;    
    color: #354093;
}
.dropdown:hover .dropdown-menu {
    position: absolute;
    display: block;
}

.wma-menu-container .first-level-menu span.caret {
    display: none;
}
.wma-nav-wrapper >li {
    display: block;
    line-height: 15px;
    list-style: none;
}
.wma-nav-wrapper li a {
    padding-left: 5px !important;
    text-decoration: none;
}
.menu-container .dropdown-menu ul.dropdown-menu {
    position: absolute;
    box-shadow: none;
    border-radius: 0;
    border: none;
    bottom: 0;
    top: 0;
    margin-top: 0 !important;
    left: 100%;
    width: auto;
}
.first-level-menu .dropdown-menu li a {
    padding: 10px 10px !important;
}

.first-level-menu {
    position: relative;
}
.second-level-menu  {
    position: initial !important; 
}
.second-level-menu:hover > a ~ ul.dropdown-menu {
    display: block !important;
}
.second-level-menu > a ~ ul.dropdown-menu {
    display: none !important;
}



/* ------------------------------------------------------ */
/* ## HOME
/* ------------------------------------------------------ */



/* homepage- section title */
.title-wrapper {
    padding-bottom: 50px;
    margin-top: 40px;
    text-align: center;
}
.horizontal-line-title {
    height: 2px;
    width: 44px;
    margin: 0 auto;
    margin-top: 33px;
}

.wma-text-p {
    margin-top: 40px;   
    text-align: left;
}
.wma-text-p p {
    padding: 0 ;    
    line-height: 24px;
}

.wma-section-title h1.section-title {
    letter-spacing: 3px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
}
.wma-section-title h3.section-subtitle {
    font-weight: 400;
    line-height: 20px;
    font-size: 20px;
    letter-spacing: 2px;
}

/* slider */
.news-event-wrapper {  
    max-height: 768px;
}
.homepage-slider-header {
    top: -94px;
    overflow: visible !important;

}

.news-event-wrapper >[class*=col-] {
    height: 768px;
    padding: 0;
    max-height: 768px;
}

.news-event-wrapper>.col-md-3 {
    background: #354093; 
    text-align: center;

}
.wma-logo-wrapper {
    padding: 25px 0;
    margin-top: 10px;
}
.static-title h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 1.5;
}
/* .static-title {
    margin-bottom: 59px;
} */
.static-title h1 > span {
    color: #01B2B7;
}

.static-section-title h4 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.5;    
    margin-top: 20px;
}

.static-section-title.uppercase {
    margin-top: 0;
}

.news-slides,
.careers-slides,
.tenders-slides {
    margin: 0 auto;
    color: #ffffff;
    max-width: 100% !important;    
    max-height: 100px;
}

.careers-slides{
    height: 75px;
}

.careers-title p {
    margin-bottom: 35px;
}
.news-title p,
.news-excerpt p,
.careers-title p ,
.tenders-title p{
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 400;
    
}
.news-excerpt p {
    margin-top: 0;
    margin-bottom: 35px;
}
.news-type-wrapper {
    margin: 0;
}
.news-title p{
    margin: 0;
}


/* slider */
.image-slick-wma {
    width: 100%;
    max-height: 768px;
    object-fit: cover;
}
.homepage-banner {
    background: url(./images/blue-graphic.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: left;
}

.main-slider-homepage button.slick-arrow {
    position: absolute;
    bottom: 30px;
    height: 28px;
    right: 89px;
    z-index: 1;
    width: 88px;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;    
    border: none;

}
.main-slider-homepage button.slick-next.slick-arrow {    
    right: 50px;
    background-image: url(./images/long-arrow-right.png);    
}
.main-slider-homepage button.slick-prev.slick-arrow {
    right: 203px;
    background-image: url(./images/long-arrow-left.png);
}
.news-slick-content {
    margin-bottom: 35px;
}



.small-box {
    height: 187px;
    width: 492px;
    background-color: #01B2B7;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    bottom: -67px;
    right: 36px;
}
.small-box-image {
    float: right;
    max-width: 25vw;   
}
.small-graphic-wrapper {
    position:  absolute;
    right: 0;
    bottom: 6px;
    float: right;
    display: table;
}
.small-box-image img.img-responsive {
    height: auto;
    width: 19vw;
}




.slick-slide a:focus {
    outline: none !important;
}
.slick-slide a:hover{
    text-decoration: none;
}
.slick-slide a:hover .news-slides p{
    color: #354092;
}

.slick-slide a:hover .careers-slides p {
    color: #01B2B7;
}

.slick-slide a:hover .tenders-slides p {
    color: #354093;
}



/* new slider-homepage */

.home-slick-container>.row > [class*=col-] {
    height: 768px;
    padding: 0;
    max-height: 768px;
}
.home-slick-container .row {
    margin: 0;
}
.home-slick-container .row> .col-md-3 {
    background:#323e94;
    text-align: center;
}
.slider-container-wrapper.main-slider-homepage {
    max-height: 768px;
}


.news-event-wrapper-desc .small-box-text p {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 0 30px;
}
.small-box-text.uppercase {   
    display: table-cell;
    vertical-align: middle;
}
.news-event-wrapper-desc {
    height: calc(100% - 332px);
    display: table;
    margin: 0 auto;
}
.wma-logo-slide-text-wrapper {
    height: 100%;
}

/* what's new */
div#whats-new .title-wrapper {
    margin-top: 0;
    padding-bottom: 72px;
}
.row.whats-new-row {
    margin-bottom: 25px;
}
.whats-new-section .news-excerpt {
    padding-top: 14px;
}
.whats-new-row .box-type-wrapper {
    margin-bottom: 0;
}
.wrapper-whatsnew-box {
    text-align: center;
}
.whats-new-section {
    padding-bottom: 64px; 
    padding-top: 0;
}
.box-layout.whats-new-box {
    border-radius: 16px;
    height: 270px;
    max-width: 350px;
    margin: 0 auto;
    padding: 36px;
}
.news-whatsnew {
    background-color: #01B2B7;
}
.adverts {
    background-color: #354093;
}
.tenders {
    background-color: #747BB4;
}



.slider-container-wrapper .slick-list {
    overflow: visible;
}
.document-box:hover .line-whats-new:after {
    width: 65px;
    background: #01B2B7;
    opacity: 1;
    height: 2px;
}

p.whats-new-title {
    color: #868686;    
    margin-right: 29px;
}
.document-box:hover a.whats-new-option {
    text-decoration: none;
}
p.whats-new-title::after {
    content: '';
    width: 15px;
    height: 14px;
    background-image: url(https://dev-do.gws-technologies.com/wma/wp-content/themes/wmamauritius/images/download-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 46px;
    top: 0;
}

.document-box:hover p.whats-new-title {
    color: #01b3b7;
}
.document-box:hover:hover .whats-new-date p {
    color: #354093;
}

/* about us */
.about-us-section,
.core-business-section.publications-section {
    padding-bottom: 65px;
}
.box-type-wrapper {
    margin-bottom: 25px;
}

#about-us .title-wrapper {
    padding-bottom: 50px;
}
/* box section */
.box-layout {
    cursor: pointer;
}
/* wide-box */
.wide-box {
    max-width: 350px;
    max-height: 350px;  
    position: relative;
    margin: 0 auto 25px;
}
.box-wrapper {
    margin-bottom: 100px;
    border-radius: 25px;
}
.box-text {
    background: #052B5Eba;
    color: #FFFFFF;
    border-radius: 25px;
}
.wide-box .image-section {
    width: 100%;
    height: 350px;
    position:  relative;
    overflow:  hidden;
    border-radius: 25px;

}
.box-img-container {
    position: relative;
    overflow: hidden;
}
.wide-box .box-img-container img {
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.wma-title h1.wma-box-title {
    display: inline-block;
    position: absolute;
    color: #FFFFFF;
    font-weight: 500;    
    line-height: 25px;
    left: 0;
    padding: 0 21px;
    bottom: 17px;
    font-size: 25px;
    word-wrap: break-word;
    transition: 0.3s ease-in-out;
}
h1.wma-box-title {
    vertical-align: middle;
    display: inline-block;
}
.wide-box .image-svg-box {
    bottom: 0;
    position: absolute;
}
.wide-box .box-text-section {
    background: #052B5Eba;
    position: absolute;
    top: 350px;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}
.box-hover {
    position: absolute;
    bottom: -230px;
    transition: 0.3s ease-in-out;
    width: 100%;
}
.box-layout:hover .wma-title.wma-title-type h1.wma-box-title {
    position: absolute;
    opacity: 1 !important;
    bottom: 208px;
    
}
.image-section:hover .box-text-section {
    top: 0;
}
.box-text-section .box-description {
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 20px;
}

.wide-box .box-text-section .button-read-more {
    float: right;
    position: absolute;
    bottom: 48px;
    right: 22px;
}
.wide-box .box-text-section .button-read-more a {
    padding: 12px 27px;
    width: 100%;
    background: #01B2B7;
    border-radius: 24px;
    transition: 0.3s ease-in-out;
}
p.box-description {
    display: inline-block;
    vertical-align: middle;
}
.box-layout:hover .wma-title h1.wma-box-title,
.box-layout:hover .image-svg-box,
.box-layout:hover .image-svg-box-tall {
    opacity: 0;
}
.box-layout:hover .box-hover {
    bottom: 0;
}
.wma-description p {
    position: absolute;
       bottom: 40px;
    min-height: 150px;
}
.box-layout:hover .box-hover .wma-description {
    min-height: 160px;
}

.button-read-more a {
    color: #fff;
    font-size: 14px;
}


.scroll-down-container {
    margin-top: 30px;
    color: #767676;
    text-transform: uppercase;
    font-size: 12px;
}
/* tall-box */
.tall-box {
    max-width: 255px;
    max-height: 391px;
    position: relative;
    margin: 0 auto 25px;
    
}
.tall-box .image-section {
    width: 100%;
    height: 391px;
    position:  relative;
    overflow:  hidden;
    border-radius: 25px;
}
.tall-box .box-img-container img {
    object-fit: cover;
    height: 391px;
    width: 100%;
}
.tall-box .box-text-section {
    background: #052B5Eba;
    position: absolute;
    top: 400px;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}
.wma-title img.wma-box-icon.hover-icon {
    display: inline-block;
    position: absolute;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 20px;
    left: 0;
    padding: 0 21px;
    bottom: 85px;
    font-size: 25px;
    word-wrap: break-word;
    transition: 0.3s ease-in-out;
}
.tall-box .wma-title h1.wma-box-title {
    font-size: 24px;
    bottom: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

.tall-box .image-svg-box-tall {
    opacity: 0.7;
    position: absolute;
    bottom: 0;
}
.box-layout:hover .wma-title.wma-title-type img.wma-box-icon.hover-icon {
    position: absolute;
    opacity: 1 !important;
    bottom: 270px;
}
.box-layout:hover .wma-title img.wma-box-icon.hover-icon {
    opacity: 0;
}
.tall-box .box-text-section .button-read-more {
    float: right;
    position: absolute;
    bottom: 34px;
    right: 12px;
}

.tall-box .box-text-section .button-read-more a {
    padding: 12px 27px;
    width: 100%;
    background: #01B2B7;
    border-radius: 24px;
    transition: 0.3s ease-in-out;
}
.box-text-section .button-read-more a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #01B2B7;
}
/* publication */
.publications-section .box-layout:hover .wma-title.wma-title-type img.wma-box-icon.hover-icon {
    bottom: 250px;
}

.publications-section .box-layout:hover .wma-title.wma-title-type h1.wma-box-title {
    bottom: 173px;
}
.publications-section .tall-box .box-text-section .button-read-more {
    float: left;
    left: 22px;
    bottom: 119px;
}

/* engagement */
.engagement-slider-container-wrapper {
    position: absolute !important;
    top: 313px;
    right: 0;
    left: 0;
    height: 63vh;
    z-index: 1;
}
.our-engagement-container .title-wrapper {
    margin-top: 0;
}
#our-engagement .wpb_wrapper::after {
    content: '';
    width: 100%;
    min-height: calc(99vh - 19%);
    background-image: url(./images/algue-graphic.png) !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 38px;
    right: 1px;
    left: 0;
    background-size: cover;
    background-position: center bottom;
}
.container-engagement {
    height: 60vh;
    margin-bottom: 35px;
}

.engagement-background {
    background-color:#01B2B7;
    height: 50vh;
}
p.engagement-excerpt-text {
    color: #fff;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 35px;
}
.video-content{
    height: 41vh;
    width: 675px !important;

}
.engagement-slick-container {
    height: 62vh;
    color: #fff;
    font-weight: 300;
    line-height: 23px;
    font-family: 'Roboto' ,sans-serif;
}
.engagement-slick-container .engagement-excerpt {
    color: #fff;
}
.engagement-slide {
    height: 45vh;
    display: table;
    margin:  0 auto;
}
.slide-wrapper {
    display: table-cell;
    vertical-align: middle;
    /* bottom: 0;
    height: 45vh;
    position: absolute; */
}
.slide-wrapper h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    position: relative;
    text-align: center;
    top: 105px;
    word-wrap: break-word;
    margin: 0 auto;
    padding: 0 91px;
    line-height: 26px;
}
/* services */
.service-box-wrapper {
    border-radius: 2px;
    box-shadow: 0 4px 9px rgba(0,0,0,0.25), 0 1px 11px rgba(0,0,0,0.22);
    height: 110px;
    transition: 0.3s ease-in-out;
    margin-bottom: 31px;
    padding: 20px 40px;
    display: table;
    width: 100%;
}

.service-box-wrapper .image-wrapper-service {
    height: 48px;
    width: 50px;
    margin: 0 auto;
}
.service-box-wrapper .row {
    display: table-cell;
    vertical-align: middle;
}
.service-wrapper-text{   
    text-align: center;
    display: table;
    width: 100%;
    height: 50px;    
    
}
.service-wrapper-text a.service-text {
    display: table-cell;
    vertical-align: middle;
}
.service-box-wrapper .image-wrapper-service img {
    object-position: center;
    height: 50px;
    width: 50px;
    object-fit: contain;
}

a.service-text {
    font-size: 14px; 
    color: #868686;
}
.service-row {
    margin-top: 10px;
}
.service-box-wrapper:hover  {
    background: #01B2B7;
    cursor: pointer;
}
.service-box-wrapper svg.img-icon {
    width: 50px;
    height: 50px;
}
.service-box-wrapper:hover a.service-text {
    text-decoration: none;
    color: #fff;
}

.service-box-wrapper:hover svg.img-icon path,
.service-box-wrapper:hover svg.img-icon line,
.service-box-wrapper:hover svg.img-icon polyline,
.service-box-wrapper:hover svg.img-icon circle,
.service-box-wrapper:hover svg.img-icon rect {
    stroke: #fff;
}
a.service-icon:hover, a.service-icon:focus {
    text-decoration: none;

}

.readmore {
    margin-bottom: 95px !important;
}
.readmore button {
    color: #FFF !important;
    background: #01aeb4 !important;
    padding: 12px 27px !important;
}
.readmore button:hover {
    background: #FFF !important;
    color: #01aeb4 !important;
    border: 1px solid #01aeb4 !important;
}


/* facts & figures */
.facts-wrapper {
    margin: 0 auto 95px;
    text-align: center;
}

.facts-wrapper .img-wrapper {
    height: 96px;
    width: 100%;
}

.figures-wrapper h1 {
    color: #354092;
    font-size: 48px;
    font-weight: 400;
}
.figures-wrapper h1>span > h3 {
    font-weight: 400;
    margin-top: 10px;
    display: none;
}
.excerpt-fact {
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
}
.excerpt-fact p {
    color: #fff;
    font-weight: 400;;
}
/* ------------------------------------------------------ */
/* ## COMPOSITION
/* ------------------------------------------------------ */


/* ------------------------------------------------------ */
/* ## STATIC TEMPLATE
/* ------------------------------------------------------ */
/*template page */
.header-banner {
    height: 55vh;
    margin-top: -92px;
    max-width: 100%;
}
.wma-text-page {
    margin: 0 auto;
    max-width: 1170px;
}
.wma-text-page p{
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 25px;
    margin-bottom: 26px;   
    text-align: justify;
    word-spacing: 0px;
}

.page-template-content .wma-text-page {
    margin-bottom: 100px;
}
/* Quote Component */
.quote-container {
    background-color: #747BB4;
}
.quote-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.quote-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
    padding-top: 95px;
}
.quote-content h3 {
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.quote-content .image-box-right {
    padding-bottom: 125px;
}
.quote-right {
    float: right;
    margin-right: 95px;
}
.quote-left {
    margin-left: 95px;
    margin-top: 22px;
}
/* occupational safety */
.occupational-safety .container {
    padding: 0;
}
.occupational-safety {
    margin-bottom: 65px;
}
.occupational-safety p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

.safetycontent-wrapper {
    background-color: #F3F3F3;
    min-height: 210px;
    padding: 15px 28px 19px 19px;
    max-width: 540px;    
    margin-bottom: 30px;
}
.safetycontent-wrapper .row {
    padding-left: 19px;
}

ul.safety-ul {
    padding-inline-start: 20px;
}
.safetycontent-wrapper h3 {
    color: #868686;     
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}
.safety-ul li {
    color: #555555;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    padding-left: 1.1em;
}
.occupational-safety .safetycontent-wrapper p {
    color: #555555;
    font-weight: 400;
}

/* house connection */
.page-template-content .wma-text-page.house-connection-text {
    margin-bottom: 39px;
}
.house-connection-text h4 {
    color: #868686;
    font-weight: 700;
}
.occupational-title h4 {
    color: #868686;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}
.house-connection-text li {
    color: #555555;
    font-size: 16px;
    line-height: 2;
    padding-left: 25px;
}
.house-connection-text ul {
    margin-top: 15px;
    padding-inline-start: 14px;
}
.house-connection-text h4 >a {
    color: #01B2B7;
}
.house-connection-text h4 >a:hover,
.house-connection-text h4 >a:focus {
    color: #354093;
    text-decoration: none;
}

/* Faqs */
.faq-wrapper  {
    border-top: 1px solid #a1a1a133;    
    margin-bottom: 30px;
    padding-top: 29px;
}
.faq-title::before {
    background-image: url(./images/plus-icon.png);
    background-repeat: no-repeat;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
}
.faq-title.active::before  {
    background-color: #052B5E;
    height: 2px;    
    margin-top: 5px;
    width: 15px;
}

.faq-title {    
    padding: 0px 50px 0 49px;
}
.faq-title h3 {
    color: #868686;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;    
    font-weight: 600;
    margin-left: 45px;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
}

.faq-details  {
    color: #555555;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;    
    padding: 28px 50px  0 95px;
}
.accordion > .faq-wrapper > .faq-details {
    display: none;
}
.faq-title.active h3 {
    color: #01B2B7;
    font-size: 18px; 
}
.faq-wrapper:last-child {
    border-bottom: 1px solid #a1a1a185;
    padding-bottom: 25px;
}

.faq-wma-mobile.accordion {
    margin-bottom: 95px;
}


/* Wastewater fees, rates and connection charges  */
.single-page-title {
    padding-left: 26px;    
    letter-spacing: 1px;
    margin-bottom: 49px !important;
}
.single-page-excerpt ol >li {
    color: #555555;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
    word-spacing: 0px;
}
.wastewaster-charges-template {
    margin-bottom: 65px;
}
.banner-header-wastewater .header-banner {
    background-position: top center !important;
}yy


/* treatmentplants */
button.tablinks {
    color: #01B2B7;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding: 9px;
    background: #fff;
    border: none;
}
button.tablinks.active:focus {
    outline: none;
}
.tabcontent-wma {
    text-align: left;
    padding: 15px;
}


.tab .tablinks.active:after {
    background: #01B2B7;
    content: '';
    display: block;
    width: auto;
    height: 2px;
}
.tab button.tablinks {
    outline: -webkit-focus-ring-color 0;
}
.content_section_tab p {
    color: #767676;
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 1.5;    
    text-align: justify;
    word-spacing: 1px;
}
/* tablepress-rates */
.wastewater-rates-table {
    margin: 25px !important;
}
.wastewater-rates-table th {
    padding-bottom: 21px;
}
.tablepress.wastewater-rates-table thead th,
.tablepress.other-fees-table thead th,
.tablepress.treatment-plants thead th,
.tablepress.small-treatment-plants thead th {
    background-color: #FFF ;
    color: #868686;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
    text-align: left;
}
.tablepress.wastewater-rates-table .even td {
    background-color: #F3F3F3;
}
.tablepress.wastewater-rates-table .odd td {
    background-color: #ffffff;
}
.wastewater-rates-table th.column-1, 
.wastewater-rates-table td.column-1 {
    padding-left: 95px;
}
.tablepress.wastewater-rates-table td {
    color: #555555;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.wastewater-rates-table th {
    padding-bottom: 29px;
}
.occupational-title.table-section-title {
    margin-bottom: 29px !important;
    padding-left: 25px;
}

.occupational-title.table-section-title h4 {
    color: #01B2B7;
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif;    
    padding-left: 50px;
    padding-top: 13px;

}
.occupational-title.table-section-title.living-quarter::before {
    content: '';
    background-image: url(./images/wave-1.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
}
.occupational-title.table-section-title.business-premises::before {
    content: '';
    background-image: url(./images/wave-2.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
}
.page-schedule-title {
    font-family: 'Source Sans Pro',sans-serif;
    text-align: center;

}
.page-schedule-title p { 
    color: #868686 !important;
    letter-spacing: 1px;
    line-height: 1;
}

/* other fees */
.tablepress.other-fees-table  thead th {
    background: none;
    border-bottom: none;    
    padding-bottom: 30px;
}

.tablepress.other-fees-table  .odd td {
    background: none;
}

.tablepress.other-fees-table  tbody td {
    border-top: none;
}


/* .other-fees-table .row-14.even td,
.other-fees-table .row-18.even td {
    background-color: #F3F3F3;
} */

.other-fees-table {
    margin: 25px !important;
}

.other-fees-table .row-2.even .column-1 p,
.other-fees-table .row-3.odd .column-1 p, 
.other-fees-table .row-8.even .column-1 p, 
.other-fees-table .row-11.odd .column-1 p,
.other-fees-table .row-12.even .column-1 p {
    color: #01B2B7;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding-left: 48px;
    margin-top: 9px;
}
.other-fees-table tr td p.fee-list-title {
    color: #01b2b7;
    font-size: 16px;
    font-family: source sans pro,sans-serif;
    font-weight: 500;
    padding-left: 48px;
    margin-top: 5px;
}
.other-fees-table tr td p.fee-list {
    padding-left: 90px;
}
.other-fees-table tr .column-1 {
    max-width: 38vh;
}
.other-fees-table img,
.treatment-plants img,
.mechanical-table img {
    float: left;
}
.other-fees-table tbody td.column-2, .other-fees-table tbody td.column-3 {
    color: #555555;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.other-fees-table tbody td {
    padding: 23px 8px;
}
.other-fees-table .row-3 td,
.other-fees-table .row-4 td,
.other-fees-table .row-5 td, 
.other-fees-table .row-6 td, 
.other-fees-table .row-7 td,
.other-fees-table .row-12 td, 
.other-fees-table .row-13 td,
.other-fees-table .row-14 td, 
.other-fees-table .row-15 td, 
.other-fees-table .row-16 td {
    padding: 9px 8px;
}
.other-fees-container {
    margin-bottom: 30px;
}
.other-fees-table tr.row-12.even td {
    padding-bottom: 30px;
}
.other-fees-table tr.row-3.odd td {
    padding-bottom: 18px;
}


/* TReatment plants */
.treatment-plants th.column-1,
.treatment-plants td.column-1{
    padding-left: 42px;
}

.treatment-plants th.column-7, 
.treatment-plants td.column-7 {
    padding-right: 42px;
}
.treatment-plants td.column-2 p ,
.small-treatment-plants td.column-1 {
    color: #01B2B7;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;    
    padding:  0 9px 6px;

}
.treatment-plants td.column-1{
    color: #01B2B7;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600; 
}
.tablepress.treatment-plants thead th,
.tablepress.small-treatment-plants thead th {
    border-bottom: 0;
    padding-bottom: 26px;
}

.tablepress.treatment-plants tbody td,
.tablepress.small-treatment-plants tbody td {
    border-top: none;
}
.tablepress.treatment-plants thead th,
.tablepress.small-treatment-plants thead th,
.tablepress.treatment-plants tbody td, 
.tablepress.small-treatment-plants tbody td {
    border-bottom: 0;
    padding: 19px 25px 19px 11px;
}
.tablepress.small-treatment-plants td.column-2 {
    font-weight: 600 !important;
}
.tablepress.treatment-plants tbody td, 
.tablepress.small-treatment-plants tbody td.column-2 {
    color: #555555;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}



/* mechanical-table  */
.tablepress.mechanical-table .even td {
    background-color: #F3F3F3;
}
.tablepress.mechanical-table .odd td {
    background-color: #ffffff;
}
.tablepress.mechanical-table tr.row-1.odd td,
.tablepress.mechanical-table tr.row-19.odd td,
.tablepress.mechanical-table tr.row-29.odd td,
.tablepress.mechanical-table tr.row-41.odd td,
.tablepress.mechanical-table tr.row-61.odd td {
    padding: 16px 0 16px 7px;

}
.tablepress.mechanical-table tr.row-1.odd td  p,
.tablepress.mechanical-table tr.row-19.odd td  p,
.tablepress.mechanical-table tr.row-29.odd td  p,
.tablepress.mechanical-table tr.row-41.odd td  p,
.tablepress.mechanical-table tr.row-61.odd td  p  {
    color: #01B2B7;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding-left: 48px;
    margin-top: 9px;
}
.tablepress.mechanical-table  tbody td {
    border-top: none;
}
.tablepress.mechanical-table td.column-1 {
    padding: 10px 0 10px 50px;
    font-size: 16px;
    color: #555555;
}



/* statistics-houseconnection */
.stats-houseconnection-table {
    margin: 25px !important;
}

.stats-houseconnection-table th {
    padding-bottom: 21px;
}
.tablepress.stats-houseconnection-table .even td {
    background-color: #dddddd57;
}
.tablepress.stats-houseconnection-table .odd td {
    background-color: #ffffff;
}

.stats-houseconnection-table td {
    text-align: center;
}

.tablepress.stats-houseconnection-table td {
    color: #555555;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}



.tablepress.stats-houseconnection-table td.column-1 {
    color: #01b2b7;
    font-weight: 600;
    text-align: left;
}
.tablepress.stats-houseconnection-table td:last-child {
    font-weight: 700;
    color: #01b2b7;
}

.stats-houseconnection-table td.column-11 span {
    font-size: 14px;
}

.house-connect-stats .wma-text-page h4 {
    padding-left: 25px;
    color: #767676;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.wma-text-page.archive-house-connect {
    margin-bottom: 44px;
}

.wma-text-page.archive-house-connect h4 {
    color: #01b2b7;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 24px;
}
.archive-section-house-connect.vc_column-inner {
    padding-top: 10px !important;
}

/* Accordion house connect */
.house-connect-stats .vc_tta-container {
    width: 1170px;
    margin: 0 auto;
}

.house-connect-stats .vc_tta-container h2 {
    text-transform: uppercase;
    color: #01b2b7;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}
.house-connect-stats .vc_tta-container span{
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;

}
.house-connect-stats .vc_tta-container .vc_active span {
    color: #01b2b7;
}
.house-connect-stats .vc_active .vc_tta-panel-heading {
    border-color: #f3f3f3 !important;
    background-color: #f3f3f3 !important;
}
.vc_tta-container .stats-houseconnection-table {
    margin: 25px 25px 25px 0 !important;
}
.house-connect-stats .vc_tta-container  .wma-text-page h4{
    padding-left: 0;
}
.stats-archive {
    padding-bottom: 50px;
}
.stats-archive h4.file-upload-maintitle.Archives {
    text-transform: uppercase;
    color: #01b2b7;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}

/* Contact- sub-office */
/* wide-box-contact */
.wide-box-contact .box-layout {
    border-radius: 25px;
    box-shadow: 0 4px 9px rgba(0,0,0,0.25), 0 0px 11px rgba(0, 0, 0, 0.44);
    cursor: default;
    height: 380px;
    max-width: 1366px;
}
.wrapper-contact-box {
    padding: 26px 31px;
}
.wide-box-contact .wma-title h2,
.wide-box-contact .wma-address p,
.wide-box-contact .wma-numbers p {
    color: #fff;    
    font-family: 'Source Sans Pro',sans-serif;
}
.wide-box-contact .wma-address p,
.wide-box-contact .wma-numbers p {
    line-height: 25px;
}
.wide-box-contact .wma-title h2 {
    font-size: 24px;
    font-weight: 400;    
    letter-spacing: 1px;
    margin-top: 0;
}
.wide-box-contact .wma-numbers {
    bottom: 61px;
    position: absolute;
}
.wide-box-contact .wma-title {
    padding-bottom: 34px;
}
.wide-box-contact .wma-numbers p>span {
    font-weight: 600;
}
.sub-offices {
    margin-bottom: 66px;
}

/* headoffice  */
.img-head-wrapper {
    z-index: 1;
}

.headoffice-container {
    margin-bottom: 59px;
}

.headoffice-container .small-box-image img.img-responsive {
    position: absolute;
    bottom: 0;
    width: 169px;
    height: 162px;
    right: 0;
}
.headoffice-wrapper .small-box-image {
    float: right;
    position: absolute;
    right: 34px;
    width: 200px;
    bottom: -25px;
    height: 300px;
    z-index: -1;
    background-color: #01B2B7;
}
.headoffice-desc-wrapper h3 {
    color: #01B2B7;
    font-family: 'Source Sans Pro',sans-serif;
    text-align: left;
    margin-bottom: 33px;
}
.headoffice-desc-wrapper p {
    font-family: 'Source Sans Pro',sans-serif;
    text-align: left;
}
.headoffice-desc-wrapper p.headoffice-member {
    font-weight: bold;
    font-style: italic;
}
.headoffice-desc-wrapper p:first-child {
    display: none;
}
.headoffice-desc-wrapper p.wma-address {
    margin-bottom: 51px;
}

.headoffice-desc-wrapper p.wma-details-phone {
    margin-bottom: 43px;
}

.headoffice-desc-wrapper .wma-details-phone a {
    color: #01B2B7;
}

.headoffice-desc-wrapper .wma-details-phone a:hover {
    color: #747BB4;
}
/* customer-service */
#customer-service .wma-text-page {
    margin-bottom: 43px;
}
.wma-text-page.customer-service {
    color: #555555;
    font-family: 'Source Sans Pro',sans-serif;
    font-style: italic;
    font-weight: 700;
}
/* mission-vision */
.wma-text-page li {
    margin: 0 auto;
    line-height: 24px;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    color: #555555;
    padding: 0 15px;
    text-align: justify;
}
.wma-text-page ul {
    padding-inline-start: 16px;
}

/* upload links file upload/ legal  framework */
h4.file-upload-maintitle {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 700;
    color: #868686;
    line-height: 24px;
}
p.file-download-text::after {
    content: '';
    width: 15px;
    height: 14px;
    background-image: url(./images/download-icon.png);
    background-repeat: no-repeat;
    position: absolute;    
    margin-top: 2px;
    margin-left: 29px;
}
.wma-fullwidthcontainer.wastewater-regulations {
    margin-bottom: 94px;
}
.container-file-list ul {
    padding-inline-start: 18px;
    padding-top: 10px;
}
.container-file-list a:hover {
    text-decoration: none;
}
.container-file-list a p.file-download-text {
    color: #01B2B7;
    font-family: 'Source Sans Pro', sans-serif;
}
.container-file-list a:hover p.file-download-text {
    color: #354093;
}
.container-file-list li.title-container {
    color: #555555;
    line-height: 24px;
    padding-left: 20px;
}
.legal-frame-accord {
    margin-left: -30px;
}
/* factsheet */
.factsheet-wrapper {
    text-align: center;
    color: #FFFFFF;    
    margin-bottom: 28px;
}
.fact-population-container {
    height: 266px;
    width: 355px;
    background-color: #747BB4;
    display: table;
}
.fact-customer-container {
    height: 148px;
    background-color: #354092;
    width: 355px;
    display: table;
    margin: 29px 0 0;
}
.fact-objectivevision-container {
    height: 445px;
    width: 445px;
    background-color: #01B2B7;
    display: table;
    padding: 0 40px;
}
.fact-mainpower-container {
    width: 255px;
    height: 223px;
    background-color: #354092;
    display: table;
}
.fact-complaints-container {
    height: 192px;
    width: 255px;
    background-color: #747BB4;    
    display: table;
    margin: 29px 0 0;
}
.fact-pumpingtreatment-container {
    height: 443px;
    width: 445px;
    background-color: #01B2B7;
    display: table;
    padding: 0 40px;
}
.fact-permits-container {
    height: 243px;
    width: 445px;
    background-color: #747BB4;
    display: table;
    margin: 29px 0 0;
    padding: 0 61px;
}
.fact-ww-treated-container {
    height: 347px;
    width: 255px;
    background-color: #747BB4;
    display: table;
}
.fact-ww-irrigation-container {
    height: 350px;
    width: 255px;
    background-color: #354092;
    display: table;    
    margin: 18px 0 0;
}
.fact-blockages-container {
    height: 175px;
    width: 350px;
    background-color: #354092;
    display: table;
}
.fact-accreditation-container {
    height: 521px;
    width: 350px;
    background-color: #01B2B7;
    display: table;
    margin: 19px 0 0;
}
.factsheet-container {
    display: table;
    padding-bottom: 95px;
}
.factsheet-container-wrapper {
    height: 100%;
}
.factsheet-align {
    display: table-cell;
    vertical-align: middle;
}
.factpopulation-content,
.factmainpower-content,
.factcomplaints-content,
.fact-ww-treated-content,
.fact-ww-irrigation-content,
.factblockages-content,
.factaccreditation-content{
    padding: 0 50px;
}
.factcustomer-content.factsheet-align {
    padding: 0 61px;
}
.factsheet-align h1 {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.factsheet-align h3 {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
}
.factsheet-align h3.uppercase.wma-bold {
    font-weight: 700;
}
.factsheet-align h3 >span {
    font-weight: 700;
}
.wma-bold{
    font-weight: 600 !important;  
}
.fact-bigtreatment-content {
    margin-bottom: 60px;
}
.pumpingtreatment-align {
    margin: 45px auto;
}
.factvision-content {
    margin: 57px 0 0;
}
.objectivevision-image img.img-responsive{
    float: right;
    position: absolute;
    right: 19px;
    bottom: 31px;
    width: 267px;
    height: 250px;
}
.pumping-content-image img.img-responsive {
    float: left;
    position: absolute;
    left: 15px;
    top: 193px;
    width: 261px;
    height: 250px;
}
.accreditation-image img.img-responsive{
    float: right;
    position: absolute;
    right: 19px;
    bottom: 31px;
    width: 267px;
    height: 250px;
}


/* corevalues */
.twobox-wrapper.two-box {
    display: table;
    width: 100%;
    min-height: 111px;
    text-align: center;
}

.two-box .box-layout, 
.three-box .box-layout {
    cursor: inherit;
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
}
.threebox-wrapper.three-box {
    display: table;
    width: 100%;
    min-height: 150px;
    text-align: center;
}
.values-container-wrapper.corevalues-two .col-md-6,
.values-container-wrapper.corevalues-three .col-md-4 {
    margin-bottom: 30px;
}
.core-values{
    padding-bottom: 95px;
}
.values-container-wrapper .context-text p {
    color: #fff;
    font-family: "Source Sans Pro Regular",sans-serif;
}
.values-container-wrapper .context-text {
    margin-top: 13px;
}
.values-container-wrapper .image-wrapper img {
    height: 48px;
    width: 47px;
}

/* clearance building permits */
.clearance-building h4 {
    color: #868686;
    font-weight: 700;
}
.clearance-building {
    margin-bottom: 0 !important;
}
.download-guideline {
    margin-top: 20px;
    margin-bottom: 100px;
}
.download-guideline li.title-container {
    padding-left: 10px;
}


/* hotels/private  watewater treatment plants*/
.tablepress.hotels-wtp {
    margin-top: 15px;
}
/* privacy-policy */
.privacy-policy .title-wrapper {
    padding-bottom: 25px;
}
.privacy-policy .wma-text-page {
    margin-bottom: 0px;
}
.privacy-policy .wma-text-p {
    margin-top: 25px;
}
.private-text {
    padding-bottom: 95px;
}


/* website terms */
.website-terms-page .wma-text-page {
    margin-bottom: 0;
}
.applicable-law{
    padding-bottom: 95px;
}
/* ------------------------------------------------------ */
/* ## FORMS
/* ------------------------------------------------------ */
/* house connection */

.form-housing_wrapper {
    max-width: 1170px !important;
    margin: 0 auto !important;
}
.form-housing .gform_body ul.gform_fields {
    padding: 15px 95px;    
    box-shadow: 0 0 6px #00000040;
}
span#input_2_12_6_container.name_last {
    float: left;
}
.form-housing .gform_heading {
    text-align: center;
    color: #868686;   
}
.form-housing .gform_heading h3.gform_title {
    font-family: 'Source Sans Pro',sans-serif;
    letter-spacing: 2px !important;
    font-size: 20px;
}
.form-housing ul li.gfield h4 {
    color: #868686;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 19px;
}

.form-housing ul li.gfield, .form-housing ul li.gfield label {
    color: #555555;
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: 'Source Sans Pro',sans-serif !important;
    letter-spacing: 1px;
}
.form-housing .gfield_radio li input[type=radio] {
    margin: 4px 22px 0;
    padding-left: 1em !important;
}

.form-housing .gfield_radio {
    padding-left: 31px !important;
}
.form-housing .ginput_container.ginput_container_fileupload {
    background: #D7D7D7;
    margin-bottom: 48px;
    padding: 10px 11px 9px 11px;
}
.form-housing .file-upload input#input_2_38 {
    font-size: 16px;
    color: #868686;
    font-weight: normal;
}
.form-housing input#gform_submit_button_2,
.complaint-form input#gform_submit_button_3 {
    color: #fff;
    background-color: #01B2B7;
    border: none;
    border-radius: 25px;    
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    height: 35px;
    width: 150px;
}

.form-housing .gform_footer.top_label {
    padding: 40px 0 95px 0 !important;
    margin: 0 auto !important;
    text-align: center;
}
.form-housing li#field_2_39.note-form {
    font-size: 18px;
    font-weight: bold !important;
}

.form-housing li#field_2_39.note-form >span {
    font-weight: 300 !important;
    line-height: 2;
    padding-left: 25px;
}
.form-housing li#field_2_39.note-form >span.note2 {
    padding-left: 80px;
}
.form-housing li#field_2_40 {
    text-align: center;
    margin-top: 25px;
}

.form-housing li#field_2_40 label {
    font-size: 20px !important;
    font-family: 'Roboto',sans-serif !important;
    color: #868686;
    font-weight: 400 !important;
}
.form-housing li#field_2_42 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto',sans-serif !important;
}

.captcha-house {
    text-align: center;
    margin: 22px 0;
}

.captcha-house .ginput_recaptcha {
    display: table;
    margin:  0 auto;
}
/* private wastewater carrier -online */
.carriers-online ul li.gfield h4 {
    height: 60px;
    line-height: 28px;
    text-align: left;
    
}
.carriers-online input#gform_submit_button_4 {
    color: #fff;
    background-color: #01B2B7;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    height: 35px;
    width: 150px;
}
li.bold-online-text {
    font-weight: 700 !important;
    color: #868686;
}
/* Customer-service Form */
.complaint-form_wrapper {
    max-width: 1170px !important;
    margin: 0 auto !important;
    text-align: center;
}

.complaint-form .gform_body ul.gform_fields {      
    box-shadow: 0 0 6px #00000040;
    padding: 21px 95px;
    
}
span#input_3_4_6_container.name_last {
    float: left;
}

.complaint-form h3.gform_title {
    color: #868686;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 20px !important;
    text-align: center;
}
.complaint-form label.gfield_label {
    color: #555555;
    font-size: 18px !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400 !important;
}
.complaint-form .gform_footer.top_label {
    padding: 40px 0 95px 0 !important;
    margin: 0 auto !important;
    text-align: center;
}
.gform_wrapper .complaint-form textarea.large {
    height: 150px !important;
}
.complaint-form li#field_3_20.upload-files-customer {
    margin-top: 53px;
}
.complaint-form .upload-files-customer p>span {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Source Sans Pro',sans-serif;
    color: #868686;
}
.complaint-form .ginput_container.ginput_container_fileupload {
    background: #D7D7D7;
    margin-bottom: 48px;
    padding: 10px 11px 9px 11px;
}
.complaint-form input#input_3_21 {
    color: #868686;
    font-size: 16px;
}
.complaint-form li#field_3_28 {
    color: #555555;
    font-size: 18px;
    font-family: 'Source Sans Pro',sans-serif;
}
.complaint-form input#input_3_21:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.captcha-field {    
    margin: 22px 0;
}

.gform_confirmation_wrapper.complaint-form div#gform_confirmation_message_3,
.gform_confirmation_wrapper.form-housing div#gform_confirmation_message_2,
.gform_confirmation_wrapper.form-housing div#gform_confirmation_message_4 {
    display: table;
    margin: 0 auto;
    padding: 15px 0 95px;
}
.complaint-form div#gform_confirmation_message_3 h3,
.form-housing div#gform_confirmation_message_2 h3,
.form-housing div#gform_confirmation_message_4 h3{
    color: #868686;
    font-family: 'Source Sans Pro',sans-serif;
    text-align: center;
}
/* ------------------------------------------------------ */
/* ## ARCHIVES
/* ------------------------------------------------------ */
/* projects */
.projects-banner {
    background: url('images/project-banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    width: 100%;
    margin-top: -92px;
}
.projects-archive h1.section-title {
    color: #767676;
}
.wma-excerpt-archive {
    margin-top: 90px;
    text-transform: initial;
    text-align: left;
}
.archive-template {
    margin-top: 60px;
}
.archive-template .img-wrapper img {
    height: 162px;
    width: 100%;
}

.archive-template .img-wrapper  {
    display: table;
    margin: 0 auto;
    max-height: 162px;
    max-width: 273px;
}
.archive-template .project-type {
    height: 250px;
    margin-bottom: 25px;
}
ul#project-filter {
    margin: 0 auto!important;
}

.project-list li.filter.active.list-group-item {
    width:  auto;
    background: none;
}

.project-filter.row.col-md-12.table {
    display: table;
    margin: 0 auto 45px;
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
}
.row-project-list .ongoing-projects-single a:hover,
.row-project-list .future-projects-single a:hover,
.row-project-list .completed-projects-single a:hover {
    text-decoration: none;
}



.project-list li.filter.list-group-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-right: 11px;
    text-transform: capitalize;
    font-family: "Source Sans Pro", sans-serif;
    color: #555555;
}
/* ?slider-project */
.project-background {
    height: 391px;
    width: 654px !important;
    background-color: #354093;
    float: right !important;
    margin: 0 102px;
}
.project-slider-wrapper {
    margin: 30px 150px 0 88px;
    position: relative;
    height: 467px;
}
.project-portfolios-slide {
    width: 654px;
    height: 467px;
    position: absolute !important;
    bottom: 81px;
    left: 87px;
}
.slider-img-wrapper {
    height: 391px;
    min-width: 654px;
    background-repeat: no-repeat;
    background-size: 654px 391px;
}
.portfolio-type {
    height: 391px;
    width: 654px;
}
.portfolio-type .text-wrapper {
    margin: 28px 5px 0  105px;
}
p.port-slide-title {
    font-family: "Source Sans Pro",sans-serif;
    color: #ffff;
    min-width: 330px;
}
a.view-portfolio {
    float: right;
    padding: 7px 25px;
    border-radius: 25px;
    background-color: #01B2B7;
    color: #FFF;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    text-decoration: none;
}
a.view-portfolio:hover {
    background-color: #FFF;
    color: #01B2B7;
    text-decoration: none;
}
.project-portfolios-slide button.slick-arrow {
    position: absolute;
    height: 14px;
    z-index: 1;
    width: 68px;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    border: none;
}
.project-portfolios-slide button.slick-prev.slick-arrow {
    right: 118px;
    bottom: 56px;
    background-image: url(./images/long-arrow-left.png);
}
.project-portfolios-slide button.slick-next.slick-arrow {
    right: 18px;
    bottom: 56px;
    background-image: url(./images/long-arrow-right.png);
}
.project-type .text-wrapper {
    font-family: "Source Sans Pro",sans-serif;
    margin-top: 5px;
}
.row.row-project-list {
    padding-bottom: 43px;
}
.row-project-list a {
    text-decoration: none;
}
.row-project-list a:hover p {
    color: #01B2B7 !important;
}

/* career-archive */
.careers-banner {
    background: url('images/careers.jpg');
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    width: 100%;
    margin-top: -92px;
}
.header-banner-overlay {
    display: block;
    position: absolute;
    background: #6b73b0;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    height: 55vh;
    margin-top: -92px;
}
.content-area{
     position:relative;
}
.banner-overlay {
    display: block;
    position: absolute;
    background: #6b73b0;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    height: 55vh;
    margin-top: 0;
}
/* .home-slider-overlay{
    height: 767px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #052b5e;
    opacity: 0.5;
    z-index: 1;
} */
.title-career-wrapper {
    margin-top: 62px;
    text-align: center;
}
.archive-career-template {
    margin-top: 25px;
}
.archive-career-template .row {
    margin: 0 auto;
}

.archive-box ol li {
    background: #ffffff;
}

.archive-box ol li:nth-child(odd) {
    background: #F3F3F3;
}
.row.archive-list-jobs {
    padding: 7px;
    min-height: 55px;
}
.row.archive-list-jobs::before,
.row.archive-list-jobs::after {
    display: none;
}
.vacancy-wrapper h4 {
    color: #01b2b7;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    text-align: left;
    margin-bottom: 33px;
}
.vacancy-wrapper ol {
    padding-inline-start: 0;
}
.vacancy-wrapper ol li {
    list-style-type: decimal;
    font-size: 16px;
    font-family: "Source Sans Pro",sans-serif;
    color: #555555;
    margin: 0  10px;
}

/* careers */

.career-type {
    padding: 20px 15px;
    box-shadow: 3px 4px 10px 0px #0000004d;
    margin-bottom: 23px;
    height: 120px;
    border: 1px solid #7777775c;
}
.documents-links ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.documents-links li {
    padding: 0 25px 0 0;
}

.career-type .text-wrapper {
    margin-top: -15px;
    margin-left: 17px;
}
p.career-type-title >span {
    padding-left: 23px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    color: #555555;
    text-transform: capitalize;
}
p.career-type-title >span {
    padding-left: 23px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    color: #555555;
    text-transform: capitalize;
    font-weight: 400;
}
p.career-type-title {
    font-weight: 600;
    font-family: "Source Sans Pro",sans-serif;
}

a.file-download-text::after {
    content: '';
    width: 15px;
    height: 14px;
    background-image: url(./images/download-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin-top: 2px;
    margin-left: 14px;
}

a.file-download-text {
    color: #01b2b7;
    margin-right: 36px;
}
a.file-download-text.advert {
    margin-left: 15px;
}
a.file-download-text.advert::before {
    content: '';
    height: 12px;
    width: 1px;
    background-color: #808080;
    position: absolute;
    right: 145px;
    top: 22px;
}
.application-form-download a {
    color: #01B2B7;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Source Sans Pro",sans-serif;
}
.application-form-download a::after {
    content: '';
    width: 15px;
    height: 14px;
    background-image: url(./images/download-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin-top: 4px;
    margin-left: 19px;
}
.application-form-download a:hover {
    text-decoration: none;
    color: #747bb4;
}
.application-form-download a:active {
    text-decoration: none;
    color: #01B2B7;
}
.vacancy-wrapper.archive-wrapper {
    margin-top: 30px;
}

.vacancy-wrapper.archive-wrapper::before {
    content: '';
    height: 1px;
    width: 1170px;
    background: #555555;
    opacity: 0.3;
    position: absolute;
}

.archive-wrapper h4.uppercase {
    padding-top: 30px;
}

.archive-wrapper a.file-download-text.advert::before {
    content: '';
    height: 12px;
    width: 1px;
    background-color: #808080;
    position: absolute;
    right: 174px;
    top: 5px;
}

.container.archive-box {
    padding: 0;
    padding-bottom: 95px;
}

.archive-box ol {
    padding-inline-start: 29px !important;
}
.archive-box .col-sm-2.post {
    margin-left: -58px;
}

.archive-box .col-sm-1.type {
    margin-left: -18px;
}
.archive-box .col-sm-3.post {
    margin-left: -50px;
}

.archive-box .col-sm-2.close-date {
    margin-left: -14px;
}

.archive-box .col-sm-1.time {
    margin-left: -6px;
}
.row.archive-list-titles {
    color: #868686;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    padding-bottom: 42px;
}
.row.archive-list-jobs li {
    line-height: 30px;
    font-family: "Source Sans Pro Regular",sans-serif;
    color: #555555;
}

/* board memebers */
.management-banner{
    background: url('images/management-team.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    width: 100%;
    margin-top: -92px;    
    transform: rotate(180deg);
}
.boards-banner{
    background: url('images/wma-board.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    width: 100%;
    margin-top: -92px;
}
.title-board-wrapper {
    margin-top: 62px;
    text-align: center;
}
.team-member-wrapper .image-wrapper img {
    height: 360px;
    max-width: 257px;
    width: 100%;
    object-fit: cover;
}
.team-member-wrapper {
    cursor: pointer;
    display: table;
    margin: 0px auto;  
    margin-bottom: 30px;
    padding: 5px 10px;    
    transition: 0.5s ease-in-out;
}
.team-member-wrapper:hover {
    background: #01B2B7;
}

.team-member-wrapper:hover h4.name,
.team-member-wrapper:hover p.title {
    color: #ffffff;
}

.team-member-wrapper.active {
    background: #01B2B7;
    opacity: 0.6;
}

.team-member-wrapper.active h4.name,
.team-member-wrapper.active p.title {
    color: #ffffff;
}
.board-title-wrapper {
    height: 100%;
    min-height: 150px;
    
}
.board-title-wrapper h4.name {
    font-family: "Source Sans Pro Regular",sans-serif;
    font-size: 20px;
    color: #01B2B7;
    padding: 0 7px 0 0;
    line-height: 1.3;
    min-height: 50px;
}
.archive-board-template {
    padding-top: 86px;
}
.board-title-wrapper p.title {
    color: #757575;
    font-weight: 600;
    font-family: "Source Sans Pro",sans-serif;
    line-height: 1.3;
    margin: 0 15px 0 0;
}

.popup-div {
    border: 1px solid #000000a3;
    background-color: #01B2B7;
    box-sizing: border-box;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    /* max-height: 385px; */
    height: auto;
    max-width: 920px;
    z-index: 1;
}
.popup-div .description-wrapper {
    padding: 42px;
}
.desc-wrapper-img img {
    height: 360px;
    width: 257px;
    object-fit: cover;
}
.descript-text-wrapper h3.name,
.descript-text-wrapper h4,
.descript-text-wrapper p {
    color: #ffff;
    font-family: "Source Sans Pro",sans-serif;
    text-align: left;
}
.descript-text-wrapper h3.name {
    font-size: 24px;   
}

.descript-text-wrapper h4.title {
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0 30px;    
}
.descript-text-wrapper p {
    font-size: 16px;    
    font-weight: 300;
    margin: 0 5px;
    text-align: justify !important;
    word-spacing: 0px;
}
.board-overlay {
    background: #000;
    opacity: 0.13;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.popup-close {
    background-image: url('images/crossshape.png');
    background-position: center;
    background-size: contain;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
}
/* news&events */

.news-events-banner {
    background: url('images/news-events.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    width: 100%;
    margin-top: -92px;
}
.container.news-post-grid {
    padding-top: 95px;
}
.row.event-nes-wrapper {
    height: 340px;
    width: 380px;
    margin: 0 35px 0 0;
}
.background-news-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 340px;
    width: 190px;
}
.row.row-news {
    margin-bottom: 35px;
}
.row.row-news:nth-child(even) .col-md-6 {
    float: right;
}
.newsevents-text-wrapper {
    height: 340px;
    width: 190px;    
    padding: 0 15px;
}
.news-title h3 {
    font-size: 18px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    text-align: left;
    color: #FFFFFF;
}
.datetime-news p {
    position: absolute;
    bottom: 10px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
    right: 15px;
    color: #FFFFFF;
}
.post-button a.row.news-container {
    text-decoration: none;
    color: #FFFFFF;
    font-style: italic;
}
.post-button a.row.news-container::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image:url(./images/arrow-white.png) ;
    height: 12px;
    width:20px;
    position: absolute;
    right: 22px;
    margin-top: -14px;
}
.col-md-6.col-news {
    padding: 0;
    height: 340px;
}
.post-button {
    margin-left: 15px;    
    margin-top: 0px;
}
.cyan {
    background-color: #01B2B7;
}
.purple{
    background-color: #747BB4;
}
.navyblue{
    background-color: #052B5E;
}
.latest-news-wrapper {
    background-color: #354093;
   min-height: 715px;
}
.latest-news-title {
    display: table;
    margin: 0 auto;
}
.news-image-latest img {
    height: 58px;
    width: 58px;
}
.news-article.row {
    display: table;
    margin: 0 auto;
    padding: 15px 15px 0;
}
.news-article .news-date {
    margin-top: 30px;
}

a .news-article.row::after {
    background-color: #FFFFFF;
    height: 1px;
    opacity: 0.3;
    width: 100%;
}
a:last-child .news-article.row::after {
   display: none;
}
.latest-news-title h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.news-article .news-title p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.news-article .news-excerpt {
    margin-top: 7px;
}
.news-article .news-excerpt p {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 12px;
}
.news-date p {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}
a.page-numbers {
    margin: 7px 15px;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    font-family: "Source Sans Pro",sans-serif;
}
span.page-numbers.current {
    background: #01b2b7;
    line-height: 0 !important;
    margin: 5px;
    padding: 7px 11px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Source Sans Pro",sans-serif;
}
.paginate-wrapper {
    display: table;
    margin: 0 auto;
}


/* Annual report */
.ar_wrapper {
    display: table;
    margin: 0 auto 50px;
}
.ar-img-wrapper img {
    min-width: 320px;
    height: 320px;
    object-fit: cover;
    object-position: center top;
}
.ar-text-wrapper {
    height: 7vh;
    padding-top: 15px;
    margin: 0 15px;
}
a.arlink {
    color: #FFFFFF;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;    
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
a.arlink:hover {
    text-decoration: none;
    color: #354093;
}
.annual_report_container{
    padding: 95px 0;
}
.annual-report-banner{
    background: url('images/annual-report.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    width: 100%;
    margin-top: -92px;
}
/* ------------------------------------------------------ */
/* ##SINGLE-PAGE
/* ------------------------------------------------------ */
/* projects */
.single-project-title h3 {
    color: #01B2B7;
    font-family: 'Source Sans Pro',sans-serif;
    margin-bottom: 39px;
    text-align: left;
}

.row.wma-project-wrapper {
    display: table;
    margin: 0 auto;
}
.single-project-details .img-wrapper {
    margin-bottom: 40px;
}

.single-project-details .img-wrapper img {
    width: 100%;
    max-height:100%;

}
.single-project-wrapper .text-project-wrapper {
    margin-bottom: 95px;
}

.single-project-wrapper .box-project-wrapper {
    box-shadow: 0 4px 9px rgba(0,0,0,0.25), 0 1px 11px rgba(0,0,0,0.22);
    padding: 23px 69px 31px;    
    max-width: 908px;
}
.single-project-wrapper .box-project-wrapper .col-md-4{
    padding: 0;
}
.single-project-wrapper .box-project-wrapper .col-md-4 p {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 700;
    text-align: right;
    line-height: 24px;
}
.box-project-wrapper .col-md-8 p ,
.box-project-wrapper .col-md-8 ul li{
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.box-project-wrapper .col-md-8 ul {
    padding-inline-start: 20px;
}
.box-project-wrapper .col-md-8 p > span {
    font-weight: 700;
}
.project-radio{
    color: #555555;	
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;	
    line-height: 24px;
}

/* form  & downloadables */
.download-forms a  {
    text-decoration: none;
}
.download-forms a:hover    {   
    text-decoration: none;
}
.download-forms a p.file-download-text   {   
    color: #01B2B7;
}
.download-forms a:hover p.file-download-text   {   
    color: #354093;
}
.form-downloadable-container{
    padding-bottom: 95px;
}
/* news events */
.news-excerpt-wrapper-single {
    display: table;
    margin: 0 auto;
    padding-top: 94px;

}

/* Publication awards */
.container.publication_container {
    padding-top: 90px;
}
.publication-wrapper.archive-wrapper {
    margin-top: 30px;
    padding-bottom: 95px;
}
.publication-wrapper a p.file-download-text {
    color: #01b2b7;
    font-family: 'Source Sans Pro', sans-serif;
}
.publication-wrapper a {
    text-decoration: none;
}
.publication-wrapper a:hover {
    text-decoration: none;   
}
.publication-wrapper a:hover p.file-download-text {
    color: #354093;
}

.publication-wrapper ul {
    padding-inline-start: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.publication-wrapper li.title-container {
    color: #555;
    line-height: 24px;
    padding-left: 20px;
}

/* invitation bids */
.invitation-bids-banner {
    background: url('images/open-tenders.jpg');
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    width: 100%;
    margin-top: -95px;

}
p.invitation-bid-text {
    color: #01B2B7;
    font-family: 'Source Sans Pro', sans-serif;
}
a.notice-link,
a.addendum-link,
a.clarification-link,
a.additional-files {
    padding: 0 20px;
    font-size: 16px;    
    color: #354093;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
a.notice-link:hover,
a.addendum-link:hover,
a.clarification-link:hover,
a.additional-files:hover {    
    color: #555555;
    text-decoration: none;
    font-weight: 700;
}

a.addendum-link::before,
a.clarification-link::before , a.additional-files::before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #555555;
    position: absolute;
    margin-top: 5px;
    margin-left: -8px;

}
a.notice-link::after,
a.addendum-link::after,
a.clarification-link::after,
a.additional-files::after {
    content: '';
    width: 15px;
    height: 14px;
    background-image: url(./images/download-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
}
.bid-note {
    margin: 0 5px;
    font-family: 'Source Sans Pro', sans-serif;
}

p.note-text span {
    font-weight: 700;
    margin-right: 10px;
}

p.note-text a {
    color: #01B2B7;
}

p.note-text a:hover {
    color: #555555;
}


/* ------------------------------------------------------ */
/* ## FOOTER
/* ------------------------------------------------------ */
.wma-footer {
    background-color: #354093;
    min-height: 422px;
    position: absolute;
    left: 0;
    right: 0;
}
.img-footer-banner {
    position: absolute;
}
.img-footer-banner img.img-responsive {
    height: 387px;    
    max-width: 80%;
}
.wma-footer-container {
    padding-top: 65px;
}

.wma-footer .img-footer-right {
    position: absolute;
    right: 0;
}
.img-footer-right img.img-responsive {
    margin-top: 45px;
    width: 290px;
}
/* copyright */
.bottom-footer-row {
    background-color: #747bb4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.copyright {   
    padding: 10px; 
    text-align: right;
}
.copyright p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.copyright p > a {
    color: #FFFFFF;
}
p.copyright-rights {
    float: left;
}
/* footer menu */
.wma-footer-container .inner-footer-row ul {
    list-style-type: none;
    padding-inline-start: 0;
    text-align: left;
}

.wma-footer-container .inner-footer-row ul > li {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.wma-footer-container .inner-footer-row ul > li >a {
    color: #fff;
    font-weight: 300;    
    font-size: 14px;
    font-family: 'Roboto' , sans-serif;
}
.inner-footer-row {
    border-right: 1px solid #747BB4;
    min-height: 200px;
}
.footer-policies{
    border: none;
}


/* Slick SLider */
.engagement-slider-container-wrapper .slick-next.slick-arrow {
    position: absolute;
    bottom: 243px;
    z-index: 1;
    right: 50px;
    background: url(./images/right-arrow.png);
    height: 36px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    background-size: contain;
    width: 20px;
    font-size: 0;
}
.engagement-slider-container-wrapper .slick-prev.slick-arrow {
    position: absolute;
    bottom: 243px;
    z-index: 1;
    left: 0;
    background: url(./images/left-arrow.png);
    height: 36px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    background-size: contain;
    width: 20px;
    font-size: 0;
}


/* mozilla css */
@supports (-moz-appearance:meterbar)  {
    .container-file-list li.title-container {
        line-height: 0;
        padding-left: 20px;
        padding-bottom: 25px;
    }
    p.file-download-text::after {
        margin-top: -6px;
        top: inherit;
    }
}  
.Archives::before {
    background-image:url('images/plus-icon-grey.png');
    background-position: center;
    background-repeat: no-repeat;   
    content: '';
    margin-left: -28px;
    margin-top: 2px;
    height: 18px;
    width: 18px;
    position: absolute;
}
.archive-careers::before {
    background-image:url('images/plus-icon-grey.png');
    background-position: center;
    background-repeat: no-repeat;    
    content: '';
    margin-left: -28px;
    margin-top: 2px;
    height:   18px;
    width: 18px;
    position: absolute;
}
h4.file-upload-maintitle.Archives,
h4.archive-careers{
    padding-left: 25px;
}
.factsheet-container-wrapper p {
    font-family: "Source Sans Pro",sans-serif;
    /* font-weight: 300;
    font-size: 24px;
    color: white; */
    font-weight: bold;
    font-size: 30px;
    color: white;
}
.factsheet-container-wrapper p > span{    
    font-weight: 300;
    font-size: 18px;
    color: white;
}
.bracket {
    font-size: 16px;
}

/* news */
.col-md-12.col-news .newsevents-text-wrapper{
    width: 100% ;
}
.col-md-12.col-news .datetime-news p{
    bottom: 25px;
}

.news-whatsnew img {
    text-align: center;
    margin: 0 auto;
}
/* executive summaries */
.summaries p.file-download-text {
    color: #01b2b7;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 5px;
}
.summaries a {
    text-decoration: none;
}
.summaries li.title-container{
    color: #555;
    line-height: 24px;
    padding-left: 20px;
}
.summaries-ul {
    padding-inline-start: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*sub committee*/
.subcommittee-wrapper p.main-heading {
    color: #555555;
    font-size: 15px;
    font-family: 'source sans pro',sans-serif;
    font-weight: 600;
    padding-bottom: 18px;
    border-bottom: 1px solid #01b2b7;
}
.subcommittee-wrapper p.text-commitee {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    position:relative;
     transition:0.3s ease-in-out;
}
p.text-commitee:hover {
    color: #01b2b7;
}
.subcommittee-wrapper p.text-commitee:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background-image: url(https://www.wmamauritius.mu/wp-content/uploads/2021/09/Group-149@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
    margin-left: 10px;
}
.committee-overlay {
    background: #000;
    opacity: 0.33;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.subcommitee-wrapper .popup-div {
     border: none; 
    background-color: transparent;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 148px;
    height: auto;
   max-width: 1170px;
    z-index: 1;
}

.subcommitee-wrapper .popup-div p, .subcommitee-wrapper .popup-div li {
    color: #FFF;
    font-size:14px !important;
    line-height:24px !important;
}
.subcommitee-wrapper {
    padding-top: 30px;
    padding-bottom: 100px;
}
.description-wrapper.page-committee-popup h3{
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    color: #1DB2B7;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom:20px;
}
.description-wrapper.page-committee-popup li,.description-wrapper.page-committee-popup p {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif;
}
.subcommitee-wrapper .popup-div  ol li>strong {
    color: #1DB2B7;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    line-height:50px;
}
.subcommitee-wrapper .popup-div  ol >li::marker {
    color: #1db2b7;
     font-weight: 600;
     font-size: 20px;
}
.subcommitee-wrapper .popup-div ol>li {
    margin-bottom: 15px;
        margin-top: 15px;
}
.subcommitee-wrapper .popup-close {
    background-image: url('/wp-content/uploads/2021/09/Group-158@2x.png');
    background-position: center;
    background-size: contain;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.board-wrapper .col-md-3 {
    border-right: 1px solid #76767685;
}


.board-wrapper .col-sm-12.id-2950 {
    border: none;
}


span.mapplic-list-count {
    display: none;
}


li.mapplic-list-category a {
    font-size: 18px;
    margin-left: 15px;
    line-height: 30px
}

.wma-logo-slide-text-wrapper .wma-logo {
    position: relative;
    margin-top: 100px;
}



.wma-logo-slide-text-wrapper a {
    width: 100%;
}


.post-type-archive-management_team .board-wrapper .col-md-3 ,
.post-type-archive-board_members .board-wrapper .col-md-3 {
    border: none;
}

.other-fees-table.updated .row-13.odd .column-1 p {
	color: #01b2b7;
    font-size: 16px;
    font-family: source sans pro,sans-serif;
    font-weight: 600;
    padding-left: 48px;
    margin-top: 9px;
}