/*
 * Theme Name: Break Free From Plastic V2
 * Author:     Break Free From Plastic V2
 * Template:   Divi
 * */
 @font-face {
    font-family: "Avenir";
    src:url(./assets/fonts/AvenirNextLTPro-Regular.otf);
}
@font-face {
    font-family: "Avenir";
    src:url(./assets/fonts/AvenirNextLTPro-Bold.otf);
    font-weight: bold;
}

:not(.fa):not(.fab):not(.fas):not(.navbar-toggler):not([class*=mec-sl-]):not(.et-pb-icon):not([class*=mec-fa-]):not([class*=mce-ico]){
    /* font-family: 'Avenir', sans-serif; */
    font-family: 'Avenir', sans-serif !important;
}

body{
    zoom: 90%;
}

body.et-fb{
    zoom: 100% !important;
}
/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

/* body {
    min-height: 1200px;
} */

nav {
    /* background: #fff; */
    /* min-height: 85px; */
}

.navbar{
    /* background-color: #5A8E9C !important; */
    background-color: rgba(173, 216, 230, 0.4) !important;
}

.navbar.is-sticky{
    background-color: #3A8C9E !important;
}

.navbar a.nav-link {
    font-weight: bold;
    color: #fff;
}

.social_icons > a > i{
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    color: white;
    background: #009FDA;
}
.social_icons2 > a > i{
    padding: 16px 13px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    color: white;
    background: #3A8C9E;
}

.social_icons > a:hover, .social_icons2 > a:hover {
    opacity: 0.7;
}

.social_icons3 > a > i{
    padding: 16px 13px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    color: white;
    background: #C7C7C7;
}

.social_icons3 > a > i.active{
    background: #3A8C9E;
}

.social_icons3 > a > i:hover {
    background: #3A8C9E;
}


.logo{
    width: 100%;
    max-width: 350px;
}

.fa-search{
    z-index: 99999;
    color: #3A8C9E;
}

.btn-core-members {
    color: #AAD5E3 !important;
    border: 2px solid #AAD5E3 !important;
    font-size: 90%;
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}

.btn-core-members:hover, .btn-core-members:not(:disabled):not(.disabled):active {
    background-color: transparent;
}

.text-dark-blue{
    color: #ADD8E6 !important;
}

.text-dark-green-1{
    color: #083742 !important;
}

.text-dark-green-2{
    color: #3A8C9E !important;
}

.text-dark-p{
    color: #002733 !important;
}

.text-dark-brown{
    color: #604010 !important;
}

.text-orange-1{
    color: #FF9D0D !important;
}

.text-orange-2{
    color: #FF6C00 !important;
}

.text-gray-2{
    color: #585858 !important;
}

.text-black{
    color: #2E2E2E !important;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    /* background-color: #FF9D0D; */
    /* border-color: #FF9D0D; */
    border: none !important;
    background-image: linear-gradient(to right, #FF9D0D , #FF6C00);
    /* max-width: 400px; */
}

.btn-success, .btn-success:hover {
    color: #fff;
    /* background-color: #FF9D0D; */
    /* border-color: #FF9D0D; */
    border: none !important;
    background-image: linear-gradient(to right, #3A8C9E , #ADD8E6);
    /* max-width: 400px; */
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-40 {
    width: 40% !important;
}
.w-30 {
    width: 30% !important;
}

/* fb feeds  */
.fb_iframe_widget iframe {
    /* width: 575px !important; */
    width: 500px !important;
    border-radius: 1rem!important;
}

.fb-page span{
    /* width: 575px !important; */
    width: 500px !important;
}

.dropdown-menu{
    z-index: 999999;
}

@media (min-width: 1200px) { 
    .container {
        max-width: 1600px;
    }
}

@media (max-width: 575.98px) {

    /* fb feeds  */
    .fb_iframe_widget iframe {
        width: 420px !important;
    }

    .fb-page span{
        width: 420px !important;
    }

    #latest-news-post-slider{
        margin-top: -115px !important;
    }
    .header{
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
    }
    .w-30, .w-40, .w-50, .w-70, .w-80 {
        width: 100% !important;
    }
    .home-prev-blog{
        z-index: 9999  !important;
    }
    .home-next-blog{
        /* margin-left: -62px  !important; */
    }
    .home-news .col-card-body {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
        border-bottom-left-radius: 0rem !important;
    }
    .home-news img {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
        border-top-right-radius: 0rem !important;
    }
    .dropdown-menu {
        width: 100% !important;
    }
    .get_more_involved_div {
        background-image: none !important;
    }

    .row.youtube-embed{
        padding-bottom: 0px !important;
    }

    .single-reports-img{
        height: 350px !important;
    }

    /* .navbar-nav li.nav-item.dropdown.active {
        height: 40px;
    } */

    /* .navbar-nav li.nav-item.dropdown.active {
        background-color: unset !important;
    } */

    
    .navbar-nav .dropdown-menu-center {
        transform: unset !important;
        left: 0% !important;
    }

    .navbar .nav-fill .nav-item {
        width: 50%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar ul.nav-fill{
        margin-bottom: 40px;
        columns: 2 !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        list-style-type: none !important;
        list-style: inside none !important;
        flex-direction: unset !important;
    }

    #latest-news h3{
        margin-bottom: 35px !important;
    }

    .text-wrapx {
        white-space: normal !important;
    }
}

.text-wrapx {
    white-space: nowrap;
}

.cover{
    /* background-image: linear-gradient(0deg, #3A8C9E, #3A8C9E), url("http://v2.breakfreefromplastic.org/assets/images/header-homepage.jpeg"); */
    background-color: white;
    background-blend-mode: multiply, luminosity;
    background-size: cover;
    /* background-position: bottom center; */
    /* height: 100vh;
    background-size: 100% auto;
    background-repeat: no-repeat; */
}

.home-blog .card-title, .home-blog .card-text{
    /* text-transform: uppercase; */
    /* width: 65%; */
}

.home-blog .card-body{
    background-color: #083742;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.home-blog img{
    width: 100%;
    height: 650px;
    /* height: 300px !important; */
    object-fit: cover;
    overflow: hidden;
    /* border-radius: unset; */
    /* border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; */
}

.home-blog{
    border: none;
    border-radius: 1rem;
}

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    color: #fff;
    background-color: #ADD8E6 !important;
    border-color: #ADD8E6 !important;
}

.btn-join-us-2{
    font-size: 30px;
}

footer ul li:first-child{
    color: #3A8C9E;
    font-weight: bolder;
    margin-bottom: 20px;
}

footer ul li a, footer ul li a:hover{
    color: #3A8C9E;
}

footer ul li{
    margin-bottom: 5px;
}

.members-icon-circle, .members-icon-circle:hover{
    width: 70px;
    height: 70px;
    padding: 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    /* color: #ADD8E6;
    background: #083742;
    border-color: #083742 !important; */
    border-color: #117a8b !important;
    color: #fff;
    background-color: #117a8b;
    box-shadow: 0 0 0 0.2rem #117a8b;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.home-news .col-card-body{
    background-color: #083742;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.home-news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.home-news{
    border: none;
    border-radius: 1rem;
}

.dropdown-menu {
    /* width:145%; */
    width: auto;
    /* margin-top: .1rem; */
    margin-top: 0px;
    border-radius: 1rem;
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    /* text-align: center !important; */
    transform: translate(-50%, 0) !important;
}

.navbar ul li a:hover{
    background-color: transparent;
}

.navbar ul li a div{
    border-radius: .5rem !important;
    border: solid 1px #fff;
}

.navbar ul li a div:hover, .navbar ul li a.active div{
    background-color: #EAF8FA;
    border: solid 1px #3A8C9E;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
}

li.nav-item.dropdown.active {
    background-color: #FF9D0D;
}
.navbar-nav li.nav-item.active {
    background-color: #FF9D0D !important;
}

/* .dropdown>.dropdown-menu {
    top: 200%;
    transition: 0.3s all ease-in-out;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    top: 100%;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
} */

.principles_circle{
    border-radius: 50%!important;
    background-color: #ADD8E6;
    width: 150px;
    height: 150px;
    padding: 15px;
}

.principles_row div{
    margin-bottom: 20px;
}

.border-1rem{
    border-radius: 1rem!important;
}

.steering_committee_div .border-1rem{
    border: 1px solid #ADD8E6 !important;
}

.steering_committee_div .principles_circle{
    background-color: #fff !important;
    padding: 0px !important;
}

.coordination_team_div .border-1rem{
    border: 1px solid #ADD8E6 !important;
}

.coordination_team_div .principles_circle{
    padding: 0px !important;
}

.get_more_involved_div{
    background-color:#ADD8E6; 
    /* background-image: url(http://v2.breakfreefromplastic.org/assets/images/breakfreefromplastic_square_white.png); */
    background-repeat: no-repeat;
    background-attachment: scroll;
    /* background-size: 40%;
    background-position: -10% 50%; */
    /* background-size: 37%;
    background-position: -7% 50%; */
    background-size: 28%;
    background-position: -5% 50%;
}

#pills-tab-resources .nav-link.active, #pills-tab-resources .show>.nav-link {
    color: #fff !important;
    background-color: #3A8C9E !important;
    border-radius: 50rem !important;
    font-weight: bold !important;
}

ul#pills-tab-resources .nav-link {
    color: #3A8C9E;
    font-weight: bold !important;
}

#pills-tab-newsletters .nav-link.active, #pills-tab-newsletters .show>.nav-link {
    color: #fff !important;
    background-color: #3A8C9E !important;
    border-radius: 50rem !important;
    font-weight: bold !important;
}

ul#pills-tab-newsletters .nav-link {
    color: #3A8C9E;
    font-weight: bold !important;
}

#pills-tab-team .nav-link.active, #pills-tab-team .show>.nav-link {
    color: #fff !important;
    background-color: #3A8C9E !important;
    border-radius: 50rem !important;
    font-weight: bold !important;
}

ul#pills-tab-team .nav-link {
    color: #3A8C9E;
    font-weight: bold !important;
}

#pills-tab-region .nav-link.active, #pills-tab-region .show>.nav-link {
    color: #fff !important;
    background-color: #FF9D0D !important;
    border-radius: 50rem !important;
    font-weight: bold !important;
}

ul#pills-tab-region .nav-link {
    color: #FF9D0D;
    font-weight: bold !important;
}

#pills-tab-country .nav-link.active, #pills-tab-country .show>.nav-link {
    color: #fff !important;
    background-color: transparent !important;
    border-radius: 50rem !important;
    font-weight: bold !important;
}

ul#pills-tab-country .nav-link {
    color: #5E7E87;
    font-weight: bold !important;
}

#connect_us_form input, #connect_us_form textarea{
    background: transparent;
    color: #7C7E7F;
    border: solid 1px #7C7E7F;
}

#connect_us_form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BEBEBE;
    opacity: 1; /* Firefox */
}

#connect_us_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BEBEBE;
}

#connect_us_form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #BEBEBE;
}

input[type=text], input{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    background-color: #3A8C9E !important;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 0.1em 0.4em;
}
.accordion .card-header.loaded:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    /* width: 300px; */
    max-width: 330px;
    width: auto;
    height: 330px;
    margin: auto;
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #fff;
    color: #3A8C9E;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
}

/* Style the back side */
.flip-card-back {
    background-color: #fff;
    color: #3A8C9E;
    transform: rotateY(180deg);
    padding: 10px;
}

.flip-card a {
    text-decoration: underline !important;
}

.slider-section .card iframe {
    width: 100%;
}


.dropdown:hover>.dropdown-menu {
    display: block !important;
}

.navbar-collapse.in {
    display: block !important;
}

.featured_news .home-blog img{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.text-underline{
    text-decoration: underline !important;
}

.search_translate_div{
    top: 6px;
}

.home_slider .home-blog {
    /* height: 800px !important; */
    /* border-radius: 1rem!important; */
}

.slider-section .card iframe {
    height: 700px !important;
    /* border-radius: 1rem; */
    /* border-top-left-radius: 1rem!important;
    border-top-right-radius: 1rem !important; */
}

.slider-section .home-blog img {
    height: 700px !important;
}

.slider-section .card video.video-fluid.z-depth-1 {
    background: #000 !important;
    /* border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; */
    height: 700px !important;
    width: 100%;
    object-fit: cover;
}

.slider-control{
    opacity: 0.8 !important;
}

.slider-control:hover{
    opacity: 1 !important;
}

.jqvmap-label{
    margin-top:780px !important;
    margin-left:140px !important;
}

.jqvmap-zoomin, .jqvmap-zoomout{
    padding: 2px !important;
    width: 15px !important;
    height: 15px !important;
}

.str-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
}

.content-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10; /* number of lines to show */
}

.single_content p {
    font-size: 120%;
}

.single_content img{
    max-width: 100%;
    height: auto;
}

/* .single-choose_take_action .custom-post ul{
    padding-left: 15px;
}
.single-choose_take_action .custom-post > ul{
    list-style-type: none;
    list-style: inside none;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    padding-left: 0px !important;
}

.single-choose_take_action .custom-post > ul > li{
    border-radius: .5rem;
    padding: 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
            break-inside: avoid;
} */

/* mobile view */
@media (max-width: 575.98px) {
    .str-excerpt {
        -webkit-line-clamp: 5;
    }
/* @media (max-width: 991.98px) {  */
    body {
        font-size: 90% !important;
    }

    .navbar-brand{
        margin-bottom: 13px !important;
    }

    .navbar-brand .logo{
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .div_search{
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .div_search .input-group{
        padding-right: .5rem!important;
    }

    .slider_title{
        font-size: 12px !important;
    }

    .slider_description{
        font-size: 12px !important;
    }

    .slogan_logo{
        max-width: 90% !important;
    }

    .slider_btn{
        font-size: 12px;
    }

    .slider-section .card video.video-fluid.z-depth-1 {
        height: 230px !important;
    }

    .slider-section .card iframe {
        height: 230px !important;
    }
    
    .slider-section .home-blog img{
        height: 230px !important;
    }


    .home_slider .home-blog {
        /* height: 430px !important; */
    }

    #container_slider{
        margin-bottom: 0px !important;
    }

    .row .home-next-blog {
        /* margin-left: -22px !important; */
    }

    .row .home-prev-blog {
        /* margin-right: -22px !important; */
    }

    .home-next-blog .btn-circle, .home-prev-blog .btn-circle{
        width: 40px !important;
        height: 40px !important;
        padding-top: 5px !important;
        padding-left: 14px !important;
    }

    .h1, h1 {
        font-size: 2rem !important;
    }

    h2{
        font-size: 1.5rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 1.5rem !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 1.5rem !important;
    }

    .featured_news .home-blog img{
        width: 100%;
        height: 350px !important;
    }

    #press-release-statements .home-blog img, #member-stories .home-blog img{
        width: 100%;
        height: 350px !important;
    }

    .principles_row{
        padding-top: 5px !important;
        padding-bottom: 0px !important;
    }

    #meet-the-team .container, #styleguide .container{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #meet-the-team .description, #meet-the-members .description{
        font-size: 16px !important;
    }

    #meet-the-team h1{
        font-size: 2.5rem !important;
        /* margin-right: 4px !important; */
    }

    #meet-the-members h1{
        font-size: 1.8rem !important;
        margin-bottom: -8px !important;
    }

    .flip-card-back {
        font-size: 16px;
    }

    .search_translate_div{
        top: 0px !important;
    }

    #vmap {
        height: 500px !important;
    }

    .jqvmap-label{
        margin-top:900px !important;
        margin-left:80px !important;
    }
    
}

.steering_committee_div .item{
    /* min-height: 500px !important;  */
    min-height: 375px !important;
}

#coordination-team .item{
    min-height: 375px !important;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    color: #3A8C9E;
    font-weight: bold !important;
    text-decoration: underline;
}

a {
    color: #3A8C9E;
}

#gtranslate_wrapper{
    /* display: none; */
}

.gsatelite {
    margin-top: 30px !important;
    margin-left: 20px !important;
}

#members_count a{
    text-decoration: none !important;
}

/* vmap */
/* #vmap {
    margin: 40px;
}

 */

/* .jqvmap-label {
    z-index:999999;
} */

/* .jqvmap-label{
    margin-top:800px;
    margin-left:140px;
}

.jqvmap-zoomin, .jqvmap-zoomout
{
    padding: 2px !important;
    width: 15px !important;
    height: 15px !important;
} */

/* @media only screen and (min-width:769px) {
    .dropdown:hover>.dropdown-menu {
        display: block !important;
    }
    .dropdown:hover .dropdown-menu {
      display: block !important;
    }
    .dropdown-submenu {
      position: relative !important;
    }
    .dropdown-submenu>.dropdown-menu {
      top: 0 !important;
      left: 100% !important;
      margin-top: -6px !important;
      margin-left: -1px !important;
      border-radius: 0 !important;
    }
    .dropdown-submenu:hover>.dropdown-menu {
      display: block !important;
    }
    .dropdown-submenu>a:after {
      display: block;
      content: "\f105";
      font-family: 'FontAwesome';
      margin-top: -18px;
      right: 15px;
      position: absolute;
      font-weight: 300;
    }
} */

/* loader */
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3A8C9E;
    opacity: 0.95;
    display:flex;
    justify-content: center;
    align-items: center;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
}
/* end loader */

/* #disqus_thread iframe{
    min-height: 1500px;
} */


/* hover img */
/* .img-zoom{
    transition: all .2s ease-in-out;
}
.img-zoom:hover {
    transform: scale(1.9);
} */

.pagination {
    border: solid 1px #3A8C9E;
    padding: 5px;
    margin-right: 10px;
}
.page-numbers{
    padding-left: 10px;
    padding-right: 10px;
}
.page-numbers:not(.next) {
    border-right: solid 1px #3A8C9E;
}

.divFilter label {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    /* border: 1px solid #3A8C9E !important;
    color: #3A8C9E !important; */
}
.divFilter .custom-select {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    /* border: 1px solid #3A8C9E !important;
    color: #3A8C9E !important; */
}
/* .search {
    border: 1px solid #3A8C9E !important;
}
.search_bar::placeholder{
    color:#3A8C9E !important;
}
.search_bar::-ms-input-placeholder {
    color:#3A8C9E !important;
} */

.library_title_separator{
    border-top: 4px solid #3A8C9E;
    width: 25%;
}

.library_item > a:hover{
    text-decoration: none !important;
}

.library_item:hover .library_title_separator{
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    width: 100% !important;
}

.gallery-item iframe{
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-bottom: .5rem!important;
}

.library_item iframe {
    height: 250px;
    object-fit: cover;
    width: 100%;
    margin-bottom: .5rem!important;
}

/* .home-blog .card-img-top{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
} */

.text-shadow-black{
    text-shadow: 0 1px 0 black;
}

.navbar-nav p{
    padding-bottom: 0 !important;
}

.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin-bottom: 0px;
    margin-right: 1%;
}
/* 
.take_action_today img:hover > .img_overlay {
    width:100%;
    height:100%;
    position:absolute;
    background-color:#000;
    opacity:0.5;
} */


/* divi */
/* .et_pb_button_two {
    margin-left: 0px !important;
} */

.et-db #et-boc .et-pb-icon {
    font-family: ETmodules !important;
}
/* .et_pb_module a {
    color: #3A8C9E !important;
}

.et_pb_button, a.et_pb_button.et_pb_more_button{
    color: #fff !important;
    border-radius: 50rem!important;
}

.et_pb_button_one, .et_pb_button_one:hover,
.et-db #et-boc .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button, 
.et-db #et-boc .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button{
    border: none !important;
    background-image: linear-gradient(to right, #FF9D0D , #FF6C00) !important;
} */

.et_contact_bottom_container {
    width: 100%;
}

#main-content{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

/* .et_pb_contact_form_container.et_pb_contact_form_container .et_contact_bottom_container .et_pb_contact_submit.et_pb_button {·
 width: 97%;
} */

.et_pb_gallery_item {
    border-radius: unset !important;
}

.et_fb_preview_container {
    max-width: 100% !important;
}

.et_pb_button {
    border-radius: 50rem !important;
}

/* membership tabs css */
.page-id-3731 .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li a {
    color: #fff !important;
    background-color: #3A8C9E !important;
    border-radius: 50rem !important;
    font-weight: bold !important;
}

.page-id-3731 .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: transparent;
}

.page-id-3731 .et_pb_tabs{
    border: none !important;
}

.page-id-3731 .et_pb_tab{
    padding-left: 0px;
    padding-right: 0px;
}

.page-id-3731 .et_pb_tabs_controls li{
    border-right: none !important;
    padding-right: 10px;
    float: none !important;
    display: table-cell !important;
    border: none !important;
}

.page-id-3731 .et_pb_tabs_controls li a{
    display: block !important;
    text-align: center !important;
}

.page-id-3731 .et_pb_tabs_controls li:last-child{
    border-right: none !important;
    padding-right: 0px !important;
}

.page-id-3731 ul.et_pb_tabs_controls {
    background-color: transparent !important;
    display: table !important;
    width: 100% !important;
}

.page-id-3731 ul.et_pb_tabs_controls:after {
    border-top: none;
}

.page-id-3731 .et_pb_image_wrap, .page-id-3731 .et_pb_image_wrap img{
    width: 100% !important;
}

.page-id-3731 .et_pb_row {
    max-width: 1290px !important;
    width: 100% !important;
}

.page-id-3731 p{
    line-height: normal !important;
}

@media (max-width: 980px){
    .page-id-3731 .et_pb_row {
        max-width: 1290px !important;
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .page-id-3731 .et_pb_row {
        max-width: 1080px!important;
        width: 95% !important;
    }
    
    .page-id-3731 .et_pb_tabs_controls li {
        display: block !important;
        margin-bottom: 10px !important;
    }
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container{
    padding-top: 0px !important;
}

.et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
    padding-top: 0px;
}