/***** GENERAL STYLES *****/

body {
    background: #42393F;
}
body,
p {
    font-family: "gotham", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
}

h1 {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 400;
    font-size: 37px;
}
h2 {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 400;
    font-size: 23px;
}
h3 {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 400;
    font-size: 23px;
}
h4 {
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 19px;
}
h5 {
    font-family: "gotham", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
}

a.read-more-button,
a.read-more-button:hover {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 38px;
    text-align: center;
    text-decoration: none;
}
.subheading {
    margin-top: 0px;
}

.content ul > li {
    padding-left: 35px;
    margin-bottom: 20px;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/***** HEIGHTS *****/
.height-a,
.BANNER.height-a .imageSlider{
    height: 490px;
}
.height-b,
.BANNER.height-b .imageSlider {
    height: 630px;
}
.height-c,
.BANNER.height-c .imageSlider{
    height: 835px;
}

@media(max-width: 639px) {
    .height-a, .BANNER.height-a .imageSlider {
        min-height: 350px;
    }

}

/***** COLORS *****/

.brand-color-1 {
    color: #2F3135;
    background: #fff;
}
.brand-color-1 p,
.brand-color-1 h1,
.brand-color-1 h2,
.brand-color-1 h3,
.brand-color-1 h4,
.brand-color-1 h5 {
    color: #2F3135;
}
.brand-color-1 a.read-more-button {
    background: transparent;
    color: #4B3D46;
    border: 1px solid #4B3D46;
}

.brand-color-2 {
    color: #fff;
    background: #4B3D46;
}
.brand-color-2 p,
.brand-color-2 h1,
.brand-color-2 h2,
.brand-color-2 h3,
.brand-color-2 h4,
.brand-color-2 h5 {
    color: #fff;
}


.brand-color-3 {
    background: #AF9EA6;
    color: #fff;
}
.brand-color-3 p,
.brand-color-3 h1,
.brand-color-3 h2,
.brand-color-3 h3,
.brand-color-3 h4,
.brand-color-3 h5 {
    color: #fff;
}
.brand-color-3 a.read-more-button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.brand-color-4 {
    color: #2F3135;
    background: #fff;
}
.brand-color-4 p {
    color: #2F3135;
}
.brand-color-4 h1,
.brand-color-4 h2,
.brand-color-4 h3,
.brand-color-4 h4,
.brand-color-4 h5 {
    color: #fff;
}
.brand-color-4 h5.subheading {
    color: #5F5F5F;
}
.brand-color-4 a.read-more-button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.grey {
    color: #AF9EA6!important;
}

/****** NAV & HEADER *****/
.container.header-section {
    height: 90px;
}
.navbar-header {
    padding: 10px 20px 10px 70px;
    max-height: 90px;
}
.brand {
    width: 200px;
    max-width: 100%;
}
.navbar-default {
    border-radius: 0px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    font-family: "gotham", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    padding: 25px 18px;
    text-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:active,
.navbar-default .navbar-nav > li.active > a:focus{
    background-color: transparent;
    background-image: url('../images/active_menu_bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 8px;
    color: #fff;
    text-shadow: none;
}

.navbar-toggle {
    margin-top: 10px;
    margin-right: 15px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 45px;
    height: 5px;
    border-radius: 2px;
    margin-bottom: 8px;
}
@media(min-width:992px) {
    .navbar-default .navbar-nav > li#menu-item-352 > a {
        background: #897589;
    }
}
@media(min-width:640px) and (max-width:1199px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        font-size: 12px;
        padding: 35px 12px;
    }
    .navbar-header {
        padding: 15px 20px;
    }
    .brand {
        width: 145px;
    }
}
@media(min-width:640px) and (max-width: 991px) {
    .navbar-header {
        padding-left: 30px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
}
@media(max-width: 992px) {
    .navbar-collapse {
        border: none;
    }
    .navbar-nav {
        background: #897589;
        padding: 20px 0;
    }
    .navbar-default .navbar-nav > li:nth-child(odd) > a {
        background: rgba(75,61,70,0.5);
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        padding: 15px 0;
    }
}
@media(max-width:639px) {
    .navbar-header {
        padding: 10px 20px;
    }
    .brand {
        width: 140px;
        margin-top: 9px;
    }

}


/***** BANNERS + SLIDERS *****/

.row.BANNER.variation-2 .slide-content {
    background: rgba(255,255,255,0.8);
}
body.page-id-348 .row.BANNER.variation-2 .slider-center-me-vertically {
    display: block;
    position: relative;
    top: 100px;
}
.bx-controls {
    display: none;
}

/***** THREE-CTA-1 *****/

@media(min-width:992px) {
    .THREE-CTA-1 .heading-block,
    .THREE-CTA-2 .heading-block{
        padding-top: 20px;
        padding-bottom: 20px;
        border-right: 1px solid #fff;
    }
    .THREE-CTA-1 p,
    .THREE-CTA-2 p {
        margin-bottom: 0px;
    }
    .THREE-CTA-1 a.read-more-button,
    .THREE-CTA-2 a.read-more-button {
        margin-bottom: 0px;
        float: right;
    }
}

/***** MAP *****/
.absolute-content {
    position: absolute;
    top: 250px;
    background: rgba(255,255,255,0.8);
    width: 100%;
    max-width: 650px;
}



/****** HOMEPAGE MENU OVERRIDE ******/
@media(min-width: 992px) {
    body.home .header-section {
        position: absolute;
        width: 100%;
        background: transparent;
    }
    body.home .navbar-header {
        background: transparent;
        margin-bottom: -90px;
        float: right;
    }
    body.home .navbar-collapse,
    body.home .brand {
        display: none!important;
    }
    body.home .container.header-section {
        margin-bottom: -90px;
    }
    body.home .navbar-toggle {
        display:block!important;
    }
    body.home .container.header.NAV-5 {
        background: transparent;
    }
}

/***** BLOG *****/
div.other-blog-panel {
    /*background: #B9B2A8;*/
}
div.other-blog-panel:nth-child(2) {
    /*background: #AF9EA6;*/
}
div.other-blog-panel h5,
div.other-blog-panel p {
    color: #4B3D46;
}



/***** OVERRIDES *****/
body.home .block.content-block-2.ONE-HT {
    padding-top: 0!important;
    padding-bottom: 0!important;
}


/***** 2020 update *****/

body.home .header-section {
    z-index: 50000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #533F47;
}


.BANNER {
    position: relative;
    background-color: #4B3D46;
}

.slider-sticker {
    position: absolute;
    display: block;
    left: 50px;
    top: 50px;
    border-radius: 50%;
    height: 240px;
    width: 240px;
    padding: 30px;
    background-color: #EAC25E;
    text-align: center;
    color: white;
}

.slider-sticker .sl1,
.slider-sticker .sl2,
.slider-sticker .sl3,
.slider-sticker .sl4 {
    color: white;
    display: block;
}

.slider-sticker .sl2 .cur {
    display: inline-block;
}

.slider-sticker .sl1 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

.slider-sticker .sl2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    font-family: "greycliff-cf", sans-serif;
    font-weight: 900;

    margin-bottom: 5px;
}

.slider-sticker .sl2 .cur {
    font-size: 40px;
    font-family: "greycliff-cf", sans-serif;
    font-weight: 900;
}

.slider-sticker .sl3 {
    font-size: 18px;
    line-height: 20px;
    font-family: "gotham", sans-serif;
    font-weight: 400;
}

.slider-sticker .sl4 {
    font-size: 11px;
    line-height: 14px;
    margin-top: 15px;
}


/*** Yellow CTA ***/

.yellow_cta .cta-box {
    background-color: #EAC25E;
    padding: 50px 60px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;

    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    color: white;
}


.yellow_cta .cta-box .left {
    min-width: 300px;
    padding-right: 55px;
    margin-right: 50px;
    border-right: 1px solid white;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;

    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.yellow_cta .cta-box .left h2 {
    font-size: 50px;
}

.yellow_cta .cta-box p,
.yellow_cta .cta-box h2 {
    margin-bottom: 0;
}

.yellow_cta h3 {
    font-weight: bold;
    font-family: "gotham", sans-serif;
    font-weight: 700;
}

/*** purple strip ***/
p,
body {
    line-height: 1.7;
    font-family: "gotham", sans-serif;
    font-weight: 200;
}


a.read-more-button, input[type="submit"] {
    font-weight: normal;
    font-family: "greycliff-cf", sans-serif;
    font-weight: 300;
}

.content-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -1px;
}

.content-box-flex .read-more-button {
    margin-bottom: 0;
}

.content-box-flex h3.margin-bottom-1 {
    margin-bottom: 15px;
}

.brand-color-4 .content-box-flex h5.subheading,
.brand-color-4 .content-box-flex p {
    color: #373638;
}

.three-column.variation-3 img {
    max-width: 101%;
}

/*** CTA_4 ***/

.CTA_4 {
    background-color: #EAC25E;
}

.CTA_4 .left-text h2,
.CTA_4 .left-text p {
    display: inline-block;
    margin-bottom: 0;
}

.CTA_4 .left-text h2 {
    font-size: 70px;
}

.CTA_4 .left-text p {
    font-size: 20px;
    font-family: "gotham", sans-serif;
    font-weight: 400;
}

.CTA_4 .left-text {
    border-right: 2px solid white;
}

.CTA_4 .read-more-button {
    margin-bottom: 0;
}

.CTA_4 .middle-text h2,
.CTA_4 .middle-text p {
    margin-bottom: 0;
}

.CTA_4 .middle-text {
    padding-left: 40px;
    padding-right: 140px;
}

.CTA_4 .middle-text h2 {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

/*** 2 col tick list ***/

ul.tick-list {
    list-style: none;
    margin-top: -25px;
}

ul.tick-list > li {
    margin-bottom: 10px;
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 19px;
}

ul.tick-list > li::before {
    content: '';
    background-image: url('../images/tick.svg');
    background-size: contain;
    background-position: center;
    display: inline-block;
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    margin-top: 5px;
}

ul.tick-list > br {
    display: none;
}

/*** two_column_image_text ***/

.two_column_image_text .right-section {
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.two_column_image_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two_column_image_text .left-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*** CF7 FOOTER ***/

.CF7_FOOTER {
    background-color: #513E47;
    color: white;
    margin-top: -5px;
}

.CF7_FOOTER .footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
   /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.CF7_FOOTER .footer-form .field {
    width: 24%;
}

.CF7_FOOTER .footer-form .field input,
.CF7_FOOTER .footer-form .field select {
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    color: #444444;
    font-family: "gotham", sans-serif;
    font-weight: 400;
}

.CF7_FOOTER .footer-form .field input[type=submit] {
    text-align: center;
    width: 80%;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding-top: 7px;
}

.CF7_FOOTER div.wpcf7 .ajax-loader {
    display: none;
}

/*** Intensive Online English ***/
.page-id-338 .height-a.BANNER,
.page-id-338 .BANNER.height-a .imageSlider {
    height: 590px;
}

.height-a.BANNER h1 {
    margin-bottom: 5px;
}


/*** CTA 5 ***/

.CTA_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.CTA_5 p,
.CTA_5 a.read-more-button {
    margin: 0;
}

.CTA_5 p {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 400;
    font-size: 23px;
}

/*** Contact ***/

.CONTACT_OUTER {
    background-color: #B8A5AB;
}

.CONTACT {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 70px;
    margin-bottom: 70px;
}

.CONTACT .details {
    width: 40%;
    position: relative;
}

.CONTACT .form {
    width: 60%;
    background-color: white;
    padding-left: 100px;
    padding-right: 60px;
}

.CONTACT .details-inner {
    background-color: #513E47;
    padding: 60px;
    color: white;
    position: absolute;
    right: 0;
    margin-top: 55px;
    width: 100%;
}

.CONTACT .form h1 {
    margin-top: 85px;
    margin-bottom: 10px;
}

.CONTACT .details-bkg {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 60%;
    float: right;
}

.CONTACT .call,
.CONTACT .email,
.CONTACT .visit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}

.CONTACT .call .icon,
.CONTACT .email .icon,
.CONTACT .visit .icon {
    width: 30px;
    min-width: 30px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    height: 30px;
}

.CONTACT .call .icon {
    background-image: url('../images/Contact-call.svg');
}

.CONTACT .email .icon {
    background-image: url('../images/Contact-address.svg');
}

.CONTACT .visit .icon {
    background-image: url('../images/Contact-email.svg');
}

.CONTACT .content {
    padding-left: 20px;
}

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

.CONTACT .content p:first-of-type {
    font-size: 13px;
}

.CONTACT h2 {
    margin-bottom: 30px;
    font-family: "gotham", sans-serif;
    font-weight: 400;
}

.CONTACT .form textarea {
    height: 200px;
}

.CONTACT .details-inner a.read-more-button {
    margin-bottom: 0;
    margin-top: 40px;
    float: right;
}

.CONTACT .form textarea,
.CONTACT .form input,
.CONTACT .form select {
    background-color: #EEEEEE;
    width: 100%;
    padding: 15px 30px;
    color: #333333;
    margin-bottom: 10px;
    border: none;
}

.CONTACT .form input[type=submit] {
    background: transparent;
    color: #513E47;
    border: 2px solid #513E47;
    width: 200px;
    float: right;
    text-align: center;
    padding: 10px;
    font-family: "gotham", sans-serif;
    font-weight: 400;
}

.CONTACT .details-bkg {
    height: 700px;
}

h4.subheading,
.subheading {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
}


/*** .two_column_image_text - flippable CB ***/

.two_column_image_text.CB.image-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two_column_image_text.CB.image-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two_column_image_text.CB .right-section{
    padding: 60px;
}

.two_column_image_text.CB .right-section h2 {
    color: white;
}

.two_column_image_text.CB .right-section h4 {
    color: #656160;
}

.two_column_image_text.CB .right-section p {
    color: #373638;
}

.two_column_image_text.CB .right-section ul > li {
    padding-left: 10px;
    margin-bottom: 10px;
}


/*** Mobile Views ***/

@media(max-width: 991px) {

    /* Yellow CTA */
    .yellow_cta .cta-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .yellow_cta .cta-box .left {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 30px;
        border-bottom: 1px solid white;
        padding-bottom: 30px;
        min-width: unset;
    }

    .yellow_cta .cta-box .left h2 {
        font-size: 35px;
    }

    /*Navbar*/
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
    }

    /*two_column_image_text*/
    .two_column_image_text .left-section {
        height: 400px;
    }

    .two_column_image_text .right-section {
        padding-left: 0;
    }

    .two_column_image_text {
        margin-bottom: 0;
        padding-left: 40px;
        padding-right: 40px;
    }

    /* ticklist */
    ul.tick-list {
        margin-top: 0;
    }

    /* CTA_4 */
    .CTA_4 .left-text {
        border-right: none;
        padding: 0;
        margin-bottom: 10px;
    }

    .CTA_4 .middle-text {
        padding: 0;
        margin-bottom: 20px;
    }

    .CTA_4 .right-button {
        padding: 0;
    }

    /* two_column_image_text CB */
    .two_column_image_text.CB {
        padding-left: 0;
        padding-right: 0;
    }

    /* CTA_4 */
    .CTA_5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CTA_5 p {
        margin-bottom: 20px;
    }


    /*CF7_FOOTER*/
    .CF7_FOOTER {
        padding-left: 20px;
        padding-right: 20px;
    }

    .CF7_FOOTER .footer-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .CF7_FOOTER .footer-form .field {
        margin-bottom: 15px;
    }

    .CF7_FOOTER .footer-form .field,
    .CF7_FOOTER .footer-form .field input[type=submit] {
        width: 100%;
    }


    /* CONTACT PAGE */

    .CONTACT {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .CONTACT .details,
    .CONTACT .form {
        width: 100%;
    }

    .CONTACT .details-bkg {
        display: none;
    }

    .CONTACT .details-inner {
        position:relative;
    }

    .CONTACT .details-inner a.read-more-button {
        float: unset;
        display: block;
    }

    .CONTACT .form {
        padding: 60px;
    }

    .CONTACT .form h1 {
        margin-top: 0;
    }

    .CONTACT .form input[type=submit] {
        display: block;
        float: unset;
        width: 100%;
    }

}


@media(max-width: 767px) {
    /*Sticker*/
    .slider-sticker {
        top: 15px;
        left: 15px;
        height: 200px;
        width: 200px;
    }

    .slider-sticker .sl2 {
        font-size: 40px;
        line-height: 40px;
    }

    .slider-sticker .sl3 {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media(max-width: 639px) {
    /* CTA_4 */
    .CTA_4 {
        padding: 40px;
    }

    /*CTA_5*/
    .CTA_5 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .cta-box.margin-bottom-8 {
        margin-bottom: 0;
    }
}

@media(max-width: 575px) {
    /* Yellow CTA */
    .yellow_cta .cta-box {
        padding: 30px;
    }

    /* CTA_4 */
    .CTA_4 {
        padding: 30px;
    }

    /* two_column_image_text CB */
    .two_column_image_text.CB {
        padding-left: 0;
        padding-right: 0;
    }

    .two_column_image_text.CB .right-section {
        padding: 40px;
    }

    /* CONTACT PAGE */
    .CONTACT .details-inner,
    .CONTACT .form {
        padding: 30px;
    }

    .CONTACT div.wpcf7 .ajax-loader {
        display: none;
    }

    .CONTACT .form input[type=submit] {
        margin-bottom: 0;
    }
}


@media screen and (max-width: 985px) and (min-width: 768px) {
    .home .slide-content {
        margin-top: 140px;
    }
}


/**** New landing pages ****/

.two_column_image_text.CB a.read-more-button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-bottom: 0;
}

@media(max-width:991px) {
    .two_column_image_text.CB a.read-more-button {
        position: relative;
        left: 0;
        bottom: 0;
        display: block;
        margin-top: 35px;
        margin-bottom: 0;
    }
}

/* small changes with team page */

ul.tight li {
    margin-bottom: 0;
    padding-left: 15px;
}


/*** New Case Studies Section ***/

.case-studies {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.case-studies .case-study {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.case-studies .case-study a.read-more-button {
    margin-bottom: 0;
}

.case-studies .case-study h2 {
    margin-bottom: 10px;
}

.case-studies .case-study p {
    color: white;
}

.case-studies .case-study .image {
    width: 35%;
    background-color: #EEEEEE;
    display: inline-block;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-studies .case-study .content {
    width: 65%;
    display: inline-block;
    height: 100%;
    padding: 40px;
}

@media(max-width: 991px) {

    .case-studies .case-study {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .case-studies .case-study .image,
    .case-studies .case-study .content {
        width: 100%;
    }

    .case-studies .case-study .image {
        height: unset;
        padding-bottom: 80%;
    }

}

@media(max-width: 767px) {
    .case-studies .case-study {
        width: 100%;
        margin-bottom: 20px;
    }
}


/*** Case Study HT ***/

.case-study-ht > .ONE-HT {
    padding-top: 0;
    padding-bottom: 0;
}

@media(min-width: 768px) {
    .case-study-ht > .ONE-HT .ONE-HT-1 {
        padding-left: 15%;
        padding-right: 15%;
    }
}

.case-study-ht h1 {
    font-size: 23px;
}

.case-study-ht .brand-color-1,
.case-study-ht .brand-color-2,
.case-study-ht .brand-color-3,
.case-study-ht .brand-color-4,
.case-study-ht .brand-color-5 {
    background-color: #bac1b3;
}

/*** Case Study Summary ***/

.case_study_summary .summary-box {
    padding: 25px 30px;
    border: 1px solid #333333;
}

.case_study_summary .summary-box li {
    list-style: none;
    margin-bottom: 15px;
}

.case_study_summary .summary-box li:last-of-type {
    margin-bottom: 0;
}

.case_study_summary .summary-box li > p:first-of-type {
    color: #b8a5ab;
    font-size: 12px;
}

.case_study_summary .summary-box li > p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.case_study_summary .summary-text {
    padding: 30px 60px;
    padding-bottom: 0;
}

@media(max-width: 991px) {
    .case_study_summary .row > .col-xs-12:first-of-type {
        padding: 20px;
    }

    .case_study_summary .summary-text {
        padding-left: 20px;
    }
}

/*** nav edits ***/

.brand {
    width: 90px;
    margin-top: 8px;
}

@media(max-width: 1300px) and (min-width: 992px) {
    .brand {
        visibility: hidden !important;
        width: 0;
    }
}

@media(max-width: 991px) {
    .brand {
        margin-top: 8px;
    }
}

/*** mobile banner case study fixes ***/

@media(max-width: 768px) {
    .beatriz_banner .imageSlider {
        background-position: right center !important;
        background-size: 240% !important;
    }

    .alfio_banner .imageSlider {
        background-position: 80% center !important;
        background-size: cover;
    }
}

/*** New Resources Section ***/

.resources-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.resources-grid audio {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-resource-podcast {
    width: 100%;
    background-color: white;
    border-radius: 100px;
    border: 2px solid #CCC;
    margin-top: 45px;
}

.single-resource-image {
    width: 100%;
    padding-bottom: 60%;
    background-color: #CCCCCC;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*** 3_column_blog ***/

.new_3_column_blog .blog-thumb,
.resources-grid .blog-thumb {
    padding-bottom: 60%;
    background-color: #CCCCCC;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.resources-grid .blog-thumb {
    margin-bottom: 25px;
}

/*** New navbar ***/


.navbar-nav > li > .dropdown-menu {
    background-color: #897589;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:focus {
    background-color: #513E47;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    padding: 25px 18px;
}

.navbar-nav > li ul li a {
    padding: 25px;
    color: white;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #513E47;
}

.navbar-nav .dropdown-menu li a {
    position: relative;
}

.navbar-nav .dropdown-menu li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 1px;
    background-color: #B8A5AB;
    left: 15%;
}

.navbar-nav .dropdown-menu li:last-of-type a:after {
    display: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #513E47;
    background-image: none;
    font-weight: normal !important;
}

.navbar-nav .menu-item-has-children > a:before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    margin-left: 15px;
    right: 20px;
    background-image: url('../images/nav-arrow.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 7px;
    transform: rotate(180deg);
}

.navbar-nav .menu-item-has-children > a {
    padding-left: 28px !important;
    padding-right: 38px !important;
}

.navbar-nav .menu-item-has-children.open > a:before {
    transform: rotate(0deg);
}

@media(max-width: 991.98px) {
    .navbar-default .navbar-nav > li:nth-child(odd) > a,
    .navbar-default .navbar-nav > li:nth-child(even) > a {
        background-color: #897589;
    }

    .navbar-nav {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 25px;
        color: white !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        background-color: #AF9EA6;
    }

    .navbar-nav .open .dropdown-menu > li > a:after {
        width: 100%;
        left: 0;
    }

    .navbar-default .navbar-nav > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #B8A5AB;
        left:0;
    }


    .navbar-nav .menu-item-has-children a {
        position: relative;
    }

    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #897589;
    }


}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.bottom-footer {
    border-top: 1px solid #707070;
    padding-top: 10px;
}

.footery-foot-foot {
    padding-bottom: 10px;
    padding-top: 10px;
}

.footery-foot-foot p {
    margin-bottom: 0;
}

.align-items-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footery-foot-foot #menu-footer-menu {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 10px;
}

.footery-foot-foot #menu-footer-menu li {
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
}

.footery-foot-foot .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footery-foot-foot .social-icons a {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    display: block;
}

.footery-foot-foot .social-icons a.instagram {
    background-image: url('../images/footer/instagram.svg');
}

.footery-foot-foot .social-icons a.linkedin {
    background-image: url('../images/footer/linkedin.svg');
}

.footery-foot-foot .social-icons a.facebook {
    background-image: url('../images/footer/facebook.svg');
}

.footery-foot-foot .social-icons a.twitter {
    background-image: url('../images/footer/twitter.svg');
}

@media(max-width: 767.98px) {
    .footery-foot-foot .social-icons {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footery-foot-foot p {
        width: 100%;
    }

    .footery-foot-foot {
        text-align: center;
    }

    .footery-foot-foot #menu-footer-menu li {
        margin-bottom: 5px;
    }
}

/*** Virtual meet up blocks ***/

.virtual_meet_up_block.two_column_image_text.CB h1,
.virtual_meet_up_block.two_column_image_text.CB h2,
.virtual_meet_up_block.two_column_image_text.CB h3 {
    color: white;
}

.virtual_meet_up_block.two_column_image_text.CB h4,
.virtual_meet_up_block.two_column_image_text.CB h5,
.virtual_meet_up_block.two_column_image_text.CB p {
    color: #2F3135;
}

.virtual_meet_up_block.two_column_image_text.CB.white-text h1,
.virtual_meet_up_block.two_column_image_text.CB.white-text h2,
.virtual_meet_up_block.two_column_image_text.CB.white-text h3,
.virtual_meet_up_block.two_column_image_text.CB.white-text h4,
.virtual_meet_up_block.two_column_image_text.CB.white-text h5,
.virtual_meet_up_block.two_column_image_text.CB.white-text p {
    color: white;
}

.virtual_meet_up_block.two_column_image_text.CB a.read-more-button {
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
    margin-top: 20px;
}

/*** Assessments ***/

.linguaskill-agent-block.two_column_image_text .left-section {
    background-size: contain;
}

.linguaskill-agent-block.two_column_image_text .right-section h2,
.linguaskill-guy-block.two_column_image_text .right-section h2 {
    color: #333333;
}

.linguaskill-agent-block.two_column_image_text .right-section {
    padding-top: 0;
    padding-bottom: 0;
}

.linguaskill-guy-block.two_column_image_text .right-section {
    padding-left: 0;
    padding-top: 0;
}

.lingy.tick-list {
    margin-top: 0;
    padding-inline-start: 5px;
}

ul.lingy.tick-list > li::before {
    left: 3px;
    height: 17px;
    width: 17px;
}

ul.lingy.tick-list > li {
    font-size: 16px;
    font-family: "gotham", sans-serif;
    font-weight: 300;
}

.page-id-1793 .TWO-IHSTBR-2 .set-to-tallest,
.page-id-1793 .TWO-IHSTBR-2 .col-sm-12.col-md-6.col-lg-6 {
    padding-left: 0;
}

.num-list li::marker {
    border-radius: 50%;
    background-color: #C3B9AE;
}

.lingy-colour-box h3 {
    font-size: 19px;
}

.lingy-colour-box.two_column_image_text.CB .right-section ul > li {
    margin-bottom: 0;
}


.lingy-colour-box ul {
    margin-bottom: 45px;
}

.lingy-colour-box ul:last-of-type {
    margin-bottom: 0;
}

ol.num-list {
    list-style: none;
    margin-top: -20px;
}

ol.num-list li {
    position: relative;
    padding-left: 40px;
}

ol.num-list li:before {
    content: '';
    background-size: contain;
    background-position: center;
    display: inline-block;
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    margin-top: 5px;
}

ol.num-list li:nth-of-type(1):before {
    background-image: url('../images/number-list/1.svg');
}
ol.num-list li:nth-of-type(2):before {
    background-image: url('../images/number-list/2.svg');
}
ol.num-list li:nth-of-type(3):before {
    background-image: url('../images/number-list/3.svg');
}
ol.num-list li:nth-of-type(4):before {
    background-image: url('../images/number-list/4.svg');
}


.neg-margin-lingy {
    margin-top: -150px;
}

@media (max-width: 991.98px){
    .linguaskill-agent-block.two_column_image_text .left-section {
        height: 80px;
        background-position: left;
    }

    .linguaskill-agent-block.two_column_image_text .right-section {
        padding: 0;
        padding-top: 40px;
    }

    .linguaskill-agent-block.two_column_image_text .right-section {
        padding: 20px;
    }

    .linguaskill-agent-block.two_column_image_text .left-section {
        margin-left: 20px;
    }

    .linguaskill-guy-block.two_column_image_text.CB.image-right {
        padding: 20px;
    }

    .linguaskill-guy-block.two_column_image_text .left-section {
        margin-bottom: 20px;
    }

    .linguaskill-guy-block.two_column_image_text .right-section {
        padding-right: 0;
    }

    .page-id-1793 .TWO-IHSTBR-2 .col-sm-12.col-md-6.col-lg-6 {
        padding-left: 20px;
    }

    ul.lingy.tick-list > li::before {
        left: 25px;
    }
}
.logo-slider{
    overflow: hidden;
}
.logo-slider .slick-track{
    display: flex;
}
.logo-slider button.slick-arrow{
    display: none !important;
}
.logo-slider .logo-slider__logo{
    width: calc(20% - 60px);
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-slider .logo-slider__logo img{
    filter: grayscale(1);
    transition: filter 0.25s ease;
}
.logo-slider .logo-slider__logo img:hover{
    filter: grayscale(0);
}

@media (max-width: 767.98px){

}

/* 404 Page March 22 */
#content404page {
    text-align: center;
    color: #fff;
    padding-top: 25%;
    transform: translateY(-35%);
}
#search404 input[type='submit'] {
    text-align: center;
}
#search404 input[type='text'] {
    padding: 10px;
    color: #000;
    border: 0;
}
@media(max-width: 767px) {
    #content404page {
        padding: 10% 15px;
        transform: translateY(0);
    }
}

@media(min-width: 991.98px) {
    .dropdown-menu {
        width: auto;
    }
}
/** service upsells block **/
.block-serice-upsells .content-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-serice-upsells .content-box {
    padding: 60px 45px;
    color: #fff;
}
.block-serice-upsells .content-box:first-of-type {
    background-color: #BAC1B2;
}
.block-serice-upsells .content-box:last-of-type {
    background-color: #B8A4AB;
}
.block-serice-upsells .content-box ul {
    margin-bottom: 0px;
}
.block-serice-upsells .content-box ul li:last-of-type {
    margin-bottom: 0px;
}
.block-serice-upsells .content-box ul li a {
    color: #ffffff;
}
@media(max-width: 575.98px){
    .block-serice-upsells .content-box {
        padding: 45px 30px;
    }
}