/*
Custom Css
*/

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
}

html body {
    font-family: Montserrat-Regular, serif ;
}

.acba-light-blue-bg {
    background: #00BBE3;
}
.acba-blue-bg {
    background: #003767;
}

.acba-blue-font {
    color: #003767;
}

h1 {
    font-family: Montserrat-Bold, serif ;
    font-size: 60px;
}

@media (min-width: 300px) and (max-width: 992px){
    h1 {
        font-size: 20px !important;
    }

    h2 {
        font-size: 20px !important;
    }
}

.who-we-are {
    font-size: 24px;
}

h3.who-we-are {
    font-family: Montserrat-Bold, serif ;
}

p.who-we-are {
    font-family: Montserrat-Regular, serif ;
    font-size: 24px;
}


.nav.navbar-nav a.nav-link {
    text-transform: uppercase;
    font-size: 20px;
}

.nav.navbar-nav a.nav-link {
    text-transform: uppercase;
    font-size: 20px;
    color: #003767;
}

.nav.navbar-nav a.nav-link:hover,
.nav.navbar-nav a.nav-link.active {
    font-family: Montserrat-Bold, serif ;
    font-weight: bold;
    color: #003767;
}

.logo {
    max-width: 200px;
}

.footer-terms-block a{
    display: inline-block;
    margin: 3px;
    padding: 3px;
    text-decoration: none;
}

.home-resources > div{
    min-height: 100px;
    padding: 30px 50px;
}

.home-resources > div:first-child {
    background: rgb(1,182,227);
    background: linear-gradient(90deg, rgba(1,182,227,1) 0%, rgba(0,166,216,1) 100%);
}

.home-resources > div:nth-child(2) {
    background: rgb(0,232,158);
    background: linear-gradient(90deg, rgba(0,232,158,1) 0%, rgba(1,218,114,1) 100%);
}

.home-resources > div:nth-child(3) {
    /*background: rgb(232,170,1);*/
    /*background: linear-gradient(90deg, rgba(232,170,1,1) 0%, rgba(216,132,0,1) 100%);*/
    background: rgb(105,227,248);
    background: linear-gradient(90deg, rgba(105,227,248,1) 0%, rgba(57,196,229,1) 100%);
}

.home-resources > div:nth-child(4) {
    /*background: rgb(255,233,8);*/
    /*background: linear-gradient(90deg, rgba(255,233,8,1) 0%, rgba(255,219,3,1) 100%);*/

    background: rgb(1,157,136);
    background: linear-gradient(90deg, rgba(1,157,136,1) 0%, rgba(0,118,94,1) 100%);
}

.home-resources a.btn {
    padding-left: 20px;
    padding-right: 20px;
}

.custom-shadow {
    box-shadow: 10px 10px 26px 0 rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 26px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 26px 0 rgba(0,0,0,0.75);
}

.content-page-header {
    min-height: 620px;
}

/*.content-page-header.about {
    background: url("../img/banners/about-us.png") top center no-repeat;
    background-size: cover;
}

.content-page-header.newsletter {
    background: url("../img/banners/newsletter.png") top center no-repeat;
    background-size: cover;
}
.content-page-header.contact-us {
    background: url("../img/banners/contact-us.png") top center no-repeat;
    background-size: cover;
}

.our-community-follow-on {
    background: url("../img/our-community-follow-on.png") no-repeat top center;
    background-size: cover;
}*/

.big-h2 {
    font-family: Montserrat-Bold, serif ;
    font-size: 60px;
}

body .resources-nav > div:hover a,
body .resources-nav.active > div a{
    color: #FFF !important;
}

body .resources-nav.active > div,
body .resources-nav > div:hover {
    background: #003767 !important;
    color: #FFF !important;
}

.resource-download-container {
    min-height: 100px;
}

.alternating-image-container {
    max-height: 450px;
}
.news-article span.post-meta {
    font-size: 11px;
}

.home-page-single-resource {
    transition: transform 750ms;
    will-change: transform;
}

.home-page-single-resource:hover {
    transform: translateY(10px);
}

.resources-nav {
    cursor: pointer;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}
body h2.community-h2 {
    font-size: 42px !important;
    font-family: "Montserrat-ExtraBold", serif !important;
    color: #003767 !important;
}

body h3.community-h3 {
    font-family: "Montserrat-Regular", serif !important;
    font-size: 30px !important;
}

.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-container {
    height: 700px;
}

/* Carousel Header Styles */
.carousel-inner .header-text {
    position: absolute;
    top: 20%;
    right: 0;
    left: auto;
    color: #fff;
    background: transparent /*linear-gradient(transparent, white)*/;
    /*width: 40%;*/
    height: 70%;
    overflow-y: hidden;
}

.image-hover-effect,
.community-collage img{
    transition: box-shadow .3s;
}

.image-hover-effect:hover,
.community-collage img:hover{
    box-shadow: 0 0 18px rgba(33,33,33,.75);
}

.snippet-image-container{
    max-height: 350px;
    overflow: hidden;
}
.our-community-follow-on {
    background: url("../images/our-community-follow-on.png") no-repeat top center;
    background-size: cover;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.hide {
    display: none;
}

.country-container {
    padding: 10px;
    background-color: #fff;
    position: relative
}

.country-container h4 {
    margin-bottom: -3px
}

.country-container h3 {
    color: #e3ce57
}

.country-container span {
    font-size: 13px
}

.community-countries-heading {
    min-height: 100px;
}

.community-countries-list {
    height: 150px;
}

.country-image-container {
    height: 193px;
    overflow-y: hidden;
}

.embedded-pdf-container {
    min-height: 550px;
}

.embedded-pdf {
    width: 100%;
    top: 0;
    right: 0;
}

body h2.custom-heading-size {
    font-family: Montserrat-Bold,serif;
    font-size: 60px;
}

.footer-partner {
    max-height: 50px;
}

.apac-block {
    min-height: 300px;
}

.apac-block img {
    min-height: 400px;
    max-height: 400px;
}