/*
*
*
* LAYOUT
*
*/

.hidden {
    display: none;
}

.relative {
    position: relative;
}

.twentyfour {
    padding: 24px;
}

.twentyfour img {
    width: 100%!important;
    height: auto!important;
    opacity: 1;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.oaklins-card {
    width:100%;
    min-height: calc(100vh - 80px);
  min-height: calc((var(--vh, 1vh) * 100) - 80px);
    height:calc(100vh - 80px);
    background:white;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.card-cell {
    overflow: hidden;
    position: relative;
}

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

.items-stretch {
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch
}

.f-v {
    height: 50%;
}

.h-v {
    height: 100%;
}

.f7-v {
    height: 57%;
}

.f3-v {
    height: 43%;
}

.f-h {
    width: 50%;
}

.h-h {
    width: 100%;
}

.o-h {
    overflow: hidden;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.back-btn {
    position: absolute;
    width: auto;
    height: auto;
    padding-left: 36px;
    top: 24px;
    left: 24px;
    text-transform: uppercase;
    color: #f68d2e;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.75px;
    text-transform: uppercase;
    z-index: 10;
}

.back-btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 18.75px;
    height: 17.25px;
    transition: .25s ease;
    background-image: url('../icons/arrow_btn_icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.back-btn:hover::before {
    left: -10px;
}

.quote {
    max-width: 524px;
    width: 100%;
    color: #3d3935;
    font-family: Georgia;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin: auto;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.quote span {
    display: block;
    width: 100%;
    min-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-top: 28px;
}

.quote.long {
    font-size: 16px;
    line-height: 22px;
}

.quote.extra-long {
    font-size: 13px;
    line-height: 18px;
}

.quote.extra-long span {
    font-size: 15px;
}

.quote span p {
    margin: 0;
    padding: 0;
    font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
}

.single-industries .quote {
    padding: 24px 0;
}

.box-title {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    text-transform: uppercase;
    top: 0;
    left: 0;
    padding: 24px;
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 20px;
}

.deal-detail.oaklins-card {
    position: relative;
    margin-top: 80px;
    height: auto;
    min-height: auto;
}

.deal-detail .side-cell {
    height: calc(100vh - 80px);
  height: calc((var(--vh, 1vh) * 100) - 80px);
    min-height: 720px;
    max-height: calc(100vh - 60px);
  max-height: calc((var(--vh, 1vh) * 100) - 60px);
}

.deal-testimonial .container{
    min-height:360px;
}

.deal-testimonial .deal_logo img {
    opacity: 0;
}

.deal-testimonial .twentyfour {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.deal-testimonial .twentyfour.deal-logo-portrait {
    position: absolute;
    left: 0;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
}
.deal-testimonial .twentyfour img {
    width: 100% !important;
    height: auto !important;
}

.deal-testimonial .twentyfour.deal-logo-portrait  img{
    width: auto !important;
    height: 100% !important;
}

/* .admin-bar .deal-detail .side-cell {
    height: calc(100vh - 112px);
    max-height: calc(100vh - 112px);
} */

.deal-detail .card-content {
    padding: 96px 0;
    min-width: 460px;
}

.filter-bar {
    position: relative;
    height: 120px;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    top: 0;
}

.filter-bar .filter-background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
    margin-top: 120px;
    background: white;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.filter-bar.expanded {
    height: 100%;
    position: absolute;
}

.filter-bar.expanded .filter-background {
    display: block;
    opacity: .7;
}

.filter-bar .bar {
    height: 60px;
    position: relative;
    z-index: 3;
}

.sortby-wrap {
    display: inline-block;
    position: absolute;
    right: 0;
    width: auto;
    padding-right: 36px;
    font-size: 16px;
    color: #3D3935;
    letter-spacing: 0;
    font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
}

.sortby-wrap .sort-title {
    display: none;
}

.sortby-wrap img {
    height: auto;
    width: 14px;
    display: inline-block;
}

.sortby-wrap .sort-link {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3D3935;
    letter-spacing: 0;
    line-height: 26px;
}

.filter-link {
    display: inline-block;
    color: #3d3935;
    font-weight: normal;
}

.filter-link:hover {
    color: #f68d2e;
}

.filter-link.active {
    color: #f68d2e;
}

.filter-link::after {
    content: '';
    background-image: url('../icons/filter_arrow_down.svg');
    display: inline-block;
    margin-left: 8px;
    width:16px;
    height: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.filter-link.active::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}

.filter-bar .bar.brown .col-6 {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
}

.filter-bar .bar.gray {
    line-height: 21px;
    font-size: 16px;
    color: #3D3935;
    letter-spacing: 0;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
}

.filter-bar .filters {
    padding: 48px 12px;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    -webkit-transform: translateY(-260px);
        -ms-transform: translateY(-260px);
            transform: translateY(-260px);
    -webkit-transition: .85s;
    -o-transition: .85s;
    transition: .85s;
    /* min-height: 200px; */
}

.filter-bar.expanded .filters {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.filter-bar .filters .filter {
    display: none;
}

.filter-bar .filters ol {
    margin: auto;
    padding: 0;
    list-style: none;
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: 100%;
    max-width: 1260px;
}

.filter-bar .filters #filter-country ol {
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
}
.filter-bar .filters #filter-city ol {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
}
.filter-bar .filters #filter-sector ol {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
}

.filter-bar .filters li.md-show {
    display: none;
}

.filter-bar .filters li {
    display: inline-block;
    width: 100%;
}

.filter-bar .filters li span {
    display: block;
    line-height: 26px;
    min-height: 26px;
}

.filter-bar .filters li strong {
    padding-left: 24px;
    color: #1D428A;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 26px;
    display: block;
}

.filter-bar .filters li .md {
    padding-left: 24px;
    color: #1D428A;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 26px;
    margin: 0;
}

.filter-bar .filters li a {
    color: #3d3935;
    font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: inline-block;
    padding-left: 24px;
    position: relative;
}

.filter-bar .filters li a:hover {
    color: #f68d2e;
}

.filter-bar .filters li a.active {
    color: #f68d2e;
}

.filter-bar .filters li a.active::before {
    content: 'x';
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 11px;
    display: inline-block;
}

.load-more {
    z-index: 4;
    max-width: 456px;
    height: 40px;
    color: #f68d2e;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 90px;
    display: block;
    border: 1px solid #f68d2e;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.load-more:hover {
    background: #f68d2e;
    color: #ffffff;
}

.no-results {
    z-index: 4;
    text-align: center;
    margin: auto;
    display: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    background: #ffffff;
    padding: 109px 0;
    font-size: 16px;
    color:#3D3935;
    letter-spacing: 0;
    text-align: center;
    line-height: 19px;
    max-width: 456px;
}

.no-results .no-results-title {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px;
    color:#3D3935;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}

.deals_module .no-results {
    position: relative;
}

.fourofour {
    margin: auto;
    margin-top:154px;
    font-size: 16px;
    color: #3D3935;
    letter-spacing: 0;
    text-align: center;
    max-width: 456px;
    padding: 0;
}

.fourofour h1 {
    padding: 0;
    margin: 54px 0 0 0;
    font-family: Georgia;
    font-size: 127px;
    color: #3D3935;
    letter-spacing: 0;
    text-align: center;
}

.fourofour .four-subtitle {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #3D3935;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 24px;
}

/*
*
*
* COLORS
*
*/

.gray {
    background: #F3F2F1;
}

.gray .quote span {
    color: #6cc24a;
}

.white {
    background: #ffffff;
}

.aqua, .light-blue {
    background: #DBEEF0;
}

.aqua .quote span, .light-blue .quote span {
    color: #1D428A;
}

.box-title.box-title-blue {
    color: #1D428A!important;
}

.box-title.box-title-green {
    color: #6cc24a!important;
}

.white .box-title {
    color: #1D428A;
}

.brown {
    background-color: #3D3935;
    color: #ffffff;
}

.brown .quote span {
    color: #B8DDE1;
}

.brown .quote {
    color: #ffffff;
}

.aqua .box-title,
.gray .box-title {
    color: #1D428A;
}

.brown .box-title {
    color: #6cc24a;
}

.black {
    background: #000000;
}

.the-boxes {
    z-index: 1;
}

.box-hh {
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    font-weight:normal;
}

/*

LOADER

*/
@keyframes flickerAnimation {
0%   { left: -100%;width: 75%; }
100% { left: 100%; width:100%; }
}
@-webkit-keyframes flickerAnimation{
0%   { left: -100%;width: 75%; }
100% { left: 100%;width:100%; }
}

.loader-contain {
    position: absolute;
    height: 18px;
    overflow: hidden;
    width: 200px;
    margin: auto;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.loader-contain.loading {
    display: block;
    opacity: 1;
}

.loader {
    height: 18px;
    background: #F3F2F1;
    overflow: hidden;
    width: 200px;
    margin: auto;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-bar {
    -webkit-animation: flickerAnimation .75s infinite;
    animation: flickerAnimation .75s infinite;
    height: 18px;
    background: #6cc24a;
    position: relative;
}

.float {
    float: left;
}

.content-box {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    min-height: 600px;
}

.content-box-side {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    min-height: 600px;
    height: 100%;
}

.content-box-side .boxes {
    width: 100%;
    bottom: 0;
    position: absolute;
    min-height: 300px;
}

.content-box-side .cover {
    height: calc(100% - 300px);
}

.boxes-height {
    min-height:300px;
}

/* .content-box-side .box-content {
    padding-left: 24px;
    padding-right: 24px;
} */

.box-type img.portrait-image {
    max-height: 219px;
    height: 100%;
    width: auto;
}

@media screen and (max-width: 1336px) {
    .filter-bar .bar.brown .col-6 {
        font-size: 14px;
    }
    .filter-link {
        font-size: 14px;
    }
    .oaklins-btn {
        font-size: 14px;
    }
    .box-title {
        padding: 14px;
        padding-left: 20px;
        font-size: 12px;
    }
    .content-box-side .cover {
        height: calc(100% - 280px);
    }

    .boxes-height, .content-box-side .boxes {
        min-height: 280px;
    }
    .single-career .deal-detail .card-content {
        font-size: 16px;
        line-height: 19px;
        line-height: 1.4rem;
    }
}

@media screen and (max-width: 1100px) {

    .portrait-image {
        max-height: 300px;
    }

    .quote, .single-industries .quote {
        font-size: 18px;
        line-height: 26px;
        padding: 24px;
    }

    .filter-bar .filters li span {
        height: 0;
    }

    .filter-bar .filters #filter-country ol {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .deal-detail.oaklins-card {
        margin-top: 60px;
    }
    .content-box-side .cover {
        height: calc(100% - 280px);
    }

}

@media screen and (max-width: 1023px) {

    .worker-overview .filter-bar .col-sm-2:nth-child(1) {
        margin-top: 69px;
    }

    .sortby-wrap {
        right: unset;
        width: 100%;
        height: 69px;
        line-height: 69px;
        font-size: 14px;
    }

    .sortby-wrap .sort-link {
        font-size: 14px;
    }

    .deal-testimonial .container .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        order: 1;
        max-height: 430px;
    }

    .deal-testimonial .container .col-md-3.h-v.oaklins-center {
        order: 2;
        max-height: none;
    }

    .deal-testimonial .container .col-md-6 {
        order: 3;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }

    .content-box-side {
        position: relative;
        width: 100%;
        min-height: auto;
    }

    .boxes .f-h {
        width: 50%;
    }

    .content-box-side .cover {
        display: none;
    }

    .boxes-height, .content-box-side .boxes {
        min-height: 360px;
        position: relative;
    }

    .sevsixeig {
        display: none!important;
    }

    .filter-bar.expanded {
        position: relative;
    }

    .f-h, .filter-bar .col-sm-2 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex:0;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
    }

    .filter-bar .filters #filter-country ol  {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .filter-bar .filters #filter-city ol {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .filter-bar {
        height: auto;
    }

    .filter-bar .bar.gray {
        background: #ffffff;
        height: auto;
    }
    .filter-link {
        padding: 24px;
        padding-left: 0;
        display: block;
    }

    .filter-bar .filters {
        padding: 0;
        position: relative;
    }

    .filter-link::after {
        position: absolute;
        right: 0;
        width: 24px;
        height: 12px;
        background-size: 100%;
    }

    .filter-bar .filters ol {
        -webkit-column-count: 1!important;
        -moz-column-count: 1!important;
        column-count: 1!important;
    }

    .filter-bar .filters li a {
        float: left;
        width: 33.33333%;
        padding: 12px;
        padding-left: 24px;
        padding-right: 30px;
        font-size: 16px;
        position: relative;
        min-height: 76px;
    }

    .filter-bar .filters #filter-country li strong, .filter-bar .filters #filter-city li strong {
        display: flex;
        padding: 24px;
        border-bottom: 1px solid #FFF;
        border-top: 1px solid#FFF;
        width: 100%;
        -webkit-box-flex:0;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
        font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #3D3935;
        letter-spacing: 0;
        font-weight: normal;
    }

    .filter-bar .filters li a::before {
        content: '';
        display: block;
        position: absolute;
        top: 17px;
        right: 12px;
        width: 15px;
        height: 15px;
        border: 1px solid #f68d2e;
    }

    .filter-bar .filters li a.active::before {
        content: '';
        display: block;
        position: absolute;
        top: 17px;
        right: 12px;
        width: 15px;
        height: 15px;
        background-color: #f68d2e;
        background-image: url('../icons/checkmark.svg');
        background-repeat: no-repeat;
        background-position: center center;
        left: unset;
    }

    .filter-bar .filters li a.active {
        font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    }

    .content-box {
        min-height: auto;
        padding: 48px 0;
    }

    .page-template-deals-template .content-box {
        padding-bottom: 0;
    }

    .page-template-deals-template .aqua.oaklins-center {
        display: block;
    }

    .page-template-deals-template .aqua.oaklins-center .cover {
        height: 360px;
    }

    .card-wrap .slide, .card-wrap .slide-news {
        height: auto;
    }

    .single-industries .quote {
        padding-bottom: 60px;
    }

    .deal-detail .content-box {
        padding-top: 432px;
    }

    .content-box-side {
        height: 432px;
        display: block;
        position: absolute;
        top: 60px;
    }

    .content-box-side .cover {
        height: 432px;
        display: block;
        position: absolute;
        top: 0;
    }

    .filter-bar .bar.gray {
        display: none;
    }

    .filter-link::after {
        width: 14px;
        right: 9px;
        height: 10px;
    }

    .filter-arrow {
        background-image: url('../icons/filter_arrow_down.svg');
        display: inline-block;
        cursor: pointer;
        margin-right: 24px;
        width:100%;
        height: 60px;
        background-position: center right;
        background-repeat: no-repeat;
        -webkit-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        transition: .5s ease-in;
        right: 9px;
        position: absolute;
        z-index: 4;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    .filter-arrow.active {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .filter-bar .inner {
        padding: 0 24px;
    }
    .deal-testimonial .twentyfour, .deal-testimonial .twentyfour.deal-logo-portrait {
        top: 0;
        transform: translateY(0);
        position: relative;
        max-height: 100%;
    }

    /*
    .deal-testimonial .twentyfour img {
         width: auto!important;
         height: 100%!important;
         max-height: 270px;
    }
    */

    .filter-bar .filters li.md-show, .filter-bar .filters li  {
        display: block;
        width: auto;
    }
}

@media screen and (max-width: 767px) {

    .deal-testimonial .container .col-md-3 {
        max-height: 300px;
    }


    .filter-bar .inner {
        padding: 0 15px;
    }

    .filter-arrow {
        margin-right: 13px;
    }

    .quote, .single-industries .quote {
        padding: 28px;
        font-size: 14px;
        line-height: 20px;
    }

    .quote.long, .quote span {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 28px;
    }

    .content-box-side .cover {
        height: 240px;
    }

    .deal-detail .content-box {
        padding: 0;
        padding-top: 300px;
    }

    .deal-detail .card-content {
        max-width: 100%;
        min-width: 100%;
        padding: 15px;
    }

    .filter-bar .filters li a {
        width: 50%;
        padding-left: 15px;
        padding-right: 35px;
        line-height: 20px;
    }

    .load-more {
        max-width: 100%;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .filter-bar .filters #filter-country li strong, .filter-bar .filters #filter-city li strong {
        padding: 15px;
    }

    .filter-bar .filters li a::before, .filter-bar .filters li a.active::before {
        top: 13px;
    }

    .back-btn {
        top: 20px;
        left: 15px;
    }

    .page-template-deals-template .card-content {
        min-width: 100%;

        padding: 15px;

            padding-top: 15px;

        padding-top: 88px;
    }

    .card-content h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .page-template-deals-template .aqua.oaklins-center .cover {
        height: 240px;
    }

    .twentyfour {
        padding: 15px;
    }

    .deal-testimonial .twentyfour img {
         max-width: 276px;
    }


}