﻿@charset "utf-8";
/* CSS Document */
/*---------- Google Fonts ----------*/

body {
    font-family: acumin-pro;
    background-color: #a29a8c;
    overflow-x: hidden;
}

a,
input,
button,
textarea {
    outline: none !important;
}

a {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

p {
    font-size: 16px;
    line-height: 1.5;
    color: #595959;
    margin: 0 0 20px 0;
}

b,
strong {
    font-weight: bold;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.no-vhpadder{

    padding-left:0px !important;
    padding-right:0px !important;
}
.header {
    background-color: #ede3d9;
   
}
    .header .h-top {
        margin: auto;
        padding-top: 35px;
        position: relative;
        display: flex;
        height: 165px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

.h-top ul li {
    padding: 0px 15px;
    border-right: 2px solid #a29a8c;
    position: relative;
    display: inline-block;
}

    .h-top ul li:first-child {
        padding-left: 0;
    }

    .h-top ul li:last-child {
        border: none;
        padding-right: 0;
    }

    .h-top ul li a img:hover {
        filter: opacity(0.6);
        -webkit-filter: opacity(0.6);
    }

    .h-top ul li.call img {
        width: 40px;
        height: 60px;
    }

    .h-top ul li.place img {
        width: 72px;
        height: 61px;
    }

    .h-top ul li.login img {
        width: 41px;
        height: 61px;
    }

    .h-top ul li.search img {
        width: 41px;
        height: 61px;
    }

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pad70 {
    padding: 0 70px 90px 70px;
}

    .pad70 h3 {
        font-family: acumin-pro-condensed;
        color: #CE0019;
        margin-bottom: 12px;
        margin-left: 30px;
        font-weight: 400;
        font-size: 32px;
        line-height: 1.1;
    }

        .pad70 h3 span {
            font-style: italic;
        }

    .pad70 ul li {
        padding: 0;
        margin: 0 0 3px 0;
        font-family: acumin-pro-condensed;
        color: #888;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.25;
        margin-left: 40px;
    }

        .pad70 ul li::before {
            content: url('https://cdn.boxpartners.com/siteimages/boxpartners/css/sm-arrow.jpg');
            width: 17px;
            height: 16px;
            position: relative;
            left: -10px;
            top: 1px;
        }

.bottom0 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

    .bottom0 h2.large {
        margin-bottom: 34px;
    }

.h-menu .navbar-nav {
    padding: 8px 0px;
}

.header .h-menu {
    background-color: rgba(55, 53, 53, 1);
}

.navbar .navbar-brand {
    margin-right: 0;
    padding: 0;
}

.navbar {
    padding: 0;
}

    .navbar .navbar-nav .nav-item {
        margin: 0 32px;
    }

        .navbar .navbar-nav .nav-item:first-child {
            margin-left: 0;
        }

        .navbar .navbar-nav .nav-item:last-child {
            margin-right: 0;
        }

        .navbar .navbar-nav .nav-item .nav-link {
            font-size: 15px;
            line-height: 40px;
            color: #fff;
            padding: 0;
            text-transform: uppercase;
            font-family: acumin-pro;
            font-weight: 600;
            font-style: normal;
        }

            .navbar .navbar-nav .nav-item .nav-link i,
            .navbar .navbar-nav .nav-item .nav-link svg.svg-inline--fa {
                font-size: 13px;
                padding-left: 8px;
            }

        .navbar .navbar-nav .nav-item .dropdown-toggle::after {
            display: none;
        }

        .navbar .navbar-nav .nav-item .nav-link.active,
        .navbar .navbar-nav .nav-item .nav-link:hover {
            color:#CE0019 !important;
        }

.dropdown .dropdown-menu .list-item,
.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    text-transform: capitalize;
    padding: 0px 20px;
    font-family: acumin-pro;
    font-weight: 400;
}

.dropdown .list-group .list-item {
    padding: 0px 20px;
}

.dropdown .dropdown-menu .list-item:hover,
.dropdown .dropdown-menu .dropdown-item:hover {
    color:#CE0019;
    background-color: #ede3d9;
}

.dropdown .dropdown-menu {
    border: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.dropdown-menu.show {
    animation: fadeIn 0.3s alternate;
    -webkit-animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        top: auto;
        left: 0;
        right: 0;
        padding: 0;
        max-height: 50vh;
        overflow: auto;
        width:912px;
        margin:0px auto;
    }

.navbar-nav .mega-content .all-sub-menu {
    display: flex;
    justify-content: space-around;
    padding: 20px 0px;
}

.h-top .search-container {
    position: absolute;
    right: 0px;
    background-color: #fff;
    padding: 50px 58px;
    z-index: 3;
    top: 110px;
}

.search-container input[type="text"] {
    font-size: 18px;
    line-height: normal;
    width: 535px;
    background-color: inherit;
    border: 1px solid #000000;
    color: #c1bfc0;
    padding: 30px 175px 30px 30px;
    font-family: OpenSansRegular;
}

.search-container form {
    display: flex;
    position: relative;
}

    .search-container form .search-icon {
        position: absolute;
        right: 0;
        background-color: #CE0019;
        border: none;
        color: #fff;
        font-size: 18px;
        line-height: normal;
        text-transform: uppercase;
        font-weight: 600;
        padding: 31px 52px;
        font-family: OpenSansRegular;
    }

.search-container {
    display: none;
}

    .search-container.opened {
        display: block;
    }

#boxMaintenance {
    text-align: center;
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FCD3D9;
}

#boxAlert {
    margin: 0;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.heading {
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
}

    .heading span,
    .large span {
        color: #CE0019;
    }

    .heading h1,
    .heading h2,
    .heading h3,
    .heading h4,
    .heading h5,
    .heading h6 {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        font-family: inherit;
        margin-bottom: 0;
    }

    .heading h1 {
        font-family: acumin-pro-condensed;
        font-weight: 700;
        font-style: normal;
        font-size: 40px;
        line-height: 110%;
    }

.h2 {
    font-size: 32px;
}

.heading h2 {
    font-family: acumin-pro-condensed;
    color: #CE0019;
    margin-bottom: 42px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
}
.backed-box .heading h1 {
    font-size: 53px;
}
.backed-box .text-img {
    padding-bottom: 10px;
    background-color: #f3f3f3;
}

.backed-box .text {
    padding: 0px 48px;
    
}

    .backed-box .text p {
        margin-bottom: 15px;
    }

        .backed-box .text p:last-child {
            margin-bottom: 0px;
        }

    .backed-box .text .heading {
        margin-bottom: 8px;
        padding-top: 25px;
        font-size: 45px;
        line-height: 45px;
    }

    .backed-box .text a {
        font-size: 16px;
        line-height: 20px;
        color: #CE0019;
        margin-top: 20px;
        display: inline-block;
        font-family: acumin-pro-condensed;
        font-weight: bold;
    }

        .backed-box .text a:hover {
            color: #000000;
        }

.arrow {
    position: relative;
}

    .arrow::after {
        content: "\f178";
        position: absolute;
        right: -20px;
        top: 0px;
        font-family: 'fasolid900';
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }

    .arrow:hover::after {
        right: -30px;
    }

.simple-block {
    padding: 0px 0px 30px;
    background-color: #fff;
}

    .simple-block .img-linkblock {
        display: flex;
        align-items: center;
    }

    .simple-block .image {
        position: relative;
    }

        .simple-block .image .link {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            text-align: center;
            z-index: 2;
            margin-bottom: 25px;
        }

            .simple-block .image .link a {
                color: #fff;
                font-size: 15px;
                line-height: normal;
                display: inline-block;
                text-transform: uppercase;
                font-family: acumin-pro-condensed;
                font-weight: bold;
            }

                .simple-block .image .link a:hover {
                    color: #C7C7C7;
                }

        .simple-block .image::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(222, 50, 36, 0.8);
            z-index: -1;
        }

    .simple-block:not(.no-hover) .image:hover::after {
        z-index: 1;
        cursor: pointer;
    }


.imgtext-slider .slide {
    background-color: #fff;
}

.imgtext-slider .carousel-control-prev,
.imgtext-slider .carousel-control-next {
    color: #000000;
    font-size: 50px;
    width: auto;
    opacity: 1;
}


.orders-ship,
.white-bg {
    background-color: #fff;
    padding: 55px 0px;
}

    .orders-ship .text {
        margin-bottom: 30px;
    }

        .orders-ship .text .heading {
            margin-bottom: 16px;
        }

.sustainability {
    background-color: #fff;
    padding: 40px 40px;
}

    .sustainability .heading {
        margin-bottom: 20px;
    }

        .sustainability .heading span {
            color: #009f79;
        }

    .sustainability p {
        margin-bottom: 24px;
    }

.form-img .full-form-image {
    background-color: #fff;
}

.form-img .text-form {
    padding-top: 40px;
    position: relative;
    height: 100%;
}

.form-group .form-label {
    font-size: 18px;
    line-height: normal;
    color: #000000;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.form-img .form-group {
    margin-bottom: 28px;
}

.form-group .form-control {
    border: none;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0px 5px 5px;
    font-size: 18px;
    line-height: normal;
    resize: none;
}

    .form-group .form-control:focus {
        box-shadow: none;
    }

    .form-group .form-control::placeholder {
        color: #00000080;
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

    .form-group .form-control::-webkit-input-placeholder {
        color: #00000080;
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

    .form-group .form-control::-moz-placeholder {
        color: #00000080;
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

    .form-group .form-control:-ms-input-placeholder {
        color: #00000080;
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

    .form-group .form-control:-o-placeholder {
        color: #00000080;
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

.full-form-image .btn-send {
    font-size: 20px;
    line-height: normal;
    color: #fff;
    border: none;
    background-color: #CE0019;
    text-transform: capitalize;
    padding: 12px 70px 9px;
}

    .full-form-image .btn-send:hover {
        color: #CE0019;
        background-color: #fff;
    }

#frmContact {
    margin-bottom: 20px;
}

.imgtext-slider .carousel-inner {
    /*min-height: 475px;*/
}

.imgtext-slider {
    background-color: #fff;
    padding: 30px 0 50px;
}

    .imgtext-slider .text p {
        font-family: acumin-pro-condensed;
        color: #CE0019;
        /*
	margin-bottom: 42px;
	*/
        font-weight: 400;
        font-size: 32px;
        max-width: 900px;
        line-height: 1.25;
    }

    .imgtext-slider .img-textlogo {
        max-width: 330px;
        /*margin: 0 auto;*/
        margin-left: calc(50% - 255px);
        margin-bottom: 40px;
    }

.head {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}

    .head span {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }

.ContactHead {
    font-size: 16px;
    line-height: 20px;
    color: #CE0019;
    font-weight: 700;
    margin-bottom: 10px;
}

    .ContactHead span {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }

.ContactImgRow {
    padding: 0;
    margin: 0;
}

.ContactImg {
    padding: 0;
}

.ContactRow {
    background-color: #fff;
    margin: 0;
}

.ContactRowCol {
    margin-top: 55px;
}

.ContactRowColLeft {
    padding-left: 6.3%;
}
/*---------------------Service Provider------------------------------*/
.image-service-provider {
    position: relative;
    width: 100%;
    text-align: center;
}
    .image-service-provider ul{
        margin:-4px 0px;
    }
    .image-service-provider li {
        list-style: none;
        display: inline-block;
        width: 291.4px;
        margin: -4px -3px;
    }
.image-service-provider .ehover1 img {
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

    .image-service-provider .ehover1 .overlay {
        opacity: 0;
        background-color: transparent;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .image-service-provider .ehover1 h2 {
        -moz-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        -o-transform: translatey(-100px);
        -webkit-transform: translatey(-100px);
        transform: translatey(-100px);
        opacity: 0;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .image-service-provider .ehover1 .action-link.info {
        opacity: 1;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .image-service-provider .ehover1:hover img {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .image-service-provider .ehover1:hover .overlay {
        opacity: 1;
    }

    .image-service-provider .ehover1:hover h2,
    .image-service-provider .ehover1:hover .action-link.info {
        opacity: 1;
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .image-service-provider .ehover1:hover .action-link.info {
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .image-service-provider .hover {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

        .image-service-provider .hover .overlay {
            width: 100%;
            height: 100%;
            background-color: rgba(222, 50, 36, 0.8);
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0;
        }

        .image-service-provider .hover img {
            display: block;
            position: relative;
            width:100%;
        }

        .image-service-provider .hover h2 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            position: relative;
            font-size: 17px;
            padding: 10px;
            background: rgba(0, 0, 0, 0.6);
        }

        .image-service-provider .hover .action-link.info {
            display: inline-block;
            text-decoration: none;
            padding: 7px 14px;
            text-transform: uppercase;
            font-weight: bold;
            font-family: acumin-pro-condensed;
            color: #fff;
            border: 0px;
            margin: 50% 0 0 0;
            outline: none;
            border-radius: 0px;
        
            background-color: transparent;
        }
            .image-service-provider .hover .action-link.info::after {
                content: "\f178";
                position: absolute;
                right: -12px;
                top: 4px;
                font-family: 'fasolid900';
                transition: all 0.4s ease;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
            }
            .image-service-provider .hover .action-link.info:hover {
                box-shadow: none;
            }

    /* styling to remove box shadow and border from buttons for last few effects */

        .image-service-provider.hover .action-link.nullbutton {
            border: none;
            padding: 0px;
            margin: 0px;
        }

            .image-service-provider .hover .action-link.nullbutton:hover {
                box-shadow: none;
            }

@media (max-width:569px) {
    .ContactRowColLeft {
        padding-left: 6.6%;
    }
}

@media (max-width:527px) {
    .ContactRowColLeft {
        padding-left: 7%;
    }
}

.ContactRowDetail {
    margin-bottom: 40px;
}

.full-form-image .text {
}

    .full-form-image .text p,
    .full-form-image .text p a {
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        font-weight: 500;
    }

        .full-form-image .text p a:hover {
            color:#CE0019;
        }

.full-form-image .click {
    color: #fff;
    background-color: #CE0019;
    padding: 12px 35px 9px;
    display: inline-block;
}

    .full-form-image .click:hover {
        color: #CE0019;
        background-color: #fff;
        text-transform: capitalize;
    }

.form-img .text-form .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: 40px;
}

    .form-img .text-form .social li {
        display: inline-block;
        margin: 0px 7px;
    }

        .form-img .text-form .social li:first-child {
            margin-left: 0;
        }

        .form-img .text-form .social li:last-child {
            margin-right: 0;
        }

        .form-img .text-form .social li a {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #949492;
            color: #e9ddd1;
            font-size: 25px;
            line-height: 25px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

            .form-img .text-form .social li a:hover {
                color: #fff;
                background-color: #CE0019;
            }

#text-with-carousel {
    margin-right: 0;
    margin-left: 0;
}

#mainCarousel {
    padding-right: 0;
    padding-left: 0;
}

#textbox-in-carousel {
    padding-left: 0;
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/
/*==================================================================*/
/*========== Sustainability Page ==========*/
/*==================================================================*/
.img-comp-container {
    position: relative;
    overflow: hidden;
    height: 484px;
    /*should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

    .img-comp-img img {
        display: block;
        vertical-align: middle;
    }

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 45px;
    height: 45px;
    opacity: 0.9;
    border-radius: 50%;
}

    .img-comp-slider::before {
        content: url(https://cdn.boxpartners.com/siteimages/boxpartners/css/swipe.png);
    }

.interior-hero h1 {
    font-family: acumin-pro-condensed;
    text-align: left;
    max-width: 760px;
}

.interior-hero.our-story {
    background-position: bottom;
    height: 520px;
    background-size: cover;
}

.interior-hero.sustainability {
    background-position: bottom;
    height: 520px;
    background-size: cover;
}

.interior-hero .green {
    font-family: acumin-pro, sans-serif;
    font-family: bold;
    color: #bcd631;
}

h2.greens {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 30px;
    line-height:44px;
}

.btn-green {
    background-color: #009f79;
    border-color: #009f79;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 35px;
    font-size: 24px;
    color: #fff;
}
.su-tags {
    position: relative;
}

    .su-tags:hover,
    .su-tags {
        font-weight: 600;
        text-decoration: underline;
        color: #494949;
    }

.green-list h2 {
    color: #a1b3b2;
    font-family: acumin-pro-extra-condensed;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 72px;
    line-height: 1;
    letter-spacing: 2pt;
}

.listNumber {
    font-family: acumin-pro-condensed, sans-serif;
    color: #a1b3b2;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.green-list h3 {
    font-family: acumin-pro-condensed;
    color: #009f79;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 24px;
}

.green-list img {
    width: 100%;
    max-width: 425px;
}

.green-list a {
    font-family: acumin-pro-extra-condensed, sans-serif;
    color: #baa78f;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 2px;
}

.italic {
    font-style: italic;
    font-weight: 600;
}

.quote-section {
    background-color: #e7e1da;
    padding: 36px 0;
}

    .quote-section h2 {
        font-family: acumin-pro-extra-condensed, sans-serif;
        color: #009f79;
        font-size: 42px;
        text-align: center;
        margin-bottom: 36px;
    }

    .quote-section p {
        font-family: acumin-pro;
        color: #baa78f;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1.5pt;
    }

.green-list .arrow::after {
    color: #009f79;
    font-weight: lighter;
    top: -5px;
}

.btn-green .arrow::after {
    color: #fff;
    right: -36px !important;
    top: 2px;
}

.btn-green .fa-arrow-right-long {
    color: #fff;
}

.green {
    color: #009f79;
}

.sustainability-intro ul {
    list-style: unset;
    list-style-position: inside;
}


.corrugated-mailers,
.mailing-bags {
    margin: 36px auto !important
}

    .corrugated-mailers img,
    .mailing-bags img {
        max-width: 220px;
        position: relative;
        width: 100%;
    }

/*==================================================================*/
/*========== Sustainability Page END ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Our Story ==========*/
/*==================================================================*/


.smarter-partner img {
    max-height: 96px;
}

.testimonial-slider {
    background: #fff;
    padding-bottom: 50px;
}

    .testimonial-slider .carousel-control-prev,
    .testimonial-slider .carousel-control-next {
        color: #000000;
        font-size: 50px;
    }

    .testimonial-slider img {
        max-width: 600px;
    }

.in-business {
    background-image: url(https://cdn.boxpartners.com/siteimages/boxpartners/aboutus/Our_Story_midv2-support.jpg);
    background-size: cover;
    background-repeat: none;
    background-position: right;
    min-height: 800px;
}

    .in-business .heading {
        position: relative;
        top: 75%;
    }

.large {
    font-size: 65px;
    color: #000000;
    font-family: acumin-pro-extra-condensed;
    line-height: 1;
}

.leftImg img {
    max-width: 600px;
    width: 100% !important;
}

.rightText {
    max-width: 400px;
}

.bold-p {
    font-family: acumin-pro-condensed;
    font-weight: 500 !important;
    color: #58585a;
    font-size: 16px;
}

.no-matter-what {
    background-image: url(https://cdn.boxpartners.com/siteimages/boxpartners/aboutus/no_matter_what.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8% 0;
}

.light-h {
    color: #fff;
}

.btn-light {
    font-family: acumin-pro-condensed;
    font-weight: 600;
    color: #CE0019;
    font-size: 18px;
    border-radius: 0;
    padding: 6px 24px;
}

.btn-red {
    font-family: acumin-pro-condensed;
    font-weight: 600;
    background-color: #CE0019;
    border-color: #CE0019;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    padding: 6px 24px;
}

    .btn-red:hover {
        background-color: #fff;
        border-color: #fff;
        color: #CE0019;
    }

h4 {
    font-family: acumin-pro-condensed;
    font-size: 18px;
    font-weight: 700;
}

.small-divider {
    background-color: #CE0019;
    width: 22px;
    height: 4px;
    margin: 15px auto;
}

.section-team {
    padding-bottom: 50px;
    background: #fff;
}

    .section-team h2 {
        display: flex;
        justify-content: center;
        width: 715px;
        height: 193px;
        margin: auto;
        align-items: center;
        vertical-align: middle;
        font-family: acumin-pro-condensed;
        font-size: 65px;
        font-weight: 900;
        line-height: 65px;
        text-transform: uppercase;
        background-image: url('https://cdn.boxpartners.com/siteimages/boxpartners/aboutus/our_leadership_team_back.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

        .section-team h2 span {
            padding-left: 10px;
            color: #CE0019;
        }

    .section-team .section-team-header {
        padding: 65px 30px;
    }

        .section-team .section-team-header img {
            width: 100%;
            max-width: 750px;
        }

    .section-team .row {
        max-width: 1050px;
        margin: auto;
    }

    .section-team .team-member {
        padding: 0 30px 50px;
        text-align: center;
    }

        .section-team .team-member img {
            width: 100%;
        }

        .section-team .team-member .name {
            margin-top: 10px;
            font-family: acumin-pro-condensed, sans-serif;
            font-size: 22px;
            line-height: 28px;
            font-weight: 700;
            text-transform: uppercase;
            color: #CE0019;
        }

        .section-team .team-member .role {
            margin-top: 5px;
            font-family: acumin-pro-condensed;
            font-size: 18px;
            line-height: 20px;
            font-weight: 600;
            color: #595959;
        }

        .section-team .team-member a {
            font-size: 15px;
            line-height: normal;
            color: #CE0019;
            margin-top: 15px;
            display: inline-block;
            font-family: acumin-pro-condensed;
            font-weight: bold;
        }

.modal-dialog {
    max-width: 700px;
}

.modal-dialog-scrollable .modal-content {
    overflow: visible;
    border-radius: 0;
}

.modal-dialog-scrollable .modal-body {
    padding: 0;
}

.modal-header {
    padding: 0;
    background: transparent;
    margin-top: -20px;
    z-index: 100;
    border: none;
}

    .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        margin-top: -20px;
        padding-top: 20px;
        opacity: 1;
        outline: none !important;
    }

.modal-content .col-left {
    width: 45%;
    background: #000;
}

.modal-content .col-right {
    width: 55%;
    background: #fff;
    padding: 50px 25px;
}

.section-team .team-member .modal-content .box-logo {
    background: #ecdccd;
    padding: 50px;
}

.section-team .team-member .modal-content img {
    width: 100%;
}

.section-team .team-member .modal-content .profile {
    background: #CE0019;
    padding: 25px 50px 60px;
}

    .section-team .team-member .modal-content .profile img {
        width: 100%;
        border-radius: 3px;
        border: 2px solid #fff;
    }

.section-team .team-member .modal-content .name {
    color: #ecdccd;
    font-family: acumin-pro-condensed;
    font-weight: 300;
}

.section-team .team-member .modal-content .role {
    font-weight: 400;
    color: #fff;
}

.section-team .team-member .modal-content .footer-link {
    padding: 25px 0 20px;
    background: #000;
}

    .section-team .team-member .modal-content .footer-link a {
        font-size: 18px;
        font-weight: 300;
        color: #ecdccd;
        text-transform: uppercase;
        margin: 0;
    }

.section-team .team-member .modal-content .col-right p {
    font-size: 22px;
    line-height: 28px;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 500;
    text-align: left;
}

.section-our-mission {
    background: #fff;
    padding-bottom: 80px;
}

/*==================================================================*/
/*========== Our Story END ==========*/
/*==================================================================*/
/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
    background-color: #ce0019;
    padding: 45px 0px;
    width: 92%;
    margin: 0 auto;
}
.social-connect a > span{
    padding-left:10px;
}
.social-connect a:visited,
.social-connect a:hover,
.social-connect a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.logo-menu p {
    color: #fff;
    font-family: acumin-pro-condensed;
    font-size: 16px;
    line-height: 20px;
}

.logo-menu .menu li {
    display: inline-block;
    padding: 0 7px 0 3px;
    border-right: 2px solid #fff;
}

    .logo-menu .menu li a {
        font-size: 18px;
        line-height: normal;
        color: #fff;
        font-family: acumin-pro-condensed;
        font-weight: bold;
    }

.logo-menu .all-text {
    margin-left: 50px;
}

.logo-menu .menu li:last-child {
    padding-right: 0;
    border-right: none;
}

.logo-menu .menu li:first-child {
    padding-left: 0;
}

.logo-menu .menu li a:hover {
    color: #a29a8c;
}

.logo-menu .logo-img {
    margin-bottom: 25px;
    margin-left: 50px;
}

.logo-menu .copy-right {
    margin-top: 30px;
    font-family: acumin-pro;
}

.social-menu {
    margin-top: 25px;
}

    .social-menu li {
        display: inline-block;
    }

        .social-menu li:not(:last-child) {
            margin-right: 20px;
        }

        .social-menu li img {
            width: 50px;
        }

.partner-updates {
    font-family: acumin-pro-condensed;
    margin-top: 25px;
}

    .partner-updates h4 {
        color: #fff;
    }

    .partner-updates p {
        color: #e3d6c1;
        margin-bottom:20px;
    }

.update-button {
    font-size: 20px;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    line-height: 31px;
    padding: 10px 30px 10px 30px;
    border: 2px solid #fff;
}
        .update-button:active,
        .update-button:visited,
        .update-button:hover {
            color: #fff;
        }
        /*==================================================================*/
        /*========== Footer End ==========*/
        /*==================================================================*/
        .heading h2.greens span {
            color: #009f79;
        }

.interior-hero {
    padding-top: 15px;
    padding-bottom: 20px;
    background: #373536;
    position: relative;
}

    .interior-hero h1 {
        color: #fff;
        margin: 0 auto;
        text-align: center;
        max-width: 500px;
        width: 100%;
        font-size: 55px;
        font-weight: 700;
        line-height: 110%;
        text-transform: uppercase;
    }

        .interior-hero h1 .red {
            color: #CE0019;
        }

    .interior-hero h2 {
        transform: rotate(-90deg);
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 70px;
        left: -30px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

#toTopBtn {
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 98;
    display: none;
    padding: 10px 15px;
    border: none;
    background-color: #ce0019;
    color: #fff;
    font-size: 20px;
}

.live-chat {
    transform: scale(1);
    cursor: pointer;
    position: fixed;
    z-index: 8;
    bottom: 20px;
    right: 20px;
    width: 200px;
    height: 56px;
    transition: all .3s ease;
}

    .live-chat a {
        margin: 0 auto;
        display: block;
        background: #ce0019;
        color: #fff;
        height: 56px;
        width: 200px;
        border: transparent;
        border-radius: 30px;
        padding: 10px 15px;
        transition: .25s;
    }

    .live-chat svg {
        margin: -5px 4px 0 16px;
    }

    .live-chat a span {
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        font-family: acumin-pro, sans-serif;
        padding: 5px 0 0 0;
        margin: 0;
    }

    .live-chat a:hover {
        background: #333;
    }

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


/*==================================================================*/
/*========== Become a Partner ==========*/
/*==================================================================*/

.partners-list img {
    width: 100%;
}

.ui-menu.ui-autocomplete .ui-menu-item a {
    font-size: 14px;
}

#masterSearch {
    display: inline-block;
    height: 80px;
    padding-top: 28px;
}

#txtMasterSearch {
    font-size: 13px;
    font-family: OpenSansRegular !important;
    font-weight: 400;
    border: 1px solid #000;
    color: #2c2a29;
    outline: none !important;
    width: 420px;
    height: 30px;
}

    #txtMasterSearch::placeholder {
        color: #d5d4d4;
    }

#btnMasterSearch {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -1px;
}

    #btnMasterSearch img {
        height: 30px;
    }

.ui-menu.ui-autocomplete .ui-menu-item a {
    font-size: 14px !important;
}

@media (min-width:767px) {
    li.search.search-toggle {
        display: none;
    }

    #masterLogin {
        border-right: 0;
    }
}

#headerIcons {
    width: 265px;
    text-align: right;
}

@media(min-width:1260px) {

    #masterSearch {
        padding-top: 25px;
    }

    #txtMasterSearch {
        width: 520px;
        height: 40px;
        font-size: 21px;
    }

    #btnMasterSearch img {
        height: 40px;
    }

    #btnMasterSearch {
        float: right;
        position: static;
    }

    .ui-menu.ui-autocomplete .ui-menu-item a {
        font-size: 21px;
    }
}

@media(max-width:992px) {

    #masterSearch {
        padding-top: 25px;
        margin-left: 13px;
    }

    #txtMasterSearch {
        width: 85%;
        height: 33px;
        font-size: 13px;
    }

    #btnMasterSearch img {
        height: 33px;
    }
    #headerIcons ul{
        margin-left:13px;
    }
}

@media(max-width:767px) {
    #masterSearch {
        display: none;
    }
}

@media(max-width:575px) {
    #headerIcons {
        width: 225px;
    }
}
