/***** GENERAL STYLES *****/

@font-face {
    font-family: 'GreycliffCF-Medium';
    src: url('../fonts/GreycliffCF-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GreycliffCF-Medium.otf')  format('opentype'),
    url('../fonts/GreycliffCF-Medium.woff') format('woff'),
    url('../fonts/GreycliffCF-Medium.ttf')  format('truetype'),
    url('../fonts/GreycliffCF-Medium.svg#GreycliffCF-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GreycliffCF-Regular';
    src: url('../fonts/GreycliffCF-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GreycliffCF-Regular.otf')  format('opentype'),
    url('../fonts/GreycliffCF-Regular.woff') format('woff'),
    url('../fonts/GreycliffCF-Regular.ttf')  format('truetype'),
    url('../fonts/GreycliffCF-Regular.svg#GreycliffCF-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GreycliffCF-RegularOblique';
    src: url('../fonts/GreycliffCF-RegularOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GreycliffCF-RegularOblique.otf')  format('opentype'),
    url('../fonts/GreycliffCF-RegularOblique.woff') format('woff'),
    url('../fonts/GreycliffCF-RegularOblique.ttf')  format('truetype'),
    url('../fonts/GreycliffCF-RegularOblique.svg#GreycliffCF-RegularOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreycliffCF-Heavy';
    src: url('../fonts/GreycliffCF-Heavy.otf') format('embedded-opentype'),
    url('../fonts/GreycliffCF-Heavy.otf')  format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreycliffCF-ExtraBold';
    src: url('../fonts/GreycliffCF-ExtraBold.otf') format('embedded-opentype'),
    url('../fonts/GreycliffCF-ExtraBold.otf')  format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreycliffCF-Bold';
    src: url('../fonts/GreycliffCF-Bold.otf') format('embedded-opentype'),
    url('../fonts/GreycliffCF-Bold.otf')  format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreycliffCF-Light';
    src: url('../fonts/GreycliffCF-Light.otf') format('embedded-opentype'),
    url('../fonts/GreycliffCF-Light.otf')  format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.otf') format('embedded-opentype'),
    url('../fonts/Gotham-Light.otf')  format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.otf')  format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf') format('embedded-opentype'),
    url('../fonts/Gotham-Book.otf')  format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #42393F;
}
body,
p {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
}

h1 {
    font-family: 'GreycliffCF-Regular', sans-serif;
    font-size: 37px;
}
h2 {
    font-family: 'GreycliffCF-Regular', sans-serif;
    font-size: 23px;
}
h3 {
    font-family: 'GreycliffCF-Regular', sans-serif;
    font-size: 23px;
}
h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
}
h5 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
}

a.read-more-button,
a.read-more-button:hover {
    font-family: "GreycliffCF-Medium", sans-serif;
    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 SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    padding: 35px 20px;
    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: 20px;
    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: 14px;
        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: 'GreycliffCF-Heavy';

    margin-bottom: 5px;
}

.slider-sticker .sl2 .cur {
    font-size: 40px;
    font-family: 'GreycliffCF-Heavy';
}

.slider-sticker .sl3 {
    font-size: 18px;
    line-height: 20px;
    font-family: "Gotham SSm A", "Gotham SSm B";
}

.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-Bold';
}

/*** purple strip ***/
p,
body {
    line-height: 1.7;
    font-family: 'Gotham-Light';
}


a.read-more-button, input[type="submit"] {
    font-weight: normal;
    font-family: 'GreycliffCF-Light';
}

.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 SSm A", "Gotham SSm B";
}

.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: 'GreycliffCF-Bold';
    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-Book';
    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;
}

.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-Book', arial;
}

.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: 'GreycliffCF-Regular';
    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-Book';
}

.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-Book'
}

.CONTACT .details-bkg {
    height: 700px;
}

h4.subheading,
.subheading {
    font-family: 'GreycliffCF-RegularOblique';
    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: 130px;
    margin-top: 12px;
}

@media(max-width: 1300px) and (min-width: 992px) {
    .brand {
        visibility: hidden !important;
        width: 0;
    }
}

@media(max-width: 991px) {
    .brand {
        margin-top: 3px;
    }
}

/*** 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;
    }
}