@font-face {
    font-family: 'TypewriterCondensed';
    src: url('../fonts/typewcond_bold-webfont.eot');
    src: url('../fonts/typewcond_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typewcond_bold-webfont.woff2') format('woff2'),
         url('../fonts/typewcond_bold-webfont.woff') format('woff'),
         url('../fonts/typewcond_bold-webfont.ttf') format('truetype'),
         url('../fonts/typewcond_bold-webfont.svg#typewriter_condensedbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'TypewriterCondensed';
    src: url('../fonts/typewcond_regular-webfont.eot');
    src: url('../fonts/typewcond_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typewcond_regular-webfont.woff2') format('woff2'),
         url('../fonts/typewcond_regular-webfont.woff') format('woff'),
         url('../fonts/typewcond_regular-webfont.ttf') format('truetype'),
         url('../fonts/typewcond_regular-webfont.svg#typewriter_condensedregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

body {
    background-image: url('../images/bg-behavioural-lab.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000000;
    font-family: 'TypewriterCondensed', Arial, sans-serif;
    font-size: 26px;
}

.text-black {
    color: #000000;
}
.text-yellow {
    color: #FFDD00;
}
.text-cerulean {
    color: #05ACC4;
}
.text-pearl-bush {
    color: #EAE3D6;
}
.text-silver-sand {
    color: #B4BBBC;
}
.text-dusty-gray {
    color: #959595;
}
.text-fuscous-gray {
    color: #4E4A43;
}
.text-mosque {
    color: #016B7A;
}

.btn-yellow {
    background-color: #FFDD00;
}
.bg-yellow {
    background-color: #FFDD00;
}
.bg-blue {
    background-color: #0022FF;
}
.bg-torch-red {
    background-color: #FF0022;
}
.bg-cyan {
    background-color: #00FFDD;
}
.bg-mosque {
    background-color: #016B7A;
}

.bg-cerulean {
    background-color: #05ACC4;
}
.bg-pearl-bush {
    background-color: #EAE3D6;
}
.bg-silver-sand {
    background-color: #B4BBBC;
}
.bg-dusty-gray {
    background-color: #959595;
}
.bg-fuscous-gray {
    background-color: #4E4A43;
}


.border-black {
    border-color: #000000 !important; 
}

a {
    color: #02AEC6;
}
a:hover {
    color: #016b7a;
}
p {
    line-height: 120%;
}

.btn-light-gray {
    background-color: #CCCCCC;
}

.bl-section .container {
    padding: 60px 15px;
}
.bl-section .inner-section {
    padding: 60px 0;
}

.section-title {
    color: #F5F5F5;
    font-size: 36px;
    letter-spacing: .5px;
    line-height: 35px;
    margin-bottom: 80px;
}
.section-title + .section-title-description {
    margin-top: -45px;   
}
.section-title .bg-title {
    background-color: #333333;
    padding: 5px 15px;
}
.section-title .bg-title:after {
    background-color: #02AEC6;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: 28px;
    z-index: -1;
}
.section-subtitle {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 40px;
    padding: 25px;
}
.section-subtitle .bg-title:after {
    background-color: #FFDD00;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    z-index: -1;
}
.section-subtitle .bg-title.bg-left:after {
    left: -20px;
}
.section-subtitle .bg-title.bg-right:after {
    right: -20px;
}

.card-expert {
    background: none;
}
.card-expert .card-title {
    font-size: 42px;
    line-height: 110%;
    margin-bottom: 8px;
}
.card-expert .card-body {
    font-size: 26px;
}
.card-expert .card-link {
    color: #02AEC6;
    font-size: 26px;
    line-height: 100%;
    margin-top: 16px;
}

#bl-experts .wrapper {
    max-width: 52rem;
}

.hero-carousel .carousel-cell {
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    height: 706px;
    margin-right: 15px;
}
.hero-carousel .carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.hero-carousel .carousel-content p {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 1.3;
}
.hero-carousel .carousel-content .text-wrap {
    padding: 0 10px;
}

.hero-carousel .flickity-page-dots {
    bottom: 20%;
}

.hero-carousel .flickity-page-dots .dot {
    opacity: 1;
}
.hero-carousel .flickity-page-dots .dot.is-selected {
    background: #FFDD00;
}

.client-carousel .carousel-image {
    min-width: 266px;
    height: 155px;
    margin-right: 15px; 
}

.client-carousel .flickity-button {
    background: #fff;
    color: #FFDD00;
}
.client-carousel .flickity-prev-next-button .flickity-button-icon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.client-carousel .flickity-prev-next-button.previous {
    left: -4rem;
}
.client-carousel .flickity-prev-next-button.next {
    right: -4rem;
}

.article-carousel .carousel-cell {
    background-color: #fff;
    padding: 12px 10px;
    width: 100%;
    width: 191px; 
    height: 66px;
    margin-right: 10px;
    text-align: center;
}
.article-carousel .carousel-cell a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 120%;
}
.article-carousel .carousel-cell a:hover {
    text-decoration: none;
}

.site-footer .container {
    padding: 0 15px 80px;
}
.site-footer .text-footer {
    font-size: 26px;
    line-height: 23px;
    padding: 60px 0px;
}
.col-card {
    margin-bottom: 2rem;
}
.post.card {
    margin: 0;
}
.card-trending .card-header { 
    background: none;
}
/* .card-trending .card-header small span {
    color: #333333;
    position: relative;
    padding: 8px;
    text-shadow: 2px 1px 0px #05ACC4;
    z-index: 20;
} */
/* .card-trending .card-header small span:after {
    background-color: #02AEC6;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 15px;
    z-index: -1;
} */

.card-trending .card-footer {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 1.25rem;
    width: 100%;
}
.card-trending .card-footer small {
    font-size: 70%;
    line-height: 100%;
}

.card.card-trending.category-articles,
.card.card-trending.category-around-the-world {
    background-color: #333333;
}
.card.card-trending.category-articles a,
.card.card-trending.category-around-the-world a {
    color: #fff;
}
.card.card-trending.category-news {
    /* background-color: #016B7A; */
    background-color: #FFDD00;
    
}
.card.card-trending.category-news a {
    color: #000;
}
  
.card-newsletter {
    background-color: #333333;
    max-width: 1280px; 
    margin-bottom: 20px;
}
.card-newsletter p {
    font-size: 42px;
}
.card-newsletter .card-row,
.card-newsletter .form-area {
    min-height: 149px;
    padding: 40px 0;
}
.card-newsletter .card-body {
    padding: 0 60px;
}
.card-newsletter label {
    font-size: 42px;
}
.card-newsletter .form-control {
    color: #000000;
    font-size: 26px;
    height: 70px;
    max-width: 520px;
}
.card-newsletter .btn {
    font-size: 36px;
    padding: 6px 40px;
}
.card-newsletter:before {
    background-color: #02AEC6;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.card-newsletter .card-footer {
    border: 5px solid #FFDD00;
    background-color: #333333;
    padding: 5px 24px;
    font-size: 28px;
    left: 130px;
    bottom: -30px;
    transform: rotate(-3.52deg);
}
.card-newsletter .card-footer p {
    font-size: 28px;
    line-height: 60%;
    margin-top: 5px;
    margin-bottom: 0;   
}
.card-newsletter .card-footer small {
    font-size: 14px;
}

#bl-trending .btn-link {
    color: #02AEC6;
    font-size: 26px;
    line-height: 100%;
    margin-top: 16px;
}

#bl-contact {
    background-image: url('../images/img-thumb4.png');
    background-repeat: no-repeat;
    background-position: left 66%;
    background-size: 45%;
}

#bl-approach .video-container,
#bl-work .video-container {
    max-width: 575px;
    max-height: 376px;
}
#bl-approach .video-container:before,
#bl-work .video-container:before {
    background-color: #333333;
    content: '';
    position: absolute;
    bottom: -40px;
    right: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#bl-approach .video-container:after,
#bl-work .video-container:after {
    color: #FFDD00;
    content: "\f144";
    font-family: "Font Awesome 5 Pro";
    font-size: 100px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#bl-approach .bl-video,
#bl-work .bl-video {
    cursor: pointer;
    position: relative;
}

#bl-approach .bl-video .fa-wrap,
#bl-work .bl-video .fa-wrap {
    background-color: rgba(0,0,0,.15);
    border-radius: 50%;
    color: #fff;
    font-size: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 90px;
}

#bl-approach .bl-video .fa-wrap .fas,
#bl-work .bl-video .fa-wrap .fas  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);   
}

#bl-approach .bl-video:before,
#bl-work .bl-video:before {
    background-color: #333333;
    content: '';
    position: absolute;
    bottom: -40px;
    right: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;  
}

#bl-approach .btn-link,
#bl-work .btn-link {
    font-size: 26px;
}
#bl-approach .btn-link:hover,
#bl-work .btn-link:hover {
    text-decoration: none;
}

#bl-work .text-caption {
    padding: 60px 0px 60px 35px;
}

.close {
    color: #fff;
    font-size: 2rem;
    opacity: 1;
    text-shadow: none;
}

.modal-expert .modal-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 40px;
}
.modal-expert .text-designation {
    font-size: 26px;
}

.modal-expert .close {
    color: #02AEC6;
    opacity: 1;
    text-shadow: none;
    right: 30px;
    z-index: 999;
}
.modal-expert .inner-wrap {
    padding: 40px 40px;
}
.modal-expert .modal-body {
    padding: 20px 0 0;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 #wordsearch,
.search-no-results #wordsearch {
	width: 100%;
}
.error404 #wordsearch ul,
.search-no-results #wordsearch ul {
	margin: 0px;
	padding: 0px;
}
.error404 #wordsearch ul li,
.search-no-results #wordsearch ul li {
	float: left;
	width: 12%;
	background-color: rgba(255, 221, 0, 1);
	list-style: none;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
    padding: 0;
    display: block;
    text-align: center;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    overflow: hidden;
    font-size: 24px;
    /* font-size: 1.6vw; */
    font-weight: 300;
    transition: background-color 0.75s ease;
    -moz-transition: background-color 0.75s ease;
    -webkit-transition: background-color 0.75s ease;
    -o-transition: background-color 0.75s ease;
}
.error404 #wordsearch ul li.selected,
.search-no-results #wordsearch ul li.selected {
	background-color: rgba(1, 174, 198, 1);
	color: rgba(250,250,250,1);
	font-weight: 400;
}
.error404 .error-title,
.search-no-results .error-title {
    font-size: 36px;
    margin-bottom: 1.2rem;
}
.error404 .btn-404 + .btn-404,
.search-no-results .btn-404 + .btn-404 {
    margin-top: .5rem;
}

/*--------------------------------------------------------------
## Gravity Form
--------------------------------------------------------------*/
.gform_wrapper .hidden_label .gfield_label, 
.gform_wrapper label.hidden_sub_label, 
.gform_wrapper label.screen-reader-text, 
.ginput_container_consent button.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
.form-contact .form-control {
    border: 3px solid #02AEC6;
    border-radius: 0;
    color: #000000;
    font-size: 26px;
    min-height: 70px;
    padding: 15px 20px;
}
.form-contact textarea.form-control {
    height: 212px;
}
.form-contact .button-wrap,
.form-contact .gform_footer {
    margin-top: 30px;
}
.form-contact .btn-warning,
.form-contact .btn-dark {
    background-color: #FFDD00;
    border: 0;
    border-radius: 0;
    color: #000000;
    font-size: 36px;
    /* min-width: 397px;
    min-height: 71px; */
    padding: 8px 140px;
    text-transform: uppercase;
}
.form-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-newsletter li.gfield {
    margin-bottom: 0;
}
.form-newsletter .gform_body,
.form-newsletter .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.form-newsletter .form-control {
    border: 0;
    border-radius: 0;
    color: #000000;
    font-size: 26px;
    height: 70px;
    min-width: 520px;
}
.form-newsletter .btn-dark {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    border-radius: 0;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: -1px;
    height: 70px;
}
.form-newsletter .gform_confirmation_message {
    color: #fff;
}
.gform_validation_error .form-newsletter .btn-dark {
    margin-bottom: 5rem;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
#trending-navigation .navbar-nav {
    font-size: 20px;
    margin-top: 3px;
}

/*--------------------------------------------------------------
## Alert
--------------------------------------------------------------*/
.alert-dismissible {
    color: #000000;
    padding: 1rem;
    transition: bottom 0.2s ease-in-out;
}
.alert-dismissible.alert-hide {
    bottom: -100px;
}
.alert-dismissible .close {
    background-color: #FFDD00;
    color: #333333;
    font-size: 20px;
    opacity: 1;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    text-shadow: none;
    width: 80px;
    height: 100%;
}
.alert-dismissible .close:not(:disabled):not(.disabled):focus, 
.alert-dismissible .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.alert-dismissible .alert-title {
    margin: 13px 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) { 
    body {
        font-size: 16px;
    }
    .hero-carousel .carousel-cell {
        height: 406px;
    }
    .hero-carousel .carousel-content p {
        font-size: 36px;
    }
    .bl-section .container {
        padding: 40px 15px;
    }
    .bl-section .inner-section {
        padding: 0;
    }
    .bl-section .inner-section > [class*="col-"] {
        margin-bottom: 30px;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .section-title + .section-title-description {
        margin-top: 0;
    }
    .section-subtitle,
    .error404 .error-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #bl-approach .bl-video .fa-wrap,
    #bl-work .bl-video .fa-wrap {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
    #bl-approach .btn-link,
    #bl-work .btn-link {
        font-size: 18px;
    }
    #bl-work .text-caption {
        padding: 80px 0px 0px 0;
    }
    .card-expert .card-title {
        font-size: 24px;
    }
    .card-expert .card-body {
        font-size: 18px;
    }
    .card-expert .card-link {
        font-size: 18px;
        margin-top: 8px;
    }
    #bl-contact h3 {
        font-size: 18px; 
    } 
    .form-contact .form-control {
        font-size: 16px;
        min-height: 50px;
    }
    .form-contact .btn-warning, 
    .form-contact .btn-dark {
        font-size: 24px;
        padding: 8px 16px;
        width: 100%;
    }
    .site-footer .text-footer {
        padding: 40px 0;
        font-size: 18px;
    }
    .alert-dismissible {
        padding: 0 1rem 1rem;
    }
    .alert-dismissible.alert-hide {
        bottom: -145px;
    }
    .alert-dismissible .alert-title {
        font-size: 24px;
        text-align: center;
    }
    .alert-dismissible .close {
        font-size: 18px;
        top: 24px;
        right: -10px;
        height: auto;
        width: auto;
        font-weight: normal;
    }
    .modal-expert .close {
        background: #fff;
        padding: 4px;
        top: 10px;
        right: 0;
    }
    .modal-expert .modal-title {
        font-size: 24px;
    }
    .modal-expert .text-designation {
        font-size: 18px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    body {
        font-size: 18px;
    }
    .hero-carousel .carousel-content p {
        font-size: 60px;
    }
    #bl-approach .bl-video .fa-wrap,
    #bl-video .bl-video .fa-wrap {
        font-size: 28px;
        width: 60px;
        height: 60px;
    }
    #bl-approach .btn-link,
    #bl-video .btn-link {
        font-size: 18px;
    }
    .section-subtitle,
    .error404 .error-title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .card-expert .card-title {
        font-size: 21px;
    }
    .card-expert .card-body {
        font-size: 18px;
    }
    .card-expert .card-link {
        font-size: 18px;
    }
    #bl-contact h3 {
        font-size: 21px; 
    } 
    .form-contact .form-control {
        font-size: 18px;
    }
    .form-contact input[type="checkbox"] + label {
        width: 90%;
        vertical-align: middle;
    }
    .form-contact .btn-warning,
    .form-contact .btn-dark {
        font-size: 24px;
    }
    .site-footer .text-footer {
        font-size: 18px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        font-size: 21px;
    }
    .section-subtitle,
    .error404 .error-title {
        font-size: 30px;
    }
    #bl-approach .bl-video .fa-wrap,
    #bl-work .bl-video .fa-wrap {
        font-size: 38px;
        width: 80px;
        height: 80px;
    }
    #bl-approach .btn-link,
    #bl-work .btn-link {
        font-size: 21px;
    }
    .card-expert .card-title {
        font-size: 38px;
    }
    .card-expert .card-body {
        font-size: 21px;
    }
    .card-expert .card-link {
        font-size: 21px;
    }
    #bl-contact .h3 {
        font-size: 38px;
    }
    .form-contact .form-control {
        font-size: 21px;
    }
    .form-contact .btn-warning,
    .form-contact .btn-dark {
        font-size: 36px;
    }
    .site-footer .text-footer {
        font-size: 24px;
    }
}
