@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding-top: 150px;
    width: 100%;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
h1{
    font-size: 60px;
    font-weight: bold;
    color: #000;
}
h2{
    font-size: 50px;
    font-weight: bold;
    color: #000;
}
.btn.btn-primary{
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100px;
    border: 0;
    padding: 10px 40px;
    transition: all ease 0.4s;
}
.btn.btn-primary:hover{
    background-color: #000;
    color: #fff;
}
#page-header{
    padding: 0;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}
#page-header.sticky .brand{
    max-width: 100px;
}
#page-header .brand{
    display: inline-block;
    width: 100%;
    max-width: 180px;
    transition: all ease 0.4s;
}
#page-header .head-top{
    padding: 15px 0;
}
#page-header .head-bottom{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
#page-header ul{
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
#page-header ul li{
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
#page-header ul li a{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    line-height: 1;
    transition: all ease 0.4s;
}
#page-header ul li.current_page_item a{
    color: #9ad2a6;
}
#page-header ul li a:hover{
    color: #9ad2a6;
}
#hero-section{
    background-color: #9ad2a6;
    padding: 60px 0 0;
    color: #000;
}
#hero-section .hero-content img{
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
#hero-section .better-section{
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 50px;
}
#hero-section .better-section li{
    width: 33.333%;
    position: relative;   
    list-style: none; 
}
#hero-section .better-section li::after{
    content: '';
    padding-bottom: 100%;
    display: block;
}
#hero-section .better-section li img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#hero-section .better-section li img.hover{
    z-index: 1;
    opacity: 0;
    transition: all ease 0.4s;
}
#hero-section .better-section li:hover img.hover,
#hero-section .better-section li.open  img.hover{
    opacity: 1;
}
#principles-section{
    padding: 60px 0;
}
#principles-section #priciples-slider{
    margin: 40px 0 0;
}
#principles-section #priciples-slider h2{
    margin: 0;
    text-align: center;
    font-weight: 700;
}
#principles-section #priciples-slider h2 strong{
    color: #9ad2a6;
    font-weight: 700;
}
#partofthe-moment{
    background-color: #9ad2a6;
    padding: 0;
    color: #000;
}
#partofthe-moment .container-fluid,
#partofthe-moment .row,
#partofthe-moment .row .col-md-6{
    margin: 0;
    padding: 0;
}
#partofthe-moment .sec-content{
    padding: 0;
    max-width: 470px;
    margin: auto;
}
#partofthe-moment img{
    width: 100%;
}
#partofthe-moment .sec-content h2{
    margin-bottom: 30px;
}
#jointhecall{
    padding: 60px 0;
}
#jointhecall h2{
    font-size: 40px;
    padding: 0;    
}
#jointhecall h2 strong{
    font-weight: 700;
    color: #9ad2a6;
}
#quotes-slider{
    background-color: #9ad2a6;
    padding: 0;
    color: #000;   
}
#quotes-slider h2{
    position: relative;
    padding: 0;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
}
#quotes-slider h2 strong{
    font-weight: 600;
}
#quotes-slider h2 img.quote-open{    
    width: 45px;
    position: absolute;
    left: -50px;
    top: -20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
#quotes-slider h2 img.quote-close{
    width: 45px;
    position: relative;
    right: -10px;
    bottom: -10px;
}
#quotes-slider .swiper-wrapper{
    display: flex;
}
#quotes-slider .swiper-wrapper .swiper-slide{
    height: auto!important;
}
#quotes-slider .slider{
    display: flex;
    align-items: center;
    height: 100%;
}
#quotes-slider .slider .sec-content{
    width: 50%;
    padding: 30px 80px; 
}
#quotes-slider .slider .image-container{
    width: 50%;
    position: relative;
    height: 100%;
}
#quotes-slider .slider .image-container::after{
    content: '';
    padding-bottom: 60%;
    display: block;
}
#quotes-slider .slider .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;    
    position: absolute;
    left: 0;
    top: 0;
}
#quotes-slider p{
    font-weight: 700;
}
#page-footer{
    padding: 60px 0 0;    
    background-color: #fff;
    border-top: 1px solid #eee;
}
#page-footer .brand{
    width: 100%;
    max-width: 180px;
    display: inline-block;
    margin-bottom: 30px;
}
#page-footer ul{
    display: inline-flex;
    margin: 0;
    padding: 0;
    width: 100%;    
    margin-bottom: 30px;
}
#page-footer ul li{
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
}
#page-footer ul li a{
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: all ease 0.4s;
    font-size: 16px;
}
#page-footer ul li a:hover{
    color: #9AD2A6;
}
#page-footer .contact h4{
    font-size:18px;
    margin-bottom: 5px;
    font-weight: 600;
}
#page-footer .contact a{    
    display: inline-block;
    color: #000;
    transition: all ease 0.4s;
    font-size: 14px;
    margin: 0;
}
#page-footer .contact a:hover{
    color: #9AD2A6;
}
#page-footer .footer-bottom{
    font-size: 14px;
    padding: 15px 0 10px;
    border-top: 1px solid #eee;
}
#page-footer a{
    color: #000;
    text-decoration: none;
    transition: all ease 0.4s;
}
#page-footer a:hover{
    color: #9AD2A6;
}
#menu-trigger{
    display: none;
}
#page-footer  .subscribe-form {
    margin-bottom: 20px;
}
#page-footer  .subscribe-form h4{
    font-size:18px;
    margin-bottom: 5px;
    font-weight: 600;
}
#page-footer .subscribe-form .gjs-cell{
    width: 100%;
}
#page-footer .subscribe-form input[type="email"]{
    width: calc(100% - 150px);
    padding: 0 10px;
    font-size: 14px;
    height: 32px;
    float: left;
    border: 1px solid #cfcfcf!important;
}
#page-footer .subscribe-form input[type="submit"]{
    width: 150px;
    background-color: #9AD2A6;
    color: #000;
    padding: 3px 15px;
    border: 0;
    font-weight: 600;
    height: 32px;
    font-size: 14px;
    transition: all ease 0.4s;
}
#page-footer .subscribe-form input[type="submit"]:hover{
    background-color: #000;
    color:  #9AD2A6;
}
#page-footer .subscribe-form .es_subscription_message.error{
    font-size: 14px;
    position: relative;
    top: -22px;
}
#page-footer .contact{
    margin-bottom: 50px;
}
#page-footer .foot-right{
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: right;
}
#page-footer .foot-right a{
    padding: 0 10px;
}
#page-footer .foot-right .follow{
    padding-left: 20px;
    font-weight: 600;
}
#page-footer .foot-right .follow a{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
#page-footer .foot-right .follow a img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    transition: all ease 0.4s;
}
#page-footer .foot-right .follow a img:hover{
    transform: scale(1.1);
}
#media-hero{
    background-color: #a77ec7;
}
#media-hero .container-fluid{
    padding: 0;
    margin: 0;
}
#media-hero .container-fluid .row{
    margin: 0;
}
#media-hero .container-fluid .col-md-6{
    padding: 0;
    margin: 0;
}
#media-hero .hero-content{
    padding: 30px 50px;
    max-width: 570px;
    margin: auto;
}
#media-hero .hero-block{
    display: flex;
}
#media-hero .hero-block .block{
    width: 33.3333%;
    position: relative;
}
#media-hero .hero-block .block::after{
    content: '';
    display: block;
    padding-bottom: 250%;
}
#media-hero .hero-block .block img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: all ease 0.4s;
}
#media-hero .hero-block .block:hover img{
    filter: grayscale(0%);
}
#social-section{
    padding: 80px 0;
    background-color: #faf3ff;
}
#social-section .col-md-6{
    margin: 10px 0;
}
#social-section .container{
    max-width: 1000px;
}
#social-section .social-box{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all ease 0.4s;
    height: 100%;
}
#social-section .social-box .img{
    width: 100%;
    display: inline-block;
    height: 200px;
    overflow: hidden;
}
#social-section .social-box .img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.4s;
}
#social-section .social-box .content{
    padding: 20px;
    display: inline-block;
}
#social-section .social-box .content h3{
    font-weight: bold;
    color: #000;
    text-decoration: none;
    transition: all ease 0.4s;
}
#social-section .social-box .content p{
    color: #000;
    text-decoration: none;
    transition: all ease 0.4s;
}
#social-section .social-box:hover{
    background-color: #a77ec7;
}
#social-section .social-box:hover img{
    transform: scale(1.1);
}
#pressmedia-section{
    padding: 80px 0;
}
#pressmedia-section #myTab{
    text-align: center;
    justify-content: center;
    border: 0;
}
#pressmedia-section #myTab .nav-link{
    font-size: 30px;
    border: 0;
    color: #000;
}
#pressmedia-section #myTab .nav-link.active{
    font-weight: bold;
}
#pressmedia-section #myTabContent{
    padding: 50px 0 0;
}
#pressmedia-section #myTabContent ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#pressmedia-section #myTabContent ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(50% - 30px);
    margin: 15px;
    display: inline-block;    
}
#pressmedia-section #myTabContent ul li a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    transition: all ease 0.4s;
    border: 1px solid #eee;
    padding: 20px;
    height: 100%;
}
#pressmedia-section #myTabContent ul li a:hover{
    background-color: #a77ec7;;
}
#pressmedia-section #myTabContent ul li p{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
}
#pressmedia-section #myTabContent ul li h4{
    font-weight: bold;
    color: #000;
    margin: 0;
    font-size: 1.3rem;
}
#youtube-section{
    padding: 0 0 80px;
    text-align: center;
} 
#youtube-section h2{
    text-align: center;
    margin-bottom: 50px;
}
#youtube-section .thumbnail{
    display: inline-block;
    width: 100%;
    position: relative;
}
#youtube-section .thumbnail::after{
    content: '';
    display: block;
    padding-bottom: 56%;
}
#youtube-section .thumbnail img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#youtube-section .thumbnail::before{
    content: '';
    width: 90px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 2;
    opacity: 0;
    transition: all ease 0.4s;
}
#youtube-section .thumbnail:hover::before{
    opacity: 1;
}
#youtube-section  .swiper-button-next, 
#youtube-section .swiper-button-prev{
    color: #a77ec7;
    left: -40px;
    transition: all ease 0.4s;
}
#youtube-section  .swiper-button-next:hover, 
#youtube-section .swiper-button-prev:hover{
    color: #000;
}
#youtube-section .slide-wrap{
    position: relative;
}
#youtube-section  .swiper-button-next{
    left: inherit;
    right: -40px;
}
#content-section{
    padding: 20px 0 80px;
}
#page-title{
    background-color: #FF914D;
    padding: 50px 0;
}
#page-title.media{
    background-color: #A77EC7;
    padding: 50px 0;
}
#page-title h1{
    margin: 0;
    padding: 0;
}
#getinvolved-content{
    padding: 50px 0;
}
#getinvolved-content #getinvolved-slider{
    margin-top: 0;
}
#waystojoin-section{
    padding: 0 0 50px;
    position: relative;
    color: #000;
}
#waystojoin-section h2{
    text-align: center;
    margin-bottom: 50px;    
}
#waystojoin-section h2 span{
    color: #FF914D;
}
#waystojoin-section .container-fluid{
    position: relative;  
    text-align: center;  
}
#waystojoin-section .container-fluid::after{
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF914D;
    z-index: 0;
}
#waystojoin-section .container-fluid::before{
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F7F0EB;
    z-index: 0;
}
#waystojoin-section .container-fluid .row{
    align-items: center;
    position: relative;
    z-index: 2;
}
#waystojoin-section a{
    padding: 50px;
    max-width: 500px;
    margin: auto;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
#waystojoin-section a img{
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: auto;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;    
}
#waystojoin-section a:hover img{
    animation: pulse 1.5s infinite;
}
#questions-section{
    padding: 0 0 50px;
    text-align: center;
}
#questions-section h2 {
    margin-bottom: 30px;
}
#questions-section h2 span{
    color:  #FF914D;
}
#questions-section .btn{
    background-color: #FF914D;
    color: #fff;
    transition: all ease 0.4s;
}
#questions-section .btn:hover{
    background-color: #000;
}
@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1); /* Slightly enlarge the image */
    }
    100% {
      transform: scale(1);
    }
  }
#waystojoin-section a h3{
    font-weight: bold;    
    margin-bottom: 20px;
    text-align: center;
}
#waystojoin-section a p{
    text-align: center;
}
#waystojoin-section .signup a{
    color: #000;
}
#followus{
    text-align: center;
    padding: 0 0 50px;
}
#followus h2{
    margin-bottom: 50px;
    text-align: center;
}
#followus h2 span{
    color: #FF914D;
}
#followus .follow-container{
    position: relative;
}
#followus .follow-container::after{
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF914D;
    z-index: 0;
}
#followus .follow-container::before{
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F7F0EB;
    z-index: 0;
}
#followus .follow-container .col{
    position: relative;
    z-index: 2;
}
#followus .follow-container ul{
    padding: 0;
    margin: 0;
    display: flex;
}
#followus .follow-container ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #FF914D;
    width: 25%;
    padding: 10px;
}
#followus .follow-container ul li:nth-of-type(even){
    background-color: #F7F0EB;
}
#followus .follow-container ul li a{
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    transition: all ease 0.4s;
}
#followus .follow-container ul li a img{
    width: 80px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    display: inline-block;
}
#followus .follow-container ul li a:hover{
    transform: scale(1.16);
}
#pressmedia-section #myTabContent ul li.no-press{
    font-size: 20px;
    text-align: center;
    width: 100%;
}
#research-hero{
    padding: 80px 0;
}
#page-title.resourcepage{
    background-color: #EB4F49;
}
#research-hero .faq-disrupter{
    background-color: #EB4F49;
    margin-top: 40px;
    padding: 15px;
    text-align: center;
    color: #fff;
}
#research-hero .faq-disrupter h3{
    margin-bottom: 0;
    font-weight: 700;
}
#research-hero .faq-disrupter h3 a{
    color: #000;
    transition: all ease 0.4s;
    text-decoration: none;
}
#research-hero .faq-disrupter h3 a:hover{
    color: #fff;;
}
#top-reports-section .section-top{
    background-color: #EB4F49;
    color: #fff;
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: 2px solid #fff;
}
#top-reports-section .section-bot{
    position: relative;
    background-color: #eee;
}
#top-reports-section .section-bot::before{
    content: '';
    width: 50vw;
    height: 100%;
    background-color: #EB4F49 ;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 0;    
}
#top-reports-section .section-bot .container{
    position: relative;
    z-index: 3;
}
#top-reports-section .col-md-6:first-of-type .top-report{
    color: #fff;
}
#top-reports-section .top-report{
    width: 100%;
    padding: 40px 30px;
}
#top-reports-section .top-report .image{
    width: 100%;
   
    padding: 0;
    position: relative;
    overflow: hidden;
}
#top-reports-section .top-report .image .img{
     background-color: #fff;
}
#top-reports-section .top-report:hover .image img{
    animation: pulse 1.5s infinite; 
}
#top-reports-section .top-report .image .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all ease 0.4s;
    opacity: 0;
}
#top-reports-section .top-report:hover  .overlay{
    opacity: 1;
}
#top-reports-section .top-report .image .overlay a{
    width: calc(30% - 10px);
    margin: 10px;    
    padding: 5px 10px;
}
#top-reports-section .top-report .content{
    padding: 30px 0;
}
#top-reports-section .top-report .content h3{
    font-size: 26px;
    font-weight: 700;
}
#more-resources{
    padding: 80px 0 0;
}
#more-resources .section-top{
    background-color: #EB4F49;
    color: #fff;
    text-align: center;
    padding: 30px 0 20px;    
}
#more-resources .section-top h2{
    text-align: left;
}
#more-resources ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 50px 0;
}
#more-resources ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(50% - 30px);
    margin: 15px;
    display: inline-block;   
    transition: all ease 0.4s;
    border: 1px solid #eee;
    padding: 20px; 
}
#more-resources ul li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#more-resources ul li .link-wrap{
    display: flex;    
    align-items: center;
    margin: 0 -10px;
}
#more-resources ul li a{
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;    
    background-color: #EB4F49;
    margin: 0 10px;
    transition: all ease 0.4s;
}
#more-resources ul li a:hover{
    background-color: #000;
    color: #fff;
}

#more-resources ul li p{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
}
#more-resources ul li h3{
    font-weight: bold;
    color: #000;
    margin: 0;
    font-size: 1.3rem;
    margin-bottom: 15px;
}
#advocate-hero{
    padding: 80px 0;
}
#lettertemplate-section{
    padding: 0 0;
    background-color: #FF914D;
    width: 100%;
    overflow: hidden;
}
#lettertemplate-section .image{
    padding: 50px;
    position: relative;
    z-index: 2;
    transition: all ease 0.4s;
}
#lettertemplate-section:hover .image{
    animation: pulse 1.5s infinite; 
}
#lettertemplate-section .col-md-6:last-of-type{
    position: relative;    
    text-align: center;
    height: 100%;
}
#lettertemplate-section .col-md-6:last-of-type::after{
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F3EEE9;
    z-index: 0;
}
#lettertemplate-section .link-row{
    display: flex;
    flex-direction: column;
}
#lettertemplate-section .link-row .btn{
    width: auto;
    margin-top: 20px;
    max-width: inherit;
    flex: 1;
    max-width: 300px;
}



#talkingpoints-section{
    padding: 0 0;
    background-color: #FF914D;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #fff;
    min-height: 400px;
}
#talkingpoints-section .image{
    padding: 0;    
    z-index: 2;
    transition: all ease 0.4s;
    width: calc(50vw - 7px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
#talkingpoints-section.row-riverse .image{
    right: 0;
    left: auto;
}
#talkingpoints-section .image img{
    object-fit: cover;
    object-position: center top;
    height: 100%;
    width: 100%;
}
#talkingpoints-section:hover .image img{
    animation: pulse 1.5s infinite; 
    
}

#talkingpoints-section .content{
    padding: 60px 0 70px 50px;
}
#talkingpoints-section.row-riverse  .content{
    padding: 60px 50px 70px 0;
}

#talkingpoints-section .link-row{
    display: flex;
    flex-direction: column;
}
#talkingpoints-section .link-row .btn{
    width: auto;
    margin-top: 20px;
    max-width: inherit;
    flex: 1;
    max-width: 300px;
}


#social-posts{
    padding: 80px 0 0;
}
#social-posts h2{
    text-align: left;
    margin-bottom: 10px;
}
#social-posts .social-content{
    margin-bottom: 70px;
}
#social-posts .socialpost-example{
    background-color: #F6F0EB;
    padding: 80px 0 0;
}
#social-posts .socialpost-example .post-content a{
    color: #000;
    font-weight: 600;
    transition: all ease 0.4s;
}
#social-posts .socialpost-example .post-content a:hover{
    color: #FF914D;
}
#social-posts .socialpost-example h3{
    font-weight: 700;
    margin-bottom: 30px;
}
#social-posts .socialpost-example .post-image{
    background-color: #FF914D;
    margin-top: 50px;
    overflow: hidden;
}
#social-posts .socialpost-example .post-image:hover img{
    animation: pulse 3s infinite; 
}
#social-posts .socialpost-example .col-md-7{
    text-align: center;
}
#social-posts .socialpost-example .col-md-7 a{   
    font-size: 30px;
    padding: 20px 50px;
}
#top-reports-section .top-report{
    padding: 50px 20px 50px 20px;
}
#top-reports-section .col-md-4:nth-of-type(2) .top-report{
    padding: 50px 35px 50px 35px;
    background-color: #fff;
    height: 100%;
    margin: 0 -15px;
    width: auto;
}

#faq-disrupter{
    padding: 40px 0;
}

#faq-disrupter h2{
    margin: 0;
}
#faq-disrupter .col-md-4{
    text-align: center;
}
#faq-disrupter .btn{
    background-color: #9AD2A6;
    color: #000;
    padding: 10px 50px;
    font-size: 18px;
}
#faq-disrupter .btn:hover{
    background-color: #000;
    color: #fff;
}
#faq-section{
    padding: 80px 0;
}
.faqpage{
    background-color:#D29AC3!important;
}
#faq-section .accordion .accordion-item{
    margin-bottom: 15px;
    border-radius: 0;
    border: 0 solid #eee;    
}
#faq-section .accordion .accordion-item .accordion-button {
    border-radius: 0;
    background-color: #D29AC3;
    color: #000;
    font-size: 20px;
    border: 0;
    box-shadow: none;
    font-weight: 500;
}
#faq-section .accordion .accordion-item .accordion-button.collapsed{
    background-color: #DEDADD;    
}
#faq-section .accordion .accordion-item .accordion-body a{
    color: #003ECE;
    transition: all ease 0.4s;
}
#faq-section .accordion .accordion-item .accordion-body a:hover{
    color: #000;
}
#page-title.aboutpage{
    background-color: #498CB7;
}
#about-hero{
    padding: 80px 0;
}
#whatwedo-section{
    padding: 0x 0 80px;
}
#whatwedo-section .what-we-do{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#whatwedo-section .what-we-do .what-box{
    width: 50%;
    position: relative;
}
#whatwedo-section .what-we-do .what-box::after{
    content: '';
    display: block;
    padding-bottom: 50%;    
}
#whatwedo-section .what-we-do .what-box img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
#whatwedo-section .what-we-do .what-box .overlay{
    position: absolute;
    background-color: #C5E4EE;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.4s;
}
#whatwedo-section .what-we-do .what-box:hover .overlay,
#whatwedo-section .what-we-do .what-box.active .overlay{
    opacity: 1;
}
#whatwedo-section .what-we-do .what-box .overlay p{
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-size: 20px;
}
#whatwedo-section .what-we-do .what-box h3{
    position: absolute;
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}
#whyitmatters-section{
    padding: 80px 0;
}
#whyitmatters-section h2{
    margin-bottom: 30px;
}

#meetourteam{
    background-color: #498CB7;
    padding: 0;
    color: #000;
}
#meetourteam .container-fluid,
#meetourteam .row,
#meetourteam .row .col-md-6{
    margin: 0;
    padding: 0;
}
#meetourteam .sec-content{
    padding: 0;
    max-width: 550px;
    margin: auto;
}
#meetourteam img{
    width: 100%;
}
#meetourteam .sec-content h2{
    margin-bottom: 10px;
}
#meetourteam .sec-content p{
    margin-bottom: 15px
}
#our-members{
    padding: 80px 0;
}
#our-members h2{
    margin-bottom: 15px;
}

#our-members ul.network-members {
    margin: 30px -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: auto;
}
#our-members ul.network-members li {
    margin: 15px;
    list-style: none;
    width: calc(25% - 30px);
    background-color: #498CB7;
    padding: 2px;
    transition: all ease 0.4s;
    overflow: hidden;
    display: inline-block;
}
#our-members ul.network-members li:hover {
    background-color: #07619b;
}
#our-members ul.network-members li img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 0px;
    padding: 10px 30px;
    background-color: #fff;
    transition: all ease 0.4s;
}
#our-members ul.network-members li a {
    text-decoration: none;
    color: #fff;
}
#our-members ul.network-members li strong {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background-color: #498CB7;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    transition: all ease 0.4s;
    text-decoration: none;
}
#our-members ul.network-members li:hover strong {
    background-color: #07619b;
}



#joinus-section{
    background-color: #498CB7;
    padding: 0;
    color: #000;
}
#joinus-section .container-fluid,
#joinus-section .row,
#joinus-section .row .col-md-6{
    margin: 0;
    padding: 0;
}
#joinus-section .sec-content{
    padding: 0;
    max-width: 470px;
    margin: auto;
}
#joinus-section img{
    width: 100%;
}
#joinus-section .sec-content h2{
    margin-bottom: 10px;
}
#joinus-section .sec-content p{
    margin-bottom: 15px
}
#research-hero.faq-research{
    padding: 0 0 80px;
}

/** team section**/
.member {
    width: 100%;
    height: 100%;
}
.member .image {
    width: 100%;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    height: 100%;
    display: inline-block;
    text-decoration: none;
    transition: all ease 0.4s;
    border: 1px solid #eee;
    background-color: #fff;
}
.member.chairs .image {
    background-color: #498CB7;
    color: #fff;
}
.member .image:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.member .image .img-wrap {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 5px;
}
.member .image .img-wrap img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    object-position:  center;
    display: inline-block;
    transition: all ease 0.4s;
}
.member .image .img-wrap:hover img {
    transform: scale(1.1);
}
#steering-member .member h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    text-align: left;
}
.member .position {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    width: 100%;
    float: left;
}
.member.chairs h3,
.member.chairs .position {
    color: #fff!important;
    text-align: left;
}
.member.chairs .position strong{
    display: block;
    margin-top: 5px;
}
.page-template-members .member-popup {
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
.page-template-members .member-popup.chairs {
    background-color: #498CB7;
    color: #fff;
}
.page-template-members .member-popup .member-image {
    width: 240px;
    margin-right: 30px;
}
.page-template-members .member-popup .member-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
}
.page-template-members .member-popup .member-content {
    width: calc(100% - 270px);
}
.page-template-members .member-popup .member-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.page-template-members .member-popup.chairs .member-content h3 {
    color: #fff;
}
.page-template-members .member-popup .member-content .position {
    font-size: 12px;
    color: #333;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
}
.page-template-members .member-popup.chairs .member-content .position {
    color: #fff;
}
.page-template-members .member-popup .member-content p {
    font-size: 13px;
    line-height: 20px;
}
.page-template-members .member-popup.chairs .member-content p {
    color: #fff;
}
#steering-member{
    padding: 80px 0;
}
#steering-member h2,
#steering-member h3{
    margin-bottom: 30px;
}
.secretariat-team,
.chairs-container{
    padding-bottom: 80px;
}
#steering-member .member-para{
    margin-bottom: 50px;
}
.lity{
    z-index: 999999;
}
.btn-404{
    background-color: #9AD2A6!important;
    margin-top: 30px;
}
.about-gallery{
    padding: 0!important;
}

@media screen and (min-width: 1100px) {
#faq-disrupter .container{
    max-width: 1000px;
}
#faq-disrupter .btn{
    padding: 15px 80px;
    font-size: 18px;
}
}
@media screen and (max-width: 1400px) {
    h2{
        font-size: 40px;
    }
    
    #quotes-slider h2 img.quote-open{
        width: 30px;        
        left: -35px;
        top: -10px;        
    }
    #quotes-slider h2 img.quote-close{
        width: 30px;
        bottom: -5px;
    }
}
@media screen and (max-width: 1200px) {
    #quotes-slider h2{
        font-size: 30px;
    }
    #quotes-slider p{
        font-size: 14px;
    }
    #quotes-slider .slider .image-container::after{
        padding-bottom: 80%;
    }
}
@media screen and (max-width: 1024px) {
    h2{
        font-size: 30px;
    }
    #partofthe-moment .sec-content{
        padding: 30px;
    }
    #partofthe-moment .sec-content h2{
        margin-bottom: 10px;
    }
    .btn.btn-primary{
        font-size: 16px;
        padding: 6px 25px;
    }
    #partofthe-moment img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
    #jointhecall h2{
        font-size: 30px;
    }
    #hero-section .hero-content img{
        max-width: 500px;
    }
    #top-reports-section .top-report .image .overlay{
        opacity: 1;
        position: static;        
        padding: 10px 0;
        background: none;
    }
    #top-reports-section .top-report .image .overlay a{
        width: calc(33.333% - 5px);
        margin: 2px;
        padding: 3px 12px;
        font-size: 14px;
        border: 1px solid #eee;
    }
    #top-reports-section .col-md-6:last-of-type .top-report .image .overlay{
        background-color: #eee;
    }
    #top-reports-section .top-report{
        padding: 40px 10px 40px 0;
    }
    #top-reports-section .col-md-4:last-of-type .top-report{
        padding: 40px 0 40px 10px;
    }
    #top-reports-section .col-md-4:nth-of-type(2) .top-report{
        padding: 40px 20px 40px 20px;
    }
   #whatwedo-section .what-we-do .what-box .overlay p{
    font-size: 16px;
   }
   #whatwedo-section .what-we-do .what-box h3{
    font-size: 30px;
   }
   #meetourteam .sec-content,
   #joinus-section .sec-content{
    padding: 0 40px;
   }
   #our-members ul.network-members li{
    width: calc(33.3333% - 30px);
   }
       .member .image .img-wrap {
        height: 230px;
    }
    #steering-member .member h3{
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (max-width: 991px) {
    #quotes-slider .slider .sec-content{
        padding: 50px;
    }
    #quotes-slider h2{
        font-size: 24px;
    }
    #quotes-slider p{
        font-size: 12px;
    }
    #quotes-slider .slider .image-container::after{
        padding-bottom: 100%;
    }
    #quotes-slider h2 img.quote-open{
        width: 22px;        
        left: -29px;
        top: -8px;
    }
    #quotes-slider h2 img.quote-close{
        width: 22px;
        bottom: -6px;
    }
    #page-footer .social{
        text-align: left;
        float: left;
        margin-top: 20px;
    }
    #page-footer .contact{
        margin-bottom: 30px;
    }
    h2,
    #jointhecall h2{
        font-size: 30px;
    }
    #page-footer{
        padding-top: 40px;
    }
    #page-header ul li a{
        font-size: 18px;
    }
    #menu-trigger{
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        transition: all ease 0.4s;
    }
    #menu-trigger span{
        width: 100%;
        height: 3px;
        background-color: #000;
        margin-bottom: 6px;
        display: inline-block;
        float: left;
    }
    body{
        padding-top: 90px;
    }
    #page-header{
        border-bottom: 1px solid #eee;
    }
    #page-header .head-bottom{
        position: relative;
    }
    #page-header .head-bottom ul{
        display: block;
        position: absolute;
        right: -400px;
        width: 100%;
        max-width: 320px;
        background-color: #eee;
        top: 0;
        border: 0;
        height: calc(100vh - 70px);
        z-index: 9999;
        text-align: left;
        padding: 20px 10px;
        transition: all ease 0.4s;
    }
    #page-header.open .head-bottom ul{
        right: 0;
    }
    #page-header .brand{
        max-width: 120px;
        float: left;
    }
    #menu-trigger{
        float: right;
        margin-top: 20px;
    }
    #page-header .head-bottom{
        padding: 0;
        border: 0;
    }
    #page-header #menu-trigger span{
        transition: all ease 0.4s;
        position: relative;
    }
    #page-header.open  #menu-trigger span:first-of-type{
        transform: rotate(45deg);
        top: 9px;
    }
    #page-header.open  #menu-trigger span:last-of-type{
        transform: rotate(-45deg);
        bottom: 0px;
    }
    #page-header.open  #menu-trigger span:nth-of-type(2){
        display: none;
    }
    #page-header ul li{
        margin-bottom: 15px;
    }
    #page-header.sticky #menu-trigger{
        margin-top: 15px;
    }
    #page-footer .footer-bottom{
        text-align: center;
    }
    #page-footer .foot-right{
        justify-content: center;
        margin-top: 20px;
    }
    #social-section{
        padding: 60px 20px;
    }
    h1{
        font-size: 40px;
    }
    body{
        font-size: 16px;
    }
    #youtube-section .thumbnail::before{
        width: 50px;
        height: 50px;
    }
    #pressmedia-section{
        padding: 60px 0;
    }
    #pressmedia-section #myTab .nav-link{
        font-size: 24px;
    }
    #pressmedia-section #myTabContent{
        padding-top: 0px;
    }
    #pressmedia-section #myTabContent ul li p{
        font-size: 16px;
    }
    #pressmedia-section #myTabContent ul li h4{
        font-size: 18px;
    }    
    #youtube-section .swiper-button-prev{
        left: -30px;
    }
    #youtube-section .swiper-button-next{
        right: -30px;
    }
    #youtube-section .swiper-button-next:after, 
    #youtube-section .swiper-button-prev:after{
        font-size: 30px;
    }
    #youtube-section{
        padding-bottom: 60px;
    }
    #lettertemplate-section .image{
        padding: 120px 0;
    }
    #social-posts .socialpost-example .col-md-7 a{
        font-size: 20px;
        padding: 12px 30px;
    }
    #talkingpoints-section .content{
        padding: 40px 0 40px 20px;
    }
    #talkingpoints-section.row-riverse .content{
        padding: 50px 20px 40px 0;
    }
    #talkingpoints-section{
        min-height: 340px;
    }
    #talkingpoints-section .image{
        width: calc(50vw - 0px);
    }
	#meetourteam h2{
		font-size: 23px
	}
}
@media screen and (max-width: 767px) {
    #hero-section .better-section{
        flex-wrap: wrap;
    }
    #hero-section .better-section li{
        width: 100%;
    }
    #quotes-slider .swiper-wrapper .swiper-slide{
        height: 100%!important;
    }
    #quotes-slider .slider{
        flex-wrap: wrap;
    }
    #quotes-slider .slider .sec-content{
        width: 100%;
        padding: 40px 30px 0 40px;
        min-height: 440px;
    }
    #quotes-slider .slider .image-container{
        width: 100%;
        float: left;
        height: auto;
    }
    #page-footer ul{
        flex-wrap: wrap;
    }
    #page-footer{
        padding: 40px 15px 0;
    }
    #page-footer .footer-bottom .links{
        display: block;
    }
    #page-footer .brand{
        max-width: 140px;
    }
    #partofthe-moment .sec-content{
        padding: 60px 30px;
    }
    #page-footer .footer-bottom{
        text-align: left;
    }
    #page-footer .foot-right{
        flex-wrap: wrap;
        justify-content: left;
        text-align: left;
        margin-top: 20px;
    }
    #page-footer .foot-right a:first-of-type{
        padding-left: 0;
    }
    #page-footer .foot-right .follow{
        width: 100%;
        justify-content: left;
        margin-top: 20px;
        text-align: left;
        padding: 0;
        margin-bottom: 20px;
    }
    #youtube-section .swiper-button-prev{
        left: -25px;
    }
    #youtube-section .swiper-button-next{
        right: -25px;
    }
    #pressmedia-section #myTabContent ul li{
        width: calc(100% - 20px);
        margin: 10px;
    }
    #pressmedia-section #myTab .nav-link{
        font-size: 16px;
    }
    #media-hero .hero-content{
        padding: 30px;
    }
    #pressmedia-section #myTabContent{
        padding: 0 10px;
    }
    #youtube-section{
        padding: 0 15px 60px;
    }
    #waystojoin-section .container-fluid::before{
        width: 100vw;
        height: 50%;
        bottom: 0;
        top: inherit;
    }
    #waystojoin-section .container-fluid::after {
        width: 100vw;
        height: 50%;
        top: 0;
        bottom: inherit;
    }
    #followus .follow-container ul li a{
        padding: 10px 0;
    }
    #top-reports-section .section-bot::before{
        display: none;
    }
    #top-reports-section .col-md-6:first-of-type .top-report{
        background-color: #EB4F49;
    }
    #top-reports-section .col-md-6{
        padding: 0;
    }
    #more-resources ul li{
        width: calc(100% - 30px);
    }
    #research-hero,
    #more-resources,
    #advocate-hero{
        padding: 50px 0;
    }
    #lettertemplate-section .content{
        padding: 50px 0;
    }
    #lettertemplate-section .col-md-6:last-of-type::after{
        width: 100vw;
    }
    #lettertemplate-section .image{
        padding: 50px 0;
    }
    #social-posts{
        padding: 50px 0;
    }
    #social-posts h2{
        margin-bottom: 30px;
    }
    #social-posts .socialpost-example .col-md-7 a{
        margin: 50px 0;
    }
    #page-title{
        padding: 40px 0;
    }
    #top-reports-section .top-report,
    #top-reports-section .col-md-6:last-of-type .top-report{
        padding: 40px 30px;
    }
    #top-reports-section .top-report .content{
        padding: 30px 0 0;
    }
    #page-footer .subscribe-form input[type="email"]{
        width: 100%;
    }
    #page-footer .subscribe-form input[type="submit"]{        
        margin-top: 10px;
    }
    #faq-disrupter h2{
        margin-bottom: 20px;
        text-align: center;
    }
    #whatwedo-section .what-we-do .what-box{
        width: 100%;
    }
    #meetourteam .sec-content, #joinus-section .sec-content{
        padding: 30px;
    }
    #our-members ul.network-members li{
        width: calc(50% - 20px);
        margin: 10px;
    }
    #our-members ul.network-members{
        margin: 30px -10px;
    }
    #our-members ul.network-members li img{
        padding: 10px 10px;
        height: 90px;
    }
    #our-members ul.network-members li strong{
        font-size: 13px;
        line-height: 16px;
    }
    #our-members,
    #about-hero,
    #whyitmatters-section{
        padding: 40px 0;
    }
    #top-reports-section .col-md-4:nth-of-type(1) .top-report{
        background-color: #EB4F49;
        margin: 0 -15px;
        width: auto;
    }
    #top-reports-section .col-md-4:nth-of-type(2) .top-report{
        padding: 40px 30px;
    }
    #top-reports-section .col-md-4:last-of-type .top-report{
       padding: 40px 15px;
    }
    #top-reports-section{
        width: 100%;
        overflow: hidden;
    }
    #more-resources ul{
        margin: 0 -7px;
    }
        .member .image .img-wrap {
        height: 300px;
    }
    #talkingpoints-section .image{
        width: 100vw;
        position: relative;
        left: -12px;
    }
    #talkingpoints-section .content{
        padding: 60px 0 70px 0;        
    }
    #talkingpoints-section.row-riverse .image{
        right: 12px;
    }
    #talkingpoints-section.row-riverse .row {
        flex-direction: column-reverse;
    }
	#meetourteam h2{
		font-size: 30px
	}
}