
@import url("https://use.typekit.net/mpk8mmv.css");

:root {
	--textcolor: #302622;
	--linkhover: #98a239;
    --act-red:#ed1c24;
    --act-grey:#4a5c59;
    --act-white:#ffffff;
    --act-dark-grey:#3d4f4d;
    --act-text-dark-grey:#505b5a;
    --act-bg-light:#eceded;
    --act-bg-dark:#505b5a;
	}


body {
    margin: 0;
    font-family: "arboria",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.h2, h2 {
    font-weight: 700;
    color: var(--act-bg-dark);
}
strong {
    font-weight: bolder;
    color: var(--act-bg-dark);
}
a,
ul li::marker{
    color: var(--act-red);
}
ol li{
    margin: 10px 0;
}
.btn-i-act{    
    color:#FFF;    
    border: 2px solid #ed1c24;
    border-radius: 45px;
    background: #ed1c24;
    transition: all 0.3s ease 0s;
    padding: 2px 2px 2px 15px;
}
.btn-act{    
    color:#FFF;    
    border: 2px solid #ed1c24;
    border-radius: 45px;
    background: #ed1c24;
    transition: all 0.3s ease 0s;
    padding:  5px 5px 5px 20px;
}


.btn-act:hover {
    color: #FFF;
    background: #b2141c;
    border: 2px solid #b2141c;
}

.btn-act i{
    color: #ed1c24;
    background-color: #FFF;
    padding: 7px;
    border-radius: 50%;
    margin-left: 24px;  
}

.btn-act-green{    
    color:#FFF;    
    border: 2px solid var(--act-dark-grey);
    border-radius: 45px;
    background: var(--act-dark-grey);
    transition: all 0.3s ease 0s;
    padding:  5px 5px 5px 20px;
}
.btn-act-green:hover {
    color: #FFF;
    background: var(--act-grey);
    border: 2px solid var(--act-grey);
}
.btn-act-green i{
    color:var(--act-grey);
    background-color: #FFF;
    padding: 14px;
    border-radius: 50%;
    margin-left: 35px;  
}

.btn-ouline-act{
    color:#FFF; 
    font-weight: 700;
    padding-top: 15px;
}

.btn-act-light{  
    border: 2px solid #ffffff;
    border-radius: 45px;
    background: #fff;
    transition: all 0.3s ease 0s;
    padding: 5px 5px 5px 20px;
    color: #4a5c59;
}
.btn-act-light i{
    color: #fff;
    background-color: var(--act-bg-dark);
    padding: 14px;
    border-radius: 50%;
    margin-left: 35px;
}
.btn-act-light:hover {
    color: #4a5c59;
    border: 2px solid #dbdede;
    background-color: #dbdede;
}
.act-text-red a{
    color: var(--act-dark-grey) !important;
    background: rgba(237, 239, 238, 1) !important;
    border-radius: 50px !important;
    height: 35px !important;
    line-height: 35px !important;
    padding: 0px 15px !important;
}
.act-link-icon-light{
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}
.act-link-icon-light i{
    background-color: #fff;
    margin: 0 10px;
    color: var(--act-grey);
    padding: 3px 6px;
    border-radius: 25px;    
}
.act-link-icon-light:hover{
    color:var(--act-red);
}
.act-link-icon-light:hover i{
    color: var(--act-red);
}
/* Grid system*/
.one_col
{
	grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
	.xs-two_col{
		grid-template-columns: 1fr 1fr;
		gap:10px;
	}
}
@media screen and (min-width: 768px) {
	.sm-two_col{
		grid-template-columns: 1fr 1fr;
		gap:50px;
	}
	.sm-three_col{
		grid-template-columns: 1fr 1fr 1fr;
		gap:40px;
	}
	.sm-four_col{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap:30px;
	}
	.sm-five_col{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap:20px
	}
}
@media screen and (min-width: 1024px) {
	.two_col{
		grid-template-columns: 1fr 1fr;
		gap:50px;
	}
	.three_col{
		grid-template-columns: 1fr 1fr 1fr;
		gap:40px;
	}
	.four_col{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap:30px;
	}
	.five_col{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap:20px
	}

}
.width90{ width:90%;}
.wpforms-form .width90 textarea{ width:90%;}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium{ max-width: 67% !important;}

.section{
    padding: 90px 0;
}
.digital-report .section{
    padding: 64px 0;
}
.section-title h2{
    color: #3d4f4d;
    font-weight: bold;
    padding-bottom: 25px;
    display: block;
}
.main-header{
    padding-top: 15px;
    padding-bottom: 30px;
 }
 .act-bg-grey{
    color: #fff;
    background-color: #4a5c59;
 }
 
 footer{
    padding-top: 50px;
 }

 .footer-cta{
    background-color: #3d4f4d;    
 }

 .footer-cta-text{
    font-family:"arboria";
    color: #FFF;
    font-size: 20px;
 }
 .carousel-item{
    max-height: 500px !important;
}
 

.carousel-item img{
    width: 100%;
}
.carousel-caption{
    font-family: "arboria",sans-serif;
    font-weight: 700;
    text-align: left;
    bottom: 35%;
}
.carousel-caption h2{
    font-family: "arboria",sans-serif;
    font-weight: 700;
    font-size: 100px;
    color: #fff;
    letter-spacing: 5px;
}
.carousel-caption h5{
    font-family: "arboria",sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform:uppercase; 
    letter-spacing:10px;
    margin-bottom: 20px;
}
@media screen and (max-width:767px) {
    .footer-cta div div {
        text-align:center;
    }
     
    .carousel-item img{
        width: auto;
    }
    .carousel-item a{
        transform: translateX(-26px) scale(0.7);
    }
    .carousel-caption{
        bottom: 15%;
    }
    .carousel-caption h2{
        font-size: 36px;
     }
    .carousel-caption h5{
        font-size: 18px;
        margin-top: 10px;
    }
 }
/* --- image slider --- */
@media screen and (min-width:768px){
    .mobile-img{
        display: none;

    }
}
@media screen and (max-width:767px){
    .desktop-img{
        display: none;
    }
    .mobile-img{
        width: 100% !important;
        display: block;
    }
}
/* Counter */
.counter-inner{    
    position: relative;    
    border-radius: 25px;
    padding: 20px 0;
}
.counter-inner.up{
    top: -65px;
}
.counter-inner.down{
    top: 65px;
}
.counter-inner.light{
    background: rgba(237, 239, 238, 1);
    color: #4a5c59;
}
.counter-inner.dark{
    background-color: var(--act-bg-dark);
    color: #FFF;
}
.counter-inner .counter-count{
    font-size: 48px;
    font-weight: bold;    
    margin-bottom: 0;
}
.count-up{
    border-right: 1px solid #7c8987;
    text-align: center;
}
.counter-sec .counter-loop .cc:last-child .count-up {
    border: none;
}
@media screen and (max-width: 767px) {
    .count-up{
        border-right: none;
        border-bottom: 1px solid #7c8987;
        margin: 5px 25px;
    }
    .counter-sec .counter-loop .cc:last-child .count-up {
        border: none;
    }
    .counter-inner.up,
    .counter-inner.down{
        top: 35px;
    }
}


.slick-slide.slick-current.slick-active .news-item{        
    width: 460px;   
    height: 337px;    
}
.slick-slide.slick-current.slick-active .news-item img{
    width: 100%;
}    
.slick-slide.slick-current.slick-active .related-news-item img{
    width: 100%;
}      

.slick-slide.slick-active .news-item{
    width: 310px;   
      
}
.latest-news{
    background-color: #edefee;
    padding: 95px 0;
}
.latest-news-title{
    padding-bottom: 45px;
}

.related-news{
    background-color: #ffffff;
    padding: 55px 0;
    max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.related-news-title{
    padding-bottom: 45px;
}

.news-excerpt{
    font-size:12px;
}

.news-item{
    padding: 15px;
    padding-left: 0px!important;
    text-decoration: none;
}
.news-item .big{
    position: relative;
}
 .news-item-date2{
    color:#ED1C24;
    font-size:12px;
} 
.news-item .big img{
    position: relative;
    top: 0;
    left: 0;
    max-height: 340px;
    background-color: #fff;
}
.news-item a{     
    text-decoration: none;
}
.news-item img{
    border-radius: 12px;
    width: 100%;
    max-height: 233px;
    object-fit: cover;
    object-position: left top;
}

.related-news-item img{
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    max-height: 233px;
    object-fit: cover;
    object-position: left top;
}

.single-news-item img{
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    object-position: left top;
}
.news-item-title{
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0 10px 0;
    color: #314542;
    margin: 0;
}
.latest-news .carousel-control-next,
.latest-news .carousel-control-prev{
    top: auto;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding: 5px;
    background-color: #314542;
}
.latest-news .carousel-control-next{ right: 44%;}
.latest-news .carousel-control-prev{left: 52%;}

.latest-news-readmore{
    text-align: right;
    position: relative;
    top: -10px;
}
.related-news-readmore{
    text-align: left;
    position: inherit;
    top: -100px;
}
@media screen and (max-width:767px){
    .carousel.slide a{margin-top: 10px;}
    .latest-news .carousel-control-next{ right: 43%; bottom:-30px}
    .latest-news .carousel-control-prev{left: 41%; bottom:-30px}
    .latest-news-readmore{
        text-align: center;
        position: relative;  
        top: 50px;      
    }   
}
.related-news .carousel-control-next,
.related-news .carousel-control-prev{
    top: auto;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding: 5px;
    background-color: #314542;
}
.related-news .carousel-control-next{ right: 0%;}
.related-news .carousel-control-prev{left: 91%;}

.related-news-box{
    background-color: #EDEFEE;
    padding:20px;
    min-height: 200px;
    border-radius: 0px 0px 20px 20px;
}
@media screen and (max-width:767px){
    .carousel.slide a{margin-top: 10px;}
    .related-news .carousel-control-next{ right: 43%; bottom:-30px}
    .related-news .carousel-control-prev{left: 41%; bottom:-30px}
    .related-news-readmore{
        text-align: center;
        position: relative;  
        top: 50px;      
    }   
}
.map .mapsvg-wrap-all{
    margin-top: 70px;
}
.mapsvg-popover {
    border-radius: 10px;
}

.mapsvg-popover .mapsvg-controller-view-toolbar {
    height: 20px;
    border-radius: 10px 10px 0px 0px;
}
.mapsvg-popover .mapsvg-controller-view-toolbar {
    height: 45px !important;
}
.mapsvg-popover-close::before, .mapsvg-popover-close::after{background: #fff !important;}
.mapsvg-popover-close:hover::before, .mapsvg-popover-close:hover::after {
    background:var(--act-red) !important;
}

.mapsvg-popover-title{
    padding: 10px 0 10px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.mapsvg-controller-view-toolbar{
    background-color: #324643;
}
.mapsvg-popover-close::before, 
.mapsvg-popover-close::after{
    color: #fff;
}
.mapsvg-popover .mapsvg-controller-view-toolbar + .mapsvg-controller-view-wrap .mapsvg-controller-view-content,
.mapsvg-controller-view-content{padding: 0;}
.map-popover .title{
    background-color: #314542;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;

}

.mapsvg-auto-height{
    padding: 10px;
}
.map-popover-ajax-loader {
    padding: 10px;
    text-align: center;
}
.map-popover-list .data-list{
    max-height: 130px;
}
.map-popover-list .data-list ul{
    list-style: none;
    padding: 0;
}

.map-popover-list .data-list ul li{
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.map-popover-list .data-list ul li:nth-of-type(odd){
    background-color:#e4e7e6;
}
        
.map-popover-list .data-list ul li:nth-of-type(even){
    background-color:#f6f7f7;
    }
.mapsvg-popover .our_office{
    margin-bottom: 10px;
}
.mapsvg-popover .our_office i{
    padding-left: 10px;
}
/* -- Tab Section --*/
@media (max-width: 991px) {
    .tab-content>.tab-pane {
      display: block;
      opacity: 1;
    }
  }

.nav-link{
    color: var(--act-dark-grey);
}
.dark .nav-link{
    color: var(--act-white);
}

.act-tabs .nav-tabs{
    border-bottom: 1px solid var(--act-dark-grey);
}
.act-tabs .nav-tabs .nav-link{
    border: none;
}
.act-tabs .nav-tabs .nav-item.show .nav-link, 
.act-tabs .nav-tabs .nav-link.active,
.act-tabs .nav-tabs .nav-link:focus, 
.act-tabs .nav-tabs .nav-link:hover{
    color: var(--act-dark-grey);
    border-bottom: 4px solid var(--act-red);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: transparent !important;
}
/* -- Act Member accordion -- */
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-item{
    border: none;
    margin: 15px 0;
    background-color: transparent !important;
}
.accordion-button:focus,
.accordion-flush .accordion-item .accordion-button, 
.accordion-flush .accordion-item .accordion-button.collapsed{
    border-radius: 25px;
}

.accordion-item .accordion-button,
.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-button:not(.collapsed){
    border-radius: 25px;
    /* background-color: var(--act-grey); */
    font-size: 15px;
    padding: 15px 25px;
}

.accordion-item:nth-of-type(odd) .accordion-button,
.accordion-item:nth-of-type(odd) .accordion-button
{
    background-color:#e4e7e6;
    }
        
.accordion-item:nth-of-type(even) .accordion-button,
.accordion-item:nth-of-type(even) .accordion-button{
    background-color:#f6f7f7;
    }

.accordion-button,
.accordion-button:focus,
.accordion-button:not(.collapsed){
    color: var(--act-dark-grey);
    font-weight: bold;
}

.accordion-button:not(.collapsed)::after{
    background-image: var(--bs-accordion-btn-icon);
}

.act-member-accordion .accordion-body,
.act-vacancies-accordion .accordion-body,
.act-manual-accordion .accordion-body{
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--act-grey);
    border-top: none;
    width: 96%;
    margin: 0 2%;
}
/* .act-manual-accordion ol { counter-reset: item }
.act-manual-accordion li{ display: block }
.act-manual-accordion li:before { content: counters(item, ".") " "; counter-increment: item } */

.act-member-accordion .accordion-body img{
    width: 200px;
}
.act-manual-accordion .accordion-body a{ text-decoration: none;}
.act-manual-accordion .accordion-body li{ margin-top: 10px;}

.accordion-body a{
    color: var(--act-red);
}



.vacancies-table-head{
    width: 100%;
    padding: 0 47px 0 25px;
}

/* -- Hero Title -- */
.hero-title{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
}
@media screen and (min-width:767px){
	.single-act_news .hero-title{
		 min-height: 590px;
	}
}

.hero-title .title{
    font-weight: bold;
    color: var(--act-grey);
    margin-bottom: 40px;
    font-size: 42px;
}
@media screen and (max-width:767px){
    .hero-title{
        padding: 30px 0;
        background-position: center;   
    }
}

/* --- Key Resource --- */
.key-resource-inner{
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.key-resource-inner a{
    text-decoration: none;
}
.kr-title{
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;
    text-align: center;
    color: var(--act-text-dark-grey);
    background-color: var(--act-bg-light);
    padding: 20px 10px;
    border-radius: 0 0 15px 15px;
}
.key-resource-inner a:hover .kr-title{
    color: #ffffff;
    background-color: var(--act-bg-dark);
}
.kr-image img{
    width: 100%;
    border-radius: 15px 15px 0 0 ;
}
@media screen and (max-width:767px){
    .key-resource{
        padding: 30px 0;
    }
}
/* --- More Resource --- */
.more-resource-innner{    
    background-color: #edefee;
    border-radius: 25px;
    text-align: center;
    
    padding: 15px;
}
.more-resource-innner a{
    text-decoration: none;
    color: var(--act-dark-grey);
}

.more-resource-innner .mr-image{
    padding: 30px 0;
}
.more-resource-innner .mr-image-regular,
.more-resource-innner .mr-image-rollover{
    width: 80px;
}
.more-resource-innner .mr-image-rollover{
    width: 0;
    opacity: 0;
}
.more-resource-innner .mb-0{
    font-size: 14px!important;}
.more-resource-innner:hover p{
    font-size: 14px;}
.more-resource-innner:hover,
.more-resource-innner:hover p,
.more-resource-innner:hover h4{
    background-color: #4a5c59;
    color: #fff;
}

.more-resource-innner:hover .mr-image-regular{
    opacity: 0;
    width: 0;
}
.more-resource-innner:hover .mr-image-rollover{
    opacity: 1;
    width: 80px;
}

.more-resource-innner .icon-image{
    position: relative;
}
.more-resource-innner h4{
    font-weight: bold;
}

/* --- Listing --- */
.page-numbers{
    padding: 15px 20px;
    width: auto;
    border: 1px solid var(--act-bg-dark);
    border-radius: 15px;
    margin: 5px;
    text-decoration: none;
    font-weight: 700;
    color: var(--act-bg-dark);
}
.page-numbers.current,
.page-numbers:hover{
    background-color: var(--act-bg-dark);
    color: #ffffff;
}
@media screen and (max-width:767px){
    .page-numbers {
        padding: 5px 12px;
        border-radius: 10px;        
    }
}
.post-document{
    padding: 30px;
    border: 1px solid var(--act-bg-dark);
    margin: 15px 0;
    border-radius: 15px
}
.document-title{
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
}

.post-publications:hover,.post-document:hover{
    background-color: #eceded;
}

.post-publications{
    border: 1px solid var(--act-bg-dark);
    margin: 15px 0;
    border-radius: 15px;
    overflow: hidden;
    height:178px;
}
.publication-content{
    padding: 30px;
}
.publications-title{
    font-size: 17px;
    font-weight: 700;
    line-height: 18px; 
    margin-bottom: 10px; 
}
.post-publications-image{
    width: 100%;
    height: 100%;
}
.post-publications-image img{
    width: 100%;
    height: 100%;
}


/* --- News Section --- */
.post-act_news {
    border-radius: 15px;
    overflow: hidden;
    margin: 15px auto;
    border: 1px solid #e5e5e5;
    background: rgba(74, 92, 89 , 0.1);
    height: 485px;
}
.post-act_news-image{
    width: 100%;
    max-height: 260px;
    overflow: hidden;
    background: white;
}

.post-act_news-image img{
    width: 100%;
}
.act_news-country{
    text-align: right;
    width: 100%;
    min-height: 25px;
}
.act_news-country span{
    border-radius: 25px;
    background-color: var(--act-dark-grey);
    color: #fff;
    padding: 10px;
    font-weight: 400;
    position: relative;
    top: -12px;
    right:15px;
    font-size: 14px;
}
.act_news-content{
    padding: 10px 20px 20px 20px;
    background-color:tint(#4a5c59, 10%)!important; 
}
.act_news-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    color: #4a5c59;
}

.act_news-excerpt{
    margin-bottom: 15px;
    font-size: 14px;
    color: #4a5c59;
}
.listing .post-date{
    color: var(--act-red);
}

/* --- highlights --- */
.highlights{
    background-color: var(--act-dark-grey);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;

}
.highlights .left_side,
.highlights .left_side h3,
.highlights .left_side p{
    color: #fff;
}
.highlights .left_side h3,
.highlight-popup h3{
    font-size: 36px;
    margin-bottom: 15px;
}
.highlight-popup{
    background-color: #e4e7e6;
    padding: 30px;
    border-radius: 25px;
    width: 100%;
}
.highlight-popup a{
    color: var(--act-dark-grey);
}
@media screen and (max-width:767px){
    .highlights {     
        background-position: bottom right;
        background-size: 100% 40%;
    }
    .highlights .left_side{
        margin-bottom: 30px;
    }
}

/* --- Press Release --- */

.press-release{
    background-color: #edefee;
    padding: 95px 0;
}
.press-release-title{
    padding-bottom: 45px;
}
.news-item{
    padding: 15px;
    text-decoration: none;
}
@media screen and (min-width:768px) {
    .press-release.mobile,
    .latest-news.mobile{
        display: none;
    }
    .press-release.mobile,
    .related-news.mobile{
        display: none;
    }
    .news-item .big{
        position: relative;
    }
    /* .news-item .big .news-title-date{
        position: absolute;
        top: 10px;
        left: 30px;
        width: 89%;
    } */
    .news-item .big img{
        position: relative;
        top: 0;
        left: 0;
        max-height: 340px;
        background-color: #fff;
    }
}
@media screen and (max-width:767px) {
    .press-release.desktop,
    .latest-news.desktop{
        display: none;
    }
    .press-release.desktop,
    .related-news.desktop{
        display: none;
    }
}
.news-item a{     
    text-decoration: none;
}

.news-item-title{
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0 10px 0;
    color: #314542;
    margin: 0;
}
.press-release .carousel-control-next,
.press-release .carousel-control-prev{
    top: auto;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding: 5px;
    background-color: #314542;
}
.press-release .carousel-control-next{ right: 44%;}
.press-release .carousel-control-prev{left: 52%;}
@media screen and (max-width:767px){
    .press-release .carousel-control-next{ right: 42%;}
    .press-release .carousel-control-prev{left: 42%;}

}
/* --- Team Member/Person/People -- */
.team-inner{
    border-radius: 15px;
    overflow: hidden;
    background-color: #edefee;
    margin: 15px 0;
}
.team-pic{
    min-height: 300px;
}
.team-pic img{
    width: 100%;
}
.team-details{
    padding: 25px 15px;
}
.team-details .job_title{
    margin-bottom:1rem ;
}
.job_email{
    margin-bottom: 1px;
    text-decoration: underline;
    font-size: 14px;
}
.job_location{
    margin-bottom: 1px;    
    font-size: 14px;
}
.job_email i,
.job_location i{
    margin: 0 15px 0 0;
    color: var(--act-red);
}
@media screen and (max-width:767px){
    .team-inner{
        margin-bottom: 25px;
    }
}

/* search form  css  */
.form-control, .form-select{
    color: rgba(80,91,90,0.5);
    margin: 5px 0;
}
.form-inline {  
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }

  .form-inline input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
  }

  @media (max-width: 800px) {
    .form-inline input {
      margin: 10px 0;
    }
    
    .form-inline {
      flex-direction: column;
      align-items: stretch;
    }
  }
  input[type="search"] {
    border: none;
    background: transparent;    
    padding: 7px 15px;
    color: inherit;    
    border-radius: 20px;

  }
  .search-submit{
    border-radius: 0px 20px 20px 0px;
    margin: 5px 0;
  }  
  input[type="search"]::placeholder {
    color: #bbb;

  }  

  .form-control:focus{
    border-color: var(--act-dark-grey);
    box-shadow: none;
    background-color: transparent;
  }

/* search form css end  */

/* additional css   */

button.search_filter.btn.btn-outline-secondary.bg-white.border-start-0.border.rounded-pill.ms-n3 {
    margin-left: -33px;
}


button.search_filter.btn.btn-outline-secondary.bg-white.border-start-0.border.rounded-pill.ms-n3:hover {
    color:#F02222;
}


#mega-menu-wrap-navigation #mega-menu-navigation > li.mega-menu-item > a.mega-menu-link {

    padding: 0px 40px 0px 10px;
}
#mega-menu-wrap-navigation #mega-menu-navigation {
    visibility: visible;
    text-align: left;
    padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-navigation #mega-menu-navigation li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {

    font-size: 11px;
}

@media (max-width: 992px) {
.counter-inner .counter-count {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
}

@media only screen and (max-width: 768px){
#mega-menu-wrap-navigation {
    display: block!important;
}
}
.pagination a{
    color: var(--act-grey);
}
.nav-right-margin{
    padding-right:20px;
}



.chart-sec{
    padding: 150px 0 100px 0;
}

.btn-act-white {
    color: #3D4F4D;
    border: 2px solid #fff;
    border-radius: 45px;
    background: #fff;
    transition: all 0.3s ease 0s;
    padding: 3px 3px 3px 15px;
}

.btn-act-white i {
    color: #fff;
    background-color: #3D4F4D;
    padding: 10px;
    border-radius: 50%;
    margin-left: 35px;
}

.btn-act-white:hover {
    color: #3D4F4D;
    background: rgba(240, 232, 232, 0.75);
    border: 2px solid rgba(240, 232, 232, 0.75);
}



.highlight-popup h3{
    color: #4a5c59;
}

.read-more-content{
	display: none;
	padding-top: 22px;
}
.read-more{
	display: inline-block;
	margin-top: 8px;
}.timeline-info {
	position: relative;
	background: #f3f1f1;
	padding: 24px 20px 18px;
	margin-bottom: 12px;
	border: 1px solid #f3f1f1;
	border-radius: 8px;
	margin-left: 54px;
}


h2, details{
    display:inline;
  }
  
  details {
    position:relative;
  }
  details summary {
    display:block;
    cursor: pointer;
    color: red;
  }
  details summary:focus {
    outline:none;
  }
  details[open] {
    display:block;
    padding-bottom:25px;
    padding-top:10px;
    animation: open .2s linear;
  }
  details[open] summary {
    position:absolute;
    bottom: 0;
    left:0;
  }
  
  details #open{padding-left:0px;text-align:middle;}
  /* details #open:after{
      display: inline-block;
      position:relative;
      top: -3px;
      padding-left: 8px;
      content: "\00bb";
      transform: rotate(90deg);
  } */
  details[open] #open{display:none;}
  details #close{display:none;}
  details[open] #close{display:block;}
  
  ::-webkit-details-marker {display: none;}
  
  
  
  
  
  @keyframes open {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }






.searchs {
      width: 60px;
      height: 20px;
      position: absolute;
      right: 5px;
      border: none;
      background: transparent;
}
.searchs i {
        color: #999;
        font-size: 15px;
        line-height: 20px;
      }



      /* arrow button  */

      img.read-more-arrow {
        width: 25px;
    }


    .rounded-circle{
        background: #fff;
        padding: 5px;
        margin-left: 25px;
        margin: 5px;
        
    }

    img.read-more-arrow.rounded-circle {
        margin-left: 25px;
    }

    img.read-more-arrow.rounded-circle.white {
        background: #4a5c59;
    }

    i.fa.fa-search {
        color: #4a5c59;
    }
    @media screen and (max-width: 767px) {
        .header-content nav{
            margin-bottom: 10px;
        }
        .header-content form{
            margin-left:31%;
        }
    }
    .nano > .nano-pane{opacity: 0.99;}



/*  
 *
 *  === General Assembly 2024 ===
 *
*/
.assembly-body.light{
    background: url(../images/assembly-2024-bg.jpg), linear-gradient(180deg, rgba(246,246,246,1) 60%, rgba(255,255,255,1));
    background-size: contain;
    background-color: #f6f6f6;
    background-position: top right;
    background-repeat: no-repeat;
}

.assembly-body.dark{
    background:linear-gradient(180deg, rgba(0,0,0,1) 60%, rgba(255,255,255,1));
    background-size: contain;
    background-color: #f6f6f6;
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
}

.general_assembly2024{
    background-color: #fff;
    color: #000;
}
.assembly-body.dark .general_assembly2024{
    color: #ffffff;
    background-color: #241F20;
}
.banner_content{
    font-size: 23px;
}
.banner_title{
    font-size: 23px;
}
/* .dark .banner_content,
.dark .banner_content,
.assembly-banner{
    padding-top: 120px;
    padding-bottom: 120px;
} */

.assembly-banner{
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px){
    .banner_paragraph{
        padding-left: 90px!important;
        padding-top: 90px!important;
    }   
}

.assembly-timer{
    padding-top: 50px;
}

.ga-body-section{
    background-color: #fff!important;
}


@media (min-width: 992px){
    .general_assembly2024 {
        margin-top: -150px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

.registrattion-banner{
    padding-top: 150px!important;
}

.registration_banner_content{
    background-color: #4B5C5A;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
}
@media (min-width: 992px){
    .counter-inner.light.up.counter_assembly {
        margin: auto;
        width: 50%;
        max-width: 900px;
    }
}
@media (min-width: 992px){
.registration_banner_content{
    padding-left: 50px;
}
}
@media (max-width: 992px){
    .registration_banner_content{
        padding-left: 20px;
    }
    }

.general_assembly_page_title{
    font-size: 36px;
    font-weight: 700;
    color: #4B5C5A ;
    padding-top: 40px;
}   

@media (min-width: 992px){
    .assembly2024_menu .navbar li {
        margin-right : 1em;
    }
}
@media (min-width: 992px){
.assembly2024_menu .navbar{
border-bottom: 2px solid var(--act-dark-grey);
}
}


.row.border-bottom-icon-text {
    border-bottom: 2px solid #4B5C5A;
}

.icon-text-content{
    margin-bottom: 120px;
}

div#wpforms-256579 {
    margin-top: 0px!important;
}

.justify-content-center {
    justify-content: center!important;
    display: flex;
}

.justify-content-right {
    justify-content: right!important;
    display: flex;
}

.bottom-space{
    margin-bottom: 70px!important;
}

.assembly-documents{
    padding: 10px 20px 20px 20px;

}

.assembly-documents-category{
    color:#ED1C24 ;
}


.btn-act-doc-assembly{  
    border: 2px solid #4B5C5A;
    border-radius: 45px;
    background: #4B5C5A;
    transition: all 0.3s ease 0s;
    padding: 5px 5px 5px 20px;
    color: #fff;
}

@media (min-width: 992px){
.post-act_news.assembly-documents {
    height: 330px!important;
    margin-top: 50px!important;

}
}

.post-act_news.assembly-Blogs {
    height: auto!important;
    margin-top: 50px!important;

}

.general_assembly_author{
    border-radius: 50%!important;
    margin-top: -70px!important;
    margin-left: 20px;
}

.blog-content-assembly{
    padding: 40px 20px 40px 20px;
}

.ga_blogs_author{
    font-weight: 700;
    padding-top: 5px;
    font-size: 22px;
    color: #4B5C5A;

}

.blog_date_ga{
    padding-left: 20px;
    font-weight: 700;
}

.ga_blogs_tag_item{
    background-color: #B7BEBD;
    color: #000000 ;
    padding: 5px;
    width: fit-content;
}

.ptb5{
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.pb6{
    padding-bottom: 60px!important;
}

.v-center-icon {
    position: relative!important;
    top: calc(50% - 10px) !important;
}

.story-list-title{
    font-size: 36px;
    line-height: 38px;
    color: #fff;
}

.more-resource-innner1{    
    text-align: center!important;
}

img.story-icon {
    width: 30px;
    padding: 30px 0;
}

.story-excerpt{
    color:#fff;
}

@media (min-width: 992px){
    .blog-story{
        padding-left: 95px;
        padding-right: 95px;
    }
    }

.pb5{
    padding-bottom: 50px;
}
.event-border{
    border-bottom: 2px solid #4B5C5A;
}

.event-title-text{
    font-size: 22px;
    font-weight: 700;
}
.location-map-text{
    color: #ED1C24;
    padding-bottom: 5px!important;
}

.event_read_more{
    color: #B7BEBD;
}

.nav-schedule .nav-link.active{
   font-weight: 700;
}    
.date-scheduled{
    font-size: 22px;
    font-weight: 700;
}

/* assembly-Media */
.assembly-media-content{
    margin: 35px 0;
    font-size: 12px;
}
.assembly-media-listing{
    border-right: 1px solid #4B5C5A;
    padding: 0 10px;
}
.assembly-media{
    border-bottom: 2px solid #4B5C5A;
    margin: 20px 0;
}
.assembly-media-image{
    margin: 10px 0;
}
.assembly-media-image img{
    width: 100%;
    border-radius: 19px;
}

.assembly-media-date{
    margin: 10px 0;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
.assembly-media-title{
    margin: 10px 0;
    font-size: 22px;
    color: #4B5C5A;
    font-weight: bold;
}
.assembly-media-excerpt{
    margin: 10px 0;
}
.assembly-media-link{
    margin: 10px 0;
}
.media_sidebar_menu{
    margin: 27px 0;
}
.media_sidebar_menu li a{
    font-size: 22px;
    font-weight: bold;
    padding-top: 0;    
}
.media_sidebar_menu li a.active{
    opacity: 1;
}
.media_sidebar_menu li:first-child a{
    border-right: 2px solid var(--act-dark-grey);
}

.media_sidebar_menu li a.active span{
    border-bottom: 1px solid var(--act-bg-dark);
}
.assembly-newsroom{
    margin: 20px 0;
}
.assembly-newsroom-image img{
    width: 100%;
    border-radius: 19px;
}
.assembly-newsroom-date{
    margin: 10px 0;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-weight: bold;
}

.assembly-newsroom-date .cat{
    padding: 0 10px;
}
.assembly-newsroom-date .date{
    padding: 0 10px;
    border-left: 2px solid var(--act-dark-grey);
}
.assembly-newsroom-title{
    margin: 10px 0;
    font-size: 22px;
    color: #4B5C5A;
    font-weight: bold;
}
.dark .media_sidebar_menu li a{ opacity: 0.25;}
.dark .assembly-media-date,
.dark .assembly-media-title,
.dark .assembly-newsroom-date,
.dark .assembly-newsroom-title{
    color: #fff;
}
.dark .media_sidebar_menu li:first-child a,
.dark .assembly-newsroom-date .date,
.dark .media_sidebar_menu li a.active span{
    border-color: var(--act-white);
}
.dark .counter-inner.light{
    /* background: rgba(237, 239, 238, 0.50); */
    background: #7C7C7C;
    top:-80px;
}
/* -- Media page css end -- */

.page-id-272623 .section.map,
.page-id-273436 .section.map{
    margin-top: -120px;
}


.assebbly-2024 .current-menu-item a{
    font-weight: 700;
    text-decoration: none;
    color: #4B5C5A!important;
    padding-bottom: 5px;
    border-bottom: 4px solid var(--act-red);
}

.assebbly-2024 .menu-item a{
    text-decoration: none!important;
    color: #4B5C5A!important;
}

@media (min-width: 992px){
.assembly2024_menu .navbar {
    border-bottom: 1px solid var(--act-dark-grey);
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 60px;
}
}
@media (max-width: 992px){
.container.assembly-2024{
    padding-left: 0px;
}
}

@media (min-width: 992px){
.assembly2024_menu .navbar li {
    margin-right: 2em;
}
}

@media (max-width: 991px){
    .schedule-page .tab-content>.tab-pane {
    display: none;
    opacity: 1;
}
}


@media (max-width: 991px){
    .schedule-page .tab-content>.tab-pane.show{
        display: block!important;
        opacity: 1;
    }
    }

.dark .banner_content{
    padding-top: 10px!important;
}

.assembly-body.dark .general_assembly_page_title{
    color:#fff;
}

.assembly-body.dark .menu-item a{
    color:#fff!important;
}

.assembly-body.dark .icon-btn.text-decoration-none {
    color: #fff!important;
}

@media (min-width: 991px){
.general_assembly2024 .icon-text-content{
    margin-top: -50px;
}
}


.page-id-272623 .general_assembly2024 #accordionFlushExample,
.page-id-273436 .general_assembly2024 #accordionFlushExample{

    margin-top: -60px;
}

.post-act_news.assembly-documents {
    background: #fff;
}

.doc-cate{
    font-weight: 700;
    color:#ED1C24;
}


.location-inline-block{
    display: flex;
}

.ml-icon-text {
    padding-left: 10px;
}

.schedule-page .act-tabs .nav-tabs .nav-link.active{
    border-bottom: 0px!important;
}

.schedule-page .act-tabs .nav-tabs {
    border-bottom: 0px;
}
.page-id-272601 .section.multi-column,
.page-id-273435 .section.multi-column,
.page-id-273433 .section.multi-column, 
.page-id-273436 .section.multi-column {padding: 40px 0 0px 0;}
@media (min-width: 991px){
    .page-id-272498 .section.multi-column, 
    .page-id-273433 .section.multi-column {
        padding-left: 178px;
        padding-right: 178px;
    }
}
@media (max-width: 991px){
    .author{
        padding-left:20px ;
    }
}

img.desktop-img {
    min-height: 435px;
    object-fit: cover;
}

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery-item img {
    width: 100%; /* Set the desired width */
    min-height: 300px; /* Set the desired height */
    object-fit: cover; /* Maintain aspect ratio and cover container */
}

.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}



@media (max-width:767px) {
	img.alignright, 
	div.alignright, 
	figure.alignright, 
	img.alignleft, 
	div.alignleft, 
	figure.alignleft, 
	img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	
	.gallery.gallery-columns-3 figure, 
	.gallery.gallery-columns-4 figure, 
	.gallery.gallery-columns-5 figure, 
	.gallery.gallery-columns-6 figure, 
	.gallery.gallery-columns-7 figure, 
	.gallery.gallery-columns-8 figure, 
	.gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

option.pl-2{
    padding-left: 15px;
}

.single-act_news blockquote {
    margin: 0 0 1rem;
    padding: 30px 50px 30px 100px;
    background: #EDEFEE;
      font-style: italic;
    border-left: 5px solid #4A5C59;
    position: relative;
  }
  
  .single-act_news blockquote::before {
    content: '"';
    color: red;
    font-size: 5rem; /* Adjust size as needed */
    font-style: italic;	
    position: absolute;
    left: 40px; /* Position the quote mark */
    top: 0;
  }
  
  @media (min-width: 1400px) {
    .act_news-template-default .new-layout .container{
      max-width: 700px;
    }
    .related-news .desktop .section .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 700px;
      }
  }


.countries-inline {
    display: inline;
}

.country-button-inline {
    padding: 3px 10px 4px;
    background-color: #4A5C59;
    color: white;
    border-radius: 15px;
    text-decoration: none;
    font-size: 11px;
}

.country-button-inline:hover {
    text-decoration: none;
    color: white;
}

.container-with-line {
    position: relative; /* Necessary for positioning the line relative to this element */
}

.container-with-line::before {
    content: "";
    position: absolute;
    top: 0px; /* Position the line 100px above the container */
    left: 0;
    width: 20%;
    height: 1px; /* Height of the line */
    background-color: #4A5C59; /* Line color (black) */
}

.container-with-line-center {
    position: relative; /* Necessary for positioning the line relative to this element */
}

.container-with-line-center::before {
    content: "";
    position: absolute;
    top: 0px; /* Position the line 100px above the container */
    left: 40%;
    width: 20%;
    height: 1px; /* Height of the line */
    background-color: #4A5C59; /* Line color (black) */
}

.link-light-grey {
    color: #4A5C59 !important;
  }

  .slick-slide {
    min-height: 250px; /* or set it to the approximate height of your images */
   
}

.slick-slide img {
    display: block;
    width: 100%;
    max-height: 450px;
}
/* Arrow Styles */
.slick-prev, .slick-next {
    background-color: #4A5C59;  /* Color for the arrows */
    color: rgb(0, 0, 0);               /* Arrow color */
    border-radius: 50%;         /* Make the arrows circular */
    padding: 10px;
    font-size: 18px;
    z-index: 100;               /* Ensure arrows are on top of other elements */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Positioning arrows */
.slick-prev {
    left: 15px;                 /* Position the "Previous" arrow on the left */
}

.slick-next {
    right: 15px;                /* Position the "Next" arrow on the right */
}

/* Optional: Hover effect */
.slick-prev:hover, .slick-next:hover {
    background-color: #333;     /* Change arrow background color on hover */
    color: #fff;                /* Arrow color on hover */
}

figcaption{    
    color:#FFF;
    font-weight: bold;
    text-shadow: 2px 2px 8px #505B5A;
    margin-top:-60px;
    text-align:center;
    padding:5px;
    font-size: 11px;
}
/* Ensure images are fully responsive */
.gallery img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 600px) {
.pmobile{
   padding:0px 20px;
}
}


/* Roshan new components  */

.numbered-item {
    border-bottom: 1px solid #000;
}

.text-numbered{
    color: #d8dcdb ;
    font-size: 140px;
    font-weight: 700;
}


.latest-highlights .carousel-control-next {
    right: 44%;
}
.latest-highlights .carousel-control-next, .latest-highlights .carousel-control-prev {
    top: auto;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding: 5px;
    background-color: #314542;
}

.latest-highlights .carousel-control-prev {
    left: 85%;
}

section.section.highlights.height-500{
    max-height: 500px;
    margin-bottom: 80px !important;
}
@media (max-width: 600px) {
section.section.highlights.height-500{
    max-height: 500px;
    margin-bottom: 350px !important;
}
}
.large-body-text{
    font-size: 20px;
    line-height: 24px;
}

a.highlights-custom.btn.btn-act.icon-btn.float-right-latest.text-white{
    width: 190px;
}

@media screen and (max-width: 767px) {
    .latest-highlights .carousel-control-prev {
        left: 75%;
        bottom: -30px;
    }
}

@media screen and (max-width: 767px) {
    .latest-highlights .carousel-control-next {
        right: 43%;
        bottom: -30px;
    }
}


@media screen and (min-width: 830px) {
    .page-id-16350 .section.tabs iframe {
        align-items: center;
        margin: 0 auto;
        display: flex;
        width: 820px;
        height: 500px;
    }
}

@media screen and (max-width: 830px) {
.page-id-16350 .section.tabs iframe {
    align-items: center;
    margin: 0 auto;
    display: flex;
    width: 100%;
    height: 261px;
}
}

.section.multi-column
li {
    margin-bottom: 1rem;
}

.page-id-16354 .section.multi-column
ul li::marker {
    color: #324643;
}
.page-id-17585 .section.multi-column
ul li::marker {
    color: #324643;
}
.page-id-16348 .section.multi-column
ul li::marker {
    color: #324643;
}
.page-id-16350 .section.multi-column
ul li::marker {
    color: #324643;
}

.page-id-16352 .section.multi-column
ul li::marker {
    color: #324643;
}

.section.tabs .accordion-body
h2 {
    margin-bottom: 12px;
    display: block;
}


button.active#Tab_6710f92638a25-appealsandrrf-tab {
    font-size: 22px;
    font-weight: 700;
}

button#Tab_6710f92638a25-alerts-tab {
    font-size: 22px;
    color: #b5bfba;
    font-weight: 700;
}


/* new component css  */
@media screen and (min-width: 1080px) {
    .page-id-17585 .row.custom-content {
        margin-left: 100px;
    }
}
@media screen and (min-width: 1080px) {
    .page-id-16348 .row.custom-content {
        margin-left: 100px;
    }
}
@media screen and (min-width: 1080px) {
    .page-id-16350 .row.custom-content {
        margin-left: 100px;
    }
}
@media screen and (min-width: 1080px) {
    .page-id-16352 .row.custom-content {
        margin-left: 100px;
    }
}
@media screen and (min-width: 1080px) {
    .page-id-16354 .row.custom-content {
        margin-left: 100px;
    }
}




.page-id-17585 .section-title h2 {
    font-size: 36px;
    padding-bottom: 75px;
}


.page-id-16348 .section-title h2 {
    font-size: 36px;
    padding-bottom: 75px;
}
.page-id-16350 .section-title h2 {
    font-size: 36px;
    padding-bottom: 75px;
}
.page-id-16352 .section-title h2 {
    font-size: 36px;
    padding-bottom: 75px;
}
.page-id-16354 .section-title h2 {
    font-size: 36px;
    padding-bottom: 75px;
}
@media screen and (min-width: 1080px) {
    .numbered-item.custom-margin-left{
        margin-left: 100px;
    }
}

@media screen and (min-width: 1080px) {
    .page-id-17585 .section.tabs .act-tabs{
        margin-left: 100px;
    }
}

@media screen and (min-width: 1080px) {
    .page-id-16348 .section.tabs .act-tabs{
        margin-left: 100px;
    }
}

@media screen and (min-width: 1080px) {
    .page-id-16350 .section.tabs .act-tabs{
        margin-left: 100px;
    }
}

@media screen and (min-width: 1080px) {
    .page-id-16352 .section.tabs .act-tabs{
        margin-left: 100px;
    }
}
@media screen and (min-width: 1080px) {
    .page-id-16354 .section.tabs .act-tabs{
        margin-left: 100px;
    }
}

@media screen and (max-width: 1450px) and (min-width: 1200px) {
.custom-video iframe{
    height: 270px;
}
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
.custom-video iframe{
    height: 230px;
}
}
@media screen and (max-width: 1000px) and (min-width: 800px) {
.custom-video iframe{
    height: 200px;
}
}

@media screen and (max-width: 800px) and (min-width: 700px) {
.custom-video iframe{
    height: 200px;
}
}

@media screen and (max-width: 514px){
.custom-video iframe{
    height: 200px;
}
}

.btn-green {
    color:#FFF;    
    border: 2px solid var(--act-dark-grey);
    background: var(--act-dark-grey);
    transition: all 0.3s ease 0s;
    --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-border-radius: 0.375rem;

}

.btn-green:hover {
    background: #F01E1E!important;
    border: 2px solid #F01E1E!important;
    color:#FFF!important;

}

.btn-success {
    background: #F01E1E!important;
    border-color: #F01E1E!important;
    color: #fff;
  }

  .form-check-input[type="checkbox"] {
    border-radius: .25em;
    border: 2px solid var(--act-dark-grey);
  }

  .form-check-input:checked[type="checkbox"] {
    color: var(--act-dark-grey);
  }

  .form-check-input:checked {
    background: var(--act-dark-grey);
  }
  .form-check-input[type="radio"] {
    border: 2px solid var(--act-dark-grey);
  }

  input[name="submission_confirmation"] {
    border: 2px solid var(--act-dark-grey);
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--act-dark-grey); /* Change checkbox color */
    margin-right: 8px;
}

.digital-report-title{
    color: var(--ACW-red, #ED1C24);
    text-align: center;

    /* H1 */
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 87.4px */
}

.t-49{
    color: var(--ACT-1, #3D4F4D);
    /* H3 */
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 56.35px */
}