.deals_module {
    position: relative;
    background: #ffffff;
    padding-bottom: 30px;
    min-height: 800px;
}

.page-template-deals-template .card-content {
    padding-top: 80px;
}

.page-template-deals-template .worker-contacts .worker .col-6:nth-child(1) {
    padding-left: 0;
}


.page-template-deals-template .deal-logos box-content {
    padding-top: 30px;
}

.page-template-deals-template .box-type img {
    width: auto;
    margin: auto;
    height: auto;
    max-height: 270px;
    max-width: 100%;
}

.deals-overview {
    background: white;
    position: relative;
    padding-top: 24px;
}

.deals-overview .inner {
    padding: 0;
    margin: auto;
    max-width: 1404px;
}

.page-template-employees-template .deals-overview .inner {
    padding: 0 36px;
}

.deals-overview .deal-card {
    max-width: 444px;
    min-width: 316px;
    margin-bottom: 24px;
}

.deals-overview .deal-card {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
}

.page-template-employees-template .deals-overview .deal-card {
    opacity: 1;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.deals-overview .deal-card.active {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
}


.deals-overview .col-md-4 {
    flex-basis: calc(33.33333% - 24px);
    margin-right: 12px;
    margin-left: 12px;
}

.deals-overview .deal-card.deal-wide {
    max-width: 100%;
    min-width: 316px;
    margin-right: 24px;
}

.deals-overview .deal-card .deal-o-content {
    height: 315px;
    padding: 24px;
    padding-top: 20px;
    position: relative;
}

.deals-overview .deal-card .deal-o-content .title {
    color: #1d428a;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
}

.deals-overview h2 {
    font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #3D3935;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

.deals-overview h2.employee-related-deals {
    margin-left: 12px;
}

.deals-overview .deal-card .deal-o-content h2 {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    color: #3d3935;
    font-size: 28px;
    line-height: 35px;
}

.deals-overview .deal-card .deal-o-content .oaklins-btn {
    position: absolute;
    bottom: 24px;
    left: 24px;
    min-width: 216px;
}

.deals-overview .deal-image {
    height: 202px;
    overflow: hidden;
}

.deals-overview .deal-image img {
    width: 444px;
    height: auto;
}

.deals-overview .deal-wide .deal-image img {
    width: 100%;
}

.deal-detail.flex,
.deal-detail {
    margin-top: 80px;
    position: relative;
}

.deal-detail h3 {
    font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
}

.deal-detail .service-box a {
    color: #222222;
}

.deal-detail .service-box a:hover {
    color: #222222;
    text-decoration: underline 1px;
}

.deal-detail .deal-quote {
    align-items: stretch;
}

.deal-detail .deal-quote .cover,
.deal-detail .deal-quote .aqua {
    height: auto;
}

.testimonial-col {
    padding-right:24px;
    padding-bottom:24px;
}

.testimonial-col .brown {
    position: relative;
}

.testimonial-row {
    margin-left: 12px;
}

.search-div {
    max-width: 834px;
    margin: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.search-div input {
    width: 90%;
    height: 42px;
    padding: 5px 15px;
    outline: 0;
    border: 1px solid #F3F2F1;
    border-right: none;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    float: left;
    font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
}

.search-div input::-webkit-input-placeholder, .search-div input::placeholder, .search-div input:-ms-input-placeholder  {
    color: #A9A5A2;
}


.search-div button {
    width: 10%;
    height: 42px;
    /* padding: 5px 15px; */
    outline: 0;
    border: 1px solid #F3F2F1;
    border-left: none;
    background: #ffffff;
    float: left;
}

.page-template-employees-template .deals-overview .container {
    margin-left: -12px;
}

@media screen and (max-width: 1336px) {
    .deals-overview .deal-card {
        max-width: 100%;
        min-width: 100%;
        max-height: 517px;
    }
    .deals-overview .deal-card.deal-wide {
        margin-right: 0;
    }
    .testimonial-row {
        padding: 12px;
        margin-left: 0;
    }
    .deals-overview .col-md-4 {
        margin-left: 12px;
        margin-right: 12px;
        max-width: calc(33.33333% - 24px);
    }
    .deals-overview .deal-card .deal-o-content h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1100px) {
    .deal-detail.flex,
    .deal-detail {
        margin-top: 60px;
        position: relative;
    }
    .deals-overview .col-md-4 {
        margin-left: 12px;
        margin-right: 12px;
        max-width: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
    }
    .testimonial-col, .deals-overview .first-deals .col-md-4:nth-child(3), .deals-overview .col-md-6 {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 382px;
        padding-right: 0;
    }
    .deals-overview .first-deals .col-md-4:nth-child(3) {
        padding: 12px;
        padding-right: 12px;
        padding-bottom: 0;
        margin-left: 0;
        margin-top: -12px;
        margin-bottom: -12px;
    }
    /* .deals-overview .deal-card.deal-wide {
        display: none;
    } */
/*
    .testimonial-row .col-md-6:nth-child(2) {
        display: none;
    } */



}

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

    .deals-overview .first-deals .col-md-4:nth-child(3) {
        margin-left: 0;
    }

    .page-template-employees-template .deals-overview {
        min-height: auto;
    }

    /* .testimonial-row {
        display: none;
    } */


    .page-template-deals-template .worker-contacts .worker .col-6:nth-child(1) {
        padding-left: 12px;
    }

    .content-box-side {
        height: 100%;
    }

    .content-box-side .boxes {
        position: absolute;
        bottom: 0;
    }
    .deal-detail .content-box {
        padding-bottom: 300px;
    }

    /* .deal-detail.industry-detail .content-box {
        padding-bottom: 0;

    } */
    .industry-detail .content-box-side .boxes {
        bottom: 60px;
    }

    .deal-detail .deal-quote {
        display: block;
        margin-top: -30px;
    }

}


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

    .page-template-employees-template .deals-overview .container {
        margin-left: 0;
    }

    .deal-detail.flex,
    .deal-detail {
        margin-top: 60px;
    }

    .deals-overview .col-md-4 {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 382px;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0px;
        padding-left: 0px;
    }

    .deals-overview .testimonial-col {
        display: none;
    }

    .the-featured-deal {
        display: none;
    }
    .page-template-deals-template .worker-contacts .worker .col-6:nth-child(1) {
        padding-left: 15px;
    }
    .worker-contacts .worker, .worker-contacts .col-auto {
        max-width: 100%;
        min-width: 100%;
    }

    .worker-contacts .worker .worker-links {
        bottom: 50px;
    }

    .worker-contacts .worker .worker-links .oaklins-btn {
        bottom: -80px;
    }

    .worker-contacts h2 {
        margin-bottom: 10px;
        line-height: 35px;
    }

    .latest-deals {
        display: none;
    }

    .single-industries .latest-deals {
        display: block;
    }

    .s-deal.open {
        max-height: unset;
        min-height: unset;
    }

    .s-deal-content {
        padding: 15px;
        padding-bottom: 48px;
    }
    .s-deal {
        max-height: unset;
    }
    .s-deal-title {
        padding-left: 58px;
    }

    .orange-box {
        top: 0;
        height: 56px;
    }

    .content-box-side {
        height: 100%;
    }

    .content-box-side .boxes {
        position: absolute;
        bottom: 0;
        min-height: 189px;
        max-height: 189px;
    }

    .content-box-side .boxes .box-type {
        min-height: 189px;
        max-height: 189px;
    }

    .content-box-side .box-type .box-content {
        padding: 0;
    }

    .content-box-side .box-type.box-titled .box-content .box-headline {
        font-size: 24px;
        line-height: 36px;
    }

    .deal-detail .content-box {
        margin-bottom: 90px;
        padding-bottom: 189px;
    }

    /* .industry-detail.deal-detail .content-box {
        padding: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-top: 300px;
    } */

    .testimonial-row {
        padding: 0;
    }

    .page-template-deals-template .box-type img {
        max-height: 150px;
    }

    .deals-overview .first-deals .col-md-4:nth-child(3) {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0px;
        padding-left: 0px;
    }

    .deal-detail .content-box-side .boxes {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: 378px;
        bottom: 249px;
    }

    .deal-detail .content-box-side .boxes .f-h {
        width: 100%;
        float: none;
        display: block;
        order: 2;
    }

    .deal-detail .content-box {
        padding-bottom: 378px;
    }

    .deal-detail .boxes .f-h .box-type img {
        max-height: 189px;
        max-width: 189px;
    }
    .deal-detail .content-box {
        margin-bottom: 0;
    }

}