/* Minification failed. Returning unminified contents.
(1568,46): run-time error CSS1046: Expect comma, found '0'
(1568,50): run-time error CSS1046: Expect comma, found '/'
(1569,43): run-time error CSS1046: Expect comma, found '0'
(1569,47): run-time error CSS1046: Expect comma, found '/'
(1570,38): run-time error CSS1046: Expect comma, found '0'
(1570,42): run-time error CSS1046: Expect comma, found '/'
(1653,53): run-time error CSS1046: Expect comma, found '0'
(1653,57): run-time error CSS1046: Expect comma, found '/'
(1654,45): run-time error CSS1046: Expect comma, found '0'
(1654,49): run-time error CSS1046: Expect comma, found '/'
(2816,1): run-time error CSS1019: Unexpected token, found '}'
 */
@media (min-width: 768px) {
    body {
        padding-top: 76px; /* for sticky header*/
    }
}

.sidebar {
    display: block;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

#sidebar .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
}

/* Start Header */

.header-main-wrap > ul {
    height: 130px;
    list-style: none;
    margin: 0 auto;
    padding: 10px 0 60px 0;
}

/*logo*/
.header-main-wrap .menu-logo {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-main-wrap .menu-logo .logo-image {
    width: 120px;
}

/*menu*/
.header-main-wrap .navbar-mainmenu {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #dedede;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 50px 0 0 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
}

html.main-menu--active .header-main-wrap .navbar-mainmenu {
    opacity: 1;
    visibility: visible;
}

.header-main-wrap .navbar-mainmenu .navbar-close {
    background-color: #fff;
    border-color: transparent;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    font-size: 22px;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 70%;    
    z-index: 2;
}

.header-main-wrap .navbar-mainmenu .navbar-close:hover {
    color: #777;
}

.header-main-wrap .navbar-mainmenu .navbar-close .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: 0;
}

.header-main-wrap .navbar-mainmenu > ul {
    background-color: #fff;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 70%;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    border-bottom: 1px solid #dedede;
    color: #333;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover {
    color: #777;
}

/*store*/
.header-main-wrap .menu-store {
    border-radius: 5px;
    left: 15%;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-store .store-link {
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-store .store-link span {
    display: none;
}

.header-main-wrap .menu-store .store-link span.fa {
    display: block;
    line-height: 50px;
}

.header-main-wrap .menu-store .store-link span.fa:before {
    color: #333;
    font-size: 21px;
}

/*search*/
.header-main-wrap .menu-search {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.header-main-wrap .menu-search .navbar-form {
    border: none;
    margin: 0;
    padding: 0;
}

.header-main-wrap .menu-search .search-wrap {
    padding: 10px;
    position: relative;
}

.header-main-wrap .menu-search #keywords {
    color: #555;
    height: 40px;
    max-width: 100%;
    padding-right: 70px;
    width: 100%;
}

.header-main-wrap .menu-search .form-control-clear {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    right: 49px;
    text-indent: -9999px;
    top: 10px;
    width: 34px;
}

.header-main-wrap .menu-search .form-control-clear:before {
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-main-wrap .menu-search .btn-search {
    border-radius: 0 4px 4px 0;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*cart*/
.header-main-wrap .menu-cart {
    border-radius: 5px;
    position: absolute;
    right: 15%;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-cart .menu-cart-link {
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-cart .fa {
    line-height: 50px;
}

.header-main-wrap .menu-cart .navbar-account {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-main-wrap .menu-cart .fa:before {
    color: #222;
    font-size: 21px;
}

.header-main-wrap .menu-cart .cart-items-wrap {
    background-color: #2e3583;
    border-radius: 50%;
    display: none;
    height: 20px;
    left: 50%;
    min-width: 20px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 5px;
}

.header-main-wrap .menu-cart .cart-items-wrap.active {
    display: block;
}

.header-main-wrap .menu-cart .cart-items-wrap .counter {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 16px;
}

/*account*/
.header-main-wrap .menu-account {
    border-radius: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-account .account-link {
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-account .fa {
    line-height: 50px;
}

.header-main-wrap .menu-account .fa:before {
    color: #333;
    font-size: 21px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header-main-wrap .menu-account .caret {
    color: #333;
    display: none;
}

.header-main-wrap .menu-account .my-account-menus > h2 {
    display: none;
}

.header-main-wrap .menu-account .my-account-menus .list-group {
    margin: 0;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item {
    background-color: transparent;
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item:hover {
    color: #777;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item .fa {
    display: none;
}

.header-main-wrap .menu-account .my-account-logout a {
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
}

.header-main-wrap .menu-account .my-account-logout a:hover {
    color: #777;
}

/*search*/
.header-main-wrap .menu-navs {
    border-radius: 5px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-navs .main-menu-link {
    cursor: pointer;
    display: block;
}

.header-main-wrap .menu-navs .main-menu-link .fa {
    line-height: 50px;
}

.header-main-wrap .menu-navs .main-menu-link .fa:before {
    color: #333;
    font-size: 21px;
}

@media (min-width: 768px) {
    .header-main-wrap > ul {
        height: 75px;
        padding-bottom: 10px;
    }

    .header-main-wrap .menu-logo {
        left: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-main-wrap .menu-navs {
        left: auto;
        right: 150px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap.single-store .menu-navs {
        right: 100px;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close {
        width: 50%;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close.mobile-only {
        display: block;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        width: 50%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        float: none;
    }

    .header-main-wrap .menu-search {
        background-color: transparent;
        border: none;
        bottom: auto;
        left: 160px;
        top: 20px;
        width: -webkit-calc(100% - 370px);
        width: -moz-calc(100% - 370px);
        width: calc(100% - 370px);
    }

    .header-main-wrap.single-store .menu-search {
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
        width: calc(100% - 320px);
    }

    .header-main-wrap .menu-search .search-wrap {
        padding: 0;
    }

    .header-main-wrap .menu-search .form-control-clear {
        right: 39px;
        top: 0;
    }

    .header-main-wrap .menu-search .btn-search {
        right: 0;
        top: 0;
    }

    .header-main-wrap .menu-store {
        left: auto;
        right: 100px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-cart {
        right: 50px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-account {
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-account .caret {
        display: inline-block;
    }

    .header-main-wrap .menu-account .navbar-nav > li {
        float: none;
    }

    .header-main-wrap .navbar-default .navbar-nav > li > a,
    .header-main-wrap .menu-account .my-account-menus .list-group-item,
    .header-main-wrap .menu-account .my-account-logout a {
        display: block;
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .header-main-wrap .menu-logo .logo-image {
        width: 125px;
    }

    .header-main-wrap .menu-navs {
        left: 165px;
        width: 40%;
    }

    .header-main-wrap .menu-navs .main-menu-link {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu {
        background-color: transparent;
        border: none;
        height: auto;
        left: auto;
        opacity: 1;
        padding-top: 0;
        position: static;
        top: auto;
        visibility: visible;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close.mobile-only {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        background-color: transparent;
        border: none;
        float: none;
        max-height: 52px;
        overflow: visible;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        float: left;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        border-bottom-color: transparent;
    }

    .header-main-wrap .menu-search {
        left: -webkit-calc(40% + 165px);
        left: -moz-calc(40% + 165px);
        left: calc(40% + 165px);
        width: -webkit-calc(60% - 325px);
        width: -moz-calc(60% - 325px);
        width: calc(60% - 325px);
    }

    .header-main-wrap.single-store .menu-search {
        width: -webkit-calc(60% - 275px);
        width: -moz-calc(60% - 275px);
        width: calc(60% - 275px);
    }
}

@media (min-width: 1200px) {
    .header-main-wrap > ul {
        position: relative;
        width: 1170px;
    }

    .header-main-wrap .menu-navs {
        left: 355px;
        width: 30%;
    }

    .header-main-wrap.single-store .menu-navs {
        left: 165px;
        width: 40%;
    }

    .header-main-wrap .menu-store {
        left: 165px;
        top: 15px;
        width: 190px;
    }

    .header-main-wrap .menu-store .store-link {
        padding-left: 20px;
        position: relative;
    }

    .header-main-wrap .menu-store .store-link span {
        display: block;
        line-height: 1;
    }

    .header-main-wrap .menu-store .store-link span.fa {
        left: 5px;
        line-height: 1;
        position: absolute;
        top: 5px;
    }

    .header-main-wrap .menu-store .store-link__text {
        color: #333;
        font-size: 14px;
        padding: 5px 0 0 5px;
        text-align: left;
    }

    .header-main-wrap .menu-store .store-link__text.current-store {
        font-weight: bold;
        line-height: 1.3;
        margin-top: 3px;
        max-height: 36px;
        overflow: hidden;
        padding: 0 0 5px 5px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-main-wrap .menu-search {
        left: -webkit-calc(30% + 385px);
        left: -moz-calc(30% + 385px);
        left: calc(30% + 385px);
        width: -webkit-calc(60% - 375px);
        width: -moz-calc(60% - 375px);
        width: calc(60% - 375px);
    }

    .header-main-wrap.single-store .menu-search {
        left: -webkit-calc(40% + 165px);
        left: -moz-calc(40% + 165px);
        left: calc(40% + 165px);
        width: -webkit-calc(60% - 275px);
        width: -moz-calc(60% - 275px);
        width: calc(60% - 275px);
    }
}

/* End Header */

/* Start My Account */

.my-account-wrap #sidebar {
    display: none;
}

.my-account-wrap #sidebar > h2 {
    font-size: 18px;
}

.my-account-wrap .page-title {
    line-height: 34px;
}

@media (min-width: 600px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .my-account-wrap #sidebar {
        display: Block;
    }

    .my-account-wrap #sidebar .list-group .list-group-item .fa-chevron-right {
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 30px;
    }
}

/* End My Account */

/* Start Modal Dialog */

@media (min-width: 768px) {
    .modal-dialog {
        top: 130px;
    }
}

@media (min-width: 965px) {
    .modal-dialog {
        top: 90px;
    }
}

/* End Modal Dialog */

@font-face {
    font-family: 'CabincondensedRegular';
    src: url('/_Content/1071/Themes/Default/content/Fonts/cabincondensed-regular-webfont.eot');
    src: url('/_Content/1071/Themes/Default/content/Fonts/cabincondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1071/Themes/Default/content/Fonts/cabincondensed-regular-webfont.woff2') format('woff2'),
         url('/_Content/1071/Themes/Default/content/Fonts/cabincondensed-regular-webfont.woff') format('woff'),
         url('/_Content/1071/Themes/Default/content/Fonts/cabincondensed-regular-webfont.ttf') format('truetype'),
         url('/_Content/1071/Themes/Default/content/Fonts/cabincondensed-regular-webfont.svg#cabin_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'InterBold';
    src: url('/_Content/1071/Themes/Default/content/Fonts/inter-bold-webfont.eot');
    src: url('/_Content/1071/Themes/Default/content/Fonts/inter-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-bold-webfont.woff2') format('woff2'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-bold-webfont.woff') format('woff'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-bold-webfont.ttf') format('truetype'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-bold-webfont.svg#interbold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'InterMedium';
    src: url('/_Content/1071/Themes/Default/content/Fonts/inter-medium-webfont.eot');
    src: url('/_Content/1071/Themes/Default/content/Fonts/inter-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-medium-webfont.woff2') format('woff2'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-medium-webfont.woff') format('woff'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-medium-webfont.ttf') format('truetype'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-medium-webfont.svg#intermedium') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'InterRegular';
    src: url('/_Content/1071/Themes/Default/content/Fonts/inter-regular-webfont.eot');
    src: url('/_Content/1071/Themes/Default/content/Fonts/inter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-regular-webfont.woff2') format('woff2'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-regular-webfont.woff') format('woff'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-regular-webfont.ttf') format('truetype'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-regular-webfont.svg#interregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'InterSemibold';
    src: url('/_Content/1071/Themes/Default/content/Fonts/inter-semibold-webfont.eot');
    src: url('/_Content/1071/Themes/Default/content/Fonts/inter-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-semibold-webfont.woff2') format('woff2'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-semibold-webfont.woff') format('woff'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-semibold-webfont.ttf') format('truetype'),
         url('/_Content/1071/Themes/Default/content/Fonts/inter-semibold-webfont.svg#intersemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Icomoon';
    src: url('/_Content/1071/Themes/Default/content/Fonts/icomoon.eot?rskw36');
    src: url('/_Content/1071/Themes/Default/content/Fonts/icomoon.eot?rskw36#iefix') format('embedded-opentype'),
         url('/_Content/1071/Themes/Default/content/Fonts/icomoon.ttf?rskw36') format('truetype'),
         url('/_Content/1071/Themes/Default/content/Fonts/icomoon.woff?rskw36') format('woff'),
         url('/_Content/1071/Themes/Default/content/Fonts/icomoon.svg?rskw36#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e001";
}

.icon-account:before {
    content: "\e002";
}

.icon-cart:before {
    content: "\e003";
}

.icon-angle-down:before {
    content: "\e004";
}

.icon-arrow:before {
    content: "\e005";
}
.icon-map:before {
    content: "\e006";
}


/* Default */

html[class*="menu--active"] {
    overflow: visible;
}

body {
    font-family: InterRegular;
    padding-top: 125px;
}

.breadcrumb-wrap {
    padding: 0 20px;
}

.breadcrumb-wrap .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: 100%;
}

.breadcrumb-wrap .breadcrumb {
    margin: 0;
    padding: 15px 0!important;
}

.breadcrumb-wrap ul > li > a {
    color: #485051;
    font-family: InterRegular
}

.breadcrumb-wrap ul > li > a:active,
.breadcrumb-wrap ul > li > a:active:focus,
.breadcrumb-wrap ul > li > a:focus,
.breadcrumb-wrap ul > li > a:hover {
    color: #B42A4B;
    outline: 0;
    text-decoration: none;
}

.breadcrumb-wrap ul > li:first-of-type > a {
    color: #485051;
}

.breadcrumb-wrap ul > li:last-of-type > a,
.breadcrumb-wrap ul > li:last-of-type > span {
    font-family: InterSemibold;
    color: #080808;
}

.breadcrumb-wrap ul > li:last-of-type > a:active,
.breadcrumb-wrap ul > li:last-of-type > a:active:focus,
.breadcrumb-wrap ul > li:last-of-type > a:focus,
.breadcrumb-wrap ul > li:last-of-type > a:hover,
.breadcrumb-wrap ul > li:first-of-type > a:active,
.breadcrumb-wrap ul > li:first-of-type > a:active:focus,
.breadcrumb-wrap ul > li:first-of-type > a:focus,
.breadcrumb-wrap ul > li:first-of-type > a:hover {
    color: #B42A4B;
    outline: 0;
    text-decoration: none;
}

.body-content {
    margin: 0 auto;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.col-xs-1, .col-sm-1, .col-md-1,
.col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3,
.col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4,
.col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6,
.col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7,
.col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10,
.col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12,
.col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.text-danger {
    color: #B21020;
}

.alert-danger.alert-dismissible .close {
    border: 1px solid transparent;
    right: auto;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.alert-danger.alert-dismissible .validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
}

b, strong {
    font-family: InterBold;
    font-weight: normal;
}

a,
button,
.btn,
.my-account-layout--fullwidth-layout .panel-title .btn-link:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:before {
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

a:active,
a:active:focus,
a:focus,
button:active,
button:active:focus,
button:focus {
    border: 1px solid transparent!important;
    box-shadow: none!important;
}

a:hover,
.my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:active,
.my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:focus,
.my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:hover,
.my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item.nav--active,
.panel-last-statement__view-link:hover,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover:before,
.my-account-layout--fullwidth-layout tbody tr td a:not(.btn):hover,
.my-account-layout--fullwidth-layout .my-account-report-toolbar__link:hover,
.my-account-layout--fullwidth-layout .grid-filter__button-reset:hover {
    color: #B42A4B;
    outline: 0;
    text-decoration: none;
}

.my-account-layout--fullwidth-layout .k-pager-refresh {
    border: 1px solid transparent!important;
}

.my-account-layout--fullwidth-layout .k-pager-refresh:active,
.my-account-layout--fullwidth-layout .k-pager-refresh:active:focus,
.my-account-layout--fullwidth-layout .k-pager-refresh:focus,
.my-account-layout--fullwidth-layout .k-pager-refresh:hover {
    border: 1px solid transparent!important;
    color: #B42A4B;
}

.k-state-selected {
    border-color: #872038;
}

.my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item.nav--active,
.panel-last-statement__view-link,
.my-account-layout--fullwidth-layout .panel-title .btn-link,
.my-account-layout--fullwidth-layout tbody tr td a:not(.btn),
.my-account-layout--fullwidth-layout .my-account-report-toolbar__link,
.my-account-layout--fullwidth-layout .grid-filter__button-reset,
.k-link,
.k-nav-current.k-state-hover .k-link {
    color: #872038;
}

.k-link:hover,
.k-nav-current.k-state-hover .k-link:hover {
    color: #B42A4B!important;
}

.btn-primary,
.cookie-disclaimer__accept,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn {    
    background-color: #872038;
    border-color: #872038;
    box-shadow: none;    
    color: #fff;
    font-family: InterMedium;
    font-weight: normal;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-primary:hover,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:active,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:focus,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:hover {
    background-color: #B42A4B;
    border-color: #B42A4B;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.cookie-disclaimer__accept:active,
.cookie-disclaimer__accept:focus,
.cookie-disclaimer__accept:hover:active,
.cookie-disclaimer__accept:hover:focus,
.cookie-disclaimer__accept:hover {
    background-color: #B42A4B;
    border-color: #B42A4B;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.cookie-disclaimer__close:hover .fa:before {
    color: #B42A4B;
}


@media (min-width: 768px) {

    body {
        padding-top: 80px;
    }

}

@media (min-width: 992px) {

    body {
        padding-top: 180px;
    }

}

/* Default */


/* Scroll Top */

.scrollTopWrapper {
    background-color: transparent;
    padding: 0;
}

.scrollTopWrapper button {
    border: 1px solid transparent;
}

.scrollTopWrapper .scroll--hide {
    display: none!important;
}

.scrollTopWrapper .scroll--up {
    color: #872038;
    font-size: 25px;
    text-shadow: none;
}

.scrollTopWrapper .scroll--up:before {
    content: "\f062";
}

.scrollTopWrapper .scroll--up:hover {
    color: #B42A4B;
}

/* End Scroll Top */


/* Start Header */

#masthead {
    background-color: #FFF;
}

.header-main-wrap > ul {
    height: 125px;
    max-width: 1460px;
    width: 100%;
}

.header-main-wrap .menu-store .store-link span.fa-map-marker:before {
    color: #B42A4B;
}

.header-main-wrap .menu-search #keywords {
    border: 1px solid #D0D3D9;
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    padding-right: 90px;
}

.header-main-wrap .menu-search .form-control-clear {
    right: 55px;
}

.header-main-wrap .menu-search .btn-search {
    background-color: #B42A4B;
    border: 1px solid #B42A4B;
    border-radius: 0 8px 8px 0;
    padding: 0;
    width: 45px;
}

.header-main-wrap .menu-search .btn-search:hover {
    background-color: #872038;
    border: 1px solid #872038;
}

.header-main-wrap .menu-search .btn-search .fa:before {
    content: "\e001";
    font-family: Icomoon;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.header-main-wrap .menu-account {
    right: 15%;
}

.header-main-wrap .menu-account .fa-user-o:before {
    color: #B42A4B;
    content: "\e002";
    font-family: Icomoon;
}

.header-main-wrap .menu-account .caret {
    display: none;
}

.header-main-wrap .menu-cart {
    right: 0;
}

.header-main-wrap .menu-cart .fa-shopping-cart:before {
    color: #B42A4B;
    content: "\e003";
    font-family: Icomoon;
}

.header-main-wrap .menu-navs .main-menu-link .fa-bars:before {
    color: #B42A4B;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    font-family: InterSemibold;
    font-size: 14px;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:active,
.header-main-wrap .navbar-mainmenu > ul > li > button:active:focus,
.header-main-wrap .navbar-mainmenu > ul > li > button:focus,
.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:active,
.header-main-wrap .navbar-mainmenu > ul > li > a:active:focus,
.header-main-wrap .navbar-mainmenu > ul > li > a:focus,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover {
    color: #CCC;
    outline: 0;
}

.header-main-wrap .navbar-mainmenu > ul > li > button > .caret {
    border: none;
    margin-top: -20px;
}

.header-main-wrap .navbar-mainmenu > ul > li > button > .caret:before {
    content: "\e004";
    font-family: Icomoon;
    display: inline-block;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.header-main-wrap .navbar-mainmenu > ul > li > button[aria-expanded="true"] > .caret:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


@media (min-width: 768px) {

    .header-main-wrap > ul {
        height: 80px;
    }

    .header-main-wrap .menu-logo {
        top: 14px;
    }

    .header-main-wrap .menu-search .form-control-clear {
        right: 45px;
    }

    .header-main-wrap .menu-account {
        right: 50px;
    }

}

@media (min-width: 992px) {

    .header-main-wrap > ul {
        height: 180px;
    }

    .header-main-wrap .menu-logo {
        left: 20px;
        top: 20px;
    }

    .header-main-wrap .menu-logo .logo-image {
        width: 215px;
    }

    .header-main-wrap .menu-store {
        left: 240px;
        top: 45px;
        width: 190px;
    }

    .header-main-wrap .menu-store .store-link {
        padding-left: 20px;
        position: relative;
    }

    .header-main-wrap .menu-store .store-link span.fa-map-marker {
        left: 5px;
        line-height: 1;
        position: absolute;
        top: 5px;
    }

    .header-main-wrap .menu-store .store-link span {
        display: block;
        line-height: 1;
    }

    .header-main-wrap .menu-store .store-link__text {
        color: #333;
        font-size: 14px;
        padding: 5px 0 0 5px;
        text-align: left;
    }

    .header-main-wrap .menu-store .store-link__text.current-store {
        font-weight: bold;
        line-height: 1.3;
        margin-top: 3px;
        max-height: 36px;
        overflow: hidden;
        padding: 0 0 5px 5px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        left: 440px;
        top: 47px;
        z-index: 1;
    }

    .header-main-wrap .menu-account {
        right: 150px;
        top: 40px;
        width: 120px;
    }

    .header-main-wrap .menu-account .account-link .sr-only,
    .header-main-wrap .menu-cart .menu-cart-link .sr-only:nth-child(2) {
        bottom: 2px;
        color: #2E323C;
        display: inline-block;
        font-family: InterSemibold;
        font-size: 16px;
        height: auto;
        line-height: normal;
        margin-left: 3px;
        overflow: visible;
        position: relative;
        -webkit-transition: color .3s ease-in-out;
        -moz-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        width: auto;
    }

    .header-main-wrap .menu-cart {
        right: 20px;    
        top: 40px;    
        width: 120px;
        z-index: 1;
    }

    .header-main-wrap .menu-cart .cart-items-wrap {        
        background-color: transparent;
        border-radius: 0;
        bottom: 2px;
        color: #2E323C;
        display: inline-block !important;
        height: auto;
        left: auto;
        min-width: auto;
        padding: 0;
        position: relative;
        top: auto;
    }

    .header-main-wrap .menu-cart .cart-items-wrap .counter {
        color: #2E323C;
        font-family: InterSemibold;
        font-size: 16px;
        line-height: normal;
    }

    .header-main-wrap .menu-cart .cart-items-wrap .counter:before {
        content: "(";
    }

    .header-main-wrap .menu-cart .cart-items-wrap .counter:after {
        content: ")";
    }

    .header-main-wrap.single-store .menu-navs,
    .header-main-wrap .menu-navs {
        background-color: #872038;
        border-radius: 0;
        bottom: 0;
        left: 0;
        right: auto;
        top: auto;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        text-align: center;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        display: inline-block;
        float: none;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        border: 1px solid transparent;
        color: #FFF;
        font-size: 16px;
        line-height: normal;
    }

}

@media (min-width: 1400px) {

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 520px;
        /*width: 695px;*/
    }

}

/* End Header */


/* Start Products Dropdown */

.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:active,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:active:focus,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:focus,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:hover {
    color: #333;
}

.header-main-wrap li[data-menu-name="Products"] .btn:after {
    color: #000;
    content: "\f107";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 17px;
    line-height: 0;
    margin-left: 5px;
    position: relative;
    top: 1px;
    -webkit-transition: color .3s ease-in-out, transform .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, transform .3s ease-in-out;
    -o-transition: color .3s ease-in-out, transform .3s ease-in-out;
    transition: color .3s ease-in-out, transform .3s ease-in-out;
}

.header-main-wrap .navbar-mainmenu > ul > li.open > button:after,
html.catalog-menu--active .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
    -webkit-transform: translateY(0) rotate(-180deg);
    -moz-transform: translateY(0) rotate(-180deg);
    -ms-transform: translateY(0) rotate(-180deg);
    -o-transform: translateY(0) rotate(-180deg);
    transform: translateY(0) rotate(-180deg);
}

.header-main-wrap .navbar-mainmenu .dropdown-menu li[data-li-level="1"] a {
    font-family: InterSemibold;
}

.header-main-wrap .navbar-mainmenu .dropdown-menu li a {
    color: #000;
    display: block;
    font-family: InterRegular;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.navbar-default .navbar-nav li[data-menu-name="Products"] .dropdown-menu.loading-gif:before {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url(/Content/images/loading-transparent.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-default .navbar-nav > li[data-menu-name="Products"].open > .dropdown-menu,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu > li[data-submenu-name="main-category"] {
    border: none;
    padding: 0;
}

.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu li[data-submenu-name="shop-by-brand"],
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu > li > a[data-menu-name="main-category"] {
    display: none;
}

.header-main-wrap .navbar-mainmenu .dropdown-menu li:last-child,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] .category-list-menu__list--main li:last-child {
    border: none;
}

.header-main-wrap .navbar-mainmenu .dropdown-menu li {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dedede;
    border-radius: 0!important;
    padding: 10px 15px 10px 25px;
}


@media (max-width: 991px) {

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] .category-list-menu__list--sub-menu {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu > li[data-submenu-name="main-category"] {
        background-color: #f2f2f2;
    }

}

@media (max-width: 767px) {

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] .category-list-menu__list--main {
        display: block;
    }

}

@media (min-width: 992px) {

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:active,
    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:active:focus,
    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:focus,
    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:hover {
        color: #FFF;
    }

    .header-main-wrap li[data-menu-name="Products"] .btn:after {
        color: #FFF;
    }

    li[data-menu-name="Products"]:hover .dropdown-toggle,
    li[data-menu-name="Products"]:hover .dropdown-toggle:after {
        color: #DDD;
    }

    li[data-menu-name="Products"]:hover .dropdown-toggle:after {
        -webkit-transform: translateY(0) rotate(-180deg);
        -moz-transform: translateY(0) rotate(-180deg);
        -ms-transform: translateY(0) rotate(-180deg);
        -o-transform: translateY(0) rotate(-180deg);
        transform: translateY(0) rotate(-180deg);
    }

    li[data-menu-name="Products"] .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    li[data-menu-name="Products"]:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .navbar-default .navbar-nav li[data-menu-name="Products"] .dropdown-menu {
        border: none;
        border-radius: 0;
        margin: 0;
        min-height: 332px;
        min-width: 300px;
        padding: 0;
        width: auto;
    }

    .category-list-menu__list {
        display: block;
        height: 342px;
    }

    .category-list-menu__list--main.category-list-menu__list {
        height: 342px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .category-list-menu__list--main.category-list-menu__list ~ .category-list-menu__list {
        background-color: #fff;
        /*border-left: 1px solid #eaecea;*/
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        -moz-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        height: 342px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .category-list-menu__list .category-list-menu__item[haschild="true"] > a {
        position: relative;
    }

    .category-list-menu__list .category-list-menu__item {
        padding: 0!important;
    }

    .category-list-menu__list .category-list-menu__item.category-list-menu__item--parent-name {
        padding: 10px 15px 5px!important;
    }

    .category-list-menu__list .category-list-menu__item > a {
        padding: 10px 20px 10px 15px!important;
    }

    .category-list-menu__list .category-list-menu__item > a:hover {
        background-color: #e9ecef;
    }

    /*.category-list-menu__list .category-list-menu__item[haschild="true"] > a:hover {
        font-weight: 700;
    }*/

    .category-list-menu__list .category-list-menu__item[haschild="true"] > a:after {
        color: #555;
        content: "\f105";
        font-family: Fontawesome;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .category-list-menu__list[data-ul-level="2"] {
        left: 100%;
    }

    .category-list-menu__list[data-ul-level="3"] {
        left: 200%;
    }

    .category-list-menu__list[data-ul-level="4"] {
        left: 300%;
    }

    .category-list-menu__list[data-ul-level="5"] {
        left: 400%;
    }

    .category-list-menu__list[data-ul-level="6"] {
        left: 500%;
    }    

    .category-list-menu__list.child--active {
        display: block !important;
    }    

    .category-list-menu__item.hover--active > ul {
        display: block;
        height: 342px;
        max-height: none;
    }

    .category-list-menu__image {
        background-color: #fff;
        border-left: 1px solid #eaecea;
        -webkit-box-shadow: 6px 6px 12px -2px rgb(0 0 0 / 18%);
        box-shadow: 6px 6px 12px -2px rgb(0 0 0 / 18%);
        height: 100%;
        left: 100%;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 300px;
    }

    .category-list-menu__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
    }

    .category-list-menu__image {
        display: none;
    }

    .category-list-menu__item.hover--active > .category-list-menu__image,
    .category-list-menu__item:hover > .category-list-menu__image {
        display: block;
    }

    .category-list-menu__item--parent-name {
        display: block;
    }

    .category-list-menu__item--parent-name strong {
        display: block;
        font-family: InterBold;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 0;
        text-transform: uppercase;
    }

}

/* End Products Dropdown */


/* Start Homepage */

.page-main-layout--homepage #masthead {
    border: none;
}

.homepage {
    max-width: 100%;
    padding: 0;
}

.main-banner .page-section__title {
    font-family: InterBold;
    font-size: 20px;
    margin: 0 auto 20px;
    max-width: 230px;
    text-transform: uppercase;
}

.main-banner .page-section__content {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
}

.main-banner .btn {
    border-radius: 8px!important;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    width: 100px;
}

.main-banner .btn:active,
.main-banner .btn:active:focus,
.main-banner .btn:focus,
.main-banner .btn:hover {
    background-color: #872038!important;
    border-color: #872038!important;
    opacity: 1;
}

.homepage .text-content .page-section__title {
    font-family: InterBold;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.homepage .text-content .page-section__content {
    font-size: 12px;
}

.homepage .text-content .page-section__content a {
    background-color: #B42A4B;
    border: 1px solid #B42A4B;
    border-radius: 8px;
    color: #FFF;
    display: block;
    font-family: InterMedium;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto 0;
    width: 170px;
}

.homepage .text-content .page-section__content a:active,
.homepage .text-content .page-section__content a:active:focus,
.homepage .text-content .page-section__content a:focus,
.homepage .text-content .page-section__content a:hover {
    background-color: #872038;
    border-color: #872038;
}

.homepage .image-text .page-section__image-wrap {
    height: auto;
}

.homepage .image-text .page-section__image-wrap img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
}

.homepage .image-text .page-section__title {
    color: #101828;
    font-family: InterSemibold;
    font-size: 16px;
    line-height: 24px;
}

.homepage .image-text .page-section__text-content {
    color: #2E323C;
    font-size: 13px;
}

.homepage .image-text .btn {
    font-family: InterSemibold;
    font-size: 13px;
    padding: 0;
}

.homepage .image-text .btn:after {
    content: "\e005";
    font-family: Icomoon;
}

.brands .page-section__title {
    color: #24272F;
    font-family: InterSemibold;
    font-size: 16px;
    line-height: 24px;
}

.brands .ibos-slider-wrap .slick-arrow:before {
    font-size: 20px;
}

.brands .ibos-slider-wrap .slick-prev {
    left: 0;
}

.brands .ibos-slider-wrap .slick-next {
    right: 0;
}

.brands .widget-sub-item-image {
    padding: 0 30px;
}

.brands .widget-sub-item-image__link {
    height: 100px;
}

.brands .widget-sub-item-image__link .widget-sub-item-image__image {
    -o-object-fit: contain;
    object-fit: contain;
}


@media (min-width: 768px) {

    .main-banner .page-section__title {
        font-size: 28px;
        max-width: 350px;
    }

    .homepage .text-content .page-section__title {
        font-size: 23px;
        margin-bottom: 20px;
    }

}

@media (min-width: 992px) {

    .main-banner .page-section--Large {
        height: 640px;
    }

    .main-banner .page-section__title {
        font-size: 50px;
        line-height: 70px;
        max-width: 600px;
    }

    .main-banner .page-section__content {
        font-size: 20px;
        line-height: 36px;
    }

    .main-banner .btn {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 170px;
    }

    .homepage .text-content .page-section__title {
        font-size: 56px;
        line-height: 68px;
        margin: 0 auto 15px;
        max-width: 1200px;
    }

    .homepage .text-content .page-section__content {
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto;
        max-width: 950px;
    }

    .homepage .text-content .page-section__content a {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        margin-top: 15px;
        width: 230px;
    }

    .homepage .image-text.top .page-section__image-wrap {
        padding-right: 80px;
    }

    .homepage .image-text.top .page-section__text-wrap {
        padding-left: 80px;
    }

    .homepage .image-text.bottom .page-section__image-wrap {
        padding-left: 80px;
    }

    .homepage .image-text.bottom .page-section__text-wrap {
        padding-right: 80px;
    }

    .homepage .image-text .page-section__title {
        font-size: 24px;
        line-height: 32px;
    }

    .homepage .image-text .page-section__text-content,
    .homepage .image-text .btn {
        font-size: 16px;
        line-height: 24px;
    }

    .brands .page-section__title {
        font-size: 24px;
        margin-bottom: 50px;
    }

}

@media (min-width: 992px) {

    .main-banner .page-section__title {
        font-size: 64px;
        line-height: 76px;
        max-width: 800px;
    }

    .main-banner .page-section__content {
        font-size: 24px;
    }

}

/* End Homepage */


/* Start Footer */

.my-account-layout .newsletter-wrap {
    margin-top: 0;
}

.newsletter-wrap {
    background-color: #F0F1F3;
    margin-top: 30px;
    padding: 40px 20px;
}

.newsletter-wrap .subscription-widget-wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.newsletter-wrap .navbar-text {
    color: #2E323C;
    font-family: InterSemibold;
    font-size: 20px;
    margin: 0 0 20px;
}

.newsletter-wrap .navbar-text:after {
    color: #2E323C;
    content: "Stay up to date with the latest news, announcements, and articles.";
    display: block;
    font-family: InterRegular;
    font-size: 12px;
    margin-top: 10px;
}

.subscription-widget-wrap .input-group--email .form-control {
    background-color: #FFF;
    border: 1px solid #D0D3D9;
    border-radius: 8px!important;
    box-shadow: none;
    color: #667085;
    font-size: 12px;
    margin-right: 10px;
    padding: 12px 14px;
}

.newsletter-wrap .btn-subscription {
    border-radius: 8px!important;
    font-family: InterMedium;
    margin-left: 10px!important;
}

.footer {
    background-color: #872038;
    margin: 0;
    padding: 30px 0 15px;
}

.footer .footer-menu-wrap {
    margin: 0 auto;
    max-width: 1440px;
    text-align: center;
}

.footer .navwrap .navbar {
    min-height: auto;
    width: auto;
}

.footer .navbar-text {
    display: none;
}

.footer .location > .nav > li {
    padding-left: 25px;
    position: relative;
    text-align: left;
}

.footer .location > .nav > li + li {
    margin-left: 15px;
}

.footer .location > .nav > li > .icomoon {
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .nav {
    float: none;
}

.footer .nav > li {
    display: inline-block;
    margin-bottom: 10px;
    width: auto;
}

.footer .nav > li + li {
    padding-left: 15px;
}

.footer .nav > li > a,
.footer .nav > li > b,
.footer .nav > li > strong,
.footer .nav > li > span {
    color: #FFF;
    font-size: 12px;
    padding: 0;
}

.footer .nav > li > a:hover {
    color: #CCC;
}

.copyright-wrap {
    background-color: #111344;
    padding: 20px 20px 15px;
}

.copyright .h6 {
    font-size: 12px;
    margin: 0;
}

.copyright .h6 a {
    color: #FFF;
}

.copyright .h6 a:active,
.copyright .h6 a:active:focus,
.copyright .h6 a:focus,
.copyright .h6 a:hover {
    color: #CCC;
    text-decoration: none;
}

.social {
    margin-top: 15px;
    text-align: center;
}

.social .navbar-text {
    display: none;
}

.social > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social > ul > li {
    display: inline-block;
}

.social > ul > li + li {
    margin-left: 10px;
}

.social > ul > li > a {
    color: #FFF;
    font-size: 16px;
}

.social > ul > li > a:active,
.social > ul > li > a:active:focus,
.social > ul > li > a:focus,
.social > ul > li > a:hover {
    color: #CCC;
}


@media (min-width: 768px) {

    .newsletter-wrap .form-inline {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
    }

    .newsletter-wrap .navbar-text {
        margin: 0;
        padding-right: 20px;
        width: -webkit-calc(100% - 395px);
        width: -moz-calc(100% - 395px);
        width: calc(100% - 395px);
    }

    .subscription-widget-wrap .input-group--email {
        width: 395px;
    }

    .subscription-widget-wrap .input-group--email .form-control {
        width: 260px;
    }

    .newsletter-wrap .btn-subscription {
        margin: 0!important;
        width: 125px;
    }

    .copyright {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1400px;
    }

    .social {
        margin: 0;
    }

}

@media (min-width: 992px) {

    .newsletter-wrap .navbar-text {
        font-size: 26px;
    }

    .newsletter-wrap .navbar-text:after {
        font-size: 18px;
        margin-top: 20px;
    }

    .subscription-widget-wrap .input-group--email .form-control {
        margin-right: 20px;
    }

    .subscription-widget-wrap .input-group--email .form-control,
    .newsletter-wrap .btn-subscription {
        font-size: 14px;
        height: 50px;
    }

    .footer .footer-menu-wrap {
        text-align: left;
    }

    .footer .navwrap {
        width: 565px;
    }

    .footer .location {
        width: -webkit-calc(100% - 565px);
        width: -moz-calc(100% - 565px);
        width: calc(100% - 565px);
    }

    .footer .nav > li {
        padding-right: 15px;
    }

    .footer .nav > li + li {
        padding-left: 0;
    }

    .footer .location > .nav > li {
        margin-left: 0!important;
        margin-right: 0!important;
    }

}

@media (min-width: 1440px) {

    .footer .navwrap {
        width: 555px;
    }

    .footer .location {
        width: -webkit-calc(100% - 555px);
        width: -moz-calc(100% - 555px);
        width: calc(100% - 555px);
    }

    .footer .location .nav {
        text-align: right;
    }

    .footer .location > .nav > li:last-child {
        margin-left: 10px!important;
        padding-right: 0;
    }

    .footer .location > .nav > li:last-child:before {
        background-color: #E8BDC7;
        content: "";
        display: block;
        height: 25px;
        left: -8px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
    }    

    .footer .nav > li > a,
    .footer .nav > li > b,
    .footer .nav > li > strong,
    .footer .nav > li > span {
        font-size: 14px;
    }

    .copyright .h6 {
        font-size: 14px;
    }

    .social > ul > li > a {
        font-size: 18px;
    }

}

/* End Footer */


/* Start Login */

.login-layout body {
    padding-top: 96px;
}

.login-layout #masthead {
    /*background-color: #FAFAF0;*/
    /*background-color: #F8F8F8;*/
    border-bottom: 1px solid #FAFAF0;
    padding: 0;
}

.login-layout .header-main-wrap {
    padding: 15px 0;
}

.login-layout .header-main-wrap:before {
    display: none;
}

.login-layout .header-main-wrap .logo-image {
    width: 150px;
}

.login-layout #maincontent {
    background-color: #f8f8f8;
    padding-bottom: 30px;
}

.login-layout .footer {
    margin-top: 0;
}

.login-layout .login-page-wrap {
    max-width: 440px;
}

.login-page-wrap h1,
.forgot-password-wrap h1,
.registration-page-wrap h1 {
    font-family: InterBold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.login-page-wrap .form-group,
.forgot-password-wrap .form-group,
.registration-page-wrap .form-group {
    margin-bottom: 20px;
}

.login-page-wrap .form-group--password {
    margin-bottom: 0;
}

.login-page-wrap .form-group label,
.forgot-password-wrap .form-group label,
.registration-page-wrap .form-group label {
    font-family: InterSemibold;
    font-weight: normal;
}

.login-page-wrap .form-group .form-control,
.forgot-password-wrap .form-group .form-control,
.registration-page-wrap .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}

.login-page-wrap .form-group--forgot-password a,
.forgot-password-wrap .form-group a {
    color: #000;
}

.login-page-wrap .form-group--forgot-password a:hover,
.forgot-password-wrap .form-group a:active,
.forgot-password-wrap .form-group a:focus,
.forgot-password-wrap .form-group a:hover {
    color: #B42A4B;
    text-decoration: none;
}

.login-page-wrap .form-group hr {
    border-color: #eee;
    z-index: 1;
}

.login-page-wrap .form-group .register-label {
    background-color: #f8f8f8;
    color: #000;
    position: relative;
    z-index: 2;
}

.login-page-wrap .form-group .btn:not(.reveal-password--btn),
.forgot-password-wrap .form-group .btn,
.registration-page-wrap .form-group .btn-register,
.login-page-wrap.login-page--checkout-as-guest .btn--sign-up,
.login-page-wrap.login-page--checkout-as-guest .btn--continue-as-guest {
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    padding: 0!important;
    width: 100%;
}

.login-page-wrap .form-group .btn-register {
    background-color: #B42A4B;
    border: 2px solid #B42A4B;
    color: #FFF;
}

.login-page-wrap .form-group .btn-register:active,
.login-page-wrap .form-group .btn-register:active:focus,
.login-page-wrap .form-group .btn-register:focus,
.login-page-wrap .form-group .btn-register:hover {
    background-color: #872038;
    border: 2px solid #872038!important;
    color: #fff;
}

.shopping-cart--layout #mainfooter {
    padding: 40px 20px;
}

@media (min-width: 992px) {

    .login-layout body {
        padding-top: 117px;
    }

    .login-layout .header-main-wrap .logo-image {
        width: 200px;
    }

    .login-page-wrap .form-group .form-control,
    .forgot-password-wrap .form-group .form-control,
    .login-page-wrap .form-group .btn:not(.reveal-password--btn),
    .forgot-password-wrap .form-group .btn,
    .registration-page-wrap .form-group .btn-register,
    .login-page-wrap.login-page--checkout-as-guest .btn--sign-up,
    .login-page-wrap.login-page--checkout-as-guest .btn--continue-as-guest {
        height: 50px;
        line-height: 50px;
    }

    .login-page-wrap .form-group .btn:not(.reveal-password--btn),
    .forgot-password-wrap .form-group .btn,
    .registration-page-wrap .form-group .btn,
    .login-page-wrap.login-page--checkout-as-guest .btn--sign-up,
    .login-page-wrap.login-page--checkout-as-guest .btn--continue-as-guest {
        font-size: 15px;
    }

}

/* End Login */


/* Start Forgot Password */

.forgot-password-wrap .form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}

.forgot-password-wrap .forgot-password-links-wrap {
    padding-left: 8px;
}

/* End Forgot Password */


/* Start Registration */

.registration-page-wrap {
    max-width: 840px;
}

.registration-page-wrap .form-group legend {
    font-family: InterSemibold;
}

.registration-page-wrap .row {
    padding: 0;
}

/* End Registration */


/* Start Error Page */

.error-page .error-page-wrap {
    padding: 50px 0 20px;
}

.error-page .error-page-wrap .h1 {
    font-family: InterBold;
    letter-spacing: 0.04em;
    font-weight: normal;
}

.error-page .error-page-wrap .h3,
.error-page .error-page-wrap a {
    font-family: InterSemibold;
    font-weight: normal;
}

.error-page .error-page-wrap a {
    color: #B21020;
}

.error-page .error-page-wrap a:active,
.error-page .error-page-wrap a:active:focus,
.error-page .error-page-wrap a:focus,
.error-page .error-page-wrap a:hover {
    color: #A20F1E;
    text-decoration: none;
}

/* End Error Page */


/* Start Product Tile */

@media (max-width: 479px) {

    .product-tile__list .incre-decre-wrap {
        left: 135px;
    }

    .product-tile__qty-available {
        left: 135px;
    }

    .product-tile__btn {
        left: 135px;
    }

}

@media (min-width: 480px) {

    .flexbox.flexboxlegacy .page-section-wrap > .page-section > .product-tile__list,
    .product-list-wrap.product-display--grid .product-tile__list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flexbox.flexboxlegacy .page-section-wrap .product-tile__link,
    .flexbox.flexboxlegacy .product-list-wrap.product-display--grid .product-tile__link {
        height: 100%;
    }

    .product-tile__name {
        bottom: auto;
        top: 5px;
    }

}

/* End Product Tile */


/* Start Shopping Cart */

.shopping-cart--layout .header-main-wrap .logo-link {
    height: 70px;
    line-height: 1;
    margin: 5px 0;
}

.shopping-cart--layout .header-main-wrap .logo-link .logo-image {
    height: 100%;
    -webkit-object-fit: contain;
    object-fit: contain;
    -webkit-object-position: center;
    object-position: center;
}

.shopping-cart__footer-clear-cart {
    margin-top: 10px;
}


@media (min-width: 992px) {

    .shopping-cart--layout body {
        padding-top: 115px;
    }

    .shopping-cart--layout #masthead {
        height: 115px;
    }

    .shopping-cart--layout .header-main-wrap .logo-link {
        height: 105px;
    }

}

/* End Shopping Cart */

.page-header__title {
    font-family: 'InterBold';
}
h2.page-section__title {
    font-family: 'InterBold';
    font-size: 24px;
    line-height: 32px;
}
h2.page-title {
    font-family: 'InterBold';
    font-size: 24px;
    line-height: 32px;
}
.page-section__title {
    font-family: 'InterBold';
}
.page-section__accordion-header {
   font-family: 'InterSemiBold';
   font-size: 22px;
   line-height: 31px;
}
.page-section__accordion-content {
    font-family: 'InterRegular';
    font-size: 15px;
    line-height: 25px;
    padding: 10px 11px;
}
.page-section__accordion-item {
    margin: 25px 0;
    padding: 20px;
}
.page-section__accordion-item+.page-section__accordion-item {
    margin: 25px 0;
   padding: 20px;
}
.page-section__content {
    font-family: 'InterRegular';
    font-size: 15px;
    line-height: 25px;
}
.page-section__content p a {
   color: #b42a4b;
   text-decoration:none;
}
.page-section__content p a:hover {
   color: #b42a4b;
   text-decoration:underline;
}
.btn.btn-default.page-section__btn-link {
    background-color: #b42a4b;
    border-color: #b42a4b;
    color: #fff;
    font-family: 'InterSemibold';
}
.btn.btn-default.page-section__btn-link:hover {
    background-color: #872038;
    border-color: #872038 !important;
    outline: 0;
}
.btn.btn-default.page-section__btn-link:active {
    background-color: #872038;
    border-color: #872038 !important;
    outline: 0;
}
.btn.btn-default.page-section__btn-link:focus {
    background-color: #872038;
    border-color: #872038 !important;
    outline: 0;
}
/* OTHER PAGES */
.page-title.mtop-0 {
   font-family: 'InterSemibold';
}
h1.page-title {
   font-family: 'InterSemibold';
}
h2.page-title {
   font-family: 'InterSemibold';
}
.registration-confirmation-wrap .page-title h3 {
}
h1.text-danger {
   font-family: 'InterBold';
}
h2.text-danger {
   font-family: 'InterBold';
}
.modal-title {
   font-family: 'InterSemibold';
}


/* MEDIA QUERIES */
/* @media only screen and (min-width: 768px) {
    h1.page-header__title {
        font-size: 28px;
    }
    h2.page-section__title {
      font-size: 28px;
      line-height: 41px;
   }
}
@media only screen and (min-width: 992px) {
    h2.page-section__title {
      font-size: 35px;
      line-height: 48px;
   }
} 
*/
@media only screen and (min-width: 1200px) {
    h2.page-section__title {
      font-size: 28px !important;
      line-height: 37px;
    }
    h2.page-title {
      font-size: 28px !important;
      line-height: 37px;
    }
} 


/* ======================= POSTS CSS CODES ======================= */
.breadcrumb--post .container {
    padding-top: 35px;
}
/* MAIN POSTS PAGE */
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item h2.post-list-item__title {
    font-family: 'InterBold';
   font-size: 28px;
   line-height: 39px;
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__publish-info {
    font-family: 'InterRegular';
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__summary {
    font-family: 'InterRegular';
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .post-list-category__title {
    font-family: 'InterSemibold';
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .list-filter-wrap .list-group .list-group-item {
    font-family: 'InterRegular';
}
/* POST ENTRIES */
.post-list-publish-info {
    color: #333;
}
.post-list-template--default .post-list-publish-info {
    font-family: 'InterRegular';
    font-size: 13px;
    line-height: 22px;
}
.post-list-template--default .page-section-wrap .page-section__title  {
    font-family: 'InterBold';
}
.post-list-template--default .page-section-wrap .page-section__content  {
    font-family: 'InterRegular';
}

/* ======================= HOMEPAGE | CSS CODES ======================= */
.homepage .text-content .page-section__title {
    font-family: InterBold;
    font-size: 15px !important;
    line-height: 20px;
    margin-bottom: 15px;
}
.homepage .image-text .page-section__title {
    color: #101828;
    font-family: InterSemibold;
    font-size: 16px !important;
    line-height: 26px;
}
.homepage--tiled-sections-section-commercialcreditcard .page-section--Tiled .page-section__tiled-content {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.homepage--rich-text-section-commercialcreditcard .page-section--RichText h2.page-section__title {
    font-size: 30px !important;
    line-height: 39px;
}
.homepage--image-with-text-section-commercialcreditcard .page-section__content .page-section__image-wrap {
    height:150px;
}
.homepage--button-section-commercialcreditcard .page-section--Button a.btn {
    border-radius: 15px;
}
.homepage--button-section-commercialcreditcard .page-section--Button a.btn .page-editor--icon {
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.homepage--button-section-commercialcreditcard .page-section--Button a.btn:hover .page-editor--icon, .homepage--button-section-commercialcreditcard .page-section--Button a.btn:active .page-editor--icon, .homepage--button-section-commercialcreditcard .page-section--Button a.btn:focus .page-editor--icon {
    color:#333;
}
/*.homepage--button-section-commercialcreditcard .page-section--Button a.btn:active .page-editor--icon {
    color:#333;
}
.homepage--button-section-commercialcreditcard .page-section--Button a.btn:focus .page-editor--icon {
    color:#333;
}
 .homepage--button-section-commercialcreditcard .page-section--Button a.btn .page-editor--icon:before {
    color:#333; */
}
.homepage--button-section-commercialcreditcard .page-section-wrap--Button .page-editor--btn:before:hover {
    color:#333;
}
.homepage--button-section-commercialcreditcard .page-section-wrap--Button .page-editor--btn:before:active {
    color:#333;
}
.homepage--button-section-commercialcreditcard .page-section-wrap--Button .page-editor--btn:before:focus {
    color:#333;
}
.redtruck .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    border-radius:25px;
}


/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    .homepage .text-content .page-section__title {
        font-size: 23px !important;
        line-height:32px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .homepage .text-content .page-section__title {
        font-size: 56px !important;
        line-height: 68px;
        margin: 0 auto 15px;
        max-width: 1200px;
    }
    .homepage .image-text .page-section__title {
        font-size: 24px !important;
        line-height: 32px;
    }
    .brands .page-section__title {
        font-size: 24px !important;
    }
    .homepage--rich-text-section-commercialcreditcard .page-section--RichText h2.page-section__title {
        font-size: 40px !important;
        line-height: 49px;
    }
}

/* ======================= TERMS AND CONDITIONS | CSS CODES ======================= */
.terms-and-conditions {
    padding-top:30px;
}
.terms-and-conditions--accordion-section .page-section--Accordion {
    padding:0;
}
.terms-and-conditions--accordion-section .page-section__accordion-item {
    margin:0;
    padding: 10px 0;
} 

/* ======================= PRIVACY POLICY | CSS CODES ======================= */
.privacy-policy {
    padding-top:30px;
    padding-bottom:30px;
}

/* ===================== SITE MAP CSS ===================== */ 
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(1) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(2) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(3) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(1) h2.sitemap-menu__main-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(2) h2.sitemap-menu__main-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(2) .sitemap-menu__list .sitemap-menu__item:nth-child(3) h3.sitemap-menu__sub-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(3) h2.sitemap-menu__main-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(3) .sitemap-menu__list .sitemap-menu__item .sitemap-menu__list--sub-menu > .sitemap-menu__item {
   margin-left:-21px;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(3) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) h2.sitemap-menu__main-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header > a.sitemap-menu__link {
   display:none;
}

.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header ~ .sitemap-menu__list--sub-menu > .sitemap-menu__item:nth-child(1) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header ~ .sitemap-menu__list--sub-menu > .sitemap-menu__item:nth-child(2) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header ~ .sitemap-menu__list--sub-menu > .sitemap-menu__item:nth-child(3) {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header ~ .sitemap-menu__list--sub-menu > .sitemap-menu__item:nth-child(4) {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header ~ .sitemap-menu__list--sub-menu > .sitemap-menu__item:nth-child(5) {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header ~ .sitemap-menu__list--sub-menu > .sitemap-menu__item:nth-child(6) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h3.sitemap-menu__sub-header ~ .sitemap-menu__list--sub-menu > .sitemap-menu__item:nth-child(7) {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) .sitemap-menu__list .sitemap-menu__item h4.sitemap-menu__sub-header > a.sitemap-menu__link {
    font-weight: 600;
    font-family: InterSemiBold;
    font-size: 19px;
    line-height: 25px;
    margin-left: -22px;
}

.sitemap-page .sitemap-menu__list--main>.sitemap-menu__item {
    background-color: #fff;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item h3.sitemap-menu__sub-header {
    font-family: InterSemibold;
    color: #000;
    font-size: 19px;
    line-height: 27px;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item h4.sitemap-menu__sub-header {
    font-family: 'InterRegular';
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item  ul.sitemap-menu__list.sitemap-menu__list--sub-menu li.sitemap-menu__item {
   list-style:none;
   margin-top: 2px;
   margin-bottom: 2px;
}

/* ======================= SERVICES | CSS CODES ======================= */
.services {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top:0;
    margin-top: -19px;
}
.services h1.page-header__title {
    text-align:center;
    background-image:url('/m/Brick.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:#fff;
    padding: 1.5em 0.5em;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap .page-section__text-content {
    padding-bottom: 1.2em;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {
    border-radius: 8px !important;
    font-family: InterSemiBold;
    padding: 12px 33px;
    font-size: 15px;
    line-height: 24px;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#a22643;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
}
.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
}
.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {
    border-radius: 8px !important;
    font-family: InterSemiBold;
    padding: 12px 33px;
    font-size: 15px;
    line-height: 24px;
    color:#a22643 !important;
}



.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#a22643 !important;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff !important;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff !important;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff !important;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}


.services--rich-text-section-twolocations .page-section--RichText h2.page-section__title {
    margin-bottom:-10px;
}
.services--rich-text-section-sublocation .page-section--RichText h2.page-section__title {
    font-size:16px !important;
    line-height:25px;
}
.services--rich-text-section-sublocation .page-section--RichText .page-section__content ul {
    margin-left: -22px;
}
.services--rich-text-section-sublocation .page-section--RichText .page-section__content ul li {
    padding:3px 10px;
}
.services--rich-text-section-sublocation .page-section--RichText .page-section__content ul li a {
    color:#333;
    text-decoration:none;
}
.services--rich-text-section-sublocation .page-section--RichText .page-section__content ul li a:hover {
    color:#b42a4b;
    text-decoration:none;
}
.Services-MainLocationContainer {
    max-width:1400px;
    margin:0 auto;
    width:100%;
}
.Location-Address {
    list-style:none;
}
.Location-Address:before {
    content:'\f041';
    font-family: FontAwesome;
    color:#000;
    font-size: 16px;
    line-height: 25px;
    display:inline-block;
    padding: 0px 5px 0px 0px;   
    position: absolute;
    left: 0;
}
.Location-Address:before:hover {
    color: #b42a4b;
    text-decoration: none; 
}
.Location-Phone {
    list-style:none;
}
.Location-Phone:before {
    content:'\f095';
    font-family: FontAwesome;
    color:#000;
    font-size: 16px;
    line-height: 25px;
    display:inline-block;
    padding: 0px 5px 0px 0px;   
    position: absolute;
    left: 0;
}
.Location-Phone:before:hover {
    color: #b42a4b;
    text-decoration: none; 
}
.Location-Fax {
    list-style:none;
}
.Location-Fax:before {
    content:'\f1ac';
    font-family: FontAwesome;
    color:#000;
    font-size: 16px;
    line-height: 25px;
    display:inline-block;
    padding: 0px 5px 0px 0px;   
    position: absolute;
    left: 0;
}
.Location-Fax:before:hover {
    color: #b42a4b;
    text-decoration: none; 
}
.Location-LatePhone {
    list-style:none;
}
.Location-LatePhone:before {
    content:'\f017';
    font-family: FontAwesome;
    color:#000;
    font-size: 16px;
    line-height: 25px;
    display:inline-block;
    padding: 0px 5px 0px 0px;   
    position: absolute;
    left: 0;
}
.Location-LatePhone:before:hover {
    color: #b42a4b;
    text-decoration: none; 
}
.Location-Email {
    list-style:none;
}
.Location-Email:before {
    content:'\f003';
    font-family: FontAwesome;
    color:#000;
    font-size: 16px;
    line-height: 25px;
    display:inline-block;
    padding: 0px 5px 0px 0px;   
    position: absolute;
    left: 0;
}
.Location-Email:before:hover {
    color: #b42a4b;
    text-decoration: none; 
}
.Location-Map a {
    color: #b42a4b;
    text-decoration: none;
}
.Location-Map a:hover {
    text-decoration: underline;
}
.Location-Map:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#b42a4b;
    font-size: 16px;
    line-height: 25px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        height:450px;
    }
    .services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        height:450px;
    }
}
@media only screen and (min-width:640px) {
    .services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
    .services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
}
@media only screen and (min-width:800px) {
    .services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:50%;
    }
    .services--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:50%;
        height:500px;
    }
    .services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:50%;
    }
    .services--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:50%;
        height:500px;
    }
}
@media only screen and (min-width:1024px) {
    .services--rich-text-section-twolocations .page-section--RichText h2.page-section__title {
        font-size: 30px;
        line-height:39px;
    }
}

/* ======================= ABOUT US | CSS CODES ======================= */
.about-us {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top:0;
    margin-top: -19px;
}
.about-us h1.page-header__title {
    text-align:center;
    background-image:url('/m/Brick.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:#fff;
    padding: 1.5em 0.5em;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap .page-section__text-content {
    padding-bottom: 1.2em;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {
    border-radius: 8px !important;
    font-family: InterSemiBold;
    padding: 12px 33px;
    font-size: 15px;
    line-height: 24px;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#a22643;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
/* .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
}
.about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
} */
.about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {
    border-radius: 8px !important;
    font-family: InterSemiBold;
    padding: 12px 33px;
    font-size: 15px;
    line-height: 24px;
}
.about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#a22643;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.about-us--image-with-text-section-lefttimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus {
    border-radius: 8px !important;
    background-color: #b42a4b !important;
    border-color: #b42a4b !important;
    color:#fff !important;
}
.about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus:after {
    content:'\f08e';
    font-family: FontAwesome;
    color:#fff;
    font-size: 15px;
    line-height: 24px;
    display:inline-block;
    padding: 0px 0px 0px 5px;
}
.about-us--rich-text-section-twolocations .page-section--RichText h2.page-section__title {
    margin-bottom:-10px;
}
.about-us--rich-text-section-sublocation .page-section--RichText h2.page-section__title {
    font-size:16px !important;
    line-height:25px;
}
.about-us--rich-text-section-sublocation .page-section--RichText .page-section__content ul {
    margin-left: -22px;
}
.about-us--rich-text-section-sublocation .page-section--RichText .page-section__content ul li a {
    color:#333;
    text-decoration:none;
}
.about-us--rich-text-section-sublocation .page-section--RichText .page-section__content ul li a:hover {
    color:#b42a4b;
    text-decoration:none;
}
.about-us-MainLocationContainer {
    max-width:1400px;
    margin:0 auto;
    width:100%;
}
.about-us--tiled-sections-section-yellowsection .page-section--Tiled .page-section__tiled-content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-bottom:40px;
}
.about-us--image-section-yellowsection .page-section--Image {
    height:100px;
}
.AboutUs-PDFMainContainer {
	width:100%;
	display:block;
	box-sizing:border-box;
	padding:10px 0;
}
.AboutUs-PDFSubContainer {
	width:100%;
	display:inline-block;
	box-sizing:border-box;
        padding:20px 0;
}
.AboutUs-PDFText {
	font-family: InterSemiBold;
	color:#000;
	font-size: 35px!important;
    line-height: 44px;
}
.AboutUs-PDFButton {
	font-family: InterSemiBold;
    font-size: 13px;
    line-height: 22px;
    color: #a22643;
}
.AboutUs-PDFButton:after {
    content:'\f08e';
    font-family: FontAwesome;
    color: #a22643;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    padding: 0 0 0 5px;
}


/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
	.AboutUs-PDFSubContainer {
		width:33%;
                padding:5px 0;
	}
}
@media only screen and (min-width:640px) {
    .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        height:450px;
    }
    .about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        height:450px;
    }
}
@media only screen and (min-width:640px) {
    .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
    .about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
}
@media only screen and (min-width:1024px) {
    .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:50%;
    }
    .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:50%;
        height:660px;
    }
    .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
        height: 100%;
    }
    .about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:50%;
    }
    .about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:50%;
        height:660px;
    }
    .about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
        height: 100%;
    }
    .about-us--rich-text-section-twolocations .page-section--RichText h2.page-section__title {
        font-size: 30px;
        line-height:39px;
    }
}
@media only screen and (min-width:1200px) {
    .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        height:600px;
    }
    .about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        height:600px;
    }
}
@media only screen and (min-width:1356px) {
    .about-us--image-with-text-section-rightimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        height:530px;
    }
    .about-us--image-with-text-section-leftimage .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        height:530px;
    }
}

/* ======================= CONTACT US | CSS CODES ======================= */
.contact-us-mantle ~ .body-content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: -20px;
}
.contact-us-page {
    max-width: none;
}
.contact-us-page .page-header__title {
    text-align:center;
    color:#fff;
    text-align: center;
    background-image: url(/m/Brick.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.5em 0.5em;
}
.contact-us-thank-you .page-header__title {
    text-align:center;
    color:#333;
    text-align: center;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.5em 0.5em;
}
.contact-us-page #formContact {
    width:100%;
    max-width:1024px;
    margin:0 auto;
    padding: 5px 10px;
}
.contact-us-snippet--top {
	margin-top: -30px;
	margin-bottom:50px;
}
.contact-us-snippet--bottom {
    margin-top:30px;
}

/* ====== CONTACT US -- TOP ====== */
.ContactUsTop-Header {
    font-family: 'InterBold';
    font-size: 40px;
    line-height: 49px;
    text-align:center;
    padding-top: 50px;
}


/* ====== CONTACT US -- BOTTOM ====== */
#ContactUsBottom-MainLocationContainer {
    width:100%;
    display:block;
    box-sizing:border-box;
    padding:5px;
    max-width:1400px;
    margin:0 auto;
    vertical-align:top;
}
.ContactUsBottom-MainTextContainer {
    width:100%;
    display:inline-block;
    box-sizing:border-box;
    padding:5px 10px;
    vertical-align:top;
}
.ContactUsBottom-DetailsSubContainer {
    width:100%;
    display:inline-block;
    box-sizing:border-box;
    padding:5px;
    position:relative;
    vertical-align:top;
}
.ContactUsBottom-Hours {
    width:100%;
    display:inline-block;
    box-sizing:border-box;
    padding:5px 10px;
    vertical-align:top;
}
.ContactUsBottom-MainMapContainer {
    width:100%;
    display:inline-block;
    box-sizing:border-box;
    padding:5px 10px;
    vertical-align:top;
}
.ContactUsBottom-DetailsSubContainer ul {
    margin-left: -22px;
}

/* FONTS */
.ContactUsBottom-Subheader {
    font-family: 'InterBold';
    font-size: 24px;
    line-height: 32px;
    margin-top:0;
}
.ContactUsBottom-LocationSubheader {
    font-family: 'InterBold';
    font-size: 16px;
    line-height: 25px;
}
.ContactUsBottom-DetailsSubContainer ul li {
    list-style:none;
}
.ContactUsBottom-DetailsSubContainer ul li p {
    font-family: 'InterRegular';
    font-size: 15px;
    line-height: 25px;
    color:#333;
}
.ContactUsBottom-DetailsSubContainer ul li p a {
    font-family: 'InterRegular';
    font-size: 15px;
    line-height: 25px;
    color: #000;
    text-decoration: none;
}
.ContactUsBottom-DetailsSubContainer ul li p a:hover {
    color: #b42a4b;
    text-decoration: underline;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .ContactUsBottom-DetailsSubContainer {
        width:49%;
    }
}
@media only screen and (min-width:768px) {
    .ContactUsBottom-Subheader {
        font-size: 26px;
        line-height:34px;
    }
}
@media only screen and (min-width:1024px) {
    .ContactUsBottom-MainTextContainer {
        width:55%;
    }
    .ContactUsBottom-MainMapContainer {
        width:44%;
        height: 533px;
    }
}
@media only screen and (min-width:1200px) {
    .ContactUsBottom-MainTextContainer {
        width:49%;
    }
    .ContactUsBottom-MainMapContainer {
        width:49%;
        height: 533px;
    }
    .ContactUsBottom-Subheader {
        font-size: 28px;
        line-height:37px;
    }
}

/* ======================= CAREERS | CSS CODES ======================= */
.careers {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top:0;
    margin-top: -19px;
}
.careers h1.page-header__title {
    text-align:center;
    background-image:url('/m/Brick.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:#fff;
    padding: 1.5em 0.5em;
}
.careers--image-with-text-section-benefits .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding: 20px 0;
}
.careers--image-with-text-section-benefits .page-section--ImageWithText .page-section__content .page-section__text-wrap h2.page-section__title {
    font-size: 18px !important;
    line-height: 27px;
}
.careers--rich-text-section-jobopening .page-section--RichText h2.page-section__title {
    font-size: 24px !important;
    line-height: 33px;
}

/* Employment Form */
.generic-form-configurator--10000 h1.page-header__title {
    display:none;
}
.form-configurator-confirmation--10000 .form-configurator-confirmation__button-wrap a.btn {
    background-color: #872038;
    border-color: #872038;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
}

.EmploymentTextContainer {
    width:100%;
    disply:inline-block;
    ox-sizing:border-box;
    padding:0 5px;
    vertical-align:top;
}

/* FONTS */
.Employment-Header {
    font-family: 'InterBold';
    font-size: 30px !important;
    line-height: 39px;
    text-align:left;
}
.Employment-BodyText {
    font-family: 'InterRegular';
    font-size: 14px !important;
    line-height: 22px;
    text-align:left;
}
/* Employment Form */

.EmploymentForm-MainContainer {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1024px) {
    .careers--rich-text-section-toprichtext .page-section--RichText h2.page-section__title {
        font-size: 44px !important;
        line-height: 53px;
    }
    .careers--rich-text-section-employmentlefttext .page-section--RichText h2.page-section__title {
        font-size: 36px !important;
        line-height: 45px;
    }
}
@media only screen and (min-width:1200px) {
    .careers--rich-text-section-employmentlefttext .page-section--RichText h2.page-section__title {
        font-size: 40px !important;
        line-height: 50px;
    }
}

/* ======================= CONTRACTOR ORDER - FORM via FORM CONFIGURATOR | CSS CODES ======================= */
.generic-form-configurator-layout .body-content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.generic-form-configurator {
    max-width:none; 
}
.generic-form-configurator #frmGenericFormConfig {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding:0 10px;
}
.generic-form-configurator--10001 .page-header__title {
    /* text-align:center;
    color:#fff;
    text-align: center;
    background-image: url(/m/Brick.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.5em 0.5em; */
    display:none;
}
.generic-form-configurator--10001 .form-group--TypeOfDeliveryNeeded {
    width:100% !important;
}
.generic-form-configurator--10001 .form-configurator__radio-group--TypeOfDeliveryNeeded .custom-button__label {
    display:block;
    padding:2px 0;
}
.generic-form-configurator--10001 .form-group--Terms {
    width: 1% !important;
    display: inline-block;
}
.generic-form-configurator--10001 .form-group--IacceptTerms {
    width: 30%;
    display: inline-block;
    margin-left: 0;
    margin-top: 3px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1024px) {
    .generic-form-configurator--10001 .form-configurator-fieldset__form-input .col-sm-6 {
        width:33.33%;
    }
}
/* ======================= CONTRACTOR ORDER - FORM via PAGE EDITOR | CSS CODES ======================= */
.contractor-order-form {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top:0;
    margin-top: -19px;
}
.contractor-order-form h1.page-header__title {
    text-align:center;
    background-image:url('/m/Brick.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:#fff;
    padding: 1.5em 0.5em;
}
.ContractorOrderForm-MainLocationContainer {
    max-width:1400px;
    margin:0 auto;
    width:100%;
}
.contractor-order-form--rich-text-section-sidetext .page-section--RichText h2.page-section__title {
    font-size: 30px !important;
    line-height: 39px;
}
.contractor-order-form--rich-text-section-sidetext .page-section__content p strong {
    font-size: 17px;
    line-height: 27px;
}
.ContractorOrderForm-MainContainer {
    max-width:1400px;
    margin:0 auto;
    width:100%;
}
.contractor-order-form--custom-html-section-onlineform .page-section--CustomHTML iframe {
    min-height: 840px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1024px) {
    .contractor-order-form--rich-text-section-sidetext .page-section--RichText h2.page-section__title {
        font-size: 36px !important;
        line-height: 45px;
    }
}
@media only screen and (min-width:1200px) {
    .contractor-order-form--rich-text-section-sidetext .page-section--RichText h2.page-section__title {
        font-size: 44px !important;
        line-height: 53px;
    }
}
