/*!
Theme Name: OperationsInc
Theme URI: http://thomasdigital.me/
Author: thomasdigital.me
Author URI: http://thomasdigital.me/
Description: Operations Inc
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: td
Tags: wordpress, acf, gravityforms, custom, test

Operations Inc
*/

html, body{
    font-family: 'Montserrat', sans-serif; 
    font-size: 17px;

    color: #5E667F;
}

a,
input[type="submit"],
button,
.animate{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.clearing{
    display: block; float: none; font-size: 1px; clear: both;
}

img{
    max-width: 100%;
}

iframe {
    border: none;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px !important;
    }
}
.container2,
.container_1440{
    max-width: 1440px;
    margin: 0 auto;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
a {  color: #EC8B00; }
a:hover{  text-decoration: none; }

span.lpj_btn,
a.lpj_btn,
button.lpj_btn{
    border: solid 1px #ED8B00;
    border-radius: 5px;
    color: #ED8B00;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
}

span.lpj_btn:hover,
a.lpj_btn:hover,
button.lpj_btn:hover{
    color: #71C5EA;
    border: solid 1px #71C5EA;
    text-decoration: none;
}

.txt-sky-blue{  color: #1E98CC; }
.txt-dark-blue1{ color: #234578; }
.txt-dark-blue2{  color: #1B365D; }

.page-title{
    font-size: 50px;
    color: #19335D;
    font-family: 'Rock Salt', cursive;
    letter-spacing: 5px;
    font-weight: bold;
}

.title1{
    font-size: 16px;
    color: #71C5EA;
    font-family: 'Rock Salt', cursive;
    letter-spacing: 5px;
}

.title1.adjusted-title {
    font-size: 15px;
    text-transform: uppercase;
}

.title2{
    font-size: 36px;
    color: #1A355D;
    font-weight: 100;
    font-family: "Gilroy-Light";
}

.title3{
    font-size: 21px;
    color: #73D2F7;
    font-weight: bold;
}

@media (max-width: 600px){
    .title1{
        font-size: 13px;
    }

    .title2{
        font-size: 25px;
    }
}

body .font_s21{  font-size: 21px !important; }
body .font_s18{  font-size: 18px !important; }
body .font_s17{  font-size: 17px !important; }
body .font_s15{  font-size: 15px !important; }
body .font_s13{  font-size: 13px !important; }

.d-flex{  display: flex; }
.d-flex .v-center{  align-self: center; }
.ta-center{  text-align: center; }

.col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 426px){
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-1-fifth {
    padding-right: 15px;
    padding-left: 15px;

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px){
    .col-1-fifth {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 990px){
    .col-1-fifth {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.global_ajax_loader{
    position: fixed;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999; top: 0px; left: 0px;
}
.global_ajax_loader span{
    display: block; text-align: center;
    margin-top: 20%; color: #fff; font-size: 30px;
}

.embed-container { 
    position: relative;
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; left: 0;
     width: 100%; 
     height: 100%; 
}


.video-modal .modal-close-btn{
    position: absolute;
    top: 15px;
    right: -33px;
    background: #FFF;
    padding: 10px;

    opacity: 1;
}

.modal{
    z-index: 999999 !important;
}


.page-template-default #primary.full-width{
    padding: 60px 0;
}

.page-template-default #primary .main-content{
    max-width: 1170px;
    margin: 0 auto;
}

.page-template-default #primary .entry-titile{
    font-size: 36px;
    color: #1A355D;
    font-weight: 100;
    font-family: "Gilroy-Light";
}


/* ================================================================================ */
/* HEADER */
/* -------------------------------------------------------------------------------- */
.topbar{
    background: #75D2F7; 
    text-align: right;
    color: #FFF;
    position: relative;
    z-index: 3;
    font-size: 14px;
}
.topbar.alt-topbar > .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.topbar .tp-sec{
    display: inline-block; 
    padding: 5px 10px 5px 10px;
}
.topbar .tp-sec.separator{
    padding: 0px;
}
.topbar .tp-sec  a{
    color: #FFF;
    display: inline-block; 
    
}

.topbar .tp-sec.social a{
    padding: 0 10px;
}

.topbar .tp-sec a:hover{
    color: #EB8B00;
    text-decoration: none;
}

.topbar .tp-sec.alt-links {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
}
.topbar .tp-sec.alt-links a {
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
    font-weight: 500;
}

.topbar .tp-sec.alt-links a::before {
    position: absolute;
    display: block;
    top: calc(50% - 7px);
    left: -8px;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #FFF;
}
.topbar .tp-sec.alt-links a:first-child::before {
    display: none;
}

.topbar .search-form{
    padding-right: 0px;
}

.topbar .header-search-inp{
    border: none;
    border-radius: 3px;
    padding: 2px 10px;
    min-width: 315px;
    font-size: 13px;
    height: 28px;
}
.topbar.alt-topbar .header-search-inp {
    min-width: 230px;
}

#masthead{
    background: #FFF;
    box-shadow: 1px 1px 10px 0px #ccc;
    padding: 10px 0px;
    position: relative;
    z-index: 99;
}
#masthead .container{
    display: flex;
}

#masthead .container .f-item{
    
}

#masthead .site-branding{
    /*float: left;
    width: 25%;*/
    padding-right: 10px; 
}

#masthead.stickyme{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9999!important;
}

#site-navigation{
    /*float: left;
    width: 75%;*/

    flex-grow: 1;
    align-self: center;
}

#mega-menu-wrap-primary-menu{
    background: #FFF;
}


#mega-menu-wrap-primary-menu #mega-menu-primary-menu{
    text-align: right;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
    color: #454C5F;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    font-weight: 500 !important;
}

@media (min-width:1025px) and (max-width:1199px) {
    
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 0 6px !important;
    }
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    background: #FFF;
    color: #75D2F7;
    font-weight: 500;
}

@media screen and (min-width: 990px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
        width: 20%;
    }
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover{
    background: #FFF;
    color: #75D2F7;
    font-weight: 500;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-34 a.mega-menu-link span.mega-menu-title{
    color: #FFF;
    background-color: #EB8B00;
    border: solid 1px #EB8B00;
    border-radius: 5px;
    line-height: 39px;
    transition: 0.5s;
    text-align:center;
    margin-top: -8px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-34 a.mega-menu-link span.mega-menu-title:hover {
    color: #EB8B00 !important;
    background-color: transparent !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-34 a.mega-menu-link span.mega-menu-description{
    color: #454C5F !important;
    font-size: 0.75em !important;
    margin-top: 5px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-34 a.mega-menu-link span.mega-menu-title:hover{
    /*
    border-color: #75D2F7; 
    color: #75D2F7;
    */
    background-color: #EB8B00;
    color: white;
}


@media (max-width: 1024px){
    .topbar{
        text-align: center;
    }

    #masthead .site-branding img{
        max-width: 200px
    }

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 10px 0px 10px;
    }
}

@media (max-width: 990px){
    .topbar{
        z-index: 1;
    }
}

@media (max-width: 768px){

    #masthead .container{
        flex-direction: row;
    }

    #masthead .site-branding{
        text-align: left;
        /*margin-bottom: 10px;*/
    }

    #masthead .container .f-item{ 
        flex-basis: 100%;
    }

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu{
        text-align: center;
    }
}

@media (max-width: 600px){
    
    .topbar .separator{
        display: none;
    }
    #masthead .container{
        /*flex-direction: row;*/
    }

    #masthead .site-branding{
        /*text-align: center;*/
    }

    #masthead .container .f-item{ 
        
    }
}
.mega-menu-item-object-page > a.mega-menu-link,
.mega-sub-menu .mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
}

/*
#mega-menu-31-0-1 #mega-menu-item-3074 > a {
    
}

#mega-menu-33-0 .mega-menu-item-object-page > a.mega-menu-link { 
    font-size: 14px !important;
    font-weight: 600 !important;
}
#mega-menu-item-3074 {
    height: 24px;
}
/*
#mega-menu-item-3074 > a {
    font-size: 12px !important;
    display: block;
    height: 24px !important;
}
*/

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: -0.5px !important;
}


/* ================================================================================ */
/* Mega Menu */
/* -------------------------------------------------------------------------------- */

#site-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li > ul.mega-sub-menu{
    background: #FFF;
    
}

#site-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.lpj_full_width_megamenu > ul > li > ul > li a{
    color: #1B365D;
    font-size: 14px;
    text-transform: capitalize;
}

#site-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.lpj_full_width_megamenu > ul > li > ul > li a:hover{
    color: #EB8B00;
}

#site-navigation li.lpj_full_width_megamenu li.lpj_megamenu_col li.mega-menu-item-type-custom,
#site-navigation li.lpj_full_width_megamenu li.lpj_megamenu_col li.mega-menu-item-object-page{
    padding-bottom: 0px !important;
}

#site-navigation li.lpj_full_width_megamenu li.lpj_megamenu_col li.widget_media_image{
    padding-bottom: 0px !important;
}

#site-navigation li.lpj_full_width_megamenu li.lpj_megamenu_col li.widget_nav_menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

#site-navigation li.lpj_full_width_megamenu li.lpj_megamenu_col li.widget_nav_menu ul.menu li{
    position: relative;
}

#site-navigation li.lpj_full_width_megamenu li.lpj_megamenu_col li.widget_nav_menu ul.menu li:before{
    content: "›";
    display: inline-block;
    font-size: 13px !important;
    color: #5E667F;
    position: absolute;
    top: auto;
    left: 0px;
}

#site-navigation li.lpj_full_width_megamenu li.lpj_megamenu_col li.widget_nav_menu ul.menu li a{
    display: inline-block;
    font-size: 13px !important;
    color: #5E667F;
    padding-left: 20px;
}

#site-navigation li.lpj_full_width_megamenu li.lpj_megamenu_col li.widget_nav_menu ul.menu li a:hover{
    color: #75D2F7 !important;
    text-decoration: none;
}

@media (min-width: 990px){
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        display: none !important;
    }

    #site-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li > ul.mega-sub-menu{
        position: fixed;
        left: 0px;
        right: 0px;
        top: 125px;
        width: 100%;
        padding: 10px 0 30px;

        box-shadow: inset -1px 2px 5px #dadada;

        /*opacity: 1 !important;
        visibility: visible !important;*/
    }

    .admin-bar #site-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li > ul.mega-sub-menu{
        top: 156px !important;
    }

    .stickyme #site-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li > ul.mega-sub-menu{
        top: 89px !important;
    }

    #site-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li > ul.mega-sub-menu li.lpj_full_width_megamenu{
        max-width: 1140px;
        margin: 0 auto;
        float: none;
    }

    
}

@media (max-width: 990px){

}


#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item > ul.mega-sub-menu{
    /*display: none;*/
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-bottom: 0;
}


/* ================================================================================ */
/* Inner page banner */
/* -------------------------------------------------------------------------------- */
.inner-page-banner{
    position: relative;
    z-index: 1;

    background: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.inner-page-banner .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.8);

    z-index: 2;

    display: none;
}

.inner-page-banner .container{
    position: relative;
    z-index: 3;
    min-height: 250px;
    display: flex;
}
.inner-page-banner .banner-content{
    align-self: center;
}

/* ================================================================================ */
/* Blog - Newsletter fixes */
/* -------------------------------------------------------------------------------- */
.single-post .hentry.category-newsletter .rem-bs table img[width="1024"],
.single-post .hentry.category-newsletter .rem-bs table img[width="1007"],
.single-post .hentry.category-newsletter .rem-bs table img[width="970"] {
    width: 100%;
    height: auto;
}

.single-post .hentry.category-newsletter .rem-bs > table:not(#bodyTable) tr td,
.single-post .hentry.category-newsletter .rem-bs table#bodyTable #templateColumns tr td {
    padding: 15px;
}

.single-post .hentry.category-newsletter .rem-bs > table:not(#bodyTable) tr td[style] {
    padding: 15px !important;
}

@media (max-width: 1200px){
    .our_clients_section .slick-list{
        width: 75%;
    }
}

@media (max-width: 1024px){

}

@media (max-width: 768px){
    .inner-page-banner{
        background-position: center right;
    }
    .inner-page-banner .overlay{
        display: block;
    }
    .inner-page-banner .container{
        min-height: 200px;
    }

    .inner-page-banner .container h1{
        font-size: 40px;
    }
}

@media (max-width: 480px){
    .inner-page-banner .container{
        min-height: 150px;
    }

    .inner-page-banner .container h1{
        font-size: 25px;
        text-align: center;
    }
}





/* ================================================================================ */
/* Page Breadcrumbs */
/* -------------------------------------------------------------------------------- */
.breadcrumbs-section{
    padding: 15px 0 30px;
}
.oi-breadcrumbs{
    font-size: 13px;
}

.single .oi-breadcrumbs{
    /*padding-top: 20px;*/
    margin-bottom: 40px;
}

.cpt-service .bread-custom .oi-breadcrumbs {
    margin-bottom: 20px;
}

.oi-breadcrumbs a.oi-breadcrumb-item,
.oi-breadcrumbs span.oi-breadcrumb-last-item{
    font-size: 13px;
    color: #5E667F;
    display: inline-block;
}

.oi-breadcrumbs a.oi-breadcrumb-item:hover {
    color: #FAA337;
}
.oi-breadcrumbs span.oi-breadcrumb-item:hover {
    cursor: auto;
}

.oi-breadcrumbs a.oi-breadcrumb-item span.arrow,
.oi-breadcrumbs span.oi-breadcrumb-item span.arrow {
    display: inline-block;
    padding: 0 5px;
}

.oi-breadcrumbs span.oi-breadcrumb-last-item{
    font-weight: bold;
}




/* ################################################################################################################################################# */
/* ################################################################################################################################################# */
/* GLOBAL CONTENTS */
/* ################################################################################################################################################# */


    /* ================================================================================ */
    /* PAGE CONTENT */
    /* -------------------------------------------------------------------------------- */

    .main-content-wrap{

    }

    .page article.page .entry-content{
        font-size: 17px;
    }

    .page-defaulter article h1,
    .single-event article .entry-content h1.mb-0 {
        font-size: 36px;
        color: #1A355D;
        font-weight: 100;
        font-family: "Gilroy-Light";
        margin-bottom: 20px;
    }

    article .entry-content h1:first-of-type,
    article .entry-content h3 {
        font-size: 16px;
        color: #71C5EA;
        font-family: 'Rock Salt', cursive;
        letter-spacing: 5px;
        line-height: 200%;
        margin-bottom: 15px;
    }

    article .entry-content h1.mb-0,
    .career-template-default article.career .entry-content > h1,
    .page-template-tpl-page-left-sidebar article .entry-content h1:first-of-type,
    .single-service article .entry-content h1:first-of-type,
    article .entry-content h2{
        font-size: 40px;
        color: #19345D;
        font-family: "Gilroy-Light";
        margin-bottom: 30px;
    }

    article .entry-content h1.mb-0,
    .career-template-default article.career .entry-content > h1,
    .page-template-tpl-page-left-sidebar article .entry-content h1:first-of-type,
    .single-service article .entry-content h1:first-of-type {
        letter-spacing: 0;
        line-height: 1.2;
    }

    article .entry-content .entry-date {
        font-size: 15px;
        font-weight: 500;
        color: #72D2F7;
    }

    article .bbtn {
        font-weight: 500;
        margin-bottom: 20px;
        padding: 10px 15px;
        transition: 0.5s;
        color: #FFF;
        background-color: #71C5EA;
    }
    article .bbtn:hover {
        color: #FFF;
        background-color: #ED8B00;
    }

    article .obtn {
        font-weight: 500;
        margin-bottom: 20px;
        padding: 10px 15px;
        transition: 0.5s;
        color: #FFF;
        background-color: #ED8B00;
    }
    article .obtn:hover {
        color: #FFF;
        background-color: #71C5EA;
    }

    article .rem-bs .col-md-9, article .rem-bs .col-sm-7 {
        max-width: 100% !important;
        background-color: transparent !important;
        padding: 0 !important;
        flex: 0 0 100%;
    }
    article .rem-bs .col-md-3, 
    article .rem-bs .col-sm-5 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0;
    }

    article .rem-bs .col-md-3 h3, 
    article .rem-bs .col-sm-5 h3 {
        padding: 30px 0 10px;
        font-size: 32px;
        color: #19345D;
        font-family: "Gilroy-Light";
        letter-spacing: 0;
    }

    article .rem-bs .col-md-3 div, 
    article .rem-bs .col-sm-5 div {
        background-color: white !important;
        padding-left: 10px;
        border-radius: 10px;
        padding-bottom: 10px;
    }

    article .rem-bs .col-sm-5 div div:first-child {
        display: none;
    }
        
    article .rem-bs .col-md-3 img, 
    article .rem-bs .col-sm-5 img {
        display: none;
    }

    article .rem-bs blockquote {
        background-color: white;
        position: relative;
    }

    article .rem-bs blockquote p {
        margin-bottom: 0;    
    }

    article .rem-bs blockquote {
        padding: 35px 30px;
        text-align: center;
        font-style: italic;
        border-radius: 5px;
        width: 90%;
        margin: 30px auto;
    }

    .article .rem-bs .quote-icon {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background: #75D2F7;
        position: absolute;
        top: -25px;
        right: 10px;
        color: #FFF;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .post-navigation {
        padding-top: 30px;
    }
    .cpt-post .nav-links,
    .cpt-resource .nav-links{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .cpt-resource .post-navigation,
    .cpt-post .post-navigation {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cpt-resource .post-navigation h2,
    .cpt-post .post-navigation h2 {
        font-size: 18px;
    }

    .cpt-resource .post-navigation a,
    .cpt-post .post-navigation a {
        font-size: 13px;
    }

    .cpt-post .sidebar-menu ul.sub-menu li.mitem-1 a {
        color: #ED8B00;
    }

    /* ================================================================================ */
    /* Text Block Section */
    /* -------------------------------------------------------------------------------- */
    .fcs_text_block_section{

    }

    .fcs_text_block_section .text_block_content{
        
    }


    /* -------------------------------------------------------------------------------- */
    .list_style_1{
        padding: 30px 0;
    }


    .list_style_1 ul {
      list-style: none;

    }

    .list_style_1 ul li{
        position: relative;
        padding-left: 25px;
        margin-bottom: 15px;
        font-size: 15px !important;
    }

    .list_style_1 ul li:before {
        content: '✓';
        color: #EC8B00;
        position: absolute;
        top: 3px;
        left: 0px;
        font-size: 10px;
        font-weight: bold;
    }


    /* -------------------------------------------------------------------------------- */
    .text_block_bordered{
        border: solid 1px #E6E9EC;
        background: #FFF;
        padding: 25px 25px 15px;
        border-radius: 5px;
    }

    .text_block_bordered h4{
        font-weight: bold;
        color: #71C5EA;
        margin-bottom: 0px;
        font-size: 17px;
    }

    .text_block_bordered ul {
        list-style: none;
        margin-bottom: 0px;
        padding-left: 15px;
    }

    .text_block_bordered ul li{
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
        font-size: 15px !important;
    }

    .text_block_bordered ul li:before {
        content: '\2022';
        color: #75D2F7;
        position: absolute;
        top: -5px;
        left: 0px;
        font-size: 20px;
        font-weight: bold;
    }




    /* ================================================================================ */
    /* List Style 1 */
    /* -------------------------------------------------------------------------------- */

    .fcs_list_style_1_section .list_item{
        margin-bottom: 30px;
        position: relative;
    }

    .fcs_list_style_1_section .title{
        color: #73D2F7;
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .fcs_list_style_1_section .list_item .icon{
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .fcs_list_style_1_section .list_item .icon img{
        width: 100%;
    }

    .fcs_list_style_1_section .list_item .content{

    }

    .fcs_list_style_1_section .list_item .content h3{
        font-size: 17px;
        color: #19345D;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .fcs_list_style_1_section .list_item .content p{
        margin-bottom: 0px; 
    }

    @media (max-width: 768px){
        
    }





    /* ================================================================================ */
    /* LOGO SLIDER */
    /* -------------------------------------------------------------------------------- */
    .lpj_logo_slider{

    }
    .lpj_logo_slider .slider_item .logo_wrap{
        display: flex; 
        height: 60px;
        margin: 0 30px;
    }
    .lpj_logo_slider .slider_item .logo_wrap img{    
        margin:0 auto;
        align-self: center;
        max-width: 100%;
        max-height: 100%;
    }


    /* ================================================================================ */
    /* Our Clients */
    /* -------------------------------------------------------------------------------- */
    .our_clients_section{
        background: #F8F9FA;
        padding: 50px 0 50px 0;
        text-align: center;

        box-shadow: inset 0px 0px 10px #E6E9EC;
    }

    .our_clients_section .slick-prev, 
    .our_clients_section .slick-next{
       /*  display: none !important; */

    }

    .our_clients_section:hover .slick-prev, 
    .our_clients_section:hover .slick-next{
        display: inline-block !important;
    }

    .our_clients_section .clients_list{
        position: relative;
    }
    .our_clients_section .slick-list{ 
        max-width: 1110px;
        margin: 0 auto;
    }

    .our_clients_section .clients_list{    
        padding: 40px 0 0 0;         
    }


    @media (max-width: 1200px){
        .our_clients_section .slick-list{
            width: 75%;
        }
    }

    @media (max-width: 1024px){

    }

    @media (max-width: 768px){
        .our_clients_section{
            padding: 40px 0;
        }
    }

    @media (max-width: 480px){

    }


    /* ================================================================================ */
    /* THE NAVIGATOR */
    /* -------------------------------------------------------------------------------- */
    .newsletter_section {
        padding: 25px 15px 15px 15px;    
        /*background-color: #75D2F7;*/
    }

    .newsletter_section .section_icon{
        position: relative;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.30);
        padding-top: 15px;
    }

    .newsletter_section .section_icon h3{    
        letter-spacing: 6px;    
        font-size: 19px;
        color: #fff;
        margin-bottom: 15px;
    }


    .newsletter_section .section_icon .navigator-desc{
        position: relative;
        width: 80%;
        font-size: 14px;    
        font-style: italic;
        color: #fff;
        z-index: 3;
    }
    .newsletter_section .section_icon .navigator-desc p.navigator-cta{
        color: #FFF;
    }
    .newsletter_section .section_icon .navigator-desc p {
        margin-bottom: 10px;
    }
    .newsletter_section .section_icon .navigator-desc p:last-child,
    .newsletter_section .section_icon .navigator-desc p:last-of-type {
        margin-bottom: 0;
    }
    .newsletter_section .section_icon .navigator-desc a {
        color: white;
    }
    .newsletter_section .section_icon .navigator-desc a:hover {
        color: #1E98CC;
    }

    .newsletter_section .section_icon img{
        position: absolute;
        right: 0;
        bottom: -13px;
    }


    .newsletter_section .section_fields{    
        margin-left: 20px;
    }

    .newsletter_section .gform_wrapper{
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .newsletter_section .gform_wrapper .gform_body{
        width: 562px;
        float: left;
        clear: none;
    }

    .newsletter_section .gform_wrapper .gform_body ul{
        width: 100%;
    }

    .newsletter_section .gform_wrapper .gform_body .gfield{
        width: 33%;
        float: left;
        clear: none;
        margin: 0px;
        padding: 0;
    }

    .newsletter_section .privacy-text {
        width: 100%;
        padding-top: 10px;
        clear: both;
    }
    .newsletter_section .privacy-text p {
        font-size: 14px;
        color: white;
    }
    .newsletter_section .privacy-text p a {
        color: white;
    }
    .newsletter_section .privacy-text p a:hover {
        color: #1E98CC;
    }

    #gform_fields_2 li.gfield:before {  
        display: none;
    }

    .newsletter_section .gform_wrapper .gform_body .gfield input{
        border:1px solid #ddd;
        border-radius: 5px;
        padding: 8px !important;
        width: 98% !important;
        margin-top: 0px;
        font-size: 13px !important;
        color: #ADAEB4;
        min-height: 40px !important;
    }

    .newsletter_section .gform_wrapper .gform_footer{
        width: 165px;
        float: left;
        clear: none;
        padding: 4px 0;
        margin: 4px 0 0 0;
    }

    .newsletter_section .gform_wrapper .gform_footer .gform_button{
        width: 165px;   
        /*margin: 0px;*/

        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: transparent;
        height:40px;
        display: block;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 5px 10px;
        box-sizing: border-box;
        margin: 0;
        text-transform: uppercase;
    }
    .newsletter_section .gform_wrapper .gform_footer .gform_button:hover{
        color: #FAA337;
        border-color: #FAA337
    }


    @media (max-width: 1200px){
        .newsletter_section .gform_wrapper .gform_body{
            width: 70%;
        }

        .newsletter_section .gform_wrapper .gform_footer{
            width: 30%;
        }
    }


    @media (max-width: 1024px){
        .newsletter_section .section_icon h3{    
            line-height: 40px;
        }
    }

    @media (max-width: 990px){
        .newsletter_section{
            padding: 40px 15px 30px 15px;
        }
        .newsletter_section .gform_wrapper .gform_body{
            width: 100%;
        }
        .newsletter_section .gform_wrapper .gform_footer{
            width: 100%;
        }
        .newsletter_section .gform_wrapper .gform_body .gfield{    
            width: 100%;
        }

        .newsletter_section .gform_wrapper .gform_footer .gform_button{
            width: auto;
            display: inline-block;
        }

        .newsletter_section .section_fields{
            margin-left: 0px;
        }
    }

    @media (max-width: 768px){
           
    }

    @media (max-width: 480px){

    }


    /* ================================================================================ */
    /* Get Started Form Section */
    /* -------------------------------------------------------------------------------- */
    .hrs-get-started-section{
        background: rgba(27, 54, 93, 1) !important;
        padding:80px 0;
    }
    .hrs-get-started-section .form-copy-col h2 {
        color:#FFF;
        font-weight: bold;
    }

    .hrs-get-started-section .form-container {
        background:#FFF;
        padding:45px;
        border-radius: 18px;
        border: 1px none #D0D0D0;
    }
    @media(max-width:992px) {
        .hrs-get-started-section .form-container {
            margin-top:60px;
        }
    }

    .hrs-get-started-section .title-wrap{
        padding-bottom: 30px;
        text-align: center;
    }

    .hrs-get-started-section .title-wrap h2 span{
        display: inline-block;
        font-size: 36px;
        color: #003D6A;
        font-weight: bold;
    }
    .hrs-get-started-section .title-wrap h2 a{
        display: inline-block;
        background: #75D2F7;
        width: 50px;
        height: 50px;
        color: #FFF;
        border-radius: 5px;
        padding: 8px;
        margin: 0 20px;
        line-height: 1;
    }
    .hrs-get-started-section .title-wrap h2 a:hover{
        background: #ED8B00;
    }


    .hrs-get-started-section .form-wrap {
        max-width: 760px;
        margin: 0 auto;
    }
    .hrs-get-started-section .form-wrap h3{
        text-align: center;
        font-size: 24px;
        color: #19345D;
        font-weight: 100;
        margin-bottom: 20px;
    }

    .form-wrap iframe {
        border: 0 !important;
    }

    .hrs-get-started-section .gform_wrapper ul li.gfield,
    #contact_us_modal .contact_us_form_wrap .gform_wrapper ul li.gfield{
        width: 100%;
        float: left;
    }
    body .hrs-get-started-section .gform_wrapper ul li.gfield,
    body #contact_us_modal .contact_us_form_wrap .gform_wrapper ul li.gfield{
        margin-top: 10px;
        position: relative;
    }



    .hrs-get-started-section .gform_wrapper ul.gform_fields li.gfield input,
    .hrs-get-started-section .gform_wrapper ul.gform_fields li.gfield select{
        border: solid 1px #E6E9EC;
        padding: 14px 10px !important;
        border-radius: 5px;

        font-size: 13px !important;
        color: rgba(69, 76, 95, 0.51);
    }

    .hrs-get-started-section .gform_wrapper ul.gform_fields li.gfield input[type=checkbox],
    #contact_us_modal .contact_us_form_wrap .gform_wrapper ul li.gfield input[type=checkbox]{
        margin-left: 20px;
        margin-right: 10px;
        margin-top: 0px;
    }

    .hrs-get-started-section .gform_wrapper #field_4_6,
    #contact_us_modal .contact_us_form_wrap .gform_wrapper #field_4_6{
        margin-top: 0px;
    }

    .hrs-get-started-section .gform_wrapper .top_label .gfield_label, 
    .hrs-get-started-section .gform_wrapper legend.gfield_label{
        display: none;
    }


    .hrs-get-started-section .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
    .hrs-get-started-section .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
    #contact_us_modal .contact_us_form_wrap .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
    #contact_us_modal .contact_us_form_wrap .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
        display: none;
    }

    .hrs-get-started-section .gform_wrapper .gform_footer,
    #contact_us_modal .contact_us_form_wrap .gform_wrapper .gform_footer{
        text-align: center;
    }
    .hrs-get-started-section .gform_wrapper .gform_button,
    #contact_us_modal .contact_us_form_wrap .gform_wrapper .gform_button{
        border: solid 1px #ED8B00;
        border-radius: 5px;
        color: #ED8B00;
        font-size: 18px !important;
        font-weight: bold;
        display: inline-block;
        padding: 10px 25px;
        background: white;
    }

    .hrs-get-started-section .gform_wrapper .gform_button:hover,
    #contact_us_modal .contact_us_form_wrap .gform_wrapper .gform_button:hover{
        background: white;
        border: solid 1px #75D2F7;
        color: #75D2F7;
    }

    .hrs-get-started-section .privacy-policy{
        text-align: center;
    }
    .hrs-get-started-section .privacy-policy a{
        color: #ED8B00;
    }


    @media (min-width: 768px){
        .hrs-get-started-section .gform_wrapper ul.gform_fields li.gfield.half_width{
            width: 50%;
            float: left;
            clear: none;
        }
    }


    @media (max-width: 640px){
        body .hrs-get-started-section .gform_wrapper ul li.gfield{
            margin-top: 0px;
        }

        body .hrs-get-started-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
            line-height: 1;
        }
    }



    /* ================================================================================ */
    /* Contact Us Popup */
    /* -------------------------------------------------------------------------------- */
    #contact_us_modal h3 {
        font-size: 15px;
        color: #71C5EA;
        /* margin-top: 10px; */
        text-align: center;
    }

    #contact_us_modal h2 {
        font-size: 24px;
        color: #19345D;
        font-family: "Gilroy-Light";
        margin-bottom: 10px;
        text-align: center;
    }

    #contact_us_modal p.desc {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    #contact_us_modal .privacy-policy-link{
        font-size: 13px;
        text-align: center;
    }

    #contact_us_modal .contact_us_form_wrap .gform_wrapper label.gfield_label {
        position: absolute;
        top: 12px;
        left: 10px;
        z-index: 2;
        font-size: 13px;
        font-weight: normal;
        color: #454C5F;
    }

    #contact_us_modal .contact_us_form_wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    #contact_us_modal .contact_us_form_wrap .gform_wrapper textarea.large{
        border: solid 1px #E6E9EC;
        font-size: 13px;
        min-height: 50px;
        padding: 25px 10px 4px 10px;
        position: relative;
        z-index: 1;
    }
    
    


    /* ================================================================================ */
    /* Simple Post List */
    /* -------------------------------------------------------------------------------- */
    .fcs_simple_post_list_section{

    }

    .fcs_simple_post_list_section.bottom_border{
        border-bottom: solid 1px rgba(200, 206, 213, 0.51);
    }

    .fcs_simple_post_list_section .title-row{
        margin-bottom: 20px;
    }

    .fcs_simple_post_list_section .title{

    }

    .fcs_simple_post_list_section .post_item{
       
    }



    .fcs_simple_post_list_section .post_item a{
        display: block;
        padding: 20px 0;

        color: #19335D;
        font-weight: bold;
        font-size: 21px;
        transition: 0.5s;
    }

    .fcs_simple_post_list_section .post_item a:hover {
        color: #EC8B00;
    }





/* ################################################################################################################################################# */
/* ################################################################################################################################################# */
/* HOME PAGE SECTIONS */
/* ################################################################################################################################################# */


    /* ================================================================================ */
    /* Banner Slider */
    /* -------------------------------------------------------------------------------- */
    .banner{
        min-height: 300px;
        position: relative;
        z-index: 1;

        /*display: none;*/
    }

    .banner .banner_slider{
        min-height: 300px;
        background: #efefef;
    }

    .banner .banner_slider .slider_item{
        background: #eee;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;

        display: none;
    }

    .banner .banner_slider .slider_item .overlay{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;

        display: none;
    }

    .banner .banner_slider .slider_content{
        max-width: 1150px;
        margin: 0 auto;
        display: flex;
        min-height: 530px;
    }

    .banner .banner_slider .slider_content_left{
        align-self: center;
        max-width: 560px;
    }

    .banner .banner_slider .slider_content h4{
        font-size: 16px;
        color: #71C5EA;
        font-family: 'Rock Salt', cursive;
        margin-bottom: 30px;
        letter-spacing: 5px;
    }

    .banner .banner_slider .slider_content h3{
        font-size: 35px;
        color: #19345D;
        font-family: 'Rock Salt', cursive;
        margin-bottom: 20px;
        letter-spacing: 5px;
        font-weight: bold;
        line-height: 150%;
    }
    .banner .banner_slider .slider_content p{
        font-size: 35px;
        font-family: 'Gilroy-Light';

        margin-bottom: 30px;
    }


    @-moz-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -moz-transform: translateY(-20px);
            transform: translateY(-20px);
        }
        60% {
            -moz-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }
        60% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    @keyframes bounce {
         0%, 20%, 50%, 80%, 100% {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
         }
         40% {
            -moz-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
         }
         60% {
            -moz-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
         }
    }

    .bounce {
        /*-moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;*/
    }

    .dbounce {
        height: 36px;    
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

    .banner a.banner_arrow_down_btn{
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #EC8B00;
        background-position: 10px 12px;
        background-repeat: no-repeat;
        display: inline-block;
        animation: bounce 1.5s infinite;
    }

    a.banner_arrow_down_btn:hover {
        opacity: .75;
        animation: none;
    }

    @media (max-width: 1024px){
        .banner .banner_slider .slider_content{
            min-height: 378px;
            max-width: 75%;
            margin: 0 auto;
        }
        .banner .banner_slider .slider_content_left{
            padding: 20px 20px 20px 20px;
        }

        .banner .banner_slider .slider_content h3{
            font-size: 30px;
        }

        .banner .banner_slider .slider_content p{
            font-size: 30px;
        }
    }


    @media (max-width: 768px){
        .banner{
            min-height: auto;
        }
        .banner .banner_slider .slider_item{
            background-size: cover;
            background-position: top right;
        }
        .banner .banner_slider .slider_item .overlay{
            display: block;
            background: rgba(255, 255, 255, 0.8);
            z-index: 1;
        }
        .banner .banner_slider .slider_content{
            min-height: 400px;
            margin: 0 auto;

            position: relative;
            z-index: 2;
        }
        .banner .banner_slider .slider_content_left{
            padding: 20px 20px 20px 20px;
        }

        .banner .banner_slider .slider_content h3{
            font-size: 25px;
        }
        .banner .banner_slider .slider_content p{
            font-size: 25px;
        }
    }

    @media (max-width: 600px){
        .banner .banner_slider .slider_content{
            max-width: 90%;
        }
        .banner .banner_slider .slick-prev,
        .banner .banner_slider .slick-next{
            top: auto;
            bottom: 0px;
        }

        .banner .banner_slider .slider_content_left{
            padding: 20px 0;
        }
        .banner .banner_slider .slider_content{
            text-align: center;
        }
        .banner .banner_slider .slider_content h4{
            font-size: 16px;
            margin-bottom: 20px;
        }
        .banner .banner_slider .slider_content h3{
            font-size: 30px;
            margin-bottom: 20px;
        }
        .banner .banner_slider .slider_content p{
            font-size: 16px;
            color: #5E677F;
        }
    }



    /* ================================================================================ */
    /* Announcemet */
    /* -------------------------------------------------------------------------------- */
    .announcement_section{
        background: #E2F7FE;
        padding: 25px 0;
        font-family: 'Gilroy-Light';
    }

    .announcement_section .col-md-4{
        display: flex;
    }
    .announcement_section .col1{
        align-self: center;
    }

    .announcement_section .col1 h4{
        font-size: 15px;
        color: #1E98CC;
        margin-bottom: 2px;
    }

    .announcement_section .col1 p{
        font-size: 28px;
        color: #234578;
        margin-bottom: 0px;
        line-height: 1.2;
        
    }

    .announcement_section .col2{
        padding: 15px 0;
        padding-left: 40px;
        border-left: solid 2px #2345781a;
    }

    .announcement_section .col2 h4{
        font-size: 22px;
        margin-bottom: 2px;
    }
    .announcement_section .col2 p{
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .announcement_section .col2 .txt-content p {
        margin-bottom: 15px;
    }

    @media (min-width: 768px){
        .announcement_section .col-md-4{
            max-width: 30% !important;
            flex: 0 0 30% !important;
            padding-right: 0px;
        }

        .announcement_section .col-md-8{
            padding-left: 0px;
            max-width: 70%;
            flex: 0 0 70%;
        }
    }

    @media (max-width: 575px){
        .announcement_section{
            padding: 30px 0;
        }
        .announcement_section .col1{
            margin-bottom: 30px;
        }
        .announcement_section .col2{
            border: none;
            padding: 0px;
        }
    }



    /* ================================================================================ */
    /* Services */
    /* -------------------------------------------------------------------------------- */
    .services_section{
        padding: 50px 0 60px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
    }

    .services_section .title2{
        margin-bottom: 40px;
    }

    .services_section .col-md-3{
        padding-right: 7px;
        padding-left: 7px;
    }

    .services_section a.services_col{
        display: block;
        background: #F8F9FA;
        padding: 40px 20px 20px;
        border-radius: 5px;
        box-shadow: inset 0px 0px 20px #E6E9EC;
        height: 100%;
        margin-bottom: 10px;
        border: solid 1px #71c5ea00;
    }

    .services_section a.services_col:hover{
        text-decoration: none;
        background: #FFFFFF;
        border: solid 1px #71C5EA;
        box-shadow: 0px 0px 5px #607D8B;

    }

    .services_section a.services_col .img{
        text-align: center;
        margin-bottom: 30px;
    }

    .services_section a.services_col .img img{
        width: 80px;
        max-height: 80px;
    }

    .services_section a.services_col h3{
        font-size: 19px;
        color: #1B365D;
        margin-bottom: 10px;
        padding-bottom: 15px;
        position: relative;
        font-weight: 100;
    }

    .services_section a.services_col h3 span{
        width: 50px;
        height: 2px;
        background: #FAA337;
        display: block;
        position: absolute;
        bottom: 0px;
        left: calc(50% - 25px);
    }

    .services_section a.services_col p{
        color: #5E677F;
        margin: 0;
        font-size: 15px;
    }

    @media (max-width: 767px){
        .services_section{
            padding-bottom: 40px;
        }
        .services_section .col-md-3{
            padding-right: 15px;
            padding-left: 15px;
        }
        .services_section a.services_col{
            height: auto;
            margin-bottom: 20px;
        }
    }



    /* ================================================================================ */
    /* fcs_call_to_action_1 */
    /* Who We Are */
    /* -------------------------------------------------------------------------------- */
    .who_we_are_section{
        background: #ccc;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }

    .who_we_are_section .container{
        position: relative;
        z-index: 2;
    }

    .who_we_are_section .overlay-white{
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        z-index: 1;
    }

    .who_we_are_section .col-lg-6{
        display: flex;
        min-height: 500px;
    }

    .who_we_are_section .wwa_col{
        padding-left: 70px;
        align-self: center;
    }

    .who_we_are_section .wwa_col h3{
        margin-bottom: 20px;
    }

    .who_we_are_section .wwa_col h2{
        margin-bottom: 30px;
    }

    .who_we_are_section .wwa_col .content{
        margin-bottom: 10px;
    }



    @media (max-width: 1024px){
        .who_we_are_section{
            background-size: cover;
        }
    }

    @media (max-width: 992px){
        .who_we_are_section{
            background-size: cover;
        }

        .who_we_are_section .overlay-white{
            display: block;
        }
    }

    @media (max-width: 768px){
        
        .who_we_are_section .wwa_col{
            padding-left: 0px;
        }

        .who_we_are_section .col-lg-6{
            min-height: 400px;
        }
    }

    /* ================================================================================ */
    /* Stats Counter */
    /* -------------------------------------------------------------------------------- */
    .stats_section{
        padding: 50px 0;
        text-align: center;

        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
    }

    .stats_section .counter{
        width: 127px;
        height: 127px;

        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;

        position: relative;
        display: flex;
        justify-content: center;

        margin: 0 auto;
    }

    .stats_section .counter .num{
        align-self: center;
        font-size: 44px;
        color: #1B365D;
        font-weight: bold;
    }

    .stats_section h3{
        color: #69CEF6;
        font-size: 21px;
        text-align: center;
        font-weight: normal;
        margin-top: 10px;
    }


    @media (max-width: 768px){
        .stats_section{
            background-size: cover;
            padding: 40px 0 10px;
        }

        .stats_section .stats_col{
            margin-bottom: 30px;
        }
    }

    @media (max-width: 600px){
        .stats_section .col-sm-6{
            width: 50%;
        }
    }



    /* ================================================================================ */
    /* How Can We Help */
    /* -------------------------------------------------------------------------------- */
    .how_can_we_help_section{
        background: #F9FAFB;
        padding: 50px 0;
        box-shadow: inset 0px 4px 4px rgba(204, 204, 204, 0.2);
    }

    #gform_1 li:before { display: none; }

    .how_can_we_help_section h3{
        text-align: center;
    }
    .how_can_we_help_section h2{
        text-align: center;
        margin-bottom: 40px;
    }

    .how_can_we_help_section .col-md-5{
        display: flex;
    }

    .how_can_we_help_section .help_form{
        align-self: center;
    }

    .how_can_we_help_section .hcwh_photo_wrap{
        width: 386px;
        height: 386px;
        padding-top: 1px;

        position: relative;
    }

    .how_can_we_help_section .hcwh_photo_wrap .img_wrap{
        overflow: hidden;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        margin: 31px auto;
        position: relative;
        z-index: 1;
    }

    .how_can_we_help_section .hcwh_photo_wrap .photo_border{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;

        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;

        z-index: 3;
    }

    .how_can_we_help_section .hcwh_photo_wrap .small_ring{
        width: 96px;
        height: 96px;
        background: #F9FAFB;
        border-radius: 50%;

        position: absolute;
        top: 17px;
        left: 273px;

        z-index: 2;
    }

    .how_can_we_help_form_wrapper{

    }


    .gform_wrapper.how_can_we_help_form_wrapper ul.gform_fields li.gfield select{
        border: solid 1px #E6E9EC;
        padding: 9px 10px;
        border-radius: 5px;
        font-size: 15px;
        color: #3E4666;
        line-height: 15px;
    }

    .gform_wrapper.how_can_we_help_form_wrapper ul.gform_fields .gfield_label{
        font-size: 18px !important;
        color: #79C8EB;
    }

    .gform_wrapper.how_can_we_help_form_wrapper .gform_footer{
        margin-left: 0px !important;
        margin-top: 0px !important;
        padding: 0px !important;
    }

    .gform_wrapper.how_can_we_help_form_wrapper .gform_button{
        border: solid 1px #ED8B00;
        border-radius: 5px;
        color: #ED8B00;
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        padding: 10px 25px;
        background: #FFF;
    }

    .gform_wrapper.how_can_we_help_form_wrapper .contact_us_btn_wrap{
        position: absolute;
        left: 85px;
        bottom: 68px;
        float: none;
        font-size: 15px;
    }

    .gform_wrapper.how_can_we_help_form_wrapper .gform_button:hover {
        color: #71C5EA;
        border: solid 1px #71C5EA;
    }

    @media only screen and (min-width: 993px){
        .gform_wrapper.how_can_we_help_form_wrapper{
            margin-left: 100px;
        }

        .gform_wrapper.how_can_we_help_form_wrapper .left_label select#input_1_1{
            width: 225px;
            
        }
        .gform_wrapper.how_can_we_help_form_wrapper .left_label select#input_1_2{
            width: 317px;
        }
        .gform_wrapper.how_can_we_help_form_wrapper .left_label select#input_1_3{
            width: 240px;
        }
    }

    @media only screen and (min-width: 769px){

        .gform_wrapper.how_can_we_help_form_wrapper ul.gform_fields .gfield_label{
            float: none !important;
            width: auto !important;
            display: inline-block;
            
        }
        .gform_wrapper.how_can_we_help_form_wrapper ul.gform_fields .ginput_container{
            float: none;
            width: auto !important;
            margin-left: 0px !important;
            display: inline-block;
        }
    }

    @media (max-width: 1200px){
        .gform_wrapper.how_can_we_help_form_wrapper{
            margin-left: 0px;
        }
        .gform_wrapper.how_can_we_help_form_wrapper .left_label select#input_1_1{
            width: 217px;
            
        }
        .gform_wrapper.how_can_we_help_form_wrapper .left_label select#input_1_2{
            width: 312px;
        }
        .gform_wrapper.how_can_we_help_form_wrapper .left_label select#input_1_3{
            width: 235px;
        }

        body .gform_wrapper.how_can_we_help_form_wrapper .contact_us_btn_wrap,
        body .gform_wrapper.how_can_we_help_form_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.contact_us_btn_wrap{
            margin-left: 14% !important;
        }
    }

    @media (max-width: 992px){
        body .gform_wrapper.how_can_we_help_form_wrapper .contact_us_btn_wrap,
        body .gform_wrapper.how_can_we_help_form_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.contact_us_btn_wrap{
            bottom: 24px;
            margin-left: 20% !important;
        }

        body .gform_wrapper.how_can_we_help_form_wrapper .contact_us_btn_wrap a{
            font-size: 13px;
        }

        .gform_wrapper.how_can_we_help_form_wrapper ul.gform_fields .gfield_label{
            width: 100% !important;
            margin-bottom: 5px !important;
        }
        .gform_wrapper.how_can_we_help_form_wrapper ul.gform_fields .ginput_container{
            width: 100% !important;
            margin-left: 0px !important;
        }
        .gform_wrapper.how_can_we_help_form_wrapper ul.gform_fields li.gfield select{
            width: 100% !important;
        }
    }

    @media (max-width: 767px){
        body .gform_wrapper.how_can_we_help_form_wrapper .contact_us_btn_wrap,
        body .gform_wrapper.how_can_we_help_form_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.contact_us_btn_wrap{
            bottom: 13px;
            margin-left: 14% !important;
        }

        .how_can_we_help_section h2{
            margin-bottom: 30px;
        }

        .how_can_we_help_section .help_form{
            width: 100%;
        }

        
        .how_can_we_help_section .hcwh_photo_wrap{
            margin: 0 auto;
        }
    }

    @media only screen and (max-width: 641px){
        body .gform_wrapper.how_can_we_help_form_wrapper .contact_us_btn_wrap,
        body .gform_wrapper.how_can_we_help_form_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.contact_us_btn_wrap{
            bottom: 10px;
            margin-left: 14% !important;
        }

        .help_form .gform_wrapper.how_can_we_help_form_wrapper{
            margin-bottom: 40px;
        }

        .help_form .gform_wrapper.how_can_we_help_form_wrapper input.gform_button{
            line-height: 1.5 !important;
            font-size: 18px;
            width: auto;
        }
        .gform_wrapper.how_can_we_help_form_wrapper .gform_footer{
            text-align: center;
        }
    }


    @media (max-width: 480px){
        body .gform_wrapper.how_can_we_help_form_wrapper .contact_us_btn_wrap,
        body .gform_wrapper.how_can_we_help_form_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.contact_us_btn_wrap{
            margin-left: 5% !important;
        }

        .how_can_we_help_section .hcwh_photo_wrap{
            width: 300px;
            height: 300px;
        }

        .how_can_we_help_section .hcwh_photo_wrap .img_wrap{
            width: 250px;
            height: 250px;

            margin: 24px auto;
        }

        .how_can_we_help_section .hcwh_photo_wrap .small_ring{
            width: 75px;
            height: 75px;

            top: 14px;
            left: 210px;
        }
    }


    #gform_3 textarea { height: 130px; }
    #gform_confirmation_message_3 {
        margin: 15px 0;
        text-align: center;
    }

    /* ================================================================================ */
    /* Who We Help */
    /* -------------------------------------------------------------------------------- */
    .who_we_help_section{
        padding: 70px 0;
        text-align: center;
    }

    .who_we_help_section h2{
        margin-bottom: 40px;
    }

    .who_we_help_section .col-md-3{
        padding-right: 7px;
        padding-left: 7px;
    }

    .who_we_help_section a.wwh_col{
        margin-bottom: 20px;
        display: block;
        background: #F8F9FA;
        padding: 40px 20px;
        border-radius: 5px;
        box-shadow: inset 0px 0px 20px #E6E9EC;
        height: 90%;
        border: solid 1px #71c5ea00;
    }

    .who_we_help_section a.wwh_col:hover{
        text-decoration: none;
        background: #FFFFFF;
        border: solid 1px #71C5EA;
        box-shadow: 0px 0px 5px #607D8B;
    }

    .who_we_help_section a.wwh_col h3{
        color: #1A355D;
        font-size: 21px;
    }

    .who_we_help_section a.wwh_col .img{
        padding-bottom: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .who_we_help_section a.wwh_col .img img{
        width: 80px;
        max-height: 80px;
    }

    .who_we_help_section a.wwh_col .img span{
        width: 50px;
        height: 2px;
        background: #FAA337;
        display: block;
        position: absolute;
        bottom: 0px;
        left: calc(50% - 25px);
    }

    @media (max-width: 1024px){

    }

    @media (max-width: 990px){

    }

    @media (max-width: 768px){
        .who_we_help_section{
            padding: 40px 0 30px;
        }
        .who_we_help_section a.wwh_col{
            height: auto;
        }
    }

    @media (max-width: 600px){
        .who_we_help_section .col-md-3{
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    @media (max-width: 480px){

    }

    /* ================================================================================ */
    /* NEW What We Do */
    /* -------------------------------------------------------------------------------- */
    .new_what_we_do a.services_col {
        padding: 20px 5px 45px !important;
    }
    .new_what_we_do a.services_col:after {
        content: "Learn More" !important;
        background-color: transparent;
        color: #EC8B00 !important;
        border: 2px solid #EC8B00;
        padding: 5px 10px;
        height: auto !important;
        width: auto !important;
        font-size: 0.75em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        background-image:none !important;
        border-radius: 13px;
    }

    /* ================================================================================ */
    /* Latest News */
    /* -------------------------------------------------------------------------------- */
    .latest_news_section{
        padding: 45px 15px;
        text-align: center;     
        box-shadow: 0px 0px 20px #E6E9EC;
        position: relative;
        box-shadow: 0px 3px 5px #ececec;
    }

    .latest_news_section .title_wrap{
        margin: 10px 0 50px 0;    
    }

    .latest_news_section .container{

    }

    .latest_news_section .slick-prev{
        left: -60px;
    }
    .latest_news_section .slick-next{
        right: -60px;
    }

    .latest_news_section .blog{
        width: 570px;
        position: relative;
    }

    .latest_news_section  .blog .news-content{
        border-radius: 7px;
        text-align: left;
        margin: 15px;
        position: relative;
        padding: 15px 20px 10px 20px; 

        background-repeat: no-repeat;    
        background-size: cover;    
        background-position: center center;
        border-radius: 7px;
        text-align: left;
        height: auto;
        z-index: 1;
        min-height: 345px;
    }

    .latest_news_section .blog .news-content .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 7px;
        background-color: rgba(19,39,67,0.4);    
        z-index: -1;
    }

    .latest_news_section .blog a.label-link {
        display: block;
        padding: 10px 20px;    
        font-size: 14px;
        font-weight: bold;
        color: #1E98CC;   
        background-color: #F0F0F0;
        border-radius: 5px;      
        transition: 0.3s;

        position: absolute; 
        top: 10px;
        left: 25px;
        z-index: 5;
    }

    .latest_news_section .blog a.label-link:hover {
        color: white;
        background-color: #1E98CC;   
    }

    .latest_news_section .blog a.label-link label {
        margin-bottom: 0;
    }

    .latest_news_section .blog .news-content .news-content-2{
        position: absolute;
        bottom: 0px;
        left: 20px;
        right: 20px;
    }

    .latest_news_section .blog .news-content h4{
        margin: 10px 0 10px 0;
        font-size: 20px;
        font-weight: bold;    
        color: #fff;    
    }

    .latest_news_section .blog .news-content span.pdate{
        display: block;
        margin-bottom: 12px;
        font-size: 13px;
        color: #FFF;
    }

    .latest_news_section .news {
        width: 285px;
        /*float: left;*/
        /*padding: 10px;*/
    }


    .latest_news_section .news .news-content{
        margin: 15px;
        padding: 15px 15px 10px 15px;    
        /* background: #F8F9FA; */
        background-color: #F6F7F8;
        border-radius: 7px;
        text-align: left;    
        min-height: 345px;
        position: relative;
    }

    .latest_news_section .news .news-content label{
        font-size: 13px;
        font-weight: 600;
        color: #74D2F7; 
        text-transform: uppercase;
    }

    .latest_news_section .news .news-content h4.news-1 {
        margin: 10px 0 12px 0;
        font-size: 20px;
        font-weight: 600;    
        color: #19335D;
        transition: 0.5s;
    }

    .latest_news_section .news a:hover  h4.news-1 {
        color: #EC8B00;
    }

    .latest_news_section .news .news-content h4.news-2{
        margin: 10px 0 14px 0;
        font-size: 20px;
        font-weight: 600;  
        color: #19335D;  
    }

    .latest_news_section .news .news-content span{
        display: inline-block;
        margin-bottom: 12px;
        font-size: 13px;
    }

    .latest_news_section .news .news-content p{
        font-size: 15px;  
        line-height: 19px;
        color: #5E667F;
    }

    .latest_news_section .news .news-content p:last-child{
        margin-bottom: 0px;
    }

    .latest_news_section .news .news-content .lpj_btn{
        position: absolute;
        bottom: 10px;
    }


    .latest_news_slider {
        height: 382px;
        overflow: hidden;
    }

    .latest_news_slider.slick-slider {
        height: auto;
        overflow: inherit;
    }

    .latest_news_slider .lpj_btn {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        background-color: rgba(255,255,255,0.8);
        transition: 0.5s;
    }

    @media (max-width: 1300px){
        .latest_news_slider  .slick-prev{
            left: -10px;
        }
        .latest_news_section .slick-next{
            right: -10px;
        }

        .latest_news_slider .slick-list{
            max-width: 990px;
            margin: 0 auto;
        }
    }

    @media (max-width: 1200px){
        .latest_news_slider .slick-list{
            max-width: 85%;
            margin: 0 auto;
        }
    }

    @media (max-width: 990px){
        .latest_news_section .blog{
            width: 100%;
            max-width: 100%;
        }

        .latest_news_section .news{
            width: 100%;
            max-width: 100%;
        }
    }

    @media (max-width: 768px){
        .latest_news_section .blog{
            /*width: 540px;
            max-width: 100%;*/
        }

        .latest_news_section .news{
            /*width: 540px;
            max-width: 100%;*/
        }

        .latest_news_section{
            padding: 40px 0px 30px;
        }

        .latest_news_section h2{
            margin: 10px 0 30px 0;    
        }

        .latest_news_slider .slick-list{
            max-width: 80%;
        }

        .latest_news_section .latest_news_slider .slick-prev{
            left: -20px !important;
        }

        .latest_news_section .latest_news_slider .slick-next{
            right: -20px !important;
        }

        .latest_news_slider .slick-list{
            margin: 0 auto;
        }
    }

    @media (max-width: 580px){
        .latest_news_slider .slick-list{
            max-width: 100%;
        }

        .latest_news_section .latest_news_slider{
            padding-bottom: 50px;
        }

        .latest_news_section .latest_news_slider .slick-prev{
            left: 3px !important;

            top: auto;
            bottom: -20px;
        }

        .latest_news_section .latest_news_slider .slick-next{
            right: 3px !important;

            top: auto;
            bottom: -20px;
        }

        .latest_news_section .blog .news-content,
        .latest_news_section .news .news-content{
            margin: 10px 0;
        }
    }


    @media (max-width: 480px){
        .latest_news_section .blog{
            width: 100%;
        }
        .latest_news_section .news{
            width: 100%;
        }
    }




    /* ================================================================================ */
    /* Testimonials */
    /* -------------------------------------------------------------------------------- */
    .testimonials_section{
        padding: 70px 0px;
        text-align: center;  
        background: #efefef;

        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .testimonials_section .testimonials_by h5{
        font-size: 15px;
        color: #5E677F;
    }

    .testimonials_section .testimonials_by h5 .separator{
        display: inline-block;
        padding: 0 20px;
    }

    .testimonials_slider .slick-list{      
        width: 78%;
        margin: 0 auto;
    }

    .testimonials_slider .slider_item .slider_content .testimonials_text p{
        font-size: 28px;
        font-family: 'PlayfairDisplay-Italic';
        font-style: italic;
    }

    .testimonials_slider .slider_item .slider_content .testimonials_by img {
        margin: 20px auto;
        max-height: 40px;
    }

    @media (max-width: 1024px){
        
        .testimonials_slider .slider_item .slider_content .testimonials_text p{
            font-size: 24px;
            width: 100%;
            margin: 50px auto;
        }
    }

    @media (max-width: 768px){
        .testimonials_section{
            padding: 40px 0;
        }
        .testimonials_slider .slider_item .slider_content .testimonials_text p{
            font-size: 20px;
            margin: 30px auto;
        }

        .testimonials_section .slick-prev, 
        .testimonials_section .slick-next{
            top: auto;
            bottom: -50px;
        }
    }

    @media (max-width: 480px){
        .testimonials_slider .slick-list{
            width: 90%;
        }
    }




    /* ================================================================================ */
    /* Events */
    /* -------------------------------------------------------------------------------- */
    .events_section{
        padding: 40px 0 55px;
        text-align: center;     
    }

    .events_section .title_wrap{
        margin: 20px 0 50px 0;
    }

    .events_section .slick-list{ 
        max-width: 1195px;
        width: 100%;
        margin: 0 auto;
    }


    .events_section .slider_item .events-image {    
        border: 1px solid lightgray; 
        border-radius: 5px;
        padding: 7px;
        margin: auto;
        min-height: 100px;
        transition: 0.5s;
    }

    .events_section .slider_item a:hover .events-image {    
        border: 1px solid #71C5EA; 
    }

    .events_section .slider_item .events-image img{    
        width: 100%;
    }

    .events_section .slider_item .events-description{    
        text-align: left;
        padding-right: 20px;
        font-size: 15px;
        position: relative;
        height: 100%;
    }

    .events_section .slider_item .events-description h4{        
        font-size: 19px;
        color: #1E98CC;
        transition: 0.5s;
    }

    .events_section .slider_item a:hover h4 {
        color: #FAA337;
    }

    .events_section .slider_item .events-description p{        
        font-size: 15px;  
        line-height: 19px;
        color: #5E667F;
        margin-bottom: 10px;
    }

    .events_section .slider_item .events-description p:last-child{
        margin-bottom: 0px;
    }

    .events_section a.lpj_btn_no_border,
    .events_section span.lpj_btn_no_border {
        color: #FAA337;
        transition: 0.5s;
        position: absolute;
        bottom: 5px;
    }

    .events_section .slider_item a:hover .lpj_btn_no_border {
        color: #71C5EA;
    }
     
    .events_slider .slick-prev { left: -35px; }
    .events_slider .slick-next { right: -35px; }

    @media (max-width: 1290px){
        .events_section .slick-list{ 
            width: 75%;
        }
    }

    @media (max-width: 1200px){
        .events_section .slider_item .col-md-6{ 
            /*width: 100%;*/
            max-width: 100%;
            flex: 0 0 100%;
        }

        .events_section .slider_item .events-image{
            margin-bottom: 15px;
        }
    }

    @media (max-width: 768px){
        .events_section{
            padding: 40px 0;
        }
        .events_section h2{
                margin: 20px 0 30px 0;
        }
        .events_section .slider_item .events-description{    
            padding: 0px;
            padding-right: 0px;
            text-align: left;
        }
    }

    @media (max-width: 480px){
        .events_section .slider_item .events-description{    
            padding: 0;
            text-align: left;
        }
    }



    /* ================================================================================ */
    /* Find Us On */
    /* -------------------------------------------------------------------------------- */
    .find_us_on_section{
        background: #F8F9FA;
        padding: 50px 0 50px 0;
        text-align: center;

        box-shadow: inset 0px 0px 10px #E6E9EC;
    }


    .find_us_on_section .slick-prev, 
    .find_us_on_section .slick-next{
        /* display: none !important; */

    }

    .find_us_on_section:hover .slick-prev, 
    .find_us_on_section:hover .slick-next{
        display: inline-block !important;
    }

    .find_us_on_section .slick-list{ 
        max-width: 1100px;
        margin: 0 auto;
    }

    .find_us_on_section .find_us_on_list {    
        padding: 50px 0 0 0;         
    }

    /*.find_us_on_list_slider  div.slider_item a{
        display: flex; 
        height: 60px;
        margin: 0 10px;
    }
    .find_us_on_list_slider div.slider_item a img{    
        margin:0 auto;
        align-self: center;
        max-width: 100%;
    }*/

    @media (max-width: 1200px){
        .find_us_on_section .slick-list{
            width: 75%;
        }
    }

    @media (max-width: 768px){
        .find_us_on_section .find_us_on_list{
            padding: 30px 0 0;
        }
        .find_us_on_section{
            padding: 40px 0;
        }
    }

    @media (max-width: 600px){
        
        .find_us_on_section .slick-list{
            width: 65%;
        }
    }



    /* ================================================================================ */
    /* Grid Style 1 */
    /* -------------------------------------------------------------------------------- */
    .fcs_grid_style_1{
        padding: 30px 0 15px;
    }

    .fcs_grid_style_1 .title3{
        text-align: center;
        color: #74D2F7;
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 35px;
    }

    .fcs_grid_style_1 .grid_item_content_wrap{
        display: block;
        text-align: center;
        color: #5E667F;
        margin-bottom: 30px;
        font-size: 15px;
    }

    .fcs_grid_style_1 .grid_item_content_wrap .img{
        margin-bottom: 30px;
    }

    .fcs_grid_style_1 .grid_item_content_wrap .content h3{
        font-size: 21px;
        color: #19345D;
        margin-bottom: 15px;
    }




    /* ================================================================================ */
    /* Grid Style 2 */
    /* -------------------------------------------------------------------------------- */
    .fcs_grid_style_2{
        
    }


    .fcs_grid_style_2 .title-row{
        padding-bottom: 40px;
    }

    .fcs_grid_style_2 .grid_item{
        margin-bottom: 30px;
    }

    .fcs_grid_style_2 .grid_item a{
        display: block;
        border: solid 1px #E6E9EC;
        text-align: center;
        padding: 50px 20px 30px;
        background: #FFFFFF;
        border-radius: 5px;

        height: 100%;
    }


    .fcs_grid_style_2 .grid_item a:hover{
        border: solid 1px #75d2f7;
        box-shadow: 0px 0px 5px #607D8B;
    }

    .fcs_grid_style_2 .grid_item a .image{
        margin-bottom: 20px;
    }

    .fcs_grid_style_2 .grid_item a .image img {
        max-height: 61px;
    }

    .fcs_grid_style_2 .grid_item a .separator{
        height: 2px; width: 50px; 
        margin: 0px auto 20px;
        background: #FAA337;
    }

    .fcs_grid_style_2 .grid_item a .label{
        color: #1A355D;
        font-size: 18px;

    }

    @media (max-width: 990px){
        
    }

    @media (max-width: 768px){
        .fcs_grid_style_2 .grid_item a{
            padding: 20px 20px;
        }

        .fcs_grid_style_2 h2{
            margin-bottom: 30px;
        }
    }





    /* ================================================================================ */
    /* POPUP Video */
    /* -------------------------------------------------------------------------------- */
    .modal-open .modal{
        background: rgba(17, 34, 62, 0.6);
    }

    .video-modal .modal-body{
        padding: 0px;
        /*border: solid 1px #75D2F7;*/
    }

    .video-modal .modal-close-btn{
        background: #75D2F7;
        color: #FFF;
    }





/* ################################################################################################################################################# */
/* ################################################################################################################################################# */
/* FOOTER and SIDEBAR */
/* ################################################################################################################################################# */

    /* ================================================================================ */
    /* FOOTER */
    /* -------------------------------------------------------------------------------- */

    footer.site-footer{
        position: relative;
        padding: 60px 0 0 0;     
        background-color: rgb(35,69,120);
        z-index: 1;
        border-top: 5px solid #62C1E9;
    }

    .site-footer .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; 
        z-index: -1;
    }

    .footer-menu{
        margin-bottom: 50px;   
    }

    .site-footer .col-foot  {    
        display: block; 
        width: 25%;   
        padding: 0;
        margin: 0;    
    }   

    .site-footer .col-foot .menu{
        list-style: none;    
        margin-left: 0;
        padding: 0 80px 0 0;
    }
    
    .site-footer .col-foot ul.menu li a,
    .site-footer .col-foot ul.menu li a:link,
    .site-footer .col-foot ul.menu li a:visited{
        display: block;
        color: #FAA337;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 19px;
        margin-bottom: 15px;
        border-bottom: 1px solid #66b7db80;    
        text-decoration: none;
    }

    .site-footer .col-foot .menu .sub-menu {    
        margin: 0;     
        padding-left: 18px; 
        list-style: none;  

    }

    .site-footer .col-foot .menu .sub-menu li:before{
       content: '';
       position: absolute;
       border-right:1px solid #EC8B00;
       border-bottom:1px solid #EC8B00;
       width:5px;
       height:5px;
       top: 55%;
       left: -20px;
       transform: rotate(-45deg);
    }

    .site-footer .col-foot .menu .sub-menu li {
        position: relative;
    }

    .site-footer .col-foot .menu .sub-menu li a:link,
    .site-footer .col-foot .menu .sub-menu li a:visited{
        display: block;
        margin: 0;
        padding: 10px 0 0 0; 
        color: #EDE9E4;
        font-weight: normal;   
        font-size: 14px;
        border: none;
    }

    .site-footer .col-foot .menu .sub-menu li a:hover{
        color: #EB8B00;
        text-decoration: none;
    }

    .footer-contact a:link, .footer-email a:link,
    .footer-contact a:visited, .footer-email a:visited
    {
        color: #fff;
        text-decoration: none;
    }

    .footer-email a.contact-link {
        font-size: 12px;    
        color: #71C5EA;
    }

    .footer-contact a:hover, .footer-email a:hover{
        color: #EB8B00;
    }


    .footer-widgets{    
        padding: 40px 0 30px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        color: #EDE9E4;
    }

    .footer-widgets .footer-icon{    
        /*background-color: blue;*/
        width: 22%;
        color: #EDE9E4;
    }

    .footer-widgets .footer-address{    
        /*background-color: red;    */
        width: 20%;
        padding-left: 19px;
        font-size: 14px;
        color: #EDE9E4;
    }

    .footer-widgets .footer-contact{    
        /*background-color: green;*/
        width: 12%;    
        padding-left: 39px;
        font-size: 14px;    
        color: #EDE9E4;
    }

    .footer-widgets .footer-email{
        /*background-color: violet;    */
        width: 21%;
        padding-left: 44px;
        font-size: 14px;
        color: #EDE9E4;
    }

    .footer-widgets .footer-social{                
        /*background-color: yellow;*/
        text-align: right;     
        font-size: 14px;      
        width: 25%;
    }

    .footer-widgets .footer-social a{
        display: inline-block;
        font-size: 19px;
        color: #EDE9E4;
        margin: 2px;
    }

    .footer-widgets .footer-social a span{
        display: block;
        width: 39px;
        height: 39px;
        text-align: center;
        border: solid 1px #63c2ea80;
        border-radius: 50%;
        padding-top: 6px;
    }

    .footer-widgets .footer-social a:hover{
        color: #FAA337;
    }
    .footer-widgets .footer-social a:hover span{
        border-color: #FAA337;
    }

    footer .site-info{    
        margin: 20px 0 ;
        width: 100%;    
        color: #fff;

    }

    .site-info .site-info-left{
        float: left;
        margin: 0;
        font-size: 13px;
        color: #A7A7A7;
    }

    .site-info .site-info-right{
        float: right;
        margin: 0;
        font-size: 13px;
        color: #A7A7A7;
    }

    @media (max-width: 1024px){
        .footer-menu{
            margin-bottom: 27px;   
        }
        .site-footer .col-foot  {    
            display: block; 
            width: 50%;   
            padding: 0;
            margin: 0;    
        }    

        .site-footer .footer-3,
        .site-footer .footer-4{
            margin-top: 20px 
        }

        .footer-widgets .footer-icon{            
            text-align: center;
            width: 100%;
            color: #fff;
        }

        .footer-widgets .footer-address{    
            
            width: 100%;
            margin: 30px 0 0 0;
            padding: 0;
            text-align: center;        
            font-size: 14px;
            color: #fff;
        }

        .footer-widgets .footer-contact{  
            margin: 0;
            text-align: center;
            width: 100%;    
            padding: 0;        
            font-size: 14px;    
            color: #fff;
        }

        .footer-widgets .footer-email{
            margin: 0;
            text-align: center;
            width: 100%;
            padding: 0;
            font-size: 14px;
            color: #fff;
        }

        .footer-widgets .footer-social{                        
            margin: 0;
            text-align: center;
            font-size: 14px;      
            width: 100%;
            color: #fff;
        }

        footer .site-info{    
            margin: 20px 0;
            width: 100%;    
            color: #fff;
        }
    }

    @media (max-width: 768px){
        .footer-menu{
            margin-bottom: 0px;   
        }
        .site-footer .col-foot  {            
            display: block; 
            text-align: center;
            width: 50%;   
            padding: 10px;
            margin: 0;    
        } 

        .site-footer .col-foot .menu{
            list-style: none;    
            margin-left: 0;
            margin-bottom: 40px;
            padding: 0;
        }

        .site-footer .col-foot .menu .sub-menu{    
            list-style: none;
            margin: 0; 
            padding: 0;            
        }

        .site-footer .col-foot .menu .sub-menu li:before {
            display: none;
        }

        .site-footer .col-foot ul.menu li a:link,
        .site-footer .col-foot ul.menu li a:visited{
            display: block;
            color: #FAA337;
            font-weight: bold;
            font-size: 16px;
            padding-bottom: 15px;
            margin-bottom: 5px;
            border-bottom: 1px solid #447EA9;    
            text-decoration: none;        
        }
        
        .footer-widgets{    
            padding: 40px 0 40px 0;
            border-bottom: 1px solid #447EA9;
            border-top: 1px solid #447EA9;
        }

        .footer-widgets .footer-icon{            
            text-align: center;
            width: 100%;
            color: #fff;
        }

        .footer-widgets .footer-address{    
            
            width: 100%;
            margin: 30px 0 0 0;
            padding: 0;
            text-align: center;        
            font-size: 14px;
            color: #fff;
        }

        .footer-widgets .footer-contact{  
            margin: 0;
            text-align: center;
            width: 100%;    
            padding: 0;        
            font-size: 14px;    
            color: #fff;
        }

        .footer-widgets .footer-email{
            margin: 0;
            text-align: center;
            width: 100%;
            padding: 0;
            font-size: 14px;
            color: #fff;
        }

        .footer-widgets .footer-social{                        
            margin: 0;
            text-align: center;
            font-size: 14px;      
            width: 100%;
            color: #fff;
        }

        footer .site-info{       
            margin: 20px 0;
            text-align: center;
            width: 100%;    
            color: #fff;
        }
        .site-info .site-info-left{                
            float: none;        
        }

        .site-info .site-info-right{        
            float: none;                
        }
    }

    @media (max-width: 480px){
        
        footer.site-footer {
            padding: 30px 20px;
        }
    }






    /* ================================================================================ */
    /* Sidebar Contents */
    /* -------------------------------------------------------------------------------- */
    .sidebar-widget{
        background: #F8F9FA;
        border-radius: 5px;
        box-shadow: inset 1px 1px 10px rgba(230, 233, 236, 0.41);
        position: relative;
        margin-bottom: 30px;
    }

    .sidebar-testimonial{
        margin-top: 26px;
        padding: 30px 15px;
        text-align: center;
    }

    .sidebar-testimonial .quote-icon{
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background: #75D2F7;
        position: absolute; 
        top: -25px; 
        right: 10px;
        color: #FFF;
        font-size: 20px;

        display: flex;
        align-items: center;
        justify-content: center;

    }

    .sidebar-testimonial .content{
        font-size: 17px;
        line-height: 1.5;
    }

    .sidebar-testimonial .author{
        color: #75D2F7;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .sidebar-testimonial .position,
    .sidebar-testimonial .company{
        font-size: 13px;
        margin-bottom: 5px;
    }




    .sidebar-video{
        padding:10px 5px;
    }

    .sidebar-video a.video-thumbnail{
        display: block;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 10px;
        text-align: center;
    }
    .sidebar-video a.video-thumbnail img.video-thumb-img{
        width: 100%;
        transition: transform .2s; /* Animation */
    }
    .sidebar-video a.video-thumbnail:hover img.video-thumb-img{
        transform: scale(1.2);
    }
    .sidebar-video .filter{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-video .video-info{
        padding: 10px;
    }

    .sidebar-video .title{
        color: #75D2F7;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

    .sidebar-video .desc{
        font-size: 13px;
    }

    .sidebar-menu{
        margin-bottom: 50px;
        padding-bottom: 1px;
    }

    .sidebar-menu ul.menu{
        margin: 0px;
        padding: 0px;
        list-style: none;

        font-size: 15px;
        font-weight: bold;
    }

    .subject-header .nstitle,
    .sidebar-menu ul.menu > li > a,
    .sidebar-menu ul.menu > li > span {
        display: inline-block;
        color: #74D2F7;
        border-bottom: solid 1px #bbbbbb4d;
        width: 100%;

        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .subject-header .nstitle {
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 0px;   
        border-bottom: none;        
    }
    
    .subject-header span {
        display: inline-block;
        font-size: 14px;
        color: #0B83B0;
        background: #E2F7FE;
        padding: 4px 10px;
        margin: 0 5px 5px 0;
        border-radius: 5px;
    }

    .sidebar-menu ul.sub-menu{
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .sidebar-menu ul.sub-menu li a,
    .sidebar-menu ul.sub-menu li span {
        color: #454C5F;
        display: block;
        margin-bottom: 10px;
    }

    .sidebar-menu ul.sub-menu li span {
        opacity: 0.7;
    }

    .sidebar-menu ul.sub-menu .menu-item.d-indent {
        margin-left: 20px;
    }

    .sidebar-menu ul.sub-menu li a:hover,
    .sidebar-menu ul.sub-menu .menu-item.active a,
    .sidebar-menu ul.sub-menu .menu-item.active span,
    .sidebar-menu ul.sub-menu li.active_menu a{
        color: #ED8B00;
    }

    .sidebar-menu ul.sub-menu .menu-item.d-active a {
        color: #72D2F7;
    }


    .cpt-post .sidebar-menu {
        margin-bottom: 20px;
    }

    .flexible-widget {
        overflow: hidden;
    }

    .flexible-widget.sidebar-testimonial {
        overflow: visible;
    }

    .flexible-widget.sidebar-testimonial:not(:first-child) {
        margin-top: 50px;
    }

    .flexible-widget .widget-info {
        padding: 0 15px;
    }

    .flexible-widget a .widget-side-thumbnail {
        display: block;
        position: relative;
        height: 135px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .flexible-widget a .widget-side-thumbnail > div.overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 100%;
        /* background-color: rgba(21,43,79,0.4); */
        background-color: rgba(0,0,0,0.2);
        transition: 0.5s;
    }

    .flexible-widget a .widget-side-thumbnail:hover > div.overlay {
        background-color: rgba(0,0,0,0.1);
    }

    .flexible-widget.widget__resource a .widget-side-thumbnail:hover > div.overlay {
        background-color: rgba(0,0,0,0.1);
    }

    .flexible-widget a.widget-side-thumbnail > div img {
        max-width: 166px;
        filter: brightness(0) invert(1);
    }

    .flexible-widget.widget__resource a .widget-side-thumbnail > div.overlay img {
        margin-top: 10px;
        max-width: 50px;
    }

    .flexible-widget.widget__resource a .widget-side-thumbnail:hover > div.overlay img {
        display: none;
    }

    .flexible-widget.widget__resource .category-labels {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 95%;
        text-align: right;
    }

    .flexible-widget.widget__resource .category-labels span {
        display: inline-block;
        font-size: 13px;
        color: #FFF;
        background: #5FCCF5;
        padding: 6px 10px;
        margin: 0 5px 5px 0;
        border-radius: 5px;
    }

    .widget-info__title {
        display: inline-block;
        color: #74D2F7;
        width: 100%;
        padding: 10px 0;
        font-size: 17px;
        font-weight: 600;
    }

    .widget-info__desc {
        padding-bottom: 10px;
        font-size: 13px;
        color: #5E667F;
    }

/* ################################################################################################################################################# */
/* ################################################################################################################################################# */
/* CUSTOM POST TYPES SINGLE PAGES */
/* ################################################################################################################################################# */


    /* ================================================================================ */
    /* Single team member page */
    /* -------------------------------------------------------------------------------- */
    .single{
        font-size: 17px;
        line-height: 1.7;
    }

    .team-member-photo{
        padding: 12px;
        float: left;
        background: #FFF;
        border: solid 1px #E6E9EC;

        margin-right: 30px;
        margin-bottom: 15px;
        min-width: 290px;
    }

    .team-member-photo .post-thumbnail{
        margin-bottom: 20px;
    }

    .team-member-photo .post-thumbnail img{
        width: 100%;
        height: auto;
    }

    .team-member-photo h1{
        font-size: 22px;
        color: #74D2F7;
    }

    .team-member-photo h4{
        font-size: 12px;
        margin-bottom: 30px;

    }

    .team-member-photo .social-medial-link-wrap a{
        display: block; 
        border: solid 1px #E6E9EC;
        line-height: 1;
        width: 95%;
        margin: 0 auto 20px;
    }

    .team-member-photo .social-medial-link-wrap a .icon{
        display: inline-block;
        padding: 15px; 
        border-right: solid 1px #E6E9EC;
        color: #75D2F7;
    }

    .team-member-photo .social-medial-link-wrap a .label{
        display: inline-block;
        font-size: 15px;
        color: #454C5F;
        padding: 10px 20px 10px 10px;
        font-weight: bold;
    }

    .team-member-photo .social-medial-link-wrap a:hover .label{
        color: #EB8B00;
    }
    .team-member-photo .social-medial-link-wrap a:hover .icon{
        color: #EB8B00;
    }

    @media (max-width: 480px){
        .team-member-photo{
            float: none;
        }
    }




    /* ================================================================================ */
    /* Single Career page */
    /* -------------------------------------------------------------------------------- */
    .single-career{

    }

    
    .career-template-default article.career .entry-content > h1,
    .single-career article .entry-content h2 {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: solid 3px #ED8B00;
        margin-bottom: 40px;
    }

    .career_text_block_section .text_block_content{
        margin-left: -15px;
        margin-right: -15px;
    }

    .career_text_block_section.border_bottom{
        border-bottom: solid 1px rgba(200, 206, 213, 0.51);
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .career_text_block_section h3{
        color: #72D2F7;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 18px;
    }

    .career_text_block_section .content{
        font-size: 15px;
    }


    .career_text_block_section ul {
        list-style: none;
        margin-bottom: 0px;
        padding-left: 15px;
    }

    .career_text_block_section ul li{
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
        font-size: 15px !important;
    }

    .career_text_block_section ul li:before {
        content: '\2022';
        color: #ED8B00;
        position: absolute;
        top: -5px;
        left: 0px;
        font-size: 20px;
        font-weight: bold;
    }

/* style auth. billy */




body {
/*
    background-image: url(bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
*/    
}

.site,
.landing-site {
    position: relative;
    overflow-x: hidden;
}

.page-standard.left-sidebar {
     /* background-image: none !important; */
}

.page-standard.left-sidebar .bread-custom {
    margin-bottom: 10px;
}

/*
.left-sidebar .main-content {
    background: transparent !important;
}
*/

.page-tpl article {
    padding-bottom: 0px;
}

.cpt-member article {
    padding-bottom: 60px;
}

.cpt-service article {
    padding-bottom: 0;
}

.cpt-member article h5,
.cpt-member article ul {
    margin-bottom: 25px;
}



/*------------------------------------------------*/
/* GENERAL                                        */
/*------------------------------------------------*/


.testimonials_slider { 
    height: 465px;
    overflow: hidden;
}
.testimonials_text {
    display: flex;
    padding: 50px 0;
    justify-content: center;
    align-items: center;
}
.testimonials_slider .slider_item .slider_content p {
    font-style: normal !important;
}
.testimonials_text p {
    width: 95%;
    display: inline-block;
}
.testimonials_slider.slick-slider {
    height: auto;
    overflow: inherit;    
}


.banner_slider {
    height: 530px;
    overflow: hidden;
}
.banner_slider.slick-slider {
    height: auto;
    overflow: inherit;
}

.events_slider {
    height: 180px;
    overflow: hidden;    
}

.events_slider.slick-slider {
    height: auto;
    overflow: inherit;      
}



.clients_list_slider {
    overflow: hidden;
    height: 67px;
}

.clients_list_slider.slick-slider {
    height: auto;
    overflow: inherit;          
}

.find_us_on_list_slider {
    height: 60px;
    overflow: hidden;
}
.find_us_on_list_slider.slick-slider {
    height: auto;
    overflow: inherit;              
}

/* global */ 
.max-1200 {
    max-width: 1200px !important;    
}
.dflex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dflex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topbar {
    padding: 2.5px 0;
}
.novisual, span.novisual, label.novisual { 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.text-aqua { color: #73D2F7; }

.page-template-zpatch .page-title {
    font-size: 45px;
    max-width: 650px;
    letter-spacing: 2px;
}

.mobile-view { display: none; }
.pos-rel { position: relative; }

header .navbar-brand {
    max-width: 332px;
}

#gform_fields_1 label.gfield_label, 
#gform_fields_1 legend.gfield_label {
    font-weight: 500;
}

#gform_fields_1 .gfield_required {
    display: none;
}

/*------------------------------------------------*/
/* GENERAL                                        */
/*------------------------------------------------*/

#site-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.lpj_full_width_megamenu > ul > li > ul > li a { transition: 0.5s; }
a.mega-menu-link { font-weight: 500; }
.widget_media_image a img { transition: 0.5s;  }
.widget_media_image a:hover img {
    opacity: 0.7;
}

/*------------------------*/
/* LANDING PAGE           */
/*------------------------*/

header.pl-head {
    height: 424px;
}
header.pl-head .hero {
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1C3861;
}

header.pl-head .dtop {
    position: relative;
    padding: 15px 0 0;
    z-index: 3;
}

header.pl-head .contact-info {
    height: 100%;
    color: white;
    font-size: 18px;
    padding-left: 19px;
    flex-wrap: wrap;
}

header.pl-head .contact-info a {
    font-weight: 700;
    color: white;
}
header.pl-head .contact-info a:hover {
    color: #ED8B00;
}
header.pl-head .contact-info .divider {
    height: 20px;
    border-left: 1px solid white;
}
header.pl-head .contact-info .phone,
header.pl-head .contact-info .email {
    margin-bottom: 2px;
}

header.pl-head .dmid {
    position: relative;
    height: 230px;
    display: flex;
    align-items: center;
    z-index: 3;
}
header.pl-head .title1 {
    font-size: 20px;
    letter-spacing: -0.1px; 
}
header.pl-head .slogan {
    padding-left: 13px;
    height: 130px;
    max-width: 510px;
}
header.pl-head .slogan .title1 {
    margin-bottom: 20px;
}
header.pl-head .slogan .main-title {
    color: white;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
}

header.pl-head .faker {
    width: 100%;
    height: 20px;
}
header.pl-head .gform { 
    width: 100%;
    max-width: 620px;
    position: absolute;
    background-color: white;
    right: 0px;
    top: 32px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
header.pl-head .gform .wrap {  
    padding: 30px 15px;
}
header.pl-head .gform .form-head {
    text-align: center;
    padding-right: 15px;
    margin-bottom: 40px;
}
header.pl-head .gform .form-head h4 {
    padding: 17px 0 12px;
    margin-bottom: 0;
    color: #ED8B00;
}
header.pl-head .gform .form-head h3 {
    font-size: 28px;
    color: #19335D;
    font-weight: 600;
    line-height: 117%;
    margin-bottom: 20px;
}
header.pl-head .gform .form-foot {
    padding-top: 20px;
    padding-bottom: 23px;
}
header.pl-head .gform .form-head p,
header.pl-head .gform .form-foot p {
    color: #464E60;
    font-size: 13px;
    font-weight: 300;
}    

header.pl-head .curve {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    background-image: url(img/curve.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; /* contain */
    z-index: 1;
}

#gform_wrapper_6 {  
    margin: 0; 
}
#field_6_1 {  
    padding-right: 0;
    margin-top: 0;
}
#gform_6 {
    padding-left: 15px;
}
#gform_6 ul li:before {
    display: none !important;
}
#gform_6 input[type=text],
#gform_6 input[type=email] {
    font-size: 13px;
    height: 50px;
    border: none;
    padding-left: 10px;
    margin: 0;
    background-color: #EEF3F7;
    border-radius: 5px;
}
#gform_6 input[type=checkbox] {
    margin-right: 10px;    
}
#gform_6 .gfconsent label {
    font-size: 13px;
    margin-bottom: 0;
}
#gform_6 .gfconsent {
    text-align: center;
}
#gform_6 li.hidden_label input {
    margin-top: 0;
}

#gform_6 input.large { 
    width: 100%;
}
#gform_6 input::placeholder { 
    color: #454C5F;
}
#gform_6 div.ginput_container_name span {
    
}
#gform_6 .top_label div.ginput_container {
    margin-top: 0;
    margin-bottom: 8px;
}
#gform_6 ul li.gfield {
    margin-top: 0;
    margin-bottom: 18px;
}
#gform_6 .gform_footer {
    text-align: center;
    padding-top: 12px;
}
#gform_6 .gform_footer .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 50px;
    border-radius: 5px;
    font-weight: 600;
    color: white;
    border: 1px solid transparent;
    background-color: #ED8B00;
}

#gform_6 .gform_footer .button:hover {
    background-color: white;
    border: 1px solid #ED8B00;
    color: #ED8B00;
}

.custom-form-head {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.custom-form-head .landing-form-mini-heading {
    display: block;
    margin-bottom: 0;
    padding: 17px 0 12px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Rock Salt', cursive;
    color: #ED8B00;
    line-height: 1.2;
    letter-spacing: -0.1px;
    text-align: center;
}

.custom-form-head .landing-form-main-heading {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 117%;
    color: #19335D;
    text-align: center;
}

.custom-form-head .landing-form-head {
    font-weight: 300;
    font-size: 13px;
    color: #464E60;
    text-align: center;
}

.custom-form-head .landing-form-head p:last-child {
    margin-bottom: 0;
}

.landing-iframe {
    margin-left: 15px;
    margin-right: 15px;
}

.landing-page-main-section {
    padding-bottom: 80px;
}

/* services col */
.pl-main .pl-content {
    background-color: #F5F8FA;
    background-image: url(img/logo-bg.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.pl-main .services_section a.services_col {
    background-color: #F5F8FA;
    box-shadow: inset 0px 0px 20px transparent;
}
.pl-main .dcontent {
    min-height: 480px;
    max-width: 495px;
}

.dcontent .icon-panel {
    display: flex;
    padding: 19px 0 0 0;
    margin-bottom: 11px;
}
.dcontent .icon-panel .icon-box {
    height: 80px;
    flex: 0 0 80px;    
    background-color: #75D2F7;
    border-radius: 8px;
    margin: 4px 16px 18px 0;
}
.dcontent .icon-panel .icon-box img {
    max-width: 48px;
}
.icon-content .icon-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    border-bottom: 4px solid #D1D8DE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.icon-content .icon-title,
.icon-content .icon-title a {
    color: #19345D;
}
.icon-content p {
    color: #5E667F;
    font-size: 15px;
}

.dcontent.alt-icons .flex-icons .icon-panel:last-child {
    margin-bottom: 0;
}

.dcontent.alt-icons .flex-icons .icon-content .icon-title,
.dcontent.alt-icons .flex-icons .icon-content .icon-title a {
    color: #71C5EA;
}

.dcontent.alt-icons .flex-icons .icon-content p {
    color: #FFF;
}

.dcontent.alt-icons .flex-icons .icon-content p:last-child {
    margin-bottom: 0;
}

/* adjustment */
.pl-main .services_section {
    padding-top: 70px;
}

.adjust-service-list .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

.home .clients_list .slick-list {
    cursor: pointer;
}

.home .row.change-alignment {
    align-items: center;
}

/*------------------------*/
/* MEDIA COVERAGE         */
/*------------------------*/
.page-media .breadcrumbs-section {
    padding-top: 12px;
}
.page-media .oi-breadcrumbs {
    line-height: 27px;
}

.breadcrumbs-section .btn_wrap a,
.btn_wrap a {
	font-weight: bold;
	color: #5E667F;
	font-size: 13px;
	background-image: url('img/bullet-arrow-1.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.breadcrumbs-section .btn_wrap a:hover,
.btn_wrap a:hover {
	color: #EC8B00;
}

@media (max-width: 767px){
    .breadcrumbs-section .btn_wrap{
    	margin-top: 15px;
    	float: left;
    }
}

.dshadow {
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}    
.page-cases .dshadow,
.page-media .dshadow {
    position: relative;
    z-index: 1;
}

.media-selector { 
    padding: 7px 0 20px 4px; 
    background-color: white;
}
.media-loop-section.ntop .media-selector {
    padding: 60px 0 0;
    background-color: transparent;
}
.media-selector .panel {
    margin-bottom: 20px;
}
.media-selector select {
    width: 240px;
    /* height: 32px; */
    font-size: 13px;
    margin: 0;
    color: #0B83B0;
}
.media-selector h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
    line-height: 32px;
}

.media-loop-section.nbody {
    background-color: #F2F4F7; 
}
.media-loop-section.nbody.popup-anchor {
    overflow: hidden;
}
.media-loop {
    padding: 55px 0 32px;
}
.media-loop-section.nbody .media-loop {
    padding-top: 32px;
}
.media-loop a.media-link {
    display: block;
    box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.2);
    padding: 12px 10px;
    min-height: 285px;
    margin-bottom: 35px;
    background-color: white;
    color: #454C5F;
    transition: 0.5s;
}
.media-loop .media-link .logo-case {
    border: 1px solid #E6E9EC;
    background-color: white;
    min-height: 135px;
    margin-bottom: 19px;
}
.media-loop .media-link .logo-case img {
    max-width: 210px;
    max-height: 70px;
    transition: 0.5s;
}
.media-loop a.media-link:hover { 
    color: #EC8B00;
    background-color: #f5f5f5;
}
.media-loop .media-link:hover .logo-case img { 
    opacity: 0.7;
}
.media-loop .media-link .m-meta {
    padding: 0 6px;
}
.media-loop .media-link h4.mtitle {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}
.media-loop .media-link h5.mdate {
    font-size: 15px;
    color: #5E667F;
}

.featured-top {
    margin-bottom: 35px;
}
.featured-top strong {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
    color: #5E667F;
    box-shadow: 0 1px 0 #fff;
    overflow: hidden;
}
.featured-bottom {
    margin-bottom: 35px;
}
.featured-bottom span {
    display: block;
    border-bottom: 1px solid #ddd;
    height: 1px;
    box-shadow: 0 1px 0 #fff;
    overflow: hidden;
}
.media-loop .featured-box a.media-link {
    box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.6);
}

.media-main-content {
    padding: 20px 0 48px;
}

.media-main-content p:last-child {
    margin-bottom: 0;
}

.media-intro {
    font-size: 15px;
    line-height: 1.5;
    color: #454C5F;
}

.featured-pub-heading {
    display: block;
    margin-bottom: 18px;
    padding-top: 32px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    color: #19335D;
}

.media-featured-publishers {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.media-featured-publishers > a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-right: 11px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
    border: 2px solid #E6E9EC;
    padding-left: 25px;
    padding-right: 25px;
    height: 50px;
    background-color: #FFF;
}

.media-featured-publishers > a:last-child {
    margin-right: 0;
}

.media-featured-publishers > a img {
    max-width: 213px;
    max-height: 26px; /* 70px */
}

.media-featured-publishers > a:hover {
    border: 2px solid #8DDAF8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.media-stretched {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
}

.blue-cta-banner {
    flex-shrink: 0;
    margin-left: 50px;
    max-width: 370px;
}

.post-pagination {
    margin-top: 50px;
    padding-top: 47px;
    border-top: 1px solid rgba(200,206,213,0.5);
}

.media-spotlight {
    padding: 58px 0;
}
.media-spotlight .dtop {
    margin-bottom: 48px;
}
.media-spotlight .author-flex {
    display: flex;
}
.media-spotlight .author-photo {
    max-width: 170px;
    height: 170px;
    flex: 0 0 170px;
    border-radius: 100%;
    margin-right: 43px;
    margin-top: 6px;
}
.media-spotlight .dtext p {
    color: #5E667F;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: -0.1px;
}
.media-spotlight .dtext p a {
    color: #F1A73F;
}

/*------------------------*/
/* B CUSTOM               */
/*------------------------*/

.bread-custom {
    max-width: 1200px;
    margin: 0px auto;
    padding: 25px 17px;
    
}

.services-page .bread-custom {
    max-width: 1140px;
    padding: 25px 0;
}
.bread-custom .row, 
.services-page .bread-custom .row {
    width: 100%;
}


a.btn-1, span.btn-1 {
    border: 1px solid #ED981F;
    width: 120px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ED981F;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
}
a.btn-1:hover, span.btn-1:hover {
    /*
    background-color: #ED981F;
    color: white;
    */
    color: #75d2f7;
    border: 1px solid #75d2f7;
    
}
a.link-1 {
    color: #ED981F; 
}
a.link-1:hover {
    color: #16B5F1;
}
a.btn-1.ht, span.btn-1.ht { 
    min-height: 44px;
}

/*-----------------------------------*/
/*      -- EVENTS PAGE               */
/*-----------------------------------*/
.announcement.grey { 
    background-color: #F2F4F7;
}
.page-event {
    background-color: #F2F4F7;
}
.page-event .new-event-page {
    padding-top: 23px;
    padding-bottom: 65px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(96, 125, 139, 0.07);
}
.events-intro {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
}
.events-intro-text h1 {
    margin-bottom: 13px;
    font-weight: 100;
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Gilroy-Light', Arial, Helvetica, sans-serif;
    color: #19335D;
}
.events-full-text {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Montserrat';
    color: #454C5F;
}
.events-intro .events-intro {
    margin-left: 60px;
}
.new-event-cards {
    padding-top: 70px;
    padding-bottom: 68px;
}
ul.event-landing-cards {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}
li.event-landing-card {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    max-width: 270px;
}
.event-landing-card a {
    display: block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
            border-radius: 5px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(96, 125, 139, 0.07);
    transition: all 0.3s;
    overflow: hidden;
}
.event-landing-card a:hover {
    box-shadow: 0 0 8px rgba(96, 125, 139, 0.6);
}
.event-landing-card a figure {
    line-height: 1;
}
.event-landing-card a figure img {
    display: block;
}
.event-landing-card a span {
    display: block;
    padding: 14px 30px 36px;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Montserrat';
    color: #19345D;
    text-align: center;
    transition-timing-function: all 0.3s;
}
.event-landing-card a:hover span {
    color: #EC8B00;
}
.events-bottom-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    max-width: 770px;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    font-family: 'Montserrat';
    color: #19335D;
    text-align: center;
}
.el-alert {
    max-width: 1440px;
    margin: 0px auto 0px;
    border: 2px solid #75D2F7;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    background-color: white;
}
.el-alert .dcontent {
    width: 100%;
    max-width: 1100px;
    font-size: 15px;
    padding: 10px 10px 0 22px;
}
.el-alert .dheader {
    font-family: sans-serif;
    color: #EC8B00;
    letter-spacing: -0.1px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 14px;
}
.el-alert .dtitle {
    color: #214578;
    font-weight: 600;
}
.el-alert .dtitle p {
    line-height: 130%;
    margin-bottom: 11px;
    letter-spacing: -0.1px;    
}
.el-alert .dtext p {
    line-height: 130%;
    letter-spacing: -0.04px;    
}
.el-alert .close-me {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 50px;
    height: 50px;
    background-color: #75D2F7;
}

.events-panel .wrap {
    padding: 21px 0 21px;
}
.events-panel .dcontent {
    padding-right: 10px;
}
.events-panel .dcontent .title2 {
    margin-bottom: 22px;
}
.events-panel .dcontent p {
    margin-bottom: 25px;
}

.events-panel .panel {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 31px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.events-panel .panel .feat-img {
    min-height: 190px;
    position: relative;
}

.events-panel .panel .feat-img .overlay {
    display: flex;
    align-items: flex-end;
    transition: 0.5s;
    background-color: rgba(255,255,255,0.4);
}

.events-panel .panel:hover .feat-img .overlay {
    background-color: rgba(255,255,255,0.7);
}

.events-panel .panel h4 {
    font-size: 20px;
    color: #19335D;
    font-weight: 600;
    max-width: 65%;
    margin: 0 0 43px 23px;
    min-height: 39px;
    transition: 0.5s;
}
.events-panel .panel:hover h4 {
    color: #ED8B00;
}
.events-panel .panel .dtext {
    padding: 27px 33px 18px;
}    
.events-panel .panel .dtext p {
    font-size: 15px;
    color: #5E667F;
    margin-bottom: 22px;
}
.events-panel .panel .btn {
    margin-left: 30px;
    justify-self: flex-end;
}
.el-content.text .wrap {
    padding: 30px 0;
}
.el-content.text .container {
    min-height: 153px;
}
.el-content.text p {
    margin-top: 5px;
}
.el-content.text a {
    font-weight: 600;
}
.events_section .slider_item .events-description .text p {
    line-height: 150%;
}
.events_section .slider_item .events-description .text {
    margin-bottom: 15px;
    min-height: 135px;
}
.events_section .slider_item .events-description .link .lpj_txt_btn {
    color: #EC8B00;
}
.events_section .slider_item .events-description .link:hover .lpj_txt_btn {
    color: #71C5EA;
}

a.lpj_btn.annon {
    font-size: 13px;
    margin-bottom: 10px;
}

/*-----------------------------------*/
/*      -- WEBINAR PAGE              */
/*-----------------------------------*/

.page-standard.left-sidebar {
    background-image: url(img/page-sidebar-bg-left.png);
    background-repeat: repeat-y;
    background-position: top center;
}

.page-standard.right-sidebar {
    background-image: url(img/page-sidebar-bg-right.png);
    background-repeat: repeat-y;
    background-position: top center;
}

.is-sub-event .page-standard.right-sidebar {
    background: #F2F4F7 none;
}

.page-standard .sidebar {
    background-color: white;
    height: 100%;
}

.page-standard.left-sidebar .sidebar {
    padding-top: 30px;
    padding-right: 30px;
    border-right: 1px solid #EEF0F2;      
}

.page-standard.right-sidebar .sidebar {
    padding-top: 30px;
    padding-left: 30px;
    border-left: 1px solid #EEF0F2;      
}


.page-standard.page-tpl .sidebar {
    padding-top: 30px;
}

.page-standard.page-tpl .flex-wrap {
    padding-bottom: 30px;
}

.bread-custom {
    padding: 17px 0px;
    display: flex;
    justify-content: space-between;
} 
.bread-custom .dflex-space {
    width: 100%;
}
.bread-custom .btn_wrap {
    line-height: 100%;
    flex: 0 0 auto;
}
.page-standard .bread-custom .btn_wrap a {
    font-weight: normal;
    color: #EC8B00;
}

.el-excerpts { 
    padding-bottom: 74px;
}

.el-excerpts.webinar .title-top a {
    width: auto;
}
.el-excerpts.webinar .title-top a.see_all {
    color: #EC8B00;    
    font-size: 14px;
    background-image: url('img/bullet-arrow-1.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;    
}


.el-excerpts .excerpt-category { 
    margin-bottom: 12px;
}
.el-excerpts a.panel {
    display: block;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); 
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 26px;
    position: relative;
}
.el-excerpts .panel .panel-body {
    padding: 8px 13px 70px 16px;
}
.el-excerpts .feat-img {
    padding-bottom: 50%;
    transition: 0.5s;
}
.el-excerpts .panel:hover .feat-img {
    opacity: 0.7;
}

.el-excerpts .title-top {
    padding: 0px 0 26px;
    border-bottom: 1px solid rgba(187,187,187,0.3);
    margin-bottom: 44px;
}
.el-excerpts .title-top h3 {
    color: #19335D;
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 600;
}

.el-excerpts .btn-1 {
    min-height: 44px;
    margin-top: 2px;
}
.el-excerpts .panel .title2 {
    font-size: 20px;
    margin-bottom: 2px;
}
.el-excerpts .panel:hover .title2 { 
    color: #EC8B00;
    transition: 0.5s;
}
.el-excerpts .panel .meta {
    margin-bottom: 13px;
}
.el-excerpts .panel .date, .el-excerpts .panel .time {
    display: block;
}
.el-excerpts .panel .date {
    font-weight: 500;
    font-size: 15px;
    color: #75D2F7;
}
.el-excerpts .panel .time { 
    font-size: 13px;
    color: #676D7C;
    font-weight: 600;    
}
.el-excerpts .panel .text {
    padding-bottom: 1px;
}
.el-excerpts .panel .text p {
    font-size: 15px;
    color: #5E667F;
    margin-bottom: 10px;
}
.el-excerpts .panel .btn {
    margin-bottom: 9px;
    margin-top: 0;
    position: absolute;
    bottom: 10px;    
}

/*-----------------------------------*/
/*      -- STMB                      */
/*-----------------------------------*/

.el-table.stmb { }
.el-table.stmb .container {

}
.el-table.stmb .wrap {
    padding: 40px 0;
}
.el-table.stmb .dtop .dtitle {
    margin-bottom: 14px;
}
.el-table.stmb .dtop {
    padding-bottom: 1px;
    margin-bottom: 20px;
}
.el-table.stmb .dtable {
    border: 1px solid #E6E9EC;
    padding: 9px 7px;
}
.el-table.stmb table.table {
    table-layout: fixed;
    margin-bottom: 0;
}    

.el-table.stmb table.table td,
.el-table.stmb table.table th {
    border: 2px solid white;
}

.el-table.stmb table.table th {
    padding: 18px 15px 37px 24px;
    background-color: #EBEBEB;
    color: #5E667F;
    font-weight: 500;
    border-bottom: 15px solid white;
}
.el-table.stmb table.table th.d-first {
    background-color: white;
}
.el-table.stmb table.table th.d-second {
    background-color: #D9F3FD;
    color: #1A355D;
}

.el-table.stmb table.table td {
    font-size: 15px;
    color: #5E667F;
    padding: 18px 18px 13px 24px;
    background-color: #F8F8F8;    
}
.el-table.stmb table.table td ul {
    padding-left: 0;
    margin-left: 15px;
    list-style: none;
}
.el-table.stmb table.table td ul li {
    font-size: 13px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 20px;
    position: relative;
}
.el-table.stmb table.table td ul li:before {
    content: '';
    position: absolute;    
    width: 6px;
    height: 6px;
    top: 6px;
    left: 1px;
    background: url(img/li-arrow.svg) no-repeat center;
}

.el-table.stmb table.table td.first {
    color: #19345D;
    font-weight: 600;
    font-size: 17px;
    padding: 20px 10px 10px 30px;
}
.el-table.stmb table.table td.second {
    background-color: #F3FAFD;
}
.el-table.stmb table.table td.first span {
    display: block;
    max-width: 220px;
    line-height: 120%;
}

/*-----------------------------------*/
/* PRICING TABLE                     */
/*-----------------------------------*/

.pricing_table .ditem {
    padding: 30px 10px 60px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #efefef;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}


.pricing_table .ditem .dtitle {
    display: inline-block;
    background-color: #19335D;
    color: white;
    font-size: 15px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: 140%;
}

.pricing_table .ditem .dprice {
    color: #19335D;
    padding: 15px 0;
    display: block;
}    
.pricing_table .ditem .dprice strong {
    display: block;
    font-size: 45px;
    margin-bottom: 10px;
}
.pricing_table .ditem .dprice strong span {
    font-size: 35px;
}
.pricing_table .ditem .dprice .sub {
    display: block;
    font-size: 14px;
    color: #71C5EA;
}
.pricing_table .ditem .desc {
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px;
}
.pricing_table .ditem .obtn {
    border: 1px solid #EC8B00;
    color: #EC8B00;
    font-weight: 500;
    transition: 0.5s;
    
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
.pricing_table .ditem .obtn:hover {
    border: 1px solid #71C5EA;
    color: #71C5EA;
}

/*------------------------*/
/* CAREER INDIVIDUAL      */
/*------------------------*/

.main-content-wrap.cpt-career {
    padding-left: 10px;
    padding-bottom: 30px;
}
.cpt-career .oi-breadcrumbs {
    padding: 15px 0;
    margin-bottom: 20px;
}
.page-standard.post-career .sidebar {
    padding-top: 32px;
}
.page-standard.post-career .sidebar-menu ul.menu > li > a {
    margin-bottom: 17px;
}
.page-standard.post-career .sidebar-menu ul.sub-menu li a {
    margin-bottom: 15px
}
.page-standard.post-career .sidebar-menu {
    margin-bottom: 39px;
}
/* active menu ???? */
.page-standard.post-career .sidebar .smenu-1 a {
    color: #ED8B00;
}


.cpt-career article .entry-content h3 {
    margin-bottom: 11px;
}

/*------------------------*/
/* PRESS RELEASES         */
/*------------------------*/
.page-standard.page-press .bread-custom {
    margin-bottom: 25px;
}
.page-standard.page-press .oi-breadcrumbs {
    padding: 0px 0;
    padding-left: 10px;
    margin-bottom: 0px;
    width: 100%;
}
.page-press .wrap {
    padding-left: 10px;
    padding-bottom: 70px;
}
.page-press .sidebar {
    padding-top: 32px;
}
.page-press .dtop h3,
.page-press .dtop > h1 {
    font-weight: 600;
}
.page-press .dtop {
    border-bottom: 3px solid #ED8B00;
    padding-bottom: 20px; /* 29px */
    margin-bottom: 41px;
}
.page-press .dtop > .entry-content {
    padding-top: 20px;
}

.page-press .dtop > .entry-content p:last-child {
    margin-bottom: 0;
}

.cpt-press { }
.cpt-press .press {
    max-width: 99%;
    border-bottom:1px solid rgba(200,206,213,0.5);
    padding-bottom: 20px;
    margin-bottom: 44px;
}
.cpt-press .press h3.title3 { 
    font-weight: 600;
} 
.cpt-press .press .dtitle {
    margin-bottom: 13px;
}
.cpt-press .press .dtitle a {
    color: #72D2F7;
}
.cpt-press .press .dtitle a:hover {
    color: #EB8B00;
}
.cpt-press .press .ddate {
    font-size: 15px;
    margin-bottom: 17px;
}
.cpt-press .press .dexcerpt p {
    font-size: 15px;
    letter-spacing: -0.09px;
    color: #5E667F;
    line-height: 155%;
}
.cpt-press .press .dexcerpt {
    margin-bottom: 18px;
}
.cpt-press .press a.read-more {
    display: inline-block;
    font-weight: 600;
    margin-left: 2px;
    letter-spacing: -1.2px;
    color: #EB8B00;
    margin-bottom: 16px;
}
.cpt-press .press a.read-more:after {
	background-image: url('img/bullet-arrow-1.png');
	background-position: right 8px ;
	background-repeat: no-repeat;
	padding-left: 30px;
    content: '';
    transition: 0.3s;
}
.cpt-press .press a.read-more:hover:after {
    padding-left: 40px;
}    
.cpt-press .post-pagination {
    border-top: none;
    padding-top: 10px;
}
.cpt-press article p {
    margin-bottom: 30px;
}
.cpt-press article img.aligncenter {
    display: block;
    margin: 0px auto;
}

.cpt-press .press .ptitle {
    font-size: 40px;
    color: #19345D;
    font-family: "Gilroy-Light";
    margin-bottom: 30px;
}    

.cpt-press article .entry-content h2 {
    color: #EB8B00;
    font-size: 30px;
}

.cpt-press article img {
    height: auto;
}

.form-with-button {
    position: relative;
}

.form-with-button .search-btn {
	position: absolute;
	top: 0px; right: 0;
	height: 36px;
	width: 36px;
	text-align: center;
	border: none;
    background: none;
    z-index: 2;
}

.search-form .form-with-button .search-btn {
	height: 30px;
	width: 30px;
}

.form-with-button input[type="submit"] {
	position: absolute;
	top: 0px; right: 0;
	padding: 0;
	height: 36px;
	width: 36px;
	text-align: left;
	text-indent: -999em;
	border: none;
    background-color: transparent;
    background-image: url(./img/search-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.search-form .form-with-button input[type="submit"] {
	height: 30px;
	width: 30px;
}

.press-release-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-loop.suggested-content {
    padding-top: 20px;
}

.resources-list-wrap .no-results {
    margin-bottom: 10px;
}

.press-release-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-release-search input[type="text"] {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
    border: 1px solid #efefef;
    padding: 9px 10px;
    min-width: 250px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1;
}

.press-release-search-text {
    display: block;
    margin-right: 10px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #5E667F;
    letter-spacing: normal;
}

.adjust-phone-email {
    justify-content: center;
    padding-right: 40px;
}

.resources-content-text {
    padding-top: 40px;
    padding-bottom: 10px;
}

.resources-content-text p:last-child,
.resources-content-text p:last-of-type {
    margin-bottom: 0;
}

/*------------------------*/
/* CPT EVENTS             */
/*------------------------*/
.cpt-event article .entry-content h2 {
    font-size: 36px;
}
.cpt-event .type-event .presenter {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.is-sub-event .cpt-event .type-event .presenter {
    display: block;
}
.cpt-event .type-event .presenter .photo {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    flex: 0 0 100px;
    margin-right: 30px;
}
.is-sub-event .cpt-event .type-event .presenter .photo {
    width: 151px;
    height: 151px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    margin-right: 0;
    margin-bottom: 13px;
}
.is-sub-event .addtl-text {
    display: block;
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    font-family: 'Montserrat';
    color: #5E667F;
}
.is-sub-event .sub-event-position {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Montserrat';
    color: #5E667F;
}
.cpt-event .type-event .presenter h4 {
    margin: 0;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    color: #48C5F4;
}
.cpt-event .type-event .content-topics,
.is-parent-event .page-new-events .content-topics {
    border-top: 1px solid rgba(187, 187, 187, 0.3);
    padding: 1px 0;
}
.cpt-event .type-event .content-topics h4,
.is-parent-event .page-new-events .content-topics h4 {
    color: #48C5F4;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 17px;
}
.is-parent-event .page-new-events .content-topics h4 {
    margin-bottom: 30px;
}
.is-parent-event .page-new-events .content-topics h4 strong {
    font-weight: 600;
    color: #19335D;
}
.is-parent-event .page-new-events .content-topics {
    border-top: 0;
}
.event-parent-content {
    border-bottom: 1px solid rgba(187, 187, 187, 0.3);
    padding-bottom: 27px;
    font-size: 17px;
    line-height: 1.5;
    color: #5E667F;
}
.is-sub-event .event-parent-content {
    border-bottom: 0 none;
}
.resources-content-text {
    padding-top: 30px;
}
.resources-content-text p:last-child,
.resources-content-text p:last-of-type {
    margin-bottom: 0;
}
.event-parent-content p:last-child,
.event-parent-content p:last-of-type {
    margin-bottom: 0;
}
.cpt-event .type-event .content-topics ul,
.is-parent-event .page-new-events .content-topics ul {
    list-style: none;
    margin-bottom: 30px;
}
.cpt-event .type-event .content-topics li,
.is-parent-event .page-new-events .content-topics li {
    background-image: url(img/check.svg);
    background-repeat: no-repeat;
    background-position: 1px 5px;
    padding: 0 0 0 15px;
}
.is-parent-event .page-new-events .content-topics > ul.checked {
    padding-left: 0;
}
.is-parent-event .page-new-events .content-topics > ul.checked > li {
    padding-left: 0;
    background: transparent none;
}
.is-parent-event .page-new-events .content-topics > ul.checked li {
    font-size: 15px;
    color:#5E667F;
    line-height: 1.5;
}
.is-parent-event .page-new-events .content-topics > ul.checked li strong,
.is-parent-event .page-new-events .content-topics > ul.checked li b {
    font-weight: 600;
    font-size: 17px;
}
.is-parent-event .page-new-events .content-topics > ul.checked p {
    margin-bottom: 1.5rem;
}
.is-parent-event .page-new-events strong.event-widget-title {
    display: block;
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    font-family: 'Montserrat';
    color: #19335D;
}
.is-parent-event .page-new-events ul.new-sub-events {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.is-parent-event ul.new-sub-events li {
    margin-bottom: 10px;
}
.is-parent-event ul.new-sub-events li:last-child {
    margin-bottom: 0;
}
.is-parent-event ul.new-sub-events li a {
    display: block;
    position: relative;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
    border: 1px solid #E2E6EC;
    padding: 9px 11px 9px 36px;
    background-color: #FFF;
}
.is-parent-event ul.new-sub-events li a:hover {
    border-color: #73D2F7;
}
.is-parent-event ul.new-sub-events li a.closed-registration,
.is-parent-event ul.new-sub-events li a.closed-registration:hover {
    border-color: #CCC;
    background-color: #EEF3F7;
}
.is-parent-event ul.new-sub-events li a::before {
    display: block;
    position: absolute;
    left: 13px;
    top: calc(50% - 7px);
    content: '';
    border-left: 8px solid #ED8B00;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    width: 0;
    height: 0;
}
.is-parent-event ul.new-sub-events li a.closed-registration::before {
    border-left-color: #CCC;
}
.is-parent-event ul.new-sub-events li a .edate {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Montserrat';
    color: #73D2F7;
}
.is-parent-event ul.new-sub-events li a .etime {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Montserrat';
    color: #666C7B;
}
.is-parent-event ul.new-sub-events li a.closed-registration .edate,
.is-parent-event ul.new-sub-events li a.closed-registration .etime {
    color: #AAA;
}
.is-sub-event .radius-form {
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	     -o-border-radius: 8px;
            border-radius: 8px;
    padding: 45px;
    box-shadow: 0 0 8px rgba(96, 125, 139, 0.2);
    background-color: #FFF;
}
.is-sub-event .register-to {
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    font-family: 'Montserrat';
    color: #74D2F7;
    text-transform: uppercase;
}
.is-sub-event .register-event-title {
    display: block;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.2;
    font-family: "Gilroy-Light";
    color: #19335D;
}
.is-sub-event .register-date {
    display: block;
    margin-bottom: 52px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Montserrat';
    color: #ED8B00;
}
.cpt-event .type-event .content-topics h6 {
    margin-bottom: 0;
    font-weight: 600;
}
.non-member-logo {
    margin-top: 10px;
    max-width: 180px;
    height: auto;
}

.event-button.centered-event-button {
    text-align: center;
}

.cpt-event .event-button a.btn-orange {
    color: #EB8B00;
    border: 1px solid #EB8B00;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
}
.cpt-event .event-button a.btn-orange:hover {
    color: #48C5F4;
    border: 1px solid #48C5F4;
}

.cpt-event .sub-menu-event li {
    margin-bottom: 10px;
}
.cpt-event .sidebar-menu .sub-menu-event li span {
    margin-bottom: 0;
    opacity: 1;
}
.cpt-event .sidebar-menu .sub-menu-event li span.edate {
    color: #454C5F;    
    font-weight: 600;
    line-height: 110%;
}
.cpt-event .sidebar-menu .sub-menu-event li span.etime { 
    font-weight: 400;
    font-size: 13px;
}

.sidebar .title {
    display: inline-block;
    color: #74D2F7;
    border-bottom: solid 1px #bbbbbb4d;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 600;
}    
.sidebar-menu.related ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.sidebar-menu.related h5 {
    color: #454C5F;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    transition: 0.5s;
}

.sidebar-menu.related .bg-img {
    min-height: 135px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
}
.sidebar-menu.related .dflex-center {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 15px;
}
.sidebar-menu.related .overlay {
    background-color: rgba(255,255,255,0.5);
    transition: 0.5s;
}
.sidebar-menu.related a {
    display: block;
}
.sidebar-menu.related a:hover .overlay {
    background-color: rgba(255,255,255,0.3);
}
.sidebar-menu.related a:hover h5 {
    color: #EB8B00;
}

.event-sidebar-heading {
    display: block;
    margin-bottom: 15px;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.2;
    font-family: "Gilroy-Light";
    color: #19335D;
}

.event-sidebar-price-section {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    color: #ED8B00;
}

.event-sidebar-price-label {
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
    color: #48C5F4;
    vertical-align: middle;
}

.event-sidebar-wysiwyg {
    margin-bottom: 15px;
    font-size: 15px;
    color: #5E667F;
    line-height: 1.5;
}

.event-sidebar-wysiwyg ul {
    margin-bottom: 15px;
    padding: 0;
    list-style-type: none;
}

.event-sidebar-wysiwyg p:last-child,
.event-sidebar-wysiwyg ul:last-child {
    margin-bottom: 0;
}

.event-sidebar-wysiwyg ul li {
    margin-bottom: 5px;
    padding: 0 0 0 15px;
    background-image: url(img/check.svg);
    background-repeat: no-repeat;
    background-position: 1px 5px;
}

.event-sidebar-wysiwyg ul li:last-child {
    margin-bottom: 0;
}

.event-sidebar-button {
    margin-bottom: 15px;
    padding-top: 5px;
}

.event-sidebar-button a.lpj_btn.btn-event-sidebar {
    padding: 5px 20px;
    font-weight: 600;
    font-size: 15px;
}

/*------------------------*/
/* CASE STUDIES           */
/*------------------------*/
.page-cases .main-content-wrap {
    background-color: #F2F4F7;
}
.page-cases .dshadow {
    background-color: white;
}
.page-cases .bread-custom {
    padding: 16px 17px;
}
.page-cases .dtop {
    padding: 13px 0 0 0;
}
.page-cases .dtop .dtitle {
    color: #19335D;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}
.page-cases .select-menu {
    padding-bottom: 40px;
}
.page-cases .select-menu .btn {
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-color: #5FCCF5;
    line-height: 100%;
    padding: 7.5px 19.5px;
    margin: 0 5px;
    border-radius: 5px !important;
    text-align: center;
    min-width: 60px;
}
.page-cases .select-menu .btn:hover,
.page-cases .select-menu .btn.active {
    background-color: #ED8B00;
}
.page-cases .cases-loop .wrap {
    padding: 46px 0;
}
.page-cases .case-single a {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
}
.page-cases .case-single .feat-img {
    padding-bottom: 50%;
    min-height: 135px;
    position: relative;
}
.page-cases .case-single .feat-img .overlay {
    background-color: rgba(21,43,79,0.4);
    transition: 0.5s;
}
.page-cases .case-single a:hover .overlay { 
    background-color: rgba(21,43,79,0.6);
}
.page-cases .case-single .feat-img .overlay img {
    max-width: 166px;
    filter: brightness(0) invert(1);
}
.page-cases .case-single .dbody {
    padding: 19px 18px;
    min-height: 250px;
    position: relative;
}
.page-cases .case-single .dtitle {
    font-size: 15px;
    color: #454C5F;
    font-weight: 600;
    margin-bottom: 13px;
    transition: 0.5s;
}
.page-cases .case-single a:hover .dtitle {
    color: #ED981F;
}

.page-cases .case-single .dtext {
    font-size: 15px;
}
.page-cases .case-single .dtext p {
    color: #5E667F;
}

.page-cases .case-single .dbody span.btn {
    height: 44px;
    position: absolute;
    bottom: 20px;
}

/*------------------------*/
/* SINGLE CASE            */
/*------------------------*/

.single-case {
    background-color: #F2F4F7;
}

.single-case .dline {
    height: 97%;
    border-left: 3px solid rgba(94,103,127, 0.1);
    margin-left: 7px;
}
.single-case .dsidebar {
    padding: 23px 0 0 0;
}
.single-case .dsidebar .btitle {
    font-size: 15px;
    font-weight: 500;
    margin-left: 2px;
    margin-bottom: 30px;
}
.single-case .dsidebar .dphoto {
    margin-bottom: 31px;
}
.single-case .dsidebar .dphoto img {
    border-radius: 5px;
}
.single-case .dsidebar .dinfo {
    padding-left: 3px;
}
.single-case .dsidebar .dinfo .data {
    margin-bottom: 15px;
}
.single-case .dsidebar .dinfo h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 100%;
}
.single-case .dsingle {
    padding: 7px 0 50px 2px;
}
.single-case .dsingle .dphoto {
    margin-bottom: 20px;
}
.single-case .dsingle .dtitle {
    margin-bottom: 14px;   
}
.single-case .dcontent {
    margin-bottom: 40px;
}
.single-case .dcontent p {
    line-height: 150%;
}

.single-case .fcontent {
    margin-bottom: 40px;
}
.single-case .ftitle {
    font-size: 20px;
    color: #19345D;
    font-weight: 600;
    margin-bottom: 24px;
}
.single-case .ftext {
    padding-left: 0px;
}
.single-case .ftext p {
    font-size: 15px;
    line-height: 155%;
    margin-bottom: 23px;
}
.single-case .ftext ul {
    margin-left: 40px;
}
.single-case .ftext ul ul {
    margin-left: 0;
}
.single-case .ftext li {
    font-size: 15px;
}
.single-case .flink, .single-case .fflink {
    margin-bottom: 20px;
}
.single-case .flink .btn, 
.single-case .fflink .btn {
    min-width: 130px;
    width: auto;
}

/*------------------------*/
/* HR Services            */
/*------------------------*/
.tpl-trainingdevelopment .page-title,
.tpl-payrollservices .page-title,
.tpl-payrollhristechnologyservices .page-title,
.page-services .page-title,
.cpt-service .page-title {
    font-size: 40px;
    max-width: 600px;
    line-height: 150%;
}

.hrs-2col-content-section .left-content-wrap h1,
.hrs-2col-content-section .left-content-wrap h2 {
    font-size: 36px;
    color: #1A355D;
    font-weight: 100;
    font-family: "Gilroy-Light";
}    

/*------------------------*/
/* TEAM MEMBER            */
/*------------------------*/
.ent.btn { 
    display: inline-block;
    background: #5FCCF5;
    color: #FFF;
    padding: 5px 17px;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 5px;
    font-weight: 600;
}

.ens.btn { 
    display: inline-block;
    background: #E2F7FE;
    color: #0B83B0;
    padding: 5px 17px;
    font-size: 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 5px;
}


.ent.btn.is-checked,

.ent.btn:hover {
    background-color: #ED8B00;
}

.ens.btn.is-checked,
.ens.btn:hover {
    background-color: #FFE1B9;
}    
.page-template-tpl-meet-the-team .breadcrumbs-n-categories {
    padding-bottom: 20px;
}
.breadcrumbs-n-categories .sel { display: none; }
.team-member-list-section #container .item { 
    width: 228px; 
    padding-bottom: 20px; 
    margin-bottom: 0;
}
.team-member-list-section #container .team-member-item {
    margin-bottom: 30px;
}
.team-member-list-section #container .team-member-item .image img {
    min-height: 189px;
    max-width: 168px;
}
.categories-wrap .filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.categories-wrap .filters .ui-group {
    margin-bottom: 20px;
}

.team-member-list-section .team-member-item .name {
    color: #49B6E4;
    font-size: 14px;
}
.team-member-list-section .team-member-item .posn {
    color: #5E667F;
    font-size: 12px;
    opacity: .7;
    margin: 0px;
    height: 36px;
}

#container {
    display: flex;
    flex-wrap: wrap;
}

/*------------------------*/
/* SIDEBAR                */
/*------------------------*/

.sidebar-video a.video-thumbnail .overlay {
    background-color: rgba(0,0,0,0.4);
}

.tpl-combo .breadcrumbs-section {
    padding-bottom: 25px;
}

/*------------------------*/
/* PAGE SINGLE            */
/*------------------------*/

.page-single .flex-wrap {
    padding-top: 30px;
    margin-bottom: 40px;
}

.single-page .page-title {
    font-size: 40px;
    max-width: 600px;
}

/*------------------------*/
/* MEMBER                 */
/*------------------------*/
.single_member_group {
    padding: 30px 0;
}
.single_member_group .member {
    margin-bottom: 50px;
}
.single_member_group .member .photo h6 {
    color: #74D2F7;
    margin-bottom: 0;
}
.single_member_group .member .photo span {
    font-size: 14px;
}

.single_member_group .member .info p {
    font-size: 15px;
}

/*------------------------*/
/* CLIENT LIST            */
/*------------------------*/
.el-client-lists .wrap {
    padding: 40px 0;
    box-shadow: 0px 0px 10px #E6E9EC;
    margin-bottom: 5px;
}
.el-client-lists .logo {
    padding: 30px 0;
    width: 100%;
    height: 100%;
}
.el-client-lists .logo img {
    width: auto;
    height: auto;
}

.page-clp .case-studies .dtop {
    margin-bottom: 40px;
}

.page-clp .case-studies .title-wrap h2 {
    font-weight: 500;
}

/*------------------------*/
/* CLIENT PROFILES        */
/*------------------------*/
.el-client-profiles .wrap {
    padding: 40px 0;
}

.el-client-profiles .dtop {
    margin-bottom: 40px;
}

.el-client-profiles .dtop h2 {
    margin-bottom: 25px;
}

.el-client-profiles .bg-img {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.el-client-profiles .bg-img .row {
    width: 100%;
}
.el-client-profiles .d-count img {
    max-height: 64px;
    height: 64px;
    margin-bottom: 10px;
}
.el-client-profiles .d-count h3 {
    font-weight: 600;
    font-size: 60px;
    color: #16B5F1;
    margin-bottom: 0;
}
.el-client-profiles .d-count .text {
    font-size: 15px;
    color: #333A4A;
    font-weight: 500;
}

/* ================================================================================ */
/* POPUP FORM */
/* -------------------------------------------------------------------------------- */
.popup-anchor{
	position: relative;
	overflow-x: hidden;
	z-index: 9;
}

.about-contact-us-popup{
	position: absolute;
	right: -405px;

	/*right: 0px;*/
	top: 540px; /* 50px */
	width: 405px;
	min-height: 500px;
	background: #FFF;
	/* box-shadow: 0px 0px 5px #ccc; */
	border: solid 2px #75D2F7;

	z-index: 999;
}

.about-contact-us-popup.has-shadow {
	box-shadow: 0px 0px 5px #ccc;
}

.about-contact-us-popup.has-border {
	border: solid 2px #75D2F7;
}

body.home .about-contact-us-popup {
    top: 800px;
}

body.page-template-tpl-page-case-studies .about-contact-us-popup,
body.page-template-tpl-meet-the-team .about-contact-us-popup {
    top: 200px;
}

.about-contact-us-popup a.contact-popup-close-btn{
	display: block;
	position: absolute;
	top: 0px; right: 0px;

	width: 50px;
	height: 50px;

	background: #75D2F7;
	font-size: 30px;
    color: #FFF;
    text-align: center;
    line-height: 1.6;
}
.about-contact-us-popup a.contact-popup-close-btn:hover{
	background: #ED8B00;
}

.about-contact-us-popup .contact-popup-open-btn{
	position: absolute;
	top: 215px;
	left: -57px;
	z-index: 99;

	transform-origin: 0 0;
  	transform: rotate(270deg);
}

.contact-popup-open-btn.outer-button {
    position: fixed;
    top: 900px;
    right: -120px;
    z-index: 99;

	transform-origin: 0 0;
  	transform: rotate(270deg);
}

.page-template-tpl-page-media-coverage .contact-popup-open-btn.outer-button,
.page-template-tpl-page-media-coverage .contact-popup-open-btn.outer-button[style] {
    top: 648px !important;
}

.about-contact-us-popup .contact-popup-open-btn a,
.contact-popup-open-btn.outer-button a{
	display: block;
	padding: 15px 30px;

	background: #ED8B00;
	color: #003D6A;
	font-size: 17px;

	text-align: center;
	text-transform: uppercase;
	font-weight: bold;

	border-radius: 5px 5px 0px 0px;
}

.about-contact-us-popup .contact-popup-open-btn a:hover,
.contact-popup-open-btn.outer-button a:hover{
	background: #75D2F7;
}

.about-contact-us-popup .about-contact-us{
	padding: 20px;
	color: #5E667F;
}


.about-contact-us-popup .about-contact-us h3{
	font-size: 15px;
	color: #71C5EA;
	margin-top: 40px;

}
.about-contact-us-popup .about-contact-us h2{
	font-size: 24px;
	color: #19345D;
	font-family: "Gilroy-Light";
	margin-bottom: 10px;
}

.about-contact-us-popup .about-contact-us p.desc{
	font-size: 15px;
	margin-bottom: 10px;
}

.about-contact-us-popup .about-contact-us .privacy-policy-link{
	font-size: 13px;
	padding-bottom: 10px;
}

.about-contact-us-popup .about-contact-us .privacy-policy-link a{
	color: #EC8B00;
}
.about-contact-us-popup .about-contact-us .privacy-policy-link a:hover{
	color: #71C5EA;
}

.about-contact-us-popup .form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.about-contact-us-popup .form-wrap .gform_wrapper textarea.large{
	border: solid 1px #E6E9EC;
	font-size: 13px;
	min-height: 50px;
	padding: 25px 10px 4px 10px;
	position: relative;
	z-index: 1;
}

.about-contact-us-popup .form-wrap .gform_wrapper textarea.large{
	max-height: 250px;
}

.about-contact-us-popup .form-wrap .gform_wrapper ul.gfield_checkbox li label{
	padding-left: 10px;
}

.about-contact-us-popup .form-wrap .gform_wrapper .gfield_checkbox li input[type=checkbox]{
	border: solid 1px #E6E9EC;
	margin-top: -15px;
}

.about-contact-us-popup .form-wrap .gform_wrapper ul li.gfield{
	position: relative;
}

.about-contact-us-popup .form-wrap .gform_wrapper label.gfield_label{
	position: absolute;
	top: 7px;
	left: 10px;
	z-index: 2;

	font-size: 13px;
	font-weight: normal;
	color: #454C5F;
}

.about-contact-us-popup .form-wrap .gform_wrapper .gform_footer{
	text-align: center;
}
.about-contact-us-popup .form-wrap .gform_wrapper .gform_footer input.button{
	color: #FFF;
	background: #ED8B00;
	border: none;
	border-radius: 5px;
	min-width: 165px;
	font-size: 18px;
	font-weight: bold;
	padding: 11px;
}

.about-contact-us-popup .form-wrap .gform_wrapper .gform_footer input.button:hover{
	background: #16B5F1;
}


@media (max-width: 768px){
	.about-contact-us-popup{
		right: -375px; /* -345px */
		top: 250px;
		width: 375px;
		min-height: 500px;

		z-index: 999;
	}
}

/*------------------------*/
/* WHITE PAPER MODAL      */
/*------------------------*/
#papermodal {
    width: 100%;
    max-width: 950px;
    position: relative;
}
#papermodal .btn-close {
    position: absolute;
    height: 50px;
    width: 50px;
    display: block;
    top: 1px;
    right: 1px;
    padding: 5px;
}
#papermodal iframe {
    border: 0;
}


/*------------------------*/
/* PAGINATION             */
/*------------------------*/

.post-pagination ul li a { 
    color: #444;
    background: white;
    border-radius: 4px;
}

.post-pagination ul li.active a,
.post-pagination ul li.active a:hover,
.post-pagination ul li a:hover {
    background: #80CBEC;
    color: #fff;    
}

.post-pagination ul {
    justify-content: center; 
}
.post-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}
.post-pagination ul li:first-child {
    margin-left: 0; 
}

.post-pagination ul li a {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    min-width: 35px;
    padding: 5.5px 5px;
    -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08); }

/*------------------------------------------------*/
/* SEARCH                                         */
/*------------------------------------------------*/

.tp-search-text span {
    color: #74D2F7;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    text-transform: capitalize;
}

.site-search {
    background-color: #F2F4F7;
}
.site-search article {
    background-color: white;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.site-search .entry-header {
    border-bottom: 1px solid #E3E8EE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}    
.site-search .ent {
    height: 100%;
    display: flex;
    align-items: center;
}    
.site-search .entry-title {
    line-height: 23px;
    margin-bottom: 0;
}
.site-search .entry-title span {
    font-size: 21px;
    color: #19335D;
    font-weight: 500;
    transition: 0.3s;
}
.site-search .entry-summary {
    font-size: 15px;
    color: #5E667F;
}

.site-search .entry-summary .posted {
    text-transform: capitalize;
}

.site-search .post-pagination {
    margin-top: 20px;
    padding-bottom: 20px;
}
.site-search .search-post {
    border: 2px solid white;
    transition: 0.3s;
}
.site-search .search-post:hover {
    border-color: #71C5EA;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);    
}
.site-search .search-post:hover .entry-title span {
    color: #71C5EA;
}

.site-search .nothing {
    font-size: 21px;
    color: #19335D;
    font-weight: 500;    
}

/*------------------------------------------------*/
/* 404                                            */
/*------------------------------------------------*/
.error-404 {
    padding: 60px 0;
}

.error-404 .page-title {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.error-404 .search-field {
    border: 1px solid #19335D;
    font-size: 17px;
    padding: 4px 10px;
}

.error-404 .search-submit {
    border: 1px solid #ED8B00;
    font-size: 17px;
    padding: 4px 10px;
    background-color: white;
    color: #ED8B00;
}    

.error-404 .screen-reader-text {
    display: none;
}

.error-404 .services_section {
    padding-bottom: 0;
    padding-top: 20px;
}
.error-404 .services_section .title1,
.error-404 .services_section .title2 {
    display: none;
}

/*------------------------------------------------*/
/* FOOTER                                         */
/*------------------------------------------------*/
.footer-menu {
    margin-bottom: 30px;
}
.footer-icon a {
    display: inline-block;
    max-width: 271px;
}
.footer-widgets-alt a {
    color: #ccc;
    font-size: 13px;
}

.footer-widgets-alt a:hover {
    color: #ED8B00;
}

.site-info .site-info-right a { color: #ccc; }

/*------------------------------------------------*/
/* MISCELLANEOUS                                  */
/*------------------------------------------------*/
.resform iframe {
    width: 100%;
    height: 900px;
}

/* override the bootstrap overlay z-index */
.modal-backdrop {
    z-index: 1;
}

.no-mobile {
    display: block;
}

.mobile-only {
    display: none;
}

.contact-form-trigger-btn a.trigger-btn-link {
    display: block;
    /*
    margin: 10px 15px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
            border-radius: 5px;
    */
    padding: 15px 30px;
    background: #75D2F7;
    color: #003D6A;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.contact-form-trigger-btn a.trigger-btn-link:hover {
    background: #ED8B00;
}

/*------------------------------------------------*/
/* SITEMAP                                        */
/*------------------------------------------------*/
.menu-sitemap-container {
    margin-bottom: 100px;
}

.wsp-container ul,
.menu-sitemap-container ul {
    list-style-type: none;
}

.wsp-container ul {
    padding-left: 30px;
}

.menu-sitemap-container ul {
    padding-left: 17px;
}

.wsp-container li,
#sitemap-menu li {
    position: relative;
}

#sitemap-menu li {
    line-height: 1.6;
}

.wsp-container li::before,
#sitemap-menu li::before {
    display: block;
    position: absolute;
    left: -17px;
    top: 8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid #75D2F7;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sitemap-menu li::before {
    top: 9px;
}

/*------------------------------------------------*/
/* HUBSPOT FORMS                                  */
/*------------------------------------------------*/

/*-------------------------------------Get Started*/

.hs_recaptcha.field.hs-form-field{
	display: none;
}

.grecaptcha-badge {
    display: none !important;
}

.inputs-list{
	padding-left:0;
	margin-bottom:0;
}

.hs-form-booleancheckbox-display .hs-form-required{
	display:none;	
}

.get-started-form-wrap #hsForm_9bdb0a65-02ec-407c-945b-96b4ffe46158 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media only screen and (max-width: 800px) {
	.get-started-form-wrap #hsForm_9bdb0a65-02ec-407c-945b-96b4ffe46158 {
		display: flex;
		flex-direction: column;
	}
}

.get-started-form-wrap legend{
	display:none !important;
}

.get-started-form-wrap .hs-form-field:not(.hs_services_of_interest_2021__c):not(.hs_comments):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155) {
    position: relative;
}

.get-started-form-wrap .hs-form-field:not(.hs_services_of_interest_2021__c):not(.hs_comments):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155) label{
    position: absolute;
}

.get-started-form-wrap input, select {
    width: 97%;
    border: 0px;
    margin-top: 11px;
    margin-bottom: -28px !important;
}

.get-started-form-wrap p, 
.get-started-form-wrap li,
.get-started-form-wrap div{
    font-size: 13px;
    color: #444;
    margin-left: 2px;
}

.hs-richtext:nth-child(1){
	margin-top:10px;
}

.get-started-form-wrap #comments-9bdb0a65-02ec-407c-945b-96b4ffe46158 {
    min-height: auto !important;
}

.legal-consent-container *:nth-child(5){
	margin-top:60px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
	display: block !important;
    padding-top: 8px !important;
    padding-left: 10px;
}

.get-started-form-wrap .hs_submit.hs-submit .actions {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}

.get-started-form-wrap input[type=checkbox], 
input[type=radio] {
	width: 20px !important;
	margin-right:4px;
}

.get-started-form-wrap ul.inputs-list.multi-container,
.get-started-form-wrap .legal-consent-container .hs-form-field ul {
	padding-left: 0px;    
}

.get-started-form-wrap ul.inputs-list.multi-container p,
.get-started-form-wrap .legal-consent-container .hs-form-field ul p {
	color: #5E667F !important;
}

.get-started-form-wrap .hs-richtext{
	text-align:center;
}

.get-started-form-wrap .hbspt-form{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #5E667F;
}

.get-started-form-wrap .legal-consent-container label {
	width: 100%;
	margin-bottom:-20px;
}

.get-started-form-wrap .hs_submit.hs-submit .actions{
	text-align:center;
	margin-bottom:80px;
	margin-top:40px;
}

.get-started-form-wrap .hs_submit.hs-submit .actions input{
	border: 1px solid #ED8B00;
	color: #ED8B00;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 5px;
	padding: 10px 27px;
	font-family: Arial;
	margin-left: 5px;
	transition: 0.3s;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.get-started-form-wrap .hs_submit.hs-submit .actions input:hover{
	border: 1px solid #427fe1;
	color: #427fe1;
}

.get-started-form-wrap .hs-form-field:not(.hs_services_of_interest_2021__c):not(.hs_comments):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155){
	background-color:white;
	border: 1px solid #ddd;
	padding: 0px 0px 5px 10px;
	font-size: 15px;
	border-radius: 5px;
}

.get-started-form-wrap #comments-9bdb0a65-02ec-407c-945b-96b4ffe46158{
	min-height:6rem;
}

.get-started-form-wrap ul.inputs-list.multi-container, .legal-consent-container .hs-form-field ul {
	list-style: none;
}

.get-started-form-wrap .legal-consent-container .hs-form-field{
	background-color:rgba(0,0,0,0) !important;
	border: 0px !important;
	border-radius: 0px !important;
}

.get-started-form-wrap .hs_services_of_interest_2021__c, .hs_comments, .legal-consent-container, .hs_submit.hs-submit{
	grid-column: 1 / 3;    	
}


.get-started-form-wrap option:disabled {
	color:white !important;
	display:none !important;
}

.get-started-form-wrap input, select{
	width:97%;
	border:0px;
}

.get-started-form-wrap .hs-form-required{
	color: #f00;
	margin-left: 3px;
	opacity: 0.6;
}

.get-started-form-wrap label{
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

/*-------------------------NEWSLETTER*/

@media only screen and (max-width: 1200px) {
	.newsletter_section fieldset, 
  	.newsletter_section form {
        flex-direction: column;
      	margin-top: 30px;
    }
    .newsletter_section .hs-form-field:not(.hs-fieldtype-booleancheckbox) input, 
  	.newsletter_section .hs-form-field:not(.hs-fieldtype-booleancheckbox){
        max-width: 40vw !important;
        min-width: 40vw !important;
  	}
    .newsletter_section .form-columns-1{
      	margin-top:6px !important;
      	margin-bottom:16px !important;
    }
    .newsletter_section form {
        align-items: flex-start !important;
  	}
}


@media only screen and (max-width: 768px) {
    .newsletter_section .hs-form-field:not(.hs-fieldtype-booleancheckbox) input, 
  	.newsletter_section .hs-form-field:not(.hs-fieldtype-booleancheckbox){
        max-width: 70vw !important;
        min-width: 70vw !important;
  	}
}

.newsletter_section legend{
	display:none !important;
}

.newsletter_section form:not(#hsForm_c5af2009-3330-4f79-bf2e-f62cd6f1ee77) {
    display: flex;
    align-items: center;  	
}

.newsletter_section .hs-form-field{	
  	position:relative;
}

.newsletter_section .row {
    align-items: center;
}

.newsletter_section .hs-form-field:not(.hs-fieldtype-booleancheckbox) input, 
.newsletter_section .hs-form-field:not(.hs-fieldtype-booleancheckbox){
  	max-width: 177px;
  	min-width: 177px;
}

.newsletter_section .hs-form-field input{
    border: 0px;
    padding: 15px 10px 5px 10px;
    font-size: 15px;
    border-radius: 5px;
}

.newsletter_section .hs-button:hover {
    border: 1px solid #FAA337;
    color: #FAA337;
    cursor: pointer;
}

.newsletter_section .hs-button{
	border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px 27px;
    font-family: Arial;
    margin-left: 5px;
    transition: 0.3s;
}

.newsletter_section fieldset{
	display:flex !important;
  	gap:6px;
  	margin-right:6px !important;
}

.newsletter_section .hs-form-required{
    color: #f00;
    margin-left: 3px;
    opacity: 0.6;
}

.newsletter_section .hs-form-field label{
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 11px;
    color: #bbb;
    text-transform: uppercase;
}

@media only screen and (min-width: 941px) and (max-width: 1200px) {
  .newsletter_section form:not(#hsForm_c5af2009-3330-4f79-bf2e-f62cd6f1ee77){
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6px;
  }
  .newsletter_section .form-columns-2{
      grid-column: 1 / 3;
  }
  .newsletter_section fieldset {
    display: flex !important;
    gap: 22px;
    margin-right: 6px !important;
    margin-bottom: 10px !important;
  }
}

/*-------------------------------------Popup*/

.about-contact-us #hsForm_9bdb0a65-02ec-407c-945b-96b4ffe46158 {
	display: flex;
  	flex-direction: column;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media only screen and (max-width: 800px) {
	.about-contact-us #hsForm_9bdb0a65-02ec-407c-945b-96b4ffe46158 {
		display: flex;
		flex-direction: column;
	}
}

.legal-consent-container > div:nth-child(3){
	margin-top:-20px;
  	margin-bottom:-20px;
}

.legal-consent-container > div:nth-child(4){
  	margin-bottom:-50px;
}

.about-contact-us label.hs-form-booleancheckbox-display{
	position:relative !important;
}

.about-contact-us.ta-center{
	text-align:left !important;
}

label.hs-error-msg {
    left: 0px;
    top: auto !important;
    bottom: -5px !important;
}

.about-contact-us .hs-richtext p {
    text-align: left;
}

.about-contact-us .input {
    margin-top: 10px;
}

.about-contact-us .hs-form-field:not(.hs_services_of_interest_2021__c):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155) label {
    position: absolute;
    left: 5px;
    top: 2px;
}

.about-contact-us legend{
	display:none !important;
}

.about-contact-us .hs-form-field:not(.hs_services_of_interest_2021__c):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155) {
    position: relative;
}

.about-contact-us .hs-form-field:not(.hs_services_of_interest_2021__c):not(.hs_comments):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155) label{
    position: absolute;
}

.about-contact-us input, select {
    width: 97%;
    border: 0px;
    margin-top: 11px;
    margin-bottom: -28px !important;
}

.about-contact-us p, 
.about-contact-us li,
.about-contact-us div{
    font-size: 13px;
    color: #444;
    margin-left: 2px;
}

.hs-richtext:nth-child(1){
	margin-top:10px;
}

.about-contact-us #comments-9bdb0a65-02ec-407c-945b-96b4ffe46158 {
    min-height: auto !important;
}

.legal-consent-container *:nth-child(5){
	margin-top:60px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
	display: block !important;
    padding-top: 8px !important;
    padding-left: 10px;
}

ul.no-list.hs-error-msgs.inputs-list{	
	position:relative !important;
}

.hs-error-msg{	
	position: relative !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}


.hs-form select, .hs-form input {
    margin-top: 17px !important;
    margin-bottom: -28px !important;
}

.about-contact-us .hs_submit.hs-submit .actions {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}

.about-contact-us input[type=checkbox], 
input[type=radio] {
	width: 20px !important;
	margin-right:4px;
}

.about-contact-us ul.inputs-list.multi-container,
.about-contact-us .legal-consent-container .hs-form-field ul {
	padding-left: 0px;    
}

.about-contact-us ul.inputs-list.multi-container p,
.about-contact-us .legal-consent-container .hs-form-field ul p {
	color: #5E667F !important;
}

.about-contact-us .hs-richtext{
	text-align:center;
}

.about-contact-us .hbspt-form{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #5E667F;
}

.about-contact-us .legal-consent-container label {
	width: 100%;
	margin-bottom:-20px;
}

.about-contact-us .hs_submit.hs-submit .actions{
	text-align:center;
	margin-bottom:80px;
	margin-top:40px;
}

.about-contact-us .hs_submit.hs-submit .actions input{
	border: 1px solid #ED8B00;
	color: #ED8B00;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 5px;
	padding: 10px 27px;
	font-family: Arial;
	margin-left: 5px;
	transition: 0.3s;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.about-contact-us .hs_submit.hs-submit .actions input:hover{
	border: 1px solid #427fe1;
	color: #427fe1;
}

.about-contact-us .hs-form-field:not(.hs_services_of_interest_2021__c):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155){
	background-color:white;
	border: 1px solid #ddd;
	padding: 0px 0px 5px 10px;
	font-size: 15px;
	border-radius: 5px;
}

.about-contact-us #comments-9bdb0a65-02ec-407c-945b-96b4ffe46158{
	min-height:6rem;
}

.about-contact-us ul.inputs-list.multi-container, .legal-consent-container .hs-form-field ul {
	list-style: none;
}

.about-contact-us .legal-consent-container .hs-form-field{
	background-color:rgba(0,0,0,0) !important;
	border: 0px !important;
	border-radius: 0px !important;
}

.about-contact-us .hs_services_of_interest_2021__c, .hs_comments, .legal-consent-container, .hs_submit.hs-submit{
	grid-column: 1 / 3;    	
}

.about-contact-us input, select {
    margin-top: 17px !important;
    margin-bottom: -28px !important;
}

.hs-form-booleancheckbox-display {
    position: relative !important;
}

.about-contact-us option:disabled {
	color:white !important;
	display:none !important;
}

.about-contact-us input, select{
	width:97%;
	border:0px;
}

.about-contact-us .hs-form-required{
	color: #f00;
	margin-left: 3px;
	opacity: 0.6;
}

.about-contact-us label{
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}


/*----------------------------CONTENT BODY FORMS*/
.entry-content .hbspt-form #hsForm_9bdb0a65-02ec-407c-945b-96b4ffe46158 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.entry-content .hbspt-form input, select {
    margin-top: 15px !important;
    margin-bottom: -28px !important;
}

@media only screen and (max-width: 800px) {
	.entry-content .hbspt-form #hsForm_9bdb0a65-02ec-407c-945b-96b4ffe46158 {
		display: flex;
		flex-direction: column;
	}
}

label#label-comments-9bdb0a65-02ec-407c-945b-96b4ffe46158 {
    margin-bottom: 0px !important;
}

.entry-content .hbspt-form legend{
	display:none !important;
}

.entry-content .hbspt-form .hs-form-field:not(.hs_services_of_interest_2021__c):not(.hs_comments):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155) {
    position: relative;
}

.entry-content .hbspt-form .hs-form-field:not(.hs_services_of_interest_2021__c):not(.hs_comments):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155) label{
    position: absolute;
}

.entry-content .hbspt-form input, select {
    width: 97%;
    border: 0px;
    margin-top: 11px;
    margin-bottom: -28px !important;
}

.entry-content .hbspt-form p, 
.entry-content .hbspt-form li,
.entry-content .hbspt-form div{
    font-size: 13px;
    color: #444;
    margin-left: 2px;
}

.hbspt-form .hs-richtext:nth-child(1){
	margin-top:10px;
}

.entry-content .hbspt-form #comments-9bdb0a65-02ec-407c-945b-96b4ffe46158 {
    min-height: auto !important;
}

.legal-consent-container *:nth-child(5){
	margin-top:60px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
	display: block !important;
    padding-top: 8px !important;
    padding-left: 10px;
}

.entry-content .hbspt-form .hs_submit.hs-submit .actions {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}

.entry-content .hbspt-form input{
	margin-top:9px;
}

.entry-content .hbspt-form input[type=checkbox], 
input[type=radio] {
	width: 20px !important;
	margin-right:4px;
}

.entry-content .hbspt-form ul.inputs-list.multi-container,
.entry-content .hbspt-form .legal-consent-container .hs-form-field ul {
	padding-left: 0px;    
}

.entry-content .hbspt-form ul.inputs-list.multi-container p,
.entry-content .hbspt-form .legal-consent-container .hs-form-field ul p {
	color: #5E667F !important;
}

.entry-content .hbspt-form .hs-richtext{
	text-align:center;
}

.entry-content .hbspt-form .hbspt-form{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #5E667F;
}

.entry-content .hbspt-form .legal-consent-container label {
	width: 100%;
	margin-bottom:-20px;
}

.entry-content .hbspt-form .hs_submit.hs-submit .actions{
	text-align:center;
	margin-bottom:80px;
	margin-top:40px;
}

.entry-content .hbspt-form .hs_submit.hs-submit .actions input{
	border: 1px solid #ED8B00;
	color: #ED8B00;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 5px;
	padding: 10px 27px;
	font-family: Arial;
	margin-left: 5px;
	transition: 0.3s;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.entry-content .hbspt-form .hs_submit.hs-submit .actions input:hover{
	border: 1px solid #427fe1;
	color: #427fe1;
}

.entry-content .hbspt-form .hs-form-field:not(.hs_services_of_interest_2021__c):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155){
	background-color:white;
	border: 1px solid #ddd;
	padding: 0px 0px 5px 10px;
	font-size: 15px;
	border-radius: 5px;
}

.entry-content .hbspt-form #comments-9bdb0a65-02ec-407c-945b-96b4ffe46158{
	min-height:6rem;
}

.entry-content .hbspt-form ul.inputs-list.multi-container, .legal-consent-container .hs-form-field ul {
	list-style: none;
}

.entry-content .hbspt-form .legal-consent-container .hs-form-field{
	background-color:rgba(0,0,0,0) !important;
	border: 0px !important;
	border-radius: 0px !important;
}

.entry-content .hbspt-form .hs_services_of_interest_2021__c, .hs_comments, .legal-consent-container, .hs_submit.hs-submit{
	grid-column: 1 / 3;    	
}


.entry-content .hbspt-form option:disabled {
	color:white !important;
	display:none !important;
}

.entry-content .hbspt-form input, select{
	width:97%;
	border:0px;
}

.entry-content .hbspt-form .hs-form-required{
	color: #f00;
	margin-left: 3px;
	opacity: 0.6;
}

.entry-content .hbspt-form label{
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

/*HOME PAGE FORM*/
.newsletter_section .hs-form-field label {
    top: 18px !important;  	
}
.newsletter_section .hs-form-field .hs-error-msg{
	color:white !important;
}
.newsletter_section form {
    align-items: flex-start !important;
}
.newsletter_section ul.no-list.hs-error-msgs.inputs-list {
    position: relative !important;
    list-style: none !important;
    padding-left: 0px !important;
}

/*-------------------------SIDEBAR*/
@media only screen and (max-width: 800px) {
	.resources-sidebar .hbspt-form fieldset, 
  	.resources-sidebar .hbspt-form form {
        flex-direction: column !important;
      	margin-top: 30px !important;
    }
    .resources-sidebar .hbspt-form .hs-form-field input:not([type=checkbox]), 
  	.resources-sidebar .hbspt-form .hs-form-field{
        max-width: 70vw !important;
        min-width: 70vw !important;
  	}
    .resources-sidebar .hbspt-form .form-columns-1{
      	margin-top:6px !important;
      	margin-bottom:16px !important;
    }
    .resources-sidebar .hbspt-form form {
        align-items: flex-start !important;
  	}
}

@media only screen and (min-width: 800px) {
	.resources-sidebar .hbspt-form fieldset, 
  	.resources-sidebar .hbspt-form form {
        flex-direction: column !important;
      	margin-top: 30px !important;
    }
    .resources-sidebar .hbspt-form .form-columns-1{
      	margin-top:6px !important;
      	margin-bottom:16px !important;
    }
    .resources-sidebar .hbspt-form form {
        align-items: flex-start !important;
  	}
	.resources-sidebar .hs-form-field {
		width:100% !important;
	}
}

.resources-sidebar .hs-error-msgs label{
	color:white !important;
}

.resources-sidebar ul{
	list-style:none !important;
  	padding-left:0px !important;
}

.resources-sidebar .hs-form-c5af2009-3330-4f79-bf2e-f62cd6f1ee77_771884da-73b4-4341-a850-6464e0ac84a7 fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.resources-sidebar .hs-form-field input:not([type=checkbox]){
	width:100% !important;
}

.resources-sidebar .hbspt-form legend{
	display:none !important;
}

.resources-sidebar .hs-form-c5af2009-3330-4f79-bf2e-f62cd6f1ee77_771884da-73b4-4341-a850-6464e0ac84a7 fieldset{
    flex-direction: column !important;
}

.resources-sidebar .hs-form-c5af2009-3330-4f79-bf2e-f62cd6f1ee77_771884da-73b4-4341-a850-6464e0ac84a7 fieldset.form-columns-2 .hs-form-field{
	width:100% !important;
}

.resources-sidebar .hbspt-form .hs-form-field{	
  	position:relative !important;
}

.single-resource .entry-content .hbspt-form .hs-form-field:not(.hs_services_of_interest_2021__c):not(.hs_comments):not(.legal-consent-container):not(.hs_LEGAL_CONSENT.subscription_type_26277155){
	margin-bottom:10px !important;
}

.single-resouce .entry-content .hbspt-form input, select {
    width: 99% !important;
}

.single-resource .entry-content .hbspt-form ul{
	list-style:none !important;
}

.single-resource .hs_submit.hs-submit{
	margin-top:60px !important;
}

ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 5px;
}

.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus,
.hs-form input[type="datetime"]:focus,
.hs-form input[type="datetime-local"]:focus,
.hs-form input[type="date"]:focus,
.hs-form input[type="month"]:focus,
.hs-form input[type="time"]:focus,
.hs-form input[type="week"]:focus,
.hs-form input[type="number"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="url"]:focus,
.hs-form input[type="search"]:focus,
.hs-form input[type="tel"]:focus,
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
    outline: 0 !important;
    border-color: rgba(0,0,0,0) !important;
    border-width:0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
}

.hs-dependent-field{	
	display: flex;
    gap: 5px;
}

.hs-dependent-field .hs-country_of_operations{
	flex-grow: 1;
}

.entry-content .hbspt-form .input {
    margin-top: 5px !important;
}

.about-contact-us .privacy-policy-link {
    display: none !important;
}

.get-started-form-wrap .legal-consent-container .hs-form-field ul p {
    margin-top: 5px !important;
}

.entry-content .legal-consent-container .hs-dependent-field span:not(.hs-form-required){
	position: relative;
}

.entry-content .legal-consent-container .hs-dependent-field span:not(.hs-form-required) span{
    margin-top: -53px;
    bottom: -2px;
    position: absolute;  
}

.cb-accordion .fl-accordion-content p img {
    width: 190px;
    object-fit: cover;
}
.cb-accordion .fl-accordion-content p {
    display: flex;
    grid-gap: 25px;
}