/* Minification failed. Returning unminified contents.
(1934,46): run-time error CSS1046: Expect comma, found '0'
(1934,50): run-time error CSS1046: Expect comma, found '/'
(1935,43): run-time error CSS1046: Expect comma, found '0'
(1935,47): run-time error CSS1046: Expect comma, found '/'
(1936,38): run-time error CSS1046: Expect comma, found '0'
(1936,42): run-time error CSS1046: Expect comma, found '/'
(2022,53): run-time error CSS1046: Expect comma, found '0'
(2022,57): run-time error CSS1046: Expect comma, found '/'
(2023,45): run-time error CSS1046: Expect comma, found '0'
(2023,49): run-time error CSS1046: Expect comma, 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: 'InterBold';
    src: url('/_Content/1074/Themes/Default/content/Fonts/inter-bold-webfont.eot');
    src: url('/_Content/1074/Themes/Default/content/Fonts/inter-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-bold-webfont.woff2') format('woff2'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-bold-webfont.woff') format('woff'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-bold-webfont.ttf') format('truetype'),
         url('/_Content/1074/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: 'InterExtrabold';
    src: url('/_Content/1074/Themes/Default/content/Fonts/inter-extrabold-webfont.eot');
    src: url('/_Content/1074/Themes/Default/content/Fonts/inter-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-extrabold-webfont.woff2') format('woff2'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-extrabold-webfont.woff') format('woff'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-extrabold-webfont.ttf') format('truetype'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-extrabold-webfont.svg#interextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'InterMedium';
    src: url('/_Content/1074/Themes/Default/content/Fonts/inter-medium-webfont.eot');
    src: url('/_Content/1074/Themes/Default/content/Fonts/inter-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-medium-webfont.woff2') format('woff2'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-medium-webfont.woff') format('woff'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-medium-webfont.ttf') format('truetype'),
         url('/_Content/1074/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/1074/Themes/Default/content/Fonts/inter-regular-webfont.eot');
    src: url('/_Content/1074/Themes/Default/content/Fonts/inter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-regular-webfont.woff2') format('woff2'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-regular-webfont.woff') format('woff'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-regular-webfont.ttf') format('truetype'),
         url('/_Content/1074/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/1074/Themes/Default/content/Fonts/inter-semibold-webfont.eot');
    src: url('/_Content/1074/Themes/Default/content/Fonts/inter-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-semibold-webfont.woff2') format('woff2'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-semibold-webfont.woff') format('woff'),
         url('/_Content/1074/Themes/Default/content/Fonts/inter-semibold-webfont.ttf') format('truetype'),
         url('/_Content/1074/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: 'RobotoBold';
    src: url('/_Content/1074/Themes/Default/content/Fonts/roboto-bold-webfont.eot');
    src: url('/_Content/1074/Themes/Default/content/Fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1074/Themes/Default/content/Fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('/_Content/1074/Themes/Default/content/Fonts/roboto-bold-webfont.woff') format('woff'),
         url('/_Content/1074/Themes/Default/content/Fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('/_Content/1074/Themes/Default/content/Fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('/_Content/1074/Themes/Default/content/Fonts/roboto-regular-webfont.eot');
    src: url('/_Content/1074/Themes/Default/content/Fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1074/Themes/Default/content/Fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('/_Content/1074/Themes/Default/content/Fonts/roboto-regular-webfont.woff') format('woff'),
         url('/_Content/1074/Themes/Default/content/Fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('/_Content/1074/Themes/Default/content/Fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Icomoon';
    src: url('/_Content/1074/Themes/Default/content/Fonts/icomoon.eot?rlyybb');
    src: url('/_Content/1074/Themes/Default/content/Fonts/icomoon.eot?rlyybb#iefix') format('embedded-opentype'),
         url('/_Content/1074/Themes/Default/content/Fonts/icomoon.ttf?rlyybb') format('truetype'),
         url('/_Content/1074/Themes/Default/content/Fonts/icomoon.woff?rlyybb') format('woff'),
         url('/_Content/1074/Themes/Default/content/Fonts/icomoon.svg?rlyybb#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-menu:before {
    content: "\e001";
}

.icon-location:before {
    content: "\e002";
}

.icon-angle-down:before {
    content: "\e003";
}

.icon-search:before {
    content: "\e004";
}

.icon-account:before {
    content: "\e005";
}

.icon-cart:before {
    content: "\e006";
}

.icon-angle-left:before {
    content: "\e007";
}
.icon-angle-right:before {
    content: "\e008";
}


/* Default */

html[class*="menu--active"] {
    overflow: visible;
}

body {
    font-family: InterRegular;
    padding-top: 120px;
}

.announcement--bulletin body {
    padding-top: 150px;
}

.announcement-bulletin {
    background-color: #1F1F1F;
}

.breadcrumb-wrap {
    padding: 0 20px;
}

.breadcrumb-wrap .container {
    margin: 0 auto;
    max-width: 1590px;
    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: #F8C311;
    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 {
    color: #E3B30F;
    outline: 0;
    text-decoration: none;
}

.body-content {
    margin: 0 auto;
    max-width: 1630px;
    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 {
    -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 {
    color: #F8C311;
    outline: 0;
    text-decoration: none;
}

.btn-primary,
.cookie-disclaimer__accept {    
    background-color: #F8C311;
    border-color: #F8C311;
    box-shadow: none;    
    color: #000;
    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 {
    background-color: #E3B30F;
    border-color: #E3B30F;
    color: #000;
    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: #E3B30F;
    border-color: #E3B30F;
    color: #000;
    outline: 0;
    text-decoration: none;
}

.cookie-disclaimer__close:hover .fa:before {
    color: #F8C311;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background-color: #0d8ea5;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #71c171;
}


@media (min-width: 768px) {

    body {
        padding-top: 80px;
    }

    .announcement--bulletin body {
        padding-top: 110px;
    }

}

@media (min-width: 992px) {

    body {
        padding-top: 170px;
    }
    
    .announcement-bulletin {
        height: 45px;
        line-height: 35px;
    }

    .announcement-bulletin__btn-close {
        top: 13px;
    }

    .announcement--bulletin body #masthead {
        margin-top: 45px;
    }

    .announcement--bulletin body {
        padding-top: 215px;
    }

}

/* 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: #E3B30F;
    font-size: 25px;
    text-shadow: none;
}

.scrollTopWrapper .scroll--up:before {
    content: "\f062";
}

.scrollTopWrapper .scroll--up:hover {
    color: #F8C311;
}

/* End Scroll Top */


/* Start Header */

#masthead {
    background-color: #FFF;
}

.header-main-wrap > ul {
    height: 120px;
    max-width: 1420px;
    padding: 0;
    width: 100%;
}

.header-main-wrap .menu-store .store-link span.fa-map-marker:before {
    content: "\e002";
    font-family: Icomoon;
}

.header-main-wrap .menu-search #keywords {
    border: 1px solid #DDD;
    border-radius: 100px;
    -webkit-box-shadow: 0 6px 12px rgba(16, 24, 40, 0.03);
    -moz-box-shadow: 0 6px 12px rgba(16, 24, 40, 0.03);
    box-shadow: 0 6px 12px rgba(16, 24, 40, 0.03);
    font-size: 11px;
}

.header-main-wrap .menu-search #keywords::-webkit-input-placeholder {
    color: #BABABA!important;
}

.header-main-wrap .menu-search #keywords:-ms-input-placeholder {
    color: #BABABA!important;
}

.header-main-wrap .menu-search #keywords::-ms-input-placeholder {
    color: #BABABA!important;
}

.header-main-wrap .menu-search #keywords::placeholder {
    color: #BABABA!important;
}

.header-main-wrap .menu-search .btn-search {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-left-color: transparent;
    border-radius: 0 100px 100px 0;
}

.header-main-wrap .menu-search .btn-search:active,
.header-main-wrap .menu-search .btn-search:active:focus,
.header-main-wrap .menu-search .btn-search:focus,
.header-main-wrap .menu-search .btn-search:hover {
    border: 1px solid #DDD!important;
    border-left-color: transparent!important;
}

.header-main-wrap .menu-search .btn-search .fa:before {
    content: "\e004";
    font-family: Icomoon;
    font-size: 20px;
    line-height: 28px;
}

.header-main-wrap .menu-account {
    right: 15%;
}

.header-main-wrap .menu-account .fa-user-o:before {
    content: "\e005";
    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 {
    content: "\e006";
    font-family: Icomoon;
}

.header-main-wrap .menu-navs .main-menu-link .fa-bars:before {
    content: "\e001";
    font-family: Icomoon;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    color: #1F1F1F;
    font-family: InterSemibold;
    font-size: 14px;
}

.header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button:active,
.header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button:focus,
.header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a:active,
.header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a:focus,
.header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a:hover {
    border-bottom: 1px solid #dedede !important;
    color: #777 !important;
}

.header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button > .fa-chevron-right:before,
.header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a > .fa-chevron-right:before {
    content: "\f107";
    font-family: Fontawesome;
    font-size: 17px;
    margin-left: 3px;
    position: relative;
    top: 1px;
}


@media (min-width: 768px) {

    .header-main-wrap > ul {
        height: 80px;
    }

    .header-main-wrap .menu-logo {
        top: 15px;
    }

    .header-main-wrap .menu-account {
        right: 50px;
    }

}

@media (min-width: 992px) {

    #masthead {
        border: none;
    }

    .header-main-wrap > ul {
        height: 170px;
    }

    .header-main-wrap .menu-logo {
        left: 20px;
        top: 20px;
    }

    .header-main-wrap .menu-logo .logo-image {
        width: 200px;
    }

    .header-main-wrap .menu-store {
        left: 260px;
        right: auto;
        top: 20px;
        width: 110px;
    }

    .header-main-wrap .menu-store .store-link {
        padding: 0;
    }

    .header-main-wrap .menu-store .store-link span {
        display: block;
    }

    .header-main-wrap .menu-store .store-link span.fa {
        left: auto;
        line-height: normal;
        position: relative;
        top: auto;
    }

    .header-main-wrap .menu-store .store-link .store-link__text {
        color: #171717;
        font-family: InterMedium;
        font-size: 0;
        line-height: normal;
        padding: 0;
        text-align: center;
    }

    .header-main-wrap .menu-store .store-link .store-link__text:not(.current-store):after {
        content: "Currently shopping at:";
        font-size: 12px;
    }

    .header-main-wrap .menu-store .store-link .current-store {
        color: #171717;
        font-family: InterSemibold;
        font-size: 14px;
        margin: 0;
        max-height: none;
        overflow: hidden;
        padding: 0 5px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-main-wrap .menu-store .store-link .current-store:after {
        content: "\e003";
        font-family: Icomoon;
        font-size: 18px;
        font-weight: bold;
        line-height: normal;
        margin-left: 2px;
        position: relative;
        top: 3px;
    }

    .store-location-popup-wrap {
        background-color: #FFF;
        border: 1px solid #D0D0D0;
        border-radius: 0 5px 5px 5px;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
        display: block;
        left: 0;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
        position: absolute;
        top: 100%;
        -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: 420px;
    }

    .store-location-popup-wrap .store-location__branches {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .store-location-popup-wrap .store-location__branch {
        font-size: 0;
    }

    .store-location-popup-wrap .store-location-info-wrap {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        width: -webkit-calc(100% - 190px);
        width: -moz-calc(100% - 190px);
        width: calc(100% - 190px);
    }

    .store-location-popup-wrap .store-location-info__store-name {
        cursor: default;
        font-family: InterMedium;
        font-size: 13px;
        margin: 0;
    }

    .store-location-popup-wrap .store-location-button-wrap {
        display: inline-block;
        padding-left: 10px;
        text-align: right;
        vertical-align: top;
        width: 110px
    }

    .store-location-popup-wrap .store-location-button-wrap .btn-mystore {
        background-color: #fff;
        border-color: #ccc;
        cursor: default;
    }

    .store-location-popup-wrap .store-location-button-wrap .fa {
        background-color: #F8C311;
        border-radius: 50%;
        display: inline-block;
        height: 12px;
        text-align: center;
        width: 12px;
    }

    .store-location-popup-wrap .store-location-button-wrap .fa:before {
        bottom: 2px;
        color: #1F1F1F;
        font-size: 8px;
        line-height: normal;
        position: relative;
    }

    .store-location-popup-wrap .store-location__branch + .store-location__branch {
        border-top: 1px solid #ccc;
        margin-top: 10px;
        padding-top: 10px;
    }

    .header-main-wrap .menu-search,
    .header-main-wrap.single-store .menu-search {
        left: 400px;
        top: 35px;
        width: -webkit-calc(100% - 625px);
        width: -moz-calc(100% - 625px);
        width: calc(100% - 625px);
    }

    .authenticated .header-main-wrap .menu-search {
        width: -webkit-calc(100% - 585px);
        width: -moz-calc(100% - 585px);
        width: calc(100% - 585px);
    }

    .header-main-wrap .menu-search #keywords {
        -webkit-box-shadow: 0 6px 12px rgba(16, 24, 40, 0.1);
        -moz-box-shadow: 0 6px 12px rgba(16, 24, 40, 0.1);
        box-shadow: 0 6px 12px rgba(16, 24, 40, 0.1);
        font-size: 14px;
        height: 50px;
        padding-left: 20px;
    }

    #masthead .ui-autocomplete-loading {
        background-position: right 18px center;
    }

    .header-main-wrap .menu-search .form-control-clear {
        line-height: 50px;
        height: 50px;
        right: 60px;
    }

    .header-main-wrap .menu-search .btn-search {
        height: 50px;
        width: 60px;
    }

    .header-main-wrap .menu-search .btn-search .fa:before {
        font-size: 23px;
    }

    .header-main-wrap .menu-account {
        right: 75px;
        top: 28px;
        -webkit-transition: background-color .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
        width: 120px;
    }

    .authenticated .header-main-wrap .menu-account .account-link {
        height: 69px;
        padding-top: 13px;
    }

    .authenticated .header-main-wrap .menu-account {
        width: 80px;
    }

    .header-main-wrap .menu-account:hover,
    .header-main-wrap .menu-store:hover .store-link,
    .header-main-wrap .menu-cart:hover .menu-cart-link {
        background-color: #F8C311;
    }

    .header-main-wrap .menu-account:hover .account-link {
        background-color: transparent;
    }

    .header-main-wrap .menu-account:hover .navbar-account.non-logged > ul > li > a:hover {
        color: #777;
    }

    .header-main-wrap .menu-store:hover .store-location-popup-wrap,
    .authenticated .header-main-wrap .menu-account:hover .navbar-account,
    .header-main-wrap .menu-cart:hover .mini-cart-popup {
        opacity: 1;
        visibility: visible;
    }

    .header-main-wrap .menu-account .fa-user-o,
    .header-main-wrap .menu-cart .fa-shopping-cart {
        line-height: normal;
    }

    .header-main-wrap .menu-account .account-link .sr-only,
    .header-main-wrap .menu-cart .menu-cart-link .sr-only:nth-child(2) {
        bottom: 0;
        color: #171717;
        display: block;
        font-family: InterSemibold;
        font-size: 14px;
        height: auto;
        letter-spacing: -0.02em;
        margin-left: 0;
        overflow: visible;
        padding-right: 2px;
        position: relative;
        text-transform: none;
        -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 .navbar-account:not(.non-logged) {
        background-color: #FFF;
        border: 1px solid #d0d0d0;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
        padding: 0;
    }

    .header-main-wrap .navbar-account .nav-column-menu.nav-column-menu--list .list-group {
        border: none;
    }

    .header-main-wrap .navbar-account .nav-column__title,
    .header-main-wrap .menu-account .my-account-menus .list-group-item,
    .header-main-wrap .navbar-account .nav-column-menu .list-group-item,
    .header-main-wrap .navbar-account .nav-column-menu .my-account-switch a,
    .header-main-wrap .menu-account .my-account-logout a,
    .header-main-wrap .navbar-account > ul > li > a {
        border-radius: 0;
        border-bottom-color: #DEDEDE;
        font-size: 12px;
        padding: 10px 20px;
    }

    .header-main-wrap .menu-account .my-account-menus a.list-group-item:hover,
    .header-main-wrap .navbar-account .nav-column-menu a.list-group-item:hover,
    .header-main-wrap .navbar-account .nav-column-menu .my-account-switch a:hover,
    .header-main-wrap .menu-account .my-account-logout a:hover {
        color: #F8C311;
    }

    .header-main-wrap .menu-account .my-account-logout a {
        border: 1px solid transparent;
    }

    .header-main-wrap .menu-account .fa-sign-out:before,
    .header-main-wrap .menu-account .fa-user:before,
    .header-main-wrap .menu-account .fa-sign-in:before,
    .header-main-wrap .menu-account .fa-user-plus:before {
        font-size: 16px;
    }

    .header-main-wrap .menu-cart {
        top: 28px;
        width: 70px;
        z-index: 1;
    }

    .header-main-wrap .menu-cart .menu-cart-link {
        border-radius: 5px;
    }

    .header-main-wrap .menu-cart .cart-items-wrap {
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0;
        display: block;
        height: auto;
        left: auto;
        min-width: 0;
        padding: 0 0 7px 0;
        position: relative;
        top: 2px;
    }

    .header-main-wrap .menu-cart .cart-items-wrap .counter {
        color: #171717;
        font-family: InterMedium;
        font-size: 12px;
        letter-spacing: -0.02em;
        line-height: 14px;
        opacity: 1;
        -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-cart .cart-items-wrap .counter:after {
        content: "Items";
        display: inline-block;
        margin-left: 2px;
    }

    .header-main-wrap .menu-cart .menu-cart-link .sr-only {
        color: #171717;
        font-family: InterMedium;
        font-size: 12px;
    }

    .header-main-wrap .navbar-account.non-logged {
        background-color: transparent;
        border: none;
        border-radius: 0 0 5px 5px !important;
        opacity: 1;
        padding: 0 0 1px 0;
        position: relative;
        right: auto;
        top: -1px;
        -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        visibility: visible;
        width: auto;
    }

    .header-main-wrap .menu-account .non-logged .navbar-nav > li.my-account {
        display: none;
    }

    .header-main-wrap .navbar-account.non-logged > ul > li {
        display: inline-block;
    }

    .header-main-wrap .navbar-account.non-logged > ul > li:last-child:before {
        color: #171717;
        content: "/";
        font-family: InterMedium;
        font-size: 12px;
        letter-spacing: -0.02em;
        line-height: 10px;
    }

    .header-main-wrap .navbar-account.non-logged > ul > li > a {
        border: 1px solid transparent;
        color: #171717;
        display: inline-block;
        font-family: InterMedium;
        font-size: 12px;
        letter-spacing: -0.02em;
        line-height: 14px;
        opacity: 1;
        padding: 0;
        width: auto;
    }

    .header-main-wrap .navbar-account.non-logged > ul > li > a:hover {
        color: #000;
    }

    .header-main-wrap .navbar-account.non-logged > ul > li > a#loginLink {
        font-size: 0;
    }

    .header-main-wrap .navbar-account.non-logged > ul > li > a#loginLink:after {
        content: "Sign In";
        font-size: 12px;
    }

    .header-main-wrap .navbar-account.non-logged > ul > li > a > .fa {
        display: none;
    }

    .header-main-wrap .menu-navs,
    .header-main-wrap.single-store .menu-navs {
        background-color: #1F1F1F;
        border-radius: 0;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
    }

    .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-radius: 0;
        color: #F5F5F5;
        padding: 15px 30px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button:hover,
    .header-main-wrap .navbar-mainmenu > ul > li > a:hover {
        color: #F8C311;
    }

    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button:active,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button:focus,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button:hover,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a:active,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a:focus,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a:hover {
        border-bottom: 1px solid #dedede !important;
        color: #F8C311 !important;
    }

    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button > .fa:before,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a > .fa:before {
        display: inline-block;
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;   
    }

    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > button:hover > .fa:before,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu > a:hover > .fa:before {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

/* 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: #777;
}

.header-main-wrap .navbar-mainmenu > ul > li > button: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 > button > .caret {
    display: none;
}

.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;
}

.header-main-wrap .navbar-mainmenu li.parent-menu .dropdown-menu li a {
    color: #000;
    font-family: InterSemibold;
}

.header-main-wrap .navbar-mainmenu li.parent-menu .dropdown-menu li a:hover {
    color: #000;
}

.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.parent-menu > .dropdown-menu {
    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"],
    .header-main-wrap .navbar-mainmenu > ul > li.open > .dropdown-menu {
        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: #F8C311;
        outline: 0;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button:after {
        color: #FFF;
    }

    li[data-menu-name="Products"]:hover .dropdown-toggle,
    li[data-menu-name="Products"]:hover .dropdown-toggle:after,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu:hover > button,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu:hover > button:after {
        color: #F8C311;
    }

    li[data-menu-name="Products"]:hover .dropdown-toggle:after,
    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu:hover > button: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;
    }

    .header-main-wrap .navbar-mainmenu > ul > li.parent-menu:hover > .dropdown-menu {
        display: block;
        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;
    }

    .header-main-wrap .navbar-mainmenu li.parent-menu .dropdown-menu {
        border: none;
        border-radius: 0;
    }

    .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,
    .header-main-wrap .navbar-mainmenu > .nav > li > .dropdown-menu > li {
        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,
    .header-main-wrap .navbar-mainmenu li.parent-menu .dropdown-menu li a {
        padding: 10px 20px 10px 15px!important;
    }

    .category-list-menu__list .category-list-menu__item > a:hover,
    .header-main-wrap .navbar-mainmenu li.parent-menu .dropdown-menu li 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 Footer */

.footer {
    background-color: #1F1F1F;
    padding: 20px;
}

.footer .footer-menu-wrap {
    margin: 0 auto;
    max-width: 1330px;
}

.footer-logo {
    text-align: center;
}

.footer-logo .logo-link {
    display: block;
    margin-bottom: 20px;
}

.footer-logo .logo-image {
    width: 160px;
}

.footer .navbar-text {
    font-family: InterSemibold;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
}

.footer .navbar-nav li {
    display: block;
    width: 100%;
}

.footer .nav > li > a {
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
}

.footer .nav > li > a:hover,
.footer .navbar-masthead-top > li > a:hover,
.social > ul > li > a:hover,
.builderwire__link:hover {
    color: #F8C311;
    text-decoration: none;
}

.newsletter .navbar-text:after {
    content: "Join our newsletter to stay up to date on features and releases.";
    display: block;
    font-family: InterRegular;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}

.subscription-widget-wrap:after {
    content: "By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.";
    color: #FFF;
    display: block;
    font-family: InterRegular;
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}

.subscription-widget-wrap .input-group--email .form-control {
    border: 1px solid #DDD;
    border-radius: 100px!important;
    font-size: 12px;
    height: 35px;
}

.subscription-widget-wrap .input-group--email .form-control::-webkit-input-placeholder {
    color: #BABABA!important;
}

.subscription-widget-wrap .input-group--email .form-control:-ms-input-placeholder {
    color: #BABABA!important;
}

.subscription-widget-wrap .input-group--email .form-control::-ms-input-placeholder {
    color: #BABABA!important;
}

.subscription-widget-wrap .input-group--email .form-control::placeholder {
    color: #BABABA!important;
}

.subscription-widget-wrap .input-group-btn .btn-subscription {
    border-radius: 100px;
    font-size: 12px;
    height: 35px;
    margin-left: 10px;
}

.copyright {
    border-top: 1px solid #FFF;
    margin: 30px auto 0;
    max-width: 1330px;
    padding-top: 20px;
}

.footer .copyright .h6 span {
    font-family: InterRegular;
    font-weight: normal;
}

.builderwire__link {
    color: #FFF;
}

.navbar-masthead-top {
    padding-top: 10px;
    text-align: center;
}

.footer .navbar-masthead-top > li > a {
    display: inline-block;
    text-decoration: underline;
}

.footer .navbar-masthead-top > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.social .navbar-text {
    display: none;
}

.social > ul {
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}

.social > ul > li {
    display: inline-block;
}

.social > ul > li + li {
    margin-left: 10px;
}

.social > ul > li > a {
    color: #FFF;
    font-size: 16px;
}


@media (min-width: 480px) {

    .footer .navwrap {
        clear: both;
        content: "";
        display: table;
        width: 100%;
    }

    .footer .navwrap .navbar-inverse,
    .newsletter {
        float: left;
        width: 50%;
    }

}

@media (min-width: 768px) {

    .footer .navwrap {
        float: left;
        width: 50%;
    }

    .footer .copyright .h6 {
        float: left;
        line-height: 20px;
        margin: 0;
    }

    .footer .copyright .h6 span {
        border: 1px solid transparent;
    }

    .navbar-masthead-top {
        float: right;
        padding: 0;
        text-align: right;
        width: 50%;
    }

    .footer .navbar-masthead-top > li {
        display: inline-block;
        width: auto;
    }

    .footer .navbar-masthead-top > li + li {
        margin-left: 10px;
    }

    .footer .navbar-masthead-top > li > a {
        padding: 0;
    }

    .social {
        clear: both;
        display: table;
        margin: 0 auto;
    }

}

@media (min-width: 992px) {

    .footer {
        padding: 50px 20px 40px;
    }

    .footer-logo {
        display: inline-block;
        padding-right: 40px;
        text-align: left;
        vertical-align: top;
        width: 250px;
    }

    .footer-logo .logo-image {
        width: 100%;
    }

    .footer .navwrap,
    .newsletter {
        display: inline-block;
        float: none;
        width: -webkit-calc(50% - 130px);
        width: -moz-calc(50% - 130px);
        width: calc(50% - 130px);
    }

    .footer .navbar-text {
        font-size: 16px;
        margin-top: 0;
    }

    .footer .nav > li > a,
    .newsletter .navbar-text:after,
    .subscription-widget-wrap:after,
    .footer .copyright .h6 span {
        font-size: 14px;
    }

    .newsletter {
        vertical-align: top;
    }

    .subscription-widget-wrap .input-group--email .form-control,
    .subscription-widget-wrap .input-group-btn .btn-subscription {
        font-size: 16px;
        height: 50px;
        padding: 6px 20px;
    }

    .copyright {
        margin-top: 50px;
        padding-top: 40px;
    }

    .copyright:after,
    .copyright:before {
        clear: both;
        content: "";
        display: table;
    }

    .navbar-masthead-top {
        float: left;
        padding-left: 30px;
        text-align: left;
        width: auto;
    }

    .social {
        clear: none;
        float: right;
    }

    .social > ul {
        margin: 0;
    }

    .social > ul > li > a {
        font-size: 18px;
    }

}

/* End Footer */


/* Start Homepage */

.homepage {
    max-width: 100%;
    padding: 0;
}

.main-banner .widget-sub-item-image__link {
    height: 300px;
}

.main-banner .widget-sub-item-image__title {
    font-family: InterExtrabold;
    margin-bottom: 10px;
    text-shadow: none;
}

.main-banner .widget-sub-item-image__description {
    display: block;
    font-family: InterSemibold;
    font-size: 12px;
    margin: 0 auto;
    max-width: 500px;
    text-shadow: none;
}

.main-banner .widget-sub-item-image__description a {
    background-color: #F8C311;
    border: 1px solid #F8C311;
    border-radius: 100px;
    color: #000;
    display: table;
    font-family: InterSemibold;
    height: 30px;
    line-height: 32px;
    margin: 10px auto 0;
    padding: 0;
    width: 90px;
}

.main-banner .widget-sub-item-image__description a:hover {
    background-color: #E3B30F;
    border-color: #E3B30F;
    text-shadow: none;
}

.main-banner .ibos-slider-wrap .slick-arrow {    
    bottom: 0;
    top: auto;
}

.main-banner .ibos-slider-wrap .slick-arrow:hover:before {
    color: #F8C311;
}

.main-banner .ibos-slider-wrap .slick-arrow:before {    
    color: #FFF;
    font-size: 24px;
    font-family: Icomoon;
    line-height: normal;
    opacity: 1;
    text-shadow: none;
}

.main-banner .ibos-slider-wrap .slick-prev {
    left: -webkit-calc(50% - 35px);
    left: -moz-calc(50% - 35px);
    left: calc(50% - 35px);
}

.main-banner .ibos-slider-wrap .slick-prev:before {
    content: "\e007";
}

.main-banner .ibos-slider-wrap .slick-next {
    right: -webkit-calc(50% - 35px);
    right: -moz-calc(50% - 35px);
    right: calc(50% - 35px);
}

.main-banner .ibos-slider-wrap .slick-next:before {
    content: "\e008";
}

.main-banner .ibos-slider-wrap .slick-dots {
    bottom: 50px;
    position: absolute;
}

.main-banner .ibos-slider-wrap .slick-dots li {
    height: auto;
    width: auto;
}

.main-banner .ibos-slider-wrap .slick-dots li button {
    background-color: #B2B2B2;
    height: 2px;
    padding: 0;
    width: 50px;
}

.main-banner .ibos-slider-wrap .slick-dots li.slick-active button,
.main-banner .ibos-slider-wrap .slick-dots li button:hover {
    background-color: #FFF;
}

.main-banner .ibos-slider-wrap .slick-dots li button:before {
    font-size: 0;
}

.questions .page-section__title {
    color: #1F1F1F;
    font-family: InterBold;
}

.questions .page-section__content {
    margin: 0 auto;
    max-width: 580px;
}

.questions .page-section__content a {
    background-color: #A62727;
    border: 1px solid #A62727;
    border-radius: 100px;
    color: #FFF;
    display: table;
    font-family: InterSemibold;
    height: 30px;
    line-height: 32px;
    margin: 30px auto 0;
    padding: 0;
    width: 150px;
}

.questions .page-section__content a:hover {
    background-color: #B21020;
    border-color: #B21020;
}

.top-categories-wrap > .page-section {
    padding: 40px 20px;
}

.top-categories-wrap > .page-section > .page-section__title {
    color: #1F1F1F;
    font-family: InterBold;
}

.top-categories-wrap .page-section__title p:last-child {
    font-family: InterRegular;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.top-categories-wrap > .page-section > .page-section__title a {
    color: #A62727;
    text-decoration: underline;
}

.top-categories-wrap > .page-section > .page-section__title a:hover {
    color: #B21020;
    text-decoration: none;
}

.top-categories-wrap .page-section-wrap--ImageWithText + .page-section-wrap--ImageWithText {
    margin-top: 30px;
}

.top-categories-wrap .page-section-wrap--ImageWithText .page-section {
    border-radius: 0 0 16px 16px;
}

.top-categories-wrap .page-section__image-wrap {
    height: auto;
    padding: 0!important;
}

.top-categories-wrap .page-section__image-wrap > img {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.top-categories-wrap .page-section__text-wrap .page-section__title {
    color: #1F1F1F;
    font-family: InterBold;
    font-size: 18px;
    margin-bottom: 10px;
}

.top-categories-wrap .page-section__text-wrap .page-section__text-content {
    color: #1F1F1F;
    font-size: 14px;
}

.top-categories-wrap .page-section__text-wrap .btn {
    border-radius: 8px!important;
    height: 35px;
    line-height: 35px;
    margin-top: 30px;
    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: 100%;
}

.top-categories-wrap .page-section__text-wrap .btn:active,
.top-categories-wrap .page-section__text-wrap .btn:active:focus,
.top-categories-wrap .page-section__text-wrap .btn:focus,
.top-categories-wrap .page-section__text-wrap .btn:hover {
    background-color: #F8C311!important;
    border: 1px solid #F8C311!important;
}

.brands .page-section__title {
    color: #1F1F1F;
    font-family: InterBold;
    margin-bottom: 20px;
}

.brands .widget-sub-item-image {
    padding: 0 10px;
}

.brands .widget-sub-item-image__link {
    height: 120px;
    padding: 0 20px;
}

.brands .widget-sub-item-image__link .widget-sub-item-image__image {
    -o-object-fit: contain;
    object-fit: contain;
}

.brands .ibos-slider-wrap .slick-prev {
    left: 0;
}

.brands .ibos-slider-wrap .slick-next {
    right: 0;
}

.ibos-slider-wrap .slick-arrow {
    border: 1px solid transparent;
}

.ibos-slider-wrap .slick-arrow:hover:before {
    color: #F8C311;
}

.ibos-slider-wrap .slick-arrow:before {
    line-height: 32px;
    text-shadow: none;
}

.ibos-slider-wrap .slick-prev:before {
    content: "\e007";
    font-family: Icomoon;
}

.ibos-slider-wrap .slick-next:before {
    content: "\e008";
    font-family: Icomoon;
}

.brands .slick-slider .slick-list {
    margin: 0 30px;
}


@media (min-width: 450px) {

    .top-categories-wrap > .page-section {
        padding: 40px 30px 0;
    }

    .top-categories-wrap .page-section-wrap--ImageWithText {
        margin: 0 0 40px!important;
    }

}

@media (min-width: 992px) {

    .main-banner .widget-sub-item-image__link {
        height: 400px;
    }

    .main-banner .widget-sub-item-image__title  {
        font-size: 38px;
    }

    .main-banner .widget-sub-item-image__description {
        font-size: 16px;
        max-width: 680px;
    }

    .main-banner .widget-sub-item-image__description a,
    .questions .page-section__content a {
        font-size: 14px;
        height: 35px;
        line-height: 37px;
        width: 110px;
    }

    .main-banner .ibos-slider-wrap .slick-arrow {
        bottom: 10px;
    }

    .main-banner .ibos-slider-wrap .slick-dots {
        bottom: 70px;
    }

    .main-banner .ibos-slider-wrap .slick-dots li button {
        width: 80px;
    }

    .questions .page-section__content a {
        width: 150px;
    }

}

@media (min-width: 1200px) {

    .main-banner .widget-sub-item-image__link {
        height: 600px;
    }

    .main-banner .widget-sub-item-image__title  {
        font-size: 64px;
        line-height: 76px;
        margin-bottom: 30px;
    }

    .main-banner .widget-sub-item-image__description,
    .questions .page-section__content {
        font-size: 18px;
        line-height: 28px;
        max-width: 780px;
    }

    .main-banner .widget-sub-item-image__description a,
    .questions .page-section__content a {
        font-size: 16px;
        height: 45px;
        line-height: 47px;
        margin-top: 30px;
        width: 130px;
    }

    .main-banner .ibos-slider-wrap .slick-arrow {
        bottom: 30px;
        height: 40px;
        width: 40px;
    }

    .main-banner .ibos-slider-wrap .slick-arrow:before {
        font-size: 30px;
    }

    .main-banner .ibos-slider-wrap .slick-prev {
        left: -webkit-calc(50% - 35px);
        left: -moz-calc(50% - 35px);
        left: calc(50% - 45px);
    }

    .main-banner .ibos-slider-wrap .slick-next {
        right: -webkit-calc(50% - 35px);
        right: -moz-calc(50% - 35px);
        right: calc(50% - 45px);
    }

    .main-banner .ibos-slider-wrap .slick-dots {
        bottom: 100px;
    }

    .main-banner .ibos-slider-wrap .slick-dots li {
        margin: 0 10px;
    }

    .main-banner .ibos-slider-wrap .slick-dots li button {
        height: 4px;
        width: 145px;
    }

    .questions .page-section__title {
        font-size: 40px;
        line-height: 48px;
    }

    .questions .page-section__content a {
        width: 190px;
    }

    .top-categories-wrap > .page-section {
        padding: 70px 30px 30px;
    }

    .top-categories-wrap > .page-section > .page-section__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px;
    }

    .top-categories-wrap .page-section__title p:last-child {
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }

    .top-categories-wrap .page-section__content > .page-section__text-wrap {
        padding: 30px;
    }

    .top-categories-wrap .page-section__text-wrap .page-section__title {
        font-size: 24px;
        line-height: 36px;
    }

    .top-categories-wrap .page-section__text-wrap .page-section__text-content {
        line-height: 22px;
    }

    .top-categories-wrap .page-section__text-wrap .btn {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .brands .page-section__title {
        font-size: 36px;
        margin-bottom: 40px;
    }

}

/* End Homepage */


/* Start Login */

.login-layout body {
    padding-top: 78px;
}

.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: 120px;
}

.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: #1F1F1F;
}

.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: #F8C311;
    text-decoration: none;
}

.login-page-wrap .form-group hr {
    border-color: #eee;
    z-index: 1;
}

.login-page-wrap .form-group .register-label {
    background-color: #fff;
    color: #1F1F1F;
    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: #A62727;
    border: 2px solid #A62727;
    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: #B21020;
    border: 2px solid #B21020!important;
    color: #fff;
}

.shopping-cart--layout #mainfooter {
    padding: 40px 20px;
}

@media (min-width: 992px) {

    .login-layout body {
        padding-top: 101px;
    }

    .login-layout .header-main-wrap .logo-image {
        width: 180px;
    }

    .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;
}

.registration-page-wrap #accountInformation .form-group--customer-number #CustomerNumber::-webkit-input-placeholder {
    color: #F4828D!important;
}

.registration-page-wrap #accountInformation .form-group--customer-number #CustomerNumber:-ms-input-placeholder {
    color: #F4828D!important;
}

.registration-page-wrap #accountInformation .form-group--customer-number #CustomerNumber::-ms-input-placeholder {
    color: #F4828D!important;
}

.registration-page-wrap #accountInformation .form-group--customer-number #CustomerNumber::placeholder {
    color: #F4828D!important;
}

/* 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: #A62727;
}

.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: #B21020;
    text-decoration: none;
}

/* End Error Page */

/* Start Blogs */
.post-list-template--left-nav .post-list--categories .post-list-category__btn-mobile {
    width: auto;
}

.post-list-template--left-nav .post-list-category__title {
    color: #1f1f1f;
    font-family: InterBold;
    font-size: 18px;
}

.post-list-template--left-nav .post-list-item {
    border: 1px solid #ddd;
    border-radius: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
}

.post-list-template--left-nav .post-list-item .post-list-item__featured-image {
    padding: 0;
}

.post-list-template--left-nav .post-list-item__content-summary {
    padding: 20px;
}

.post-list-template--left-nav .post-list-item__read-more-link {
    color: #333;
    font-family: InterRegular;
    font-size: 16px;
}

.post-list-template--left-nav .post-list-item__read-more-link:after {
    content: " >";
    font-family: InterRegular;
    font-size: 16px;
}

.post-list-template--left-nav .post-list-item__author-name {
    display: none;
}

.post-list-template--left-nav .post-list-item__title {
    color: #1f1f1f;
    font-family: InterBold;
}

.post-list-template--left-nav .post-list-item__summary {
    color: #1f1f1f;
    font-family: InterRegular;
    font-size: 16px;
}

.post-list-template--left-nav .post-list-item__publish-date {
    color: #1f1f1f;
    font-family: InterRegular;
    font-size: 14px;
}

.post-list-template--left-nav .post-list-item__read-more {
    margin: 20px 0 0;
}

.post-list-template--left-nav .post-list-item__category {
    background-color: #f4f4f4;
    border-radius: 6px;
    color: #1F1F1F;
    font-family: InterBold;
    font-size: 14px;
    margin-right: 5px;
    padding: 4px 8px;
}

.post-list-template--left-nav .post-list-item__publish-date {
    color: #1F1F1F;
    font-family: InterBold;
    font-size: 14px;
}

.post-list-wrap .list-filter--categories a.list-group-item {
    color: #1f1f1f;
    font-family: InterRegular;
    font-size: 16px;
}

.post-list-wrap .list-filter--categories a.list-group-item:active,
.post-list-wrap .list-filter--categories a.list-group-item:focus,
.post-list-wrap .list-filter--categories a.list-group-item:hover {
    background-color: transparent;
    color: #F8C311;
}

.post-list-wrap .list-filter--categories a.list-group-item.active {
    background-color: #f5f5f5;
    border-radius: 12px;
    color: #000;
    font-family: InterBold;
}

.breadcrumb--post {
    background-color: transparent;
}

.breadcrumb--post .breadcrumb {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .post-list-template--left-nav .post-list-item > div {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .post-list-template--left-nav .post-list-items {
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        font-size: 0;
    }

    .post-list-template--left-nav .post-list-item {
        margin: 0 10px 30px;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .post-list-template--left-nav .post-list-item + .post-list-item {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
}

@media (min-width: 1600px) {
    .post-list-template--left-nav .post-list-item + .post-list-item {
        width: -webkit-calc(33.33% - 20px);
        width: -moz-calc(33.33% - 20px);
        width: calc(33.33% - 20px);
    }
}
/* End Blogs */


/* Start Window Designs */

.window-designs,
.moulding-and-millwork,
.interior-and-exterior-doors,
.roofing,
.lumber,
.decking,
.cabinetry,
.countertops,
.hollow-metal-doors--frames-and-hardwares {
    max-width: 100%;
    padding: 0;
}

.page-main-layout--window-designs .footer,
.page-main-layout--moulding-and-millwork .footer,
.page-main-layout--interior-and-exterior-doors .footer,
.page-main-layout--roofing .footer,
.page-main-layout--lumber .footer,
.page-main-layout--decking .footer,
.page-main-layout--cabinetry .footer,
.page-main-layout--countertops .footer,
.page-main-layout--hollow-metal-doors--frames-and-hardwares .footer {
    margin: 0;
}

.custom-product-pages .page-section--RichText .page-section__title {
    color: #000;
    font-family: InterBold;
    font-size: 14px;
}

.custom-product-pages .page-section--RichText .page-section__content h1 {
    color: #000;
    font-family: InterBold;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}

/*** Custom Width ***/
.countertops .custom-product-pages .page-section--RichText .page-section__content h1 {
    margin: 0 auto;
    max-width: 1180px;
}

.custom-product-pages .page-section--RichText .page-section__content p {
    color: #000;
    font-size: 12px;
    line-height: 24px;
}

.custom-product-pages .page-section--RichText .page-section__content p + p {
    margin-top: 10px;
}

.custom-product-pages .page-section--Tiled .page-section__title {
    color: #1F1F1F;
    font-family: InterBold;
    font-size: 16px;
    margin-bottom: 10px;
}

.custom-product-pages .page-section--Tiled .page-section__image-wrap {
    height: auto;
    padding: 20px 15px;
}

.custom-product-pages .page-section--Tiled .page-section__image-wrap img {
    border: 1px solid #F8C311;
    border-radius: 6px;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.custom-product-pages.locations .page-section--Tiled .page-section__image-wrap img {
    border: none;
}

.custom-product-pages .page-section--Tiled .page-section__text-wrap {
    padding: 0 15px;
}

.custom-product-pages .page-section--Tiled .page-section__text-wrap .page-section__title {
    color: #000;
    font-family: InterBold;
    font-size: 14px;
    margin: 0;
}

.custom-product-pages .page-section--Tiled .page-section__text-wrap .btn {
    color: #1F1F1F;
    font-family: InterSemibold;
    font-size: 12px;
    margin-top: 10px;
    padding: 0 0 0 20px;
    position: relative;
}

.custom-product-pages .page-section--Tiled .page-section__text-wrap .btn:before {
    content: "\e004";
    font-family: 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%);
}

.custom-product-pages.center-aligned .page-section--Tiled .page-section__tiled-content {
    justify-content: center;
}

.custom-product-pages .page-section--Tiled .page-section-wrap--Image {
    vertical-align: middle;
}

.custom-product-pages .page-section--Tiled .page-section--Image {
    height: auto;
    max-width: 380px!important;
    padding: 10px;
    text-align: center;
}

.custom-product-pages .page-section--Tiled .page-section--Image img {
    height: auto;
    left: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: auto;
}

.custom-product-pages.blog .page-section--Tiled .page-section-wrap--ImageWithText + .page-section-wrap--ImageWithText {
    margin-top: 30px;
}

.custom-product-pages.blog .page-section--Tiled .page-section__title {
    margin-bottom: 30px;
    padding: 0 15px;
}

.custom-product-pages.blog .page-section--Tiled .page-section--ImageWithText {
    border: 1px solid #DDD;
    border-radius: 24px;
    margin: 0 15px;
    overflow: hidden;
}

.custom-product-pages.blog .page-section--Tiled .page-section__image-wrap {
    padding: 0;
}

.custom-product-pages.blog .page-section--Tiled .page-section__image-wrap img {
    border: none;
    border-radius: 0;
    width: 100%;
}

.custom-product-pages.blog .page-section--Tiled .page-section__text-wrap {
    padding: 20px;
}

.custom-product-pages.blog .page-section--Tiled .tags > p > span {
    background-color: #DDD;
    border-radius: 6px;
    color: #1F1F1F;
    display: inline-block;
    font-family: InterSemibold;
    font-size: 12px;
    margin: 5px 10px 5px 0;
    padding: 6px 8px 4px;
}

.custom-product-pages.blog .page-section--Tiled .tags > h5 {
    color: #1F1F1F;
    font-family: InterSemibold;
    font-size: 12px;
    margin: 20px 0 15px;
}

.custom-product-pages.blog .page-section--Tiled .page-section__text-content > h3 {
    color: #1F1F1F;
    font-family: InterBold;
    font-size: 18px;
    margin-top: 0;
}

.custom-product-pages.blog .page-section--Tiled .page-section__text-content > p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-product-pages.blog .page-section--Tiled .page-section__text-wrap .btn {
    font-family: InterRegular;
    padding-left: 0;
    padding-right: 20px;
}

.custom-product-pages.blog .page-section--Tiled .page-section__text-wrap .btn:after {
    content: "\f105";
    font-family: Fontawesome;
    font-weight: 600;
    margin-left: 5px;
}

.custom-product-pages.blog .page-section--Tiled .page-section__text-wrap .btn:before {
    display: none;
}

.custom-product-pages.blog .page-section-wrap--Button .btn {
    margin: 0;
    max-width: 100%;
}

.custom-product-pages.blog .page-section-wrap--Button .btn .btn__label {
    font-size: 12px;
}

.custom-product-pages .page-section--ImageWithTextOverlay .page-section__vertical-center-content {
    width: 100%;
}

.custom-product-pages .page-section--ImageWithTextOverlay .page-section__title {
    color: #000;
    font-family: RobotoBold;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 940px;
}

.custom-product-pages.contact .page-section {
    padding: 20px 20px 30px;
}

.custom-product-pages.contact .page-section__title {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.custom-product-pages.contact .page-section__title p {
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 20px;
}

.custom-product-pages.contact .page-section__content a {
    background-color: #FFF;
    border-radius: 50px;
    color: #1F1F1F;
    font-family: InterSemibold;
    font-size: 12px;
    padding: 8px 15px;
}

.custom-product-pages.contact .page-section__content a:active,
.custom-product-pages.contact .page-section__content a:active:focus,
.custom-product-pages.contact .page-section__content a:focus,
.custom-product-pages.contact .page-section__content a:hover {
    text-decoration: none;
}

/*** Custom Width ***/
.moulding-and-millwork .custom-product-pages .page-section--ImageWithTextOverlay .page-section__title {
    max-width: 1145px;
}

.hollow-metal-doors--frames-and-hardwares .custom-product-pages .page-section--ImageWithTextOverlay .page-section__title {
    max-width: 1250px;
}

.custom-product-pages .page-section--ImageWithTextOverlay .page-section__content {
    display: block;
    margin: 20px 0 0;
}

.custom-product-pages .page-section--ImageWithTextOverlay .page-section__content a {
    background-color: #F8C311;
    border: 2px solid #F8C311;
    border-radius: 100px;
    color: #1F1F1F;
    font-family: InterSemibold;
    font-size: 12px;
    padding: 8px 12px;
}

.custom-product-pages .page-section--ImageWithTextOverlay .page-section__content a + a {
    background-color: #FFF;
    margin-left: 25px;
}


@media (min-width: 768px) {

    .custom-product-pages.brands .page-section--Tiled {
        -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;
    }

    .custom-product-pages.brands .page-section--Tiled .page-section__title {
        width: 300px;
    }

    .custom-product-pages.brands .page-section--Tiled .page-section__tiled-content {
        padding-left: 50px;
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
    }

    .custom-product-pages.blog .page-section--Tiled .page-section-wrap--ImageWithText + .page-section-wrap--ImageWithText {
        margin-top: 0;
    }

}

@media (min-width: 992px) {

    .custom-product-pages .page-section--RichText .page-section__title {
        font-size: 18px;
        line-height: 22px;
    }

    .custom-product-pages .page-section--RichText .page-section__content h1 {
        font-size: 42px;
        line-height: 54px;
    }

    .custom-product-pages .page-section--RichText .page-section__content p {
        font-size: 14px;
    }

    .custom-product-pages .page-section--Tiled .page-section__title,
    .custom-product-pages.contact .page-section__title {
        font-size: 24px;
        line-height: 38px;
    }

    .custom-product-pages.locations .page-section--Tiled .page-section__title {
        font-size: 20px;
        line-height: 35px;
    }

    .custom-product-pages .page-section--Tiled .page-section__text-wrap .page-section__title {
        font-size: 18px;
        line-height: 22px;
    }

    .custom-product-pages .page-section--Tiled .page-section__text-wrap .btn {
        font-size: 14px;
        padding-left: 25px;
    }

    .custom-product-pages .page-section--Tiled .page-section__text-wrap .btn:before {
        font-size: 22px;
    }

    .custom-product-pages .page-section--ImageWithTextOverlay .page-section__title {
        font-size: 32px;
        line-height: 42px;
    }

    .custom-product-pages .page-section--ImageWithTextOverlay .page-section__content {
        margin-top: 30px;
    }

    .custom-product-pages .page-section--ImageWithTextOverlay .page-section__content a {
        font-size: 14px;
        padding: 12px 16px;
    }

    .custom-product-pages.contact .page-section__title p {
        font-size: 16px;
        line-height: 28px;
    }

}

@media (min-width: 1200px) {

    .custom-product-pages .page-section--Image {
        height: 400px;
    }

    .custom-product-pages .page-section--RichText .page-section__title {
        font-size: 24px;
        line-height: 28px;
    }

    .custom-product-pages .page-section--RichText .page-section__content h1 {
        font-size: 56px;
        line-height: 68px;
    }

    .lumber .custom-product-pages .page-section--RichText .page-section__content h1 {
        margin: 0 auto;
        max-width: 1040px;
    }

    .custom-product-pages .page-section--RichText .page-section__content p {
        font-size: 16px;
        line-height: 28px;
    }

    .lumber .custom-product-pages .page-section--RichText .page-section__content p {
        margin: 0 auto;
        max-width: 910px;
    }

    .custom-product-pages .page-section--Tiled .page-section__title {
        font-size: 36px;
        line-height: 50px;
    }

    .custom-product-pages .page-section--Tiled .page-section__text-wrap .page-section__title {
        font-size: 24px;
        line-height: 28px;
    }

    .custom-product-pages .page-section--Tiled .page-section__text-wrap .btn {
        font-size: 16px;
    }

    .custom-product-pages .page-section--Tiled .page-section__text-wrap .btn:before {
        font-size: 25px;
    }

    .custom-product-pages.brands .page-section--Tiled .page-section__title {
        width: 400px;
    }

    .custom-product-pages.brands .page-section--Tiled .page-section__tiled-content {
        padding-left: 50px;
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
    }

    .custom-product-pages.blog .page-section--Tiled .page-section__title {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 80px;
    }

    .custom-product-pages.blog .page-section--Tiled .page-section__text-wrap {
        padding: 25px;
    }

    .custom-product-pages.blog .page-section--Tiled .tags > p > span {
        font-size: 14px;
    }

    .custom-product-pages.blog .page-section--Tiled .tags > h5 {
        font-size: 14px;
        margin: 25px 0 20px;
    }

    .custom-product-pages.blog .page-section--Tiled .page-section__text-content > h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .custom-product-pages.blog .page-section--Tiled .page-section__text-content > p {
        font-size: 16px;
        line-height: 24px;
    }

    .custom-product-pages.blog .page-section--Tiled .page-section__text-wrap .btn {
        padding-right: 25px;
    }

    .custom-product-pages.blog .page-section-wrap--Button .btn {
        height: 50px;
        line-height: 50px;
        padding: 0;
        width: 150px;
    }

    .custom-product-pages.blog .page-section-wrap--Button .btn .btn__label {
        font-size: 16px;
    }

    .custom-product-pages .page-section--ImageWithTextOverlay {
        height: 400px;
    }

    .custom-product-pages .page-section--ImageWithTextOverlay .page-section__title {
        font-size: 48px;
        line-height: 58px;
    }

    .custom-product-pages .page-section--ImageWithTextOverlay .page-section__content {
        margin-top: 40px;
    }

    .custom-product-pages .page-section--ImageWithTextOverlay .page-section__content a {
        display: inline-block;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        width: 150px;
    }

    .custom-product-pages.contact .page-section {
        -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;
        padding: 40px;
    }

    .custom-product-pages.contact .page-section__title {
        font-size: 48px;
        line-height: 58px;
        width: -webkit-calc(100% - 185px);
        width: -moz-calc(100% - 185px);
        width: calc(100% - 185px);
    }

    .custom-product-pages.contact .page-section__title p {
        font-size: 18px;
        margin: 20px 0 0;
    }

    .custom-product-pages.contact .page-section__content {
        width: 185px;
    }

    .custom-product-pages.contact .page-section__content a {
        display: inline-block;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        text-align: center;
        width: 185px;
    }

}

/* End Window Designs */


/* Start Careers */

.careers {
    margin: 0 auto;
    max-width: 1420px;
}

.careers-title .page-section__title {
    color: #1F1F1F;
    font-family: InterBold;
    margin: 0 0 10px;
}

.job-list + .job-list {
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 10px!important;
}

.job-list .page-section__title {
    color: #1F1F1F;
    font-family: InterBold;
    font-size: 22px;
    padding-right: 110px;
}

.job-list .page-section__content ul > li > h5 {
    font-family: InterBold;
}

.job-list .page-section__content ul > li > span {
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 8px 6px;
}

.job-list .page-section__content > a {
    background-color: #F8C311;
    border: 1px solid #F8C311;
    border-radius: 100px;
    color: #000;
    font-family: InterMedium;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    top: 15px;
}

.job-list .page-section__content > a:active,
.job-list .page-section__content > a:active:focus,
.job-list .page-section__content > a:focus,
.job-list .page-section__content > a:hover {
    background-color: #E3B30F;
    border-color: #E3B30F;
    text-decoration: none;
}


@media (min-width: 768px) {

    .job-list .page-section__content > p {
        padding-right: 200px;
    }

    .job-list .page-section__content > a {
        top: 20px;
    }

}

@media (min-width: 1200px) {

    .careers-title .page-section__title {
        font-size: 34px;
    }

    .job-list + .job-list {
        margin-top: 20px;
        padding-top: 20px!important;
    }

    .job-list .page-section__title {
        margin-bottom: 30px;
    }

    .job-list .page-section__content > a {
        font-size: 16px;
        padding: 12px;
    }

}

/* End Careers */

.header-main-wrap .menu-navs .navbar-mainmenu .navbar-nav>li>a:focus {
    color: #fff;
}
.footer .navbar-masthead-top > li > a {
    background-color: transparent;
}
.header-main-wrap  .navbar-mainmenu ul li .btn-link:focus {
    color: #F8C311;
}

h1.page-header__title {
    font-family: 'InterExtraBold';
    font-size:30px;
}
.page-header h1 {
    font-size:30px;
}
/*issue h2.page-section__title {
    font-family: 'InterBold';
    line-height:31px; 
}*/
h2.page-title {
    font-family: 'InterExtraBold';
}
.page-section__title {
    font-family: 'InterExtraBold';
}
.page-section__accordion-header {
   font-family: 'InterExtraBold';
    line-height: 35px;
    font-size: 26px;
}
.page-section__accordion-content {
    font-family: 'InterRegular';
    padding: 10px 33px;
    line-height: 24px;
}
.page-section__content {
    font-family: 'InterRegular';
    line-height: 24px;
}
.page-section__content p a {
   color: #A62727;
   text-decoration:none;
   line-height: 24px;
}
.page-section__content p a:hover {
   text-decoration:underline;
}
.btn.btn-default.page-section__btn-link {
    background-color: #b21020;
    border-color: #b21020;
    color: #fff;
    display: block;
    font-family: 'InterSemiBold';
}
.btn.btn-default.page-section__btn-link:hover {
    background-color: #b21020 !important;
    border-color: #b21020 !important;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:active {
    background-color: #b21020 !important;
    border-color: #b21020 !important;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:focus {
    background-color: #b21020 !important;
    border-color: #b21020 !important;
    outline: 0;
    text-decoration: none;
}
.page-section__content h3 strong {
    font-family: 'InterSemibold';
}
/* OTHER PAGES */
.page-title.mtop-0 {
   font-family: 'InterBold';
}
/* h1.page-title {
   font-family: 'InterBold';
}
h2.page-title {
   font-family: 'InterBold';
}
.registration-confirmation-wrap .page-title h3 {
   font-family: 'InterBold';
}
h1.text-danger {
   font-family: 'InterBold';
}
h2.text-danger {
   font-family: 'InterBold';
}
.modal-title {
   font-family: 'InterBold';
} 
.store-location-page .page-header__title {
   font-family: 'InterBold';
   text-align: center;
   padding: 30px 0;
} */
.form-configurator-confirmation-page .text-center .h4 {
    font-family: 'InterBold';
}

/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    h1.page-header__title {
        font-size: 30px;
    }
    /*issue h2.page-section__title {
        line-height: 35px;
   }*/
    .page-section__accordion-header {
        line-height: 39px;
        font-size: 31px;
    }
}
@media only screen and (min-width: 1024px) {
    h1.page-header__title {
        font-size: 36px;
    }
    /*issue h2.page-section__title {
        font-size: 30px !important;
        line-height: 38px;
   }*/
}
@media only screen and (min-width: 1100px) {
    h1.page-header__title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    h1.page-header__title {
        font-size: 45px;
    }
    /*issue h2.page-section__title {
        font-size: 36px !important;
        line-height: 44px;
   }*/
}
@media only screen and (min-width: 1280px) {
    h1.page-header__title {
        font-size: 51px;
    }
}

/* ======================= 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: 'InterSemiBold';
   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-list-template--left-nav .post-list-category__title {
    font-family: 'InterSemiBold';    
}
.post-list-wrap .list-filter--categories a.list-group-item.active {
    font-family: 'InterSemiBold';    
}
.post-list-template--left-nav .post-list-item__category {
    font-family: 'InterSemiBold';    
}
.post-list-template--left-nav .post-list-item__publish-date {
    font-family: 'InterSemiBold';
}
/* POST ENTRIES */
/*.breadcrumb--post + .body-content .page-header__title {
    font-family: 'InterBold';
    font-size: 30px;
    line-height: 40px;
    color: #e93c4f;
}*/
.post-list-publish-info {
    color: #333;
}
.post-list-template--default .post-list-publish-info {
    font-family: 'InterRegular';
    font-size: 13px;
    line-height: 22px;
}
/* .page-main-layout--post-list-entry .post-list-publish-info {
    padding-left: 22px;
} */
.post-list-template--default .page-section-wrap .page-section__title  {
    font-family: 'InterSemiBold';
}
.post-list-template--default .page-section-wrap .page-section__content  {
    font-family: 'InterRegular';
}
/*issue .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {
    background-color: #ffffff;
    border-color: #f8c311 !important;
    background-color: #f8c311 !important;
    color: #1f1f1f !important;
}
.page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:hover {
    background-color: #E3B30F !important;
    border: 1px solid #E3B30F !important;
}
.page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:active {
    background-color: #E3B30F !important;
    border: 1px solid #E3B30F !important;
}
.page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn:focus {
    background-color: #E3B30F !important;
    border: 1px solid #E3B30F !important;
}*/
.post-list-wrap .page-section--RichText .page-section__content p a {
    color:#A62727;
}

/* =============== TERMS OF USE -- CSS CODES =============== */
.terms-of-use {
    padding-top: 20px;
    padding-bottom: 20px;
}
.terms-of-use--rich-text-section .page-section--RichText .page-section__title {
    text-transform: uppercase;
    margin-bottom:10px;
}
.terms-of-use .page-section--RichText a {
   color: #A62727;
   text-decoration:none;
}
.terms-of-use .page-section--RichText a:hover {
   text-decoration:underline;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1200px) {
    .terms-of-use--rich-text-section .page-section--RichText .page-section__title {
        font-size:26px;
        line-height:34px;
    }   
}

/* =============== PRIVACY STATEMENT -- CSS CODES =============== */
.privacy-statement {
    padding-top: 20px;
    padding-bottom: 20px;
}
.privacy-statement--rich-text-section .page-section--RichText .page-section__title {
    text-transform: uppercase;
    margin-bottom:10px;
}
.privacy-statement .page-section--RichText a {
   color: #A62727;
   text-decoration:none;
}
.privacy-statement .page-section--RichText a:hover {
   text-decoration:underline;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1200px) {
    .privacy-statement--rich-text-section .page-section--RichText .page-section__title {
        font-size:26px;
        line-height:34px;
    }   
}

/* =============== COOKIES SETTINGS -- CSS CODES =============== */
.cookies-settings {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cookies-settings--rich-text-section .page-section--RichText .page-section__title {
    text-transform: uppercase;
    margin-bottom:10px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1200px) {
    .cookies-settings--rich-text-section .page-section--RichText .page-section__title {
        font-size:26px;
        line-height:34px;
    }   
}

/* =============== CONTACT US PAGE -- CSS CODES =============== */
.contact-us-page {
    margin: 0 auto;
    max-width: 1595px;
    width: 100%;
    padding-top: 20px;
}
.contact-us-page #formContact {
    width: 100%;
    display:inline-block;
}
.contact-us-page .contact-us-snippet--bottom {
    width: 100%;
    display:inline-block; 
    vertical-align: top;
    padding: 20px 10px;  
}
.contact-us-page .page-header__title {
    font-size:30px;
    line-height:28px;
}

.ContactUsBottom-MainContainer {
	width:100%;
	display:block;
	vertical-align:top;
	padding:0 10px;
	box-sizing:border-box;
}
.ContactUsBottom-MainRow {
	width:100%;
	display:block;
	vertical-align:top;
	box-sizing:border-box;
}
.ContactUsBottom-AddressContainer {
	width:100%;
	display:block;
	vertical-align:top;
	box-sizing:border-box;
	padding:10px;
}
.ContactUsBottom-AddressContainer:before {
	content:"\f041";
	font-family:'FontAwesome';
	font-size:24px;
	line-height:30px;
	color:#F8C311;
}

/* FONTS */
.ContactUsBottom-Subheader {
	font-family: 'InterSemiBold';
	font-size:24px;
	line-height:30px;
	margin-top:10px;
}
.ContactUsBottom-Text {
	font-family: 'InterRegular';
	font-size:14px;
	line-height:20px;
	color:#333;
}
.ContactUsBottom-URL {
	font-family: 'InterRegular';
	font-size:14px;
	line-height:24px;
	color:#333;
	text-decoration:none;
}
.ContactUsBottom-URL:hover {
	text-decoration:underline;
} 

/* MEDIA QUERIES */
@media only screen and (min-width:768px) {
    .contact-us-page .page-header__title {
        font-size:36px;
        line-height:44px;
    }   
}
@media only screen and (min-width:992px) {
    .contact-us-page #formContact {
        width: 55%;
        padding-left:5%;
    }
    .contact-us-page .contact-us-snippet--bottom {
        width: 44%; 
        padding: 20px 30px;  
    } 
}
@media only screen and (min-width:1200px) {
    .contact-us-page .page-header__title {
        font-size:42px;
        line-height:48px;
        padding-left:3%;
    }   
}
@media only screen and (min-width:1280px) {
    .contact-us-page #formContact {
        padding-left:8%;
    }
}
@media only screen and (min-width:1580px) {
    .contact-us-page .page-header__title {
        padding-left:5%;
    } 
    .contact-us-page #formContact {
        padding-left:10%;
    }
}
@media only screen and (min-width:1650px) {
    .contact-us-page .page-header__title {
        padding-left:7%;
    } 
    .contact-us-page #formContact {
        padding-left:12%;
    }
}
/* ======================= HOMEPAGE --- ADDITIONAL CSS CODES ======================= */
.top-categories-wrap .page-section__image-wrap {
     height: 220px;
}
.top-categories-wrap .page-section__text-wrap .page-section__title {
    font-size: 18px !important;
    line-height:27px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:420px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 275px;
    }  
}
@media only screen and (min-width:500px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 300px;
    }  
}
@media only screen and (min-width:540px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 350px;
    }  
}
@media only screen and (min-width:600px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 400px;
    }  
}
@media only screen and (min-width:640px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 420px;
    }  
}
@media only screen and (min-width:680px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 450px;
    }  
}
@media only screen and (min-width:720px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 480px;
    }  
}
@media only screen and (min-width:768px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 270px;
    }  
}
@media only screen and (min-width:850px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 205px;
    }  
}
@media only screen and (min-width:960px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 230px;
    }  
}
@media only screen and (min-width:1100px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 245px;
    }  
}
@media only screen and (min-width:1140px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 260px;
    }  
}
@media only screen and (min-width:1200px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 270px;
    }  
    .top-categories-wrap .page-section__text-wrap .page-section__title {
        font-size: 24px !important;
        line-height: 36px;
    }
}
@media only screen and (min-width:1230px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 280px;
    }  
}
@media only screen and (min-width:1300px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 300px;
    }  
}
@media only screen and (min-width:1400px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 320px;
    }  
}
@media only screen and (min-width:1500px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 350px;
    }  
}
@media only screen and (min-width:1600px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 365px;
    }  
}
@media only screen and (min-width:1700px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 390px;
    }  
}
@media only screen and (min-width:1800px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 410px;
    }  
}
@media only screen and (min-width:1900px) {
    .top-categories-wrap .page-section__image-wrap {
         height: 440px;
    }  
}

/* =============== DELIVERY -- CSS CODES =============== */
.delivery {
    padding-top: 20px;
    padding-bottom: 20px;
}
.delivery--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {   
    border-radius: 23px !important;
    color: #000000;
    font-family: 'InterSemiBold';
    padding: 10px 25px;
    font-size: 15px;
    line-height: 24px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:768px) {
    .delivery--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        height: 500px;
    }
}
@media only screen and (min-width:992px) {
    .delivery--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        height: 550px;
    }
}

/* =============== SERVICES -- CSS CODES =============== */
.services {
    padding-top: 20px;
    padding-bottom: 20px;
}
.services h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 30px;
}
.services--image-with-text-section .page-section--ImageWithText {
    border: solid 1px #DDDDDD;
    border-radius: 24px;
}
.services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap a {   
    background-color: rgba(255,255,255,0) !important;
    border-color: rgba(255,255,255,0) !important;
    text-decoration:none;
    padding:3px 0 0 0;
}
.services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap a:hover {   
    background-color: rgba(255,255,255,0) !important;
    border-color: rgba(255,255,255,0) !important;
    text-decoration:underline;
}
.services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap a:active {   
    background-color: rgba(255,255,255,0) !important;
    border-color: rgba(255,255,255,0) !important;
    text-decoration:underline;
}
.services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap a:focus {   
    background-color: rgba(255,255,255,0) !important;
    border-color: rgba(255,255,255,0) !important;
    text-decoration:underline;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width:40%;
        padding: 25px 0 25px 20px;
    }
    .services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width:60%;
    }
}
@media only screen and (min-width:800px) {
    .services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width:35%;
    }
    .services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width:65%;
    }
}
@media only screen and (min-width:992px) {
    .services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width:30%;
    }
}
@media only screen and (min-width:1024px) {
    .services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width:27%;
    }
}
@media only screen and (min-width:1200px) {
    .services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap h2.page-section__title {   
        font-size: 31px !important;
        line-height: 38px;
    }
}
@media only screen and (min-width:1280px) {
    .services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        margin-left: -10px;
    }
}
/* @media only screen and (min-width:1300px) {
    .services h1.page-header__title {   
        font-size:44px;
        line-height:52px;
    }
} */

/* =============== DESIGN SERVICES -- CSS CODES =============== */
.design-services {
    padding-top: 20px;
    padding-bottom: 20px;
}
.design-services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {   
    border-radius: 23px !important;
    color: #000000;
    font-family: 'InterSemiBold';
    padding: 10px 25px;
    font-size: 15px;
    line-height: 24px;
}
.design-services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
    height: 450px;
    border-radius: 25px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .design-services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width: 100%;
    }
    .design-services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 100%;
    }
}
@media only screen and (min-width:768px) {
    .design-services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        height: 500px;
    }
}
@media only screen and (min-width:992px) {
    .design-services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 50%;
    }
    .design-services--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width: 50%;
    }
}

/* =============== TOOL REPAIR -- CSS CODES =============== */
.tool-repair {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tool-repair--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {   
    border-radius: 23px !important;
    color: #000000;
    font-family: 'InterBold';
    padding: 10px 25px;
}
.tool-repair--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
    height: 450px;
    border-radius: 25px;
}
.toolrepair-redbulletsUL {
    padding-left: 0;
}
.toolrepair-redbullets {
    list-style: none;
}
.toolrepair-redbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 16px 8px;
    background-image: url(/m/Homepage/ToolRepair/tool-repair-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
}
.toolrepair-redbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .tool-repair--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width: 100%;
    }
    .tool-repair--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 100%;
    }
}
@media only screen and (min-width:768px) {
    .tool-repair--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        height: 500px;
    }
}
@media only screen and (min-width:992px) {
    .tool-repair--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 50%;
    }
    .tool-repair--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width: 50%;
    }
}

/* =============== TRAINING -- CSS CODES =============== */
.training {
    padding-top: 20px;
    padding-bottom: 20px;
}
.training--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap a.btn {   
    border-radius: 23px !important;
    color: #000000;
    font-family: 'InterSemiBold';
    padding: 10px 25px;
    font-size: 15px;
    line-height: 24px;
}
.training--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
    height: 450px;
    border-radius: 25px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .training--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width: 100%;
    }
    .training--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 100%;
    }
}
@media only screen and (min-width:768px) {
    .training--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        height: 500px;
    }
}
@media only screen and (min-width:992px) {
    .training--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 50%;
    }
    .training--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width: 50%;
    }
}

/* =============== ONE STOP DOOR SHOP -- CSS CODES =============== */
.one-stop-door-shop {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.one-stop-door-shop--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding: 20px 0;
}
.one-stop-door-shop--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content {
    padding: 25px 0;
}
.Downloads-Header {
    border-bottom:solid 1px #333;
    text-transform:uppercase;
    width: 92px;
}
.doorshop-PDFs {
    list-style: none;
    padding-left: 0;
    padding-top: 5px;
}
.doorshop-link {
    color: #A62727 !important;
    text-decoration:none !important;
}
.doorshop-link:hover {
    text-decoration:underline !important;
}
.doorshop-PDFs-bullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 16px 8px;
    background-image: url(/m/OneStopDoorShop/door-shop-pdficon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    margin-bottom: -10px;
}
.doorshop-redbulletsUL {
    padding-left: 0;
}
.doorshop-redbullets {
    list-style: none;
}
.doorshop-redbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 16px 8px;
    background-image: url(/m/OneStopDoorShop/door-shop-redbullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
}
.doorshop-redbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
}
.doorshop-PDFs-bullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
}
.ExternalLinks-Header {
    border-bottom:solid 1px #333;
    text-transform:uppercase;
    width: 117px;
}

/* =============== SERVICES AREAS -- CSS CODES =============== */
.service-areas {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.service-areas h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 30px;
}
.service-areas--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding: 20px 0;
}
.service-areas--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content {
    padding: 25px 0;
    max-width:1280px;
    width:100%;
    margin:0 auto;
}
.service-areas--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
    height: 350px;
    border-radius: 25px;
}
.service-areas--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
    height: 350px;
    border-radius: 25px;
}
.service-areas-link {
    color: #333 !important;
    text-decoration:none !important;
}
.service-areas-link:hover {
    color: #A62727 !important;
    text-decoration:underline !important;
}
.service-areas-redbulletsUL {
    padding-left: 0;
}
.service-areas-redbullets {
    list-style: none;
}
.service-areas-redbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/ServiceAreas/service-areas-redbullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    margin-top: 20px;
}
.service-areas-redbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .service-areas--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        height: 400px;
        width: 100%;
    }
    .service-areas--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 100%;
    }
    .service-areas--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__image-wrap { 
        height: 400px;  
        width: 100%;
    }
    .service-areas--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 100%;
    }
}
@media only screen and (min-width:768px) {
    .service-areas--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        height: 500px;
    }
    .service-areas--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        height: 500px;
    }
}
@media only screen and (max-width:799px) {
    .service-areas--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        margin: 10px 30px;
    }
    .service-areas--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        margin: 10px 30px;
    }
}
@media only screen and (min-width:800px) {
    .service-areas--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 60%;
    }
    .service-areas--image-with-text-section-lightyellow .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width: 37%;
        margin: 10px;
    }
    .service-areas--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__text-wrap {   
        width: 60%;
    }
    .service-areas--image-with-text-section-white .page-section--ImageWithText .page-section__content .page-section__image-wrap {   
        width: 37%;
        margin: 10px;
    }
}

/* =============== WHY CHOOSE MARLING LUMBER -- CSS CODES =============== */
.why-choose-marling-lumbers {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.why-choose-marling-lumber h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 30px;
}
.why-choose-marling-lumber--rich-text-section-2ndParagraph .page-section--RichText .page-section__title {
    display:inline-block;
}
.why-choose-marling-lumber--rich-text-section-2ndParagraph .page-section--RichText .page-section__content {
    display:inline-block;
}

/* MEDIA QUERIES */
@media only screen and (min-width:992px) {
    .why-choose-marling-lumber--rich-text-section-2ndParagraph .page-section--RichText .page-section__title {
        width:25%;
        vertical-align:top;
    }
    .why-choose-marling-lumber--rich-text-section-2ndParagraph .page-section--RichText .page-section__content {
        width:74%;
        vertical-align:top;
    }
}

/* =============== EMPLOYEMENT OPPORTUNITIES-- CSS CODES =============== */
/*.careers {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.careers h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 30px;
}
.careers--rich-text-section-smallsubheader .page-section--RichText {
    padding:0;
    margin-top:-40px !important;
}
.careers--accordion-section .page-section__accordion-content {
    padding: 10px 1px;
}*/
/* .careers--accordion-section .page-section--Accordion .page-section__accordion-list .page-section__accordion-item {
    border: solid 1px #ddd;
    border-radius: 25px;
    margin: 15px 0;
    padding: 30px;
} */
/*.careers--accordion-section .page-section__accordion-item + .page-section__accordion-item {
    border-top: 1px solid #fff;
}
#JobOpeningMainContainer {
	width:100%;
	vertical-align:top;
	box-sizing:border-box;
	margin:0 auto;
}
.JobOpening-WorkContainer {
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 25px;
    border-bottom: solid 2px #666;
}
.JobOpening-WorkContainerText {
	width:100%;
	vertical-align:top;
	box-sizing:border-box;
	display:inline-block;
}
.JobOpening-WorkContainerApplyButton {
	width:100%;
	vertical-align:top;
	box-sizing:border-box;
	display:inline-block;
	padding: 15px 0 20px 0;
	text-align: center;
}*/

/* FONTS */
/*.JobOpening-Subheader {
	font-family: 'InterSemiBold';
    font-size: 26px;
    line-height: 35px;
    margin-top:0;
}
.JobOpening-BodyText {
	font-family: 'InterRegular';
    font-size: 14px;
    line-height: 23px;
}
.JobOpening-ApplyNowButton {
    font-family: 'InterSemiBold';
    font-size:15px;
    line-height:24px;
    background-color: #F8C311;
    border-color: #F8C311;
    border-radius:24px;
    box-shadow: none;
    color: #000;
    text-align: center;
    font-weight: normal;
    height: 50px;
    padding: 10px 23px;
    text-decoration:none;
}
.JobOpening-ApplyNowButton:hover {
    background-color: #E3B30F;
    border-color: #E3B30F;
    color: #000;
}
.JobOpening-ApplyNowButton:focus {
    border-radius:24px;
}*/

/* MEDIA QUERIES */
/*@media only screen and (min-width:992px) {
	.JobOpening-WorkContainerText {
		width:86%;
	}
	.JobOpening-WorkContainerApplyButton {
		width:13%;
	}
}
@media only screen and (max-width:1314px) {
    .careers h1.page-header__title {
        padding-left: 10px;
        padding-right: 10px;
    }
}*/

/* =============== SERVICES - JANESVILLE -- CSS CODES =============== */
.services-janesville {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.services-janesville h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
}
.services-janesville--rich-text-section-lightyellow {
    background-color: #fefaed;
    margin-top: 25px;
}
.services-janesville-link {
    color: #333 !important;
    text-decoration:none !important;
}
.services-janesville-link:hover {
    color: #A62727 !important;
    text-decoration:underline !important;
}
.services-janesville-redbulletsUL {
    padding-left: 0;
}
.services-janesville-redbullets {
    list-style: none;
}
.services-janesville-redbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/ServiceAreas/service-areas-redbullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 2px;
    margin-top: 7px;
}
.services-janesville-redbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1024px) {
    .services-janesville h2.page-section__title {
        font-size: 30px !important;
        line-height: 38px;
    }
}
@media only screen and (min-width:1200px) {
    .services-janesville h1.page-header__title {
        font-size: 40px;
        line-height:49px;
    }
    .services-janesville h2.page-section__title {
        font-size: 33px !important;
        line-height: 41px;
    }
}

/* =============== SERVICES - MADISON -- CSS CODES =============== */
.services-madison {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.services-madison h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
}
.services-madison--rich-text-section-lightyellow {
    background-color: #fefaed;
    margin-top: 25px;
}
.services-madison-link {
    color: #333 !important;
    text-decoration:none !important;
}
.services-madison-link:hover {
    color: #A62727 !important;
    text-decoration:underline !important;
}
.services-madison-redbulletsUL {
    padding-left: 0;
}
.services-madison-redbullets {
    list-style: none;
}
.services-madison-redbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/ServiceAreas/service-areas-redbullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 2px;
    margin-top: 7px;
}
.services-madison-redbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1024px) {
    .services-madison h2.page-section__title {
        font-size: 30px !important;
        line-height: 38px;
    }
}
@media only screen and (min-width:1200px) {
    .services-madison h1.page-header__title {
        font-size: 40px;
        line-height:49px;
    }
    .services-madison h2.page-section__title {
        font-size: 33px !important;
        line-height: 41px;
    }
}

/* =============== SERVICES - WAUKESHA -- CSS CODES =============== */
.services-waukesha {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.services-waukesha h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
}
.services-waukesha--rich-text-section-lightyellow {
    background-color: #fefaed;
    margin-top: 25px;
}
.services-waukesha-link {
    color: #333 !important;
    text-decoration:none !important;
}
.services-waukesha-link:hover {
    color: #A62727 !important;
    text-decoration:underline !important;
}
.services-waukesha-redbulletsUL {
    padding-left: 0;
}
.services-waukesha-redbullets {
    list-style: none;
}
.services-waukesha-redbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/ServiceAreas/service-areas-redbullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 2px;
    margin-top: 7px;
}
.services-waukesha-redbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1024px) {
    .services-waukesha h2.page-section__title {
        font-size: 30px !important;
        line-height: 38px;
    }
}
@media only screen and (min-width:1200px) {
    .services-waukesha h1.page-header__title {
        font-size: 40px;
        line-height:49px;
    }
    .services-waukesha h2.page-section__title {
        font-size: 33px !important;
        line-height: 41px;
    }
}

/* =============== BLOG -- CSS CODES =============== */
.page-main-layout--post-list-entry .body-content {
    max-width:1280px;
}
.post-list-template--left-nav .post-list-item__title {
     font-family: 'InterSemiBold';
    font-size:26px;
    line-height:35px;
}
.post-list-template--left-nav .post-list-item__summary .post-list-item__excerpt {
    font-size: 15px;
    line-height: 24px;
}
.post-list-template--left-nav .post-list-item__read-more-link {
    font-size: 15px;
    line-height: 24px;
}
.post-list-template--left-nav .post-list-item__category {
    background-color:#ccc;
    font-size:15px;
    line-height:24px;
}
.post-list-template--left-nav .post-list-item-feature-image--height-Medium:not(.post-list-item-feature-image--size-Auto) {
    height: 350px;
}

@media only screen and (min-width:640px) {
    .trending-cabinet-colors---kona-color-cabinets--image-with-text-section .page-section__content .page-section__text-wrap {
        width:100% !important;
    }
    .trending-cabinet-colors---kona-color-cabinets--image-with-text-section .page-section__content .page-section__image-wrap {
        width:100% !important;
    }    
}
@media only screen and (min-width:992px) {
    .trending-cabinet-colors---kona-color-cabinets--image-with-text-section .page-section__content .page-section__text-wrap {
        width:50% !important;
        padding:15px 0;
    }
    .trending-cabinet-colors---kona-color-cabinets--image-with-text-section .page-section__content .page-section__image-wrap {
        width:50% !important;
    }    
}

/* Start Designing Your Deck Now */
.start-designing-your-deck-now--image-slideshow-section .ibos-slider .slick-list {
    height:500px !important;
}
.start-designing-your-deck-now--image-slideshow-section .ibos-slider .widget-sub-item-image__link {
    height:500px;
}
.start-designing-your-deck-now--image-slideshow-section .ibos-slider .widget-sub-item-image__link .widget-sub-item-image__text-content {
    max-width: 1024px;
}
.start-designing-your-deck-now--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__title {
    font-family: 'InterBold';
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    color:#F8C311;
}
.start-designing-your-deck-now--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description {
    display:block;
    font-family: 'InterRegular';
    font-size: 18px;
    line-height: 29px;
}
.start-designing-your-deck-now--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a {
    color:#fff;
    text-decoration:none;
}
.start-designing-your-deck-now--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a:hover {
    text-decoration:underline;
}

/* Guide for Choosing Countertops */
.guide-for-choosing-countertops--image-slideshow-section .ibos-slider .slick-list {
    height:500px !important;
}
.guide-for-choosing-countertops--image-slideshow-section .ibos-slider .widget-sub-item-image__link {
    height:500px;
}
.guide-for-choosing-countertops--image-slideshow-section .ibos-slider .widget-sub-item-image__link .widget-sub-item-image__text-content {
    max-width: 1024px;
}
.guide-for-choosing-countertops--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__title {
    font-family: 'InterBold';
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    color:#F8C311;
}
.guide-for-choosing-countertops--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description {
    display:block;
    font-family: 'InterRegular';
    font-size: 18px;
    line-height: 29px;
}
.guide-for-choosing-countertops--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a {
    color:#fff;
    text-decoration:none;
}
.guide-for-choosing-countertops--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a:hover {
    text-decoration:underline;
}

/* What is Millwork - Learn the Terms */
.what-is-millwork---learn-the-terms--image-slideshow-section .ibos-slider .slick-list {
    height:500px !important;
}
.what-is-millwork---learn-the-terms--image-slideshow-section .ibos-slider .widget-sub-item-image__link {
    height:500px;
}
.what-is-millwork---learn-the-terms--image-slideshow-section .ibos-slider .widget-sub-item-image__link .widget-sub-item-image__text-content {
    max-width: 1024px;
}
.what-is-millwork---learn-the-terms--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__title {
    font-family: 'InterBold';
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    color:#F8C311;
}
.what-is-millwork---learn-the-terms--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description {
    display:block;
    font-family: 'InterRegular';
    font-size: 18px;
    line-height: 29px;
}
.what-is-millwork---learn-the-terms--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a {
    color:#fff;
    text-decoration:none;
}
.what-is-millwork---learn-the-terms--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a:hover {
    text-decoration:underline;
}


/* How to Tell if You Need a New Roof */
.how-to-tell-if-you-need-a-new-roof--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding:20px 0;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .how-to-tell-if-you-need-a-new-roof--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .how-to-tell-if-you-need-a-new-roof--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
}
@media only screen and (min-width:992px) {
    .how-to-tell-if-you-need-a-new-roof--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:50%;
        padding:20px 10px;
    }
    .how-to-tell-if-you-need-a-new-roof--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:50%;
    }
}

/* New, Useful Cabinet Storage Options */
.new--useful-cabinet-storage-options--image-slideshow-section .ibos-slider .slick-list {
    height:500px !important;
}
.new--useful-cabinet-storage-options--image-slideshow-section .ibos-slider .widget-sub-item-image__link {
    height:500px;
}
.new--useful-cabinet-storage-options--image-slideshow-section .ibos-slider .widget-sub-item-image__link .widget-sub-item-image__text-content {
    max-width: 1024px;
}
.new--useful-cabinet-storage-options--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__title {
    font-family: 'InterBold';
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    color:#F8C311;
}
.new--useful-cabinet-storage-options--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description {
    display:block;
    font-family: 'InterRegular';
    font-size: 18px;
    line-height: 29px;
}
.new--useful-cabinet-storage-options--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a {
    color:#fff;
    text-decoration:none;
}
.new--useful-cabinet-storage-options--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a:hover {
    text-decoration:underline;
}

/* Selecting an Exterior Door */
.selecting-an-exterior-door--image-slideshow-section .ibos-slider .slick-list {
    height:500px !important;
}
.selecting-an-exterior-door--image-slideshow-section .ibos-slider .widget-sub-item-image__link {
    height:500px;
}
.selecting-an-exterior-door--image-slideshow-section .ibos-slider .widget-sub-item-image__link .widget-sub-item-image__text-content {
    max-width: 1024px;
}
.selecting-an-exterior-door--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__title {
    font-family: 'InterBold';
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    color:#F8C311;
}
.selecting-an-exterior-door--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description {
    display:block;
    font-family: 'InterRegular';
    font-size: 18px;
    line-height: 29px;
}
.selecting-an-exterior-door--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a {
    color:#fff;
    text-decoration:none;
}
.selecting-an-exterior-door--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a:hover {
    text-decoration:underline;
}

/* Before and After - What a Kitchen Remodel! */
.before-and-after---what-a-kitchen-remodel--297--image-slideshow-section .ibos-slider .slick-list {
    height:500px !important;
}
.before-and-after---what-a-kitchen-remodel--297--image-slideshow-section .ibos-slider .widget-sub-item-image__link {
    height:500px;
}
.before-and-after---what-a-kitchen-remodel--297--image-slideshow-section .ibos-slider .widget-sub-item-image__link .widget-sub-item-image__text-content {
    max-width: 1024px;
}
.before-and-after---what-a-kitchen-remodel--297--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__title {
    font-family: 'InterBold';
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    color:#F8C311;
}
.before-and-after---what-a-kitchen-remodel--297--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description {
    display:block;
    font-family: 'InterRegular';
    font-size: 18px;
    line-height: 29px;
}
.before-and-after---what-a-kitchen-remodel--297--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a {
    color:#fff;
    text-decoration:none;
}
.before-and-after---what-a-kitchen-remodel--297--image-slideshow-section .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a:hover {
    text-decoration:underline;
}

/* =============== PROMOTIONS (SAVE WITH MARLING) -- CSS CODES =============== */
.product-collection__nav-list .list-group-item.active .btn {
    background-color: #F4F4F4;
    border-radius:10px;
}
.sales-promotion--default .product-collection__listing-wrap .product-collection-content .pagerwidget--list .panel-default {
    background-color: #F4F4F4;
    padding: 5px 20px;
    border-radius: 15px;
}
.sales-promotion--default .form-group--show-in-stock .custom-button__text {
    font-family: InterBold;
}
.sales-promotion--default .form-group--sort .btn-group .caption {
    font-family: InterBold;
}

/* =============== EMPLOYMENT APPLICATION -- CSS CODES =============== */
.form-configurator-confirmation-page .text-center .h4 {
    font-family: InterExtraBold;
    font-size:20px;
    line-height:29px;
}
.generic-form-configurator--10000 {
    max-width:1280px;
    padding:20px 5px;
}
.generic-form-configurator--10000 .form-configurator__static-text-content ol {
    margin-left: -25px;
}
.generic-form-configurator--10000 .form-configurator__static-text-content ol li {
    padding: 3px 0;
    text-align:left;
}
.ApplicationTopImage {
    text-align:center;
}
.ApplicationTopImage img {
    width:100%;
}
.ApplicationSubheader {
    font-family: InterSemiBold;
    font-size: 20px !important;
    line-height:28px;
    color:#A62727;
    text-align:left;
}
.generic-form-configurator--10000 .form-group--TopContent {
    padding:20px;
}
.generic-form-configurator--10000 .form-group {
    font-size:15px;
    line-height:23px;
}
.generic-form-configurator--10000 .form-group--LocationApplyingFor .form-configurator__radio-group-label strong {
    font-size:15px;
    line-height:23px;
    font-family: InterSemiBold;
}
.generic-form-configurator--10000 .form-group--Address {
    width:100%;
}
.generic-form-configurator--10000 .form-configurator__radio-group--LocationApplyingFor .custom-button__label {
    width:100%;
    padding: 3px 0;
}
.generic-form-configurator--10000 .form-group--Education {
    width:100%;
}
.generic-form-configurator--10000 .btn__clear-form {
    font-family: InterSemiBold;
    font-size: 16px;
    line-height: 24px;
    border-radius: 20px;
}
.generic-form-configurator--10000 .btn__submit-form {
    font-family: InterSemiBold;
    font-size: 16px;
    line-height: 24px;
    border-radius: 20px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:1200px) {
    .generic-form-configurator--10000 h1.page-header__title {
        font-size: 37px;
        line-height:45px;
    }
}

/* =============== CABINETRY -- CSS CODES =============== */
/*issue .cabinetry {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.cabinetry p a {
    color: #A62727;
    text-decoration:none;
}
.cabinetry p a:hover {
    text-decoration:underline;
}
.cabinetry a {
    color: #A62727;
    text-decoration:none;
}
.cabinetry a:hover {
    text-decoration:underline;
}
.cabinetry h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-left: 19px;
}
.cabinetry--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    width:100%;
    vertical-align: top;
}
.cabinetry--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    width:100%;
    height: 800px;
    vertical-align: top;
}
.cabinetry-blackbulletsUL-1 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.cabinetry-blackbulletsUL-2 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.cabinetry-blackbullets {
    list-style: none;
}
.cabinetry-blackbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/Cabinetry/black-bullets.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    margin-top: 7px;
}
.cabinetry-blackbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
    color:#A62727;
}
.cabinetry--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    padding:10px;
}
.cabinetry--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
}
.cabinetry--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding:10px;
}
.cabinetry--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap h2.page-section__title {
    font-size: 20px !important;
    line-height: 35px;
}*/

.ReadMoreAbout-MainContainer {
	width:100%;
	vertical-align:top;
	padding:5px;
	box-sizing:border-box;
}
.ReadMoreAbout-PostDetailsContainer {
	width:100%;
	vertical-align:top;
	padding:5px;
	box-sizing:border-box;
}
.ReadMoreAbout-PostCategory {
	display:inline-block;
    width:90px;
	box-sizing:border-box;
	background-color: #ccc;
    font-size: 15px;
    line-height: 24px;
    border-radius: 6px;
    color: #1F1F1F;
    font-family: InterBold;
    padding: 4px 8px;
    text-align: center;
}
.ReadMoreAbout-PostCategory2 {
	display:inline-block;
    width:110px;
	box-sizing:border-box;
	background-color: #ccc;
    font-size: 15px;
    line-height: 24px;
    border-radius: 6px;
    color: #1F1F1F;
    font-family: InterBold;
    padding: 4px 8px;
    text-align: center;
}
.ReadMoreAbout-PostDate {
	display:inline-block;
	width:62%;
	padding:0 5px;
	box-sizing:border-box;
	color: #1F1F1F;
    font-family: InterBold;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 24px;
}
.ReadMoreAbout-PostDate2 {
	display:inline-block;
	width:55%;
	padding:0 5px;
	box-sizing:border-box;
	color: #1F1F1F;
    font-family: InterBold;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 24px;
}

/* FONTS */
.ReadMoreAbout-Subheaders {
    color: #1f1f1f;
    font-family: InterBold;
    font-size: 20px;
    line-height: 30px;
}
.ReadMoreAbout-URLText {
    color: #1f1f1f;
    font-size: 15px;
    line-height: 24px;
    text-decoration:none;
}
.ReadMoreAbout-URLText:hover {
    text-decoration:underline;
}

/* MEDIA QUERIES */
/*issue @media only screen and (min-width:600px) {
    .cabinetry-blackbulletsUL-1 {
        width:49%;
    }
    .cabinetry-blackbulletsUL-2 {
        width:49%;
    }
}
@media only screen and (min-width:640px) {
    .cabinetry--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .cabinetry--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
}
@media only screen and (min-width:800px) {
    .cabinetry--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:60%;
    }
    .cabinetry--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:39%;
        height: 900px;
    }
}
@media only screen and (min-width:900px) {
    .cabinetry-blackbulletsUL-1 {
        width:35%;
    }
}
@media only screen and (min-width:1100px) {
    .cabinetry-blackbulletsUL-1 {
        width:30%;
    }
}
@media only screen and (min-width:1310px) {
    .cabinetry h1.page-header__title {
        padding-left: 9px;
    }
}*/

/* =============== COUNTERTOPS -- CSS CODES =============== */
/*issue .countertops {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.countertops p a {
    color: #A62727;
    text-decoration:none;
}
.countertops p a:hover {
    text-decoration:underline;
}
.countertops a {
    color: #A62727;
    text-decoration:none;
}
.countertops a:hover {
    text-decoration:underline;
}
.countertops h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-left: 19px;
}
.countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    width:100%;
    vertical-align: top;
}
.countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    width:100%;
    height: 800px;
    vertical-align: top;
}
.countertops-blackbulletsUL-1 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.countertops-blackbulletsUL-2 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.countertops-blackbullets {
    list-style: none;
}
.countertops-blackbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/countertops/black-bullets.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    margin-top: 7px;
}
.countertops-blackbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
    color:#A62727;
}
.countertops--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    padding:10px;
}
.countertops--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
}
.countertops--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding:10px;
}
.countertops--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap h2.page-section__title {
    font-size: 20px !important;
    line-height: 35px;
}*/


/* MEDIA QUERIES */
/*@media only screen and (min-width:600px) {
    .countertops-blackbulletsUL-1 {
        width:49%;
    }
    .countertops-blackbulletsUL-2 {
        width:49%;
    }
}
@media only screen and (min-width:640px) {
    .countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
    .countertops-blackbulletsUL-1 {
        width:40%;
    }
}
@media only screen and (min-width:800px) {
    .countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:60%;
        margin-top:-355px;
    }
    .countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:39%;
        height: 900px;
    }
}
@media only screen and (min-width:829px) {
    .countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-390px;
    }
}
@media only screen and (min-width:900px) {
    .countertops-blackbulletsUL-1 {
        width:35%;
    }
}
@media only screen and (min-width:942px) {
    .countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-420px;
    }
}
@media only screen and (min-width:992px) {
    .countertops--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-450px;
    }
}
@media only screen and (min-width:1100px) {
    .countertops-blackbulletsUL-1 {
        width:30%;
    }
}
@media only screen and (min-width:1310px) {
    .countertops h1.page-header__title {
        padding-left: 9px;
    }
}*/

/* =============== ENTRY DOORS -- CSS CODES =============== */
.entry-doors {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.entry-doors p a {
    color: #A62727;
    text-decoration:none;
}
.entry-doors p a:hover {
    text-decoration:underline;
}
.entry-doors a {
    color: #A62727;
    text-decoration:none;
}
.entry-doors a:hover {
    text-decoration:underline;
}
.entry-doors h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-left: 19px;
}
.entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    width:100%;
    vertical-align: top;
}
.entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    width:100%;
    height: 800px;
    vertical-align: top;
}
.entry-doors-blackbulletsUL-1 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.entry-doors-blackbulletsUL-2 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.entry-doors-blackbullets {
    list-style: none;
}
.entry-doors-blackbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/entry-doors/black-bullets.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    margin-top: 7px;
}
.entry-doors-blackbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
    color:#A62727;
}
.entry-doors--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    padding:10px;
}
.entry-doors--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
}
.entry-doors--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding:10px;
}
.entry-doors--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap h2.page-section__title {
    font-size: 20px !important;
    line-height: 35px;
}


/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
    .entry-doors-blackbulletsUL-1 {
        width:49%;
    }
    .entry-doors-blackbulletsUL-2 {
        width:49%;
    }
}
@media only screen and (min-width:640px) {
    .entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
    .entry-doors-blackbulletsUL-1 {
        width:40%;
    }
}
@media only screen and (min-width:800px) {
    .entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:60%;
        margin-top:-355px;
    }
    .entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:39%;
        height: 900px;
    }
}
@media only screen and (min-width:863px) {
    .entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-430px;
    }
}
@media only screen and (min-width:900px) {
    .entry-doors-blackbulletsUL-1 {
        width:35%;
    }
}
@media only screen and (min-width:940px) {
    .entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-475px;
    }
}
@media only screen and (min-width:982px) {
    .entry-doors--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-500px;
    }
}
@media only screen and (min-width:1100px) {
    .entry-doors-blackbulletsUL-1 {
        width:30%;
    }
}
@media only screen and (min-width:1310px) {
    .entry-doors h1.page-header__title {
        padding-left: 9px;
    }
}

/* =============== MOULDING & MILLWORK -- CSS CODES =============== */
/*issue .moulding-and-millwork {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.moulding-and-millwork p a {
    color: #A62727;
    text-decoration:none;
}
.moulding-and-millwork p a:hover {
    text-decoration:underline;
}
.moulding-and-millwork a {
    color: #A62727;
    text-decoration:none;
}
.moulding-and-millwork a:hover {
    text-decoration:underline;
}
.moulding-and-millwork h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-left: 19px;
}
.moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    width:100%;
    vertical-align: top;
}
.moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    width:100%;
    height: 800px;
    vertical-align: top;
}
.moulding-and-millwork-blackbulletsUL-1 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.moulding-and-millwork-blackbulletsUL-2 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.moulding-and-millwork-blackbullets {
    list-style: none;
}
.moulding-and-millwork-blackbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/moulding-and-millwork/black-bullets.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    margin-top: 7px;
}
.moulding-and-millwork-blackbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
    color:#A62727;
}
.moulding-and-millwork--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    padding:10px;
}
.moulding-and-millwork--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
}
.moulding-and-millwork--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding:10px;
}
.moulding-and-millwork--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap h2.page-section__title {
    font-size: 20px !important;
    line-height: 35px;
}*/


/* MEDIA QUERIES */
/*@media only screen and (min-width:600px) {
    .moulding-and-millwork-blackbulletsUL-1 {
        width:49%;
    }
    .moulding-and-millwork-blackbulletsUL-2 {
        width:49%;
    }
}
@media only screen and (min-width:640px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
    .moulding-and-millwork-blackbulletsUL-1 {
        width:40%;
    }
}
@media only screen and (min-width:800px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:60%;
        margin-top:-165px;
    }
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:39%;
        height: 900px;
    }
}
@media only screen and (min-width:830px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-175px;
    }
}
@media only screen and (min-width:856px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-180px;
    }
}
@media only screen and (min-width:900px) {
    .moulding-and-millwork-blackbulletsUL-1 {
        width:35%;
    }
}
@media only screen and (min-width:915px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-210px;
    }
}
@media only screen and (min-width:932px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-258px;
    }
}
@media only screen and (min-width:937px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-300px;
    }
}
@media only screen and (min-width:1096px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-335px;
    }
}
@media only screen and (min-width:1100px) {
    .moulding-and-millwork-blackbulletsUL-1 {
        width:30%;
    }
}
@media only screen and (min-width:1146px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-365px;
    }
}
@media only screen and (min-width:1310px) {
    .moulding-and-millwork h1.page-header__title {
        padding-left: 9px;
    }
}
@media only screen and (min-width:1340px) {
    .moulding-and-millwork--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-370px;
    }
}*/

/* =============== WINDOWS -- CSS CODES =============== */
/*issue .windows {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width:100%;
    max-width:none;
}
.windows p a {
    color: #A62727;
    text-decoration:none;
}
.windows p a:hover {
    text-decoration:underline;
}
.windows a {
    color: #A62727;
    text-decoration:none;
}
.windows a:hover {
    text-decoration:underline;
}
.windows h1.page-header__title {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    padding-left: 19px;
}
.windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    width:100%;
    vertical-align: top;
}
.windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    width:100%;
    height: 800px;
    vertical-align: top;
}
.windows-blackbulletsUL-1 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.windows-blackbulletsUL-2 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.windows-blackbulletsUL-3 {
    display:inline-block;
    padding-left: 0;
    vertical-align:top;
    width:100%;
}
.windows-blackbullets {
    list-style: none;
}
.windows-blackbullets:before {
    content: "";
    display: inline-block;
    width: 3%;
    padding: 10px 8px;
    background-image: url(/m/windows/black-bullets.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    margin-top: 7px;
}
.windows-blackbullets p {
    display: inline-block;
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
    color:#A62727;
}
.windows--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap {
    padding:10px;
}
.windows--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__image-wrap img {
    height:100%;
}
.windows--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap {
    padding:10px;
}
.windows--image-with-text-section-blog .page-section--ImageWithText .page-section__content .page-section__text-wrap h2.page-section__title {
    font-size: 20px !important;
    line-height: 35px;
}*/


/* MEDIA QUERIES */
/*@media only screen and (min-width:640px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:100%;
    }
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:100%;
    }
    .windows-blackbulletsUL-1 {
        width:32%;
    }
    .windows-blackbulletsUL-2 {
        width:32%;
    }
    .windows-blackbulletsUL-3 {
        width:32%;
    }
}
@media only screen and (min-width:800px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        width:60%;
    }
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__image-wrap {
        width:39%;
        height: 900px;
    }
    .windows-blackbulletsUL-1 {
        width:40%;
    }
    .windows-blackbulletsUL-2 {
        width:40%;
    }
    .windows-blackbulletsUL-3 {
        width:40%;
    }
}
@media only screen and (min-width:818px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-30px;
    }
}
@media only screen and (min-width:871px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-60px;
    }
}
@media only screen and (min-width:888px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-105px;
    }
}
@media only screen and (min-width:916px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-158px;
    }
    .windows-blackbulletsUL-1 {
        width:32%;
    }
    .windows-blackbulletsUL-2 {
        width:32%;
    }
    .windows-blackbulletsUL-3 {
        width:32%;
    }
}
@media only screen and (min-width:964px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-175px;
    }
}
@media only screen and (min-width:990px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-200px;
    }
}
@media only screen and (min-width:1092px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-220px;
    }
}
@media only screen and (min-width:1128px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-240px;
    }
}
@media only screen and (min-width:1270px) {
    .windows--image-with-text-section .page-section--ImageWithText .page-section__content .page-section__text-wrap {
        margin-top:-270px;
    }
}
@media only screen and (min-width:1310px) {
    .windows h1.page-header__title {
        padding-left: 9px;
    }
}*/

/* ======================== CSS CODES FOR BLOG ENTRY | Top Front Door Trends & Styles ======================== */
.top-front-door-trends-styles--image-section .page-section--Image {
    height:200px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
    .top-front-door-trends-styles--image-section .page-section--Image {
        height:250px;
    }
}
@media only screen and (min-width:768px) {
    .top-front-door-trends-styles--image-section .page-section--Image {
        height:300px;
    }
}
@media only screen and (min-width:1024px) {
    .top-front-door-trends-styles--image-section .page-section--Image {
        height:350px;
    }
}
@media only screen and (min-width:1280px) {
    .top-front-door-trends-styles--image-section .page-section--Image {
        height:400px;
    }
}


/* ======================== CSS CODES FOR CUSTOM PRODUCT PAGES ======================== */
.custom-product-pages .page-section--RichText .page-section__title {
    font-family: InterSemiBold;
}
.custom-product-pages .page-section--RichText .page-section__content h1 {
    font-family: InterExtraBold;
}
.custom-product-pages .page-section--Tiled .page-section__title {
    font-family: InterSemiBold;
}
.custom-product-pages.blog .page-section--Tiled .page-section__text-content > h3 {
    font-family: InterSemiBold;
}
.custom-product-pages .page-section--Tiled .page-section__text-wrap .page-section__title {
    font-family: InterSemiBold;
}


/* ======================== CSS CODES FOR CREDIT APPLICATION - BUSINESS FORM ======================== */
.generic-form-configurator--10001 {
    padding-top:40px;
    padding-bottom:40px;
    max-width:1200px;
}
.generic-form-configurator--10001 .page-header__title {
    display:block;
}
.generic-form-configurator--10001 .form-group label {
    font-size:15px;
    line-height:24px;
}
.generic-form-configurator--10001 .form-group .custom-button__label .custom-button__text {
    font-size:15px;
    line-height:24px;
    font-weight:600;
}
.generic-form-configurator--10001 .h4 strong {
    font-size:18px;
    line-height:27px;
}
.CreditApplicationTopLeft {
    width:100%;
    display:inline-block;
    vertical-align:top;
    padding:5px;
} 
.CreditApplicationTopText {
    font-size: 15px !important;
    line-height: 25px;
}
.CreditApplicationTopTextBold {
    font-size: 16px !important;
    line-height: 25px;
    font-weight:600 !important;
}
.CreditApplicationTopText-URL {
    font-size: 15px !important;
    line-height: 25px;
    color:#333;
}
.CreditApplicationTopText-URL:hover {
    text-decoration:none;
    color:#333;
}
.generic-form-configurator .form-group {
vertical-align: inherit;
}
.generic-form-configurator .form-group label {
border-top: 1px solid transparent;
display: block;
margin-top: 5px;
vertical-align: bottom;
width: 100%;
}
.generic-form-configurator .form-group--SoleOwnerCheckBox, .generic-form-configurator .form-group--PartnerCheckBox, .generic-form-configurator .form-group--CorporationCheckBox, .generic-form-configurator .form-group--LLCCheckbox,
.form-group--OwnerName, .form-group--PartnersName1, .form-group--PartnersName2, .form-group--CorporateName, .form-group--LLCName, .form-group--GuarantyName1, .form-group--GuarantyName2, .form-group--GuarantyName3, .form-group--Creditor1Name, .form-group--Creditor2Name {
    display: block!important;
    width:100%!important;
}
/* MEDIA QUERIES */
@media only screen and (min-width:1200px) {
    .generic-form-configurator--10001 .page-header__title {
        font-size:40px;
    }
}
@media only screen and (min-width:1280px) {
    .generic-form-configurator--10001 .page-header__title {
        font-size:40px;
    }
}


/* ======================== CSS CODES FOR CREDIT APPLICATION - CUSTOMER FORM ======================== */
.generic-form-configurator--10002 {
    padding-top:40px;
    padding-bottom:40px;
    max-width:1200px;
}
.generic-form-configurator--10002 .page-header__title {
    display:block;
}
.generic-form-configurator--10002 .form-group label {
    font-size:15px;
    line-height:24px;
}
.generic-form-configurator--10002 .form-group .custom-button__label .custom-button__text {
    font-size:15px;
    line-height:24px;
    font-weight:600;
}
.generic-form-configurator--10002 .h4 strong {
    font-size:18px;
    line-height:27px;
}
.generic-form-configurator--10002 .form-group--CustomerAddress, .form-group--EmployedBy, .form-group--AddressOfNewConstruction, .form-group--PrintName1, .form-group--PrintName2, .form-group--BusinessReferenceName1, .form-group--BusinessReferenceName2, .form-group--BusinessReferenceName3, .form-group--CreditorName1, .form-group--CreditorName2, .form-group--CreditorName3 {
    width:100%;
}
/* MEDIA QUERIES */
@media only screen and (min-width:1200px) {
    .generic-form-configurator--10002 .page-header__title {
        font-size:40px;
    }
}
@media only screen and (min-width:1280px) {
    .generic-form-configurator--10002 .page-header__title {
        font-size:40px;
    }
}
