/* Minification failed. Returning unminified contents.
(4251,2): run-time error CSS1030: Expected identifier, found ' '
(4254,1): run-time error CSS1019: Unexpected token, found '}'
 */
@media (min-width: 768px) {
    body {
        padding-top: 76px; /* for sticky header*/
    }
}

.sidebar {
    display: block;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

#sidebar .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
}

/* Start Header */

.header-main-wrap > ul {
    height: 130px;
    list-style: none;
    margin: 0 auto;
    padding: 10px 0 60px 0;
}

/*logo*/
.header-main-wrap .menu-logo {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-main-wrap .menu-logo .logo-image {
    width: 120px;
}

/*menu*/
.header-main-wrap .navbar-mainmenu {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #dedede;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 50px 0 0 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
}

html.main-menu--active .header-main-wrap .navbar-mainmenu {
    opacity: 1;
    visibility: visible;
}

.header-main-wrap .navbar-mainmenu .navbar-close {
    background-color: #fff;
    border-color: transparent;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    font-size: 22px;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 70%;    
    z-index: 2;
}

.header-main-wrap .navbar-mainmenu .navbar-close:hover {
    color: #777;
}

.header-main-wrap .navbar-mainmenu .navbar-close .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: 0;
}

.header-main-wrap .navbar-mainmenu > ul {
    background-color: #fff;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 70%;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    border-bottom: 1px solid #dedede;
    color: #333;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover {
    color: #777;
}

/*store*/
.header-main-wrap .menu-store {
    border-radius: 5px;
    left: 15%;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-store .store-link {
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-store .store-link span {
    display: none;
}

.header-main-wrap .menu-store .store-link span.fa {
    display: block;
    line-height: 50px;
}

.header-main-wrap .menu-store .store-link span.fa:before {
    color: #333;
    font-size: 21px;
}

/*search*/
.header-main-wrap .menu-search {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.header-main-wrap .menu-search .navbar-form {
    border: none;
    margin: 0;
    padding: 0;
}

.header-main-wrap .menu-search .search-wrap {
    padding: 10px;
    position: relative;
}

.header-main-wrap .menu-search #keywords {
    color: #555;
    height: 40px;
    max-width: 100%;
    padding-right: 70px;
    width: 100%;
}

.header-main-wrap .menu-search .form-control-clear {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    right: 49px;
    text-indent: -9999px;
    top: 10px;
    width: 34px;
}

.header-main-wrap .menu-search .form-control-clear:before {
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-main-wrap .menu-search .btn-search {
    border-radius: 0 4px 4px 0;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*cart*/
.header-main-wrap .menu-cart {
    border-radius: 5px;
    position: absolute;
    right: 15%;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-cart .menu-cart-link {
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-cart .fa {
    line-height: 50px;
}

.header-main-wrap .menu-cart .navbar-account {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-main-wrap .menu-cart .fa:before {
    color: #222;
    font-size: 21px;
}

.header-main-wrap .menu-cart .cart-items-wrap {
    background-color: #2e3583;
    border-radius: 50%;
    display: none;
    height: 20px;
    left: 50%;
    min-width: 20px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 5px;
}

.header-main-wrap .menu-cart .cart-items-wrap.active {
    display: block;
}

.header-main-wrap .menu-cart .cart-items-wrap .counter {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 16px;
}

/*account*/
.header-main-wrap .menu-account {
    border-radius: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-account .account-link {
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-account .fa {
    line-height: 50px;
}

.header-main-wrap .menu-account .fa:before {
    color: #333;
    font-size: 21px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header-main-wrap .menu-account .caret {
    color: #333;
    display: none;
}

.header-main-wrap .menu-account .my-account-menus > h2 {
    display: none;
}

.header-main-wrap .menu-account .my-account-menus .list-group {
    margin: 0;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item {
    background-color: transparent;
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item:hover {
    color: #777;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item .fa {
    display: none;
}

.header-main-wrap .menu-account .my-account-logout a {
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
}

.header-main-wrap .menu-account .my-account-logout a:hover {
    color: #777;
}

/*search*/
.header-main-wrap .menu-navs {
    border-radius: 5px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-navs .main-menu-link {
    cursor: pointer;
    display: block;
}

.header-main-wrap .menu-navs .main-menu-link .fa {
    line-height: 50px;
}

.header-main-wrap .menu-navs .main-menu-link .fa:before {
    color: #333;
    font-size: 21px;
}

@media (min-width: 768px) {
    .header-main-wrap > ul {
        height: 75px;
        padding-bottom: 10px;
    }

    .header-main-wrap .menu-logo {
        left: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-main-wrap .menu-navs {
        left: auto;
        right: 150px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap.single-store .menu-navs {
        right: 100px;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close {
        width: 50%;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close.mobile-only {
        display: block;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        width: 50%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        float: none;
    }

    .header-main-wrap .menu-search {
        background-color: transparent;
        border: none;
        bottom: auto;
        left: 160px;
        top: 20px;
        width: -webkit-calc(100% - 370px);
        width: -moz-calc(100% - 370px);
        width: calc(100% - 370px);
    }

    .header-main-wrap.single-store .menu-search {
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
        width: calc(100% - 320px);
    }

    .header-main-wrap .menu-search .search-wrap {
        padding: 0;
    }

    .header-main-wrap .menu-search .form-control-clear {
        right: 39px;
        top: 0;
    }

    .header-main-wrap .menu-search .btn-search {
        right: 0;
        top: 0;
    }

    .header-main-wrap .menu-store {
        left: auto;
        right: 100px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-cart {
        right: 50px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-account {
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-account .caret {
        display: inline-block;
    }

    .header-main-wrap .menu-account .navbar-nav > li {
        float: none;
    }

    .header-main-wrap .navbar-default .navbar-nav > li > a,
    .header-main-wrap .menu-account .my-account-menus .list-group-item,
    .header-main-wrap .menu-account .my-account-logout a {
        display: block;
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .header-main-wrap .menu-logo .logo-image {
        width: 125px;
    }

    .header-main-wrap .menu-navs {
        left: 165px;
        width: 40%;
    }

    .header-main-wrap .menu-navs .main-menu-link {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu {
        background-color: transparent;
        border: none;
        height: auto;
        left: auto;
        opacity: 1;
        padding-top: 0;
        position: static;
        top: auto;
        visibility: visible;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close.mobile-only {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        background-color: transparent;
        border: none;
        float: none;
        max-height: 52px;
        overflow: visible;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        float: left;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        border-bottom-color: transparent;
    }

    .header-main-wrap .menu-search {
        left: -webkit-calc(40% + 165px);
        left: -moz-calc(40% + 165px);
        left: calc(40% + 165px);
        width: -webkit-calc(60% - 325px);
        width: -moz-calc(60% - 325px);
        width: calc(60% - 325px);
    }

    .header-main-wrap.single-store .menu-search {
        width: -webkit-calc(60% - 275px);
        width: -moz-calc(60% - 275px);
        width: calc(60% - 275px);
    }
}

@media (min-width: 1200px) {
    .header-main-wrap > ul {
        position: relative;
        width: 1170px;
    }

    .header-main-wrap .menu-navs {
        left: 355px;
        width: 30%;
    }

    .header-main-wrap.single-store .menu-navs {
        left: 165px;
        width: 40%;
    }

    .header-main-wrap .menu-store {
        left: 165px;
        top: 15px;
        width: 190px;
    }

    .header-main-wrap .menu-store .store-link {
        padding-left: 20px;
        position: relative;
    }

    .header-main-wrap .menu-store .store-link span {
        display: block;
        line-height: 1;
    }

    .header-main-wrap .menu-store .store-link span.fa {
        left: 5px;
        line-height: 1;
        position: absolute;
        top: 5px;
    }

    .header-main-wrap .menu-store .store-link__text {
        color: #333;
        font-size: 14px;
        padding: 5px 0 0 5px;
        text-align: left;
    }

    .header-main-wrap .menu-store .store-link__text.current-store {
        font-weight: bold;
        line-height: 1.3;
        margin-top: 3px;
        max-height: 36px;
        overflow: hidden;
        padding: 0 0 5px 5px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-main-wrap .menu-search {
        left: -webkit-calc(30% + 385px);
        left: -moz-calc(30% + 385px);
        left: calc(30% + 385px);
        width: -webkit-calc(60% - 375px);
        width: -moz-calc(60% - 375px);
        width: calc(60% - 375px);
    }

    .header-main-wrap.single-store .menu-search {
        left: -webkit-calc(40% + 165px);
        left: -moz-calc(40% + 165px);
        left: calc(40% + 165px);
        width: -webkit-calc(60% - 275px);
        width: -moz-calc(60% - 275px);
        width: calc(60% - 275px);
    }
}

/* End Header */

/* Start My Account */

.my-account-wrap #sidebar {
    display: none;
}

.my-account-wrap #sidebar > h2 {
    font-size: 18px;
}

.my-account-wrap .page-title {
    line-height: 34px;
}

@media (min-width: 600px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .my-account-wrap #sidebar {
        display: Block;
    }

    .my-account-wrap #sidebar .list-group .list-group-item .fa-chevron-right {
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 30px;
    }
}

/* End My Account */

/* Start Modal Dialog */

@media (min-width: 768px) {
    .modal-dialog {
        top: 130px;
    }
}

@media (min-width: 965px) {
    .modal-dialog {
        top: 90px;
    }
}

/* End Modal Dialog */

@font-face {
    font-family: 'MontserratBold';
    src: url('/_Content/115/Themes/Default/content/Fonts/montserrat-bold-webfont.eot');
    src: url('/_Content/115/Themes/Default/content/Fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/115/Themes/Default/content/Fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/_Content/115/Themes/Default/content/Fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/_Content/115/Themes/Default/content/Fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/_Content/115/Themes/Default/content/Fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('/_Content/115/Themes/Default/content/Fonts/montserrat-regular-webfont.eot');
    src: url('/_Content/115/Themes/Default/content/Fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/115/Themes/Default/content/Fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/_Content/115/Themes/Default/content/Fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/_Content/115/Themes/Default/content/Fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/_Content/115/Themes/Default/content/Fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'OpensansBold';
    src: url('/_Content/115/Themes/Default/content/Fonts/opensans-bold-webfont.eot');
    src: url('/_Content/115/Themes/Default/content/Fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/115/Themes/Default/content/Fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/_Content/115/Themes/Default/content/Fonts/opensans-bold-webfont.woff') format('woff'),
         url('/_Content/115/Themes/Default/content/Fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('/_Content/115/Themes/Default/content/Fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('/_Content/115/Themes/Default/content/Fonts/poppins-bold-webfont.eot');
    src: url('/_Content/115/Themes/Default/content/Fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-bold-webfont.woff') format('woff'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-bold-webfont.ttf') format('truetype'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('/_Content/115/Themes/Default/content/Fonts/poppins-medium-webfont.eot');
    src: url('/_Content/115/Themes/Default/content/Fonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-medium-webfont.woff') format('woff'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-medium-webfont.ttf') format('truetype'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('/_Content/115/Themes/Default/content/Fonts/poppins-regular-webfont.eot');
    src: url('/_Content/115/Themes/Default/content/Fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-regular-webfont.woff') format('woff'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-regular-webfont.ttf') format('truetype'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PoppinsSemibold';
    src: url('/_Content/115/Themes/Default/content/Fonts/poppins-semibold-webfont.eot');
    src: url('/_Content/115/Themes/Default/content/Fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-semibold-webfont.woff') format('woff'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-semibold-webfont.ttf') format('truetype'),
         url('/_Content/115/Themes/Default/content/Fonts/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Icomoon';
    src: url('/_Content/115/Themes/Default/content/Fonts/icomoon.eot?dtzqcl');
    src: url('/_Content/115/Themes/Default/content/Fonts/icomoon.eot?dtzqcl#iefix') format('embedded-opentype'),
         url('/_Content/115/Themes/Default/content/Fonts/icomoon.ttf?dtzqcl') format('truetype'),
         url('/_Content/115/Themes/Default/content/Fonts/icomoon.woff?dtzqcl') format('woff'),
         url('/_Content/115/Themes/Default/content/Fonts/icomoon.svg?dtzqcl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: Icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e001";
}

.icon-account:before {
    content: "\e002";
}

.icon-cart:before {
    content: "\e003";
}

.icon-cart-btn .path1:before {
    content: "\e004";
    color: rgb(0, 0, 0);
}

.icon-cart-btn .path2:before {
    content: "\e005";
    margin-left: -1em;
    color: rgb(0, 138, 69);
}

.icon-cart-btn .path3:before {
    content: "\e006";
    margin-left: -1em;
    color: rgb(0, 138, 69);
}

.icon-chev-right:before {
    content: "\e007";
}

.icon-chev-left:before {
    content: "\e008";
}


/* Start Global */

html[class*="menu--active"] {
    overflow: visible;
}

body {
    font-family: PoppinsRegular;
    padding-top: 215px;
}

.breadcrumb-wrap {
    padding: 0 20px;
}

.breadcrumb-wrap .container {
    margin: 0 auto;
    max-width: 1605px;
    padding: 0;
    width: 100%;
}

.breadcrumb-wrap .breadcrumb {
    padding-top: 20px!important;
}

.breadcrumb-wrap ul > li > a {
    color: #000;
}

.breadcrumb-wrap ul > li:last-of-type > a {
    color: #008a45;
}

.body-content {
    margin: 0 auto;
    max-width: 1645px;
    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: #D91A1A;
}

.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;
}

a:hover {
    color: #006633;
    outline: 0;
    text-decoration: none;
}

b, strong {
    font-family: PoppinsBold;
    font-weight: normal;
}

.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;
}

.btn-primary,
.cookie-disclaimer__accept {
    background-color: #008A45;
    border-color: #008A45;    
    box-shadow: none;    
    color: #fff;
    font-family: PoppinsBold;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-primary:hover,
.cookie-disclaimer__accept:active,
.cookie-disclaimer__accept:focus,
.cookie-disclaimer__accept:hover:active,
.cookie-disclaimer__accept:hover:focus,
.cookie-disclaimer__accept:hover {
    background-color: #006633;
    border-color: #006633;
    color: #fff;
    outline: 0;
    text-decoration: none;
}


@media (min-width: 768px) {

    body {
        padding-top: 190px;
    }

    .page-main-layout--henson-lumber body,
    .page-main-layout--henson-millwork body {
        padding-top: 150px;
    }

}

@media (min-width: 992px) {

    body {
        
    }

}

/* End Global */


/* Scroll Top */

.scrollTopWrapper {
    background-color: transparent;
    padding: 0;
}

.scrollTopWrapper button {
    border: 1px solid transparent;
}

.scrollTopWrapper .scroll--hide {
    display: none!important;
}

.scrollTopWrapper .scroll--up {
    color: #008A45;
    font-size: 25px;
    text-shadow: none;
}

.scrollTopWrapper .scroll--up:before {
    content: "\f062";
}

.scrollTopWrapper .scroll--up:hover {
    color: #006633;
}

/* End Scroll Top */


/* Start Header */

#masthead {
    background-color: #000;
    border: none;
}

.header-main-wrap > ul {
    height: 215px;
    padding: 0;
}

.header-main-wrap .top-content {
    background-color: #202020;
}

.header-main-wrap .top-content .wrap {
    height: 45px;
}

.header-main-wrap .menu-store {
    left: 50%;
    right: auto;
    top: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.header-main-wrap .menu-store .store-link span.fa {
    display: none;
}

.header-main-wrap .menu-store .store-link span {
    display: inline-block;
    font-family: PoppinsMedium;
    font-size: 12px;
    text-transform: uppercase;
}

.header-main-wrap .menu-store .store-link span:nth-child(2) {
    font-size: 0;
}

.header-main-wrap .menu-store .store-link span:nth-child(2):after {
    color: #fff;
    content: "Shopping At:";
    font-size: 12px;
}

.header-main-wrap .menu-store .store-link .current-store {
    color: #008A45;
}

.header-main-wrap .menu-store .store-link .current-store:after {
    color: #008A45;
    content: "\f105";
    font-family: Fontawesome;
    margin-left: 5px;
}

.header-main-wrap .menu-account {
    right: 15%;
}

.header-main-wrap .menu-account .fa-user-o:before {
    color: #fff;
    content: "\e002";
    font-family: Icomoon;
}

.header-main-wrap .menu-account .account-link .caret {
    display: none;
}

.header-main-wrap .menu-cart {
    right: 0;
}

.header-main-wrap .menu-cart .fa-shopping-cart:before {
    color: #fff;
    content: "\e003";
    font-family: Icomoon;
}

.header-main-wrap .bot-content {
    background-color: #353535;
}

.header-main-wrap .bot-content .wrap {    
    height: 170px;
}

.header-main-wrap.single-store .menu-navs,
.header-main-wrap .menu-navs {
    top: 70px;
}

.header-main-wrap .menu-navs:after {
    background-color: rgba(0,0,0,.5);
    border: 1px solid #dedede;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 50px 0 0 0;
    position: fixed;
    top: 0;
    -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;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

html.main-menu--active .header-main-wrap .menu-navs:after {
    opacity: 1;
    visibility: visible;
}

.header-main-wrap .menu-navs .main-menu-link .fa-bars:before {
    color: #fff;
}

.header-main-wrap .navbar-mainmenu {
    background-color: #fff;
    overflow-y: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 70%;
    z-index: 2;
}

.header-main-wrap .navbar-mainmenu .navbar-close {
    -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: 100%;
}

.header-main-wrap .navbar-mainmenu > ul {
    float: none;
    height: auto;
    width: 100%;
}

.header-main-wrap .menu-mastheadtop {
    opacity: 0;
    visibility: hidden;
}

html.main-menu--active .header-main-wrap .menu-mastheadtop {
    opacity: 1;
    visibility: visible;
}

.header-main-wrap .navbar-masthead-top {
    margin: 0;
}

.header-main-wrap .navbar-masthead-top > ul > li {
    display: block;
    float: none;
    width: auto;
}

.header-main-wrap[data-branch-id="2"] .navbar-masthead-top > ul > li[data-submenu-name="MillworkDivision"],
.header-main-wrap[data-branch-id="1"] .navbar-masthead-top > ul > li[data-submenu-name="LumberDivision"] {
    display: none;
}

.header-main-wrap .navbar-masthead-top > ul > li > a {
    border-bottom: 1px solid #dedede!important;
    color: #333;
    font-size: 14px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.header-main-wrap .navbar-masthead-top > ul > li > a:hover {
    color: #777;
}

.header-main-wrap .navbar-masthead-top > ul > li > a:after {
    display: none;
}

.header-main-wrap .navbar-masthead-top > ul > li > a > img {
    display: none;
}

.header-main-wrap .navbar-masthead-top > ul > li > a > span {
    display: block;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a,
.header-main-wrap .navbar-account .nav-column-menu a.list-group-item,
.header-main-wrap .navbar-account .nav-column-menu .my-account-switch a,
.header-main-wrap .menu-account .my-account-logout a {
    font-size: 14px;
}

.header-main-wrap .navbar-mainmenu > ul > li > button[aria-expanded="true"],
.header-main-wrap .navbar-mainmenu > ul > li > button:focus {
    border-color: transparent!important;
    box-shadow: none;
    color: #fff;
    outline: 0;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover,
.header-category-popup > ul > li > a:hover,
.header-main-wrap .navbar-account > ul > li > a:hover,
.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,
.header-main-wrap .navbar-masthead-top > ul > li > a:hover {
    color: #008A45;
}

.header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
    color: #333;
    content: "\f107";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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-category-popup {
    display: none;
    opacity: 0;
    visibility: hidden;
}

html.catalog-menu--active .header-category-popup {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header-category-popup > ul {
    display: block!important;
    margin: 0;
    text-align: left;
}

.header-category-popup > ul > li {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0!important;
    margin: 0;
    padding: 0;
}

.header-category-popup > ul > li > a {
    color: #333;
    display: block;
    padding: 15px 15px 15px 25px;
}

.header-category-popup > ul > li > a:hover {
    color: #006633;
}

.header-main-wrap .menu-account {
    top: 70px;
}

.header-main-wrap .menu-cart {
    top: 70px;
}

.header-main-wrap .menu-logo {
    top: 45px;
}

.header-main-wrap .menu-logo .logo-image {
    width: 100px;
}

.header-main-wrap .menu-logo .logo-image,
.login-layout .header-main-wrap .logo-image,
.shopping-cart--layout .header-main-wrap .logo-image {
    max-height: 145px;
}

.header-main-wrap .menu-search .navbar-form {
    box-shadow: none;
}

.header-main-wrap .menu-search .search-wrap {
    padding: 10px 20px 15px;
}

.header-main-wrap .menu-search #keywords {
    border: 1px solid transparent;    
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    padding-right: 90px;
}

.header-main-wrap .menu-search .form-control-clear {
    border: 1px solid transparent;
    color: #202020;
    height: 50px;
    line-height: 48px;
    right: 70px;
    -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;
}

.header-main-wrap .menu-search .btn-search {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    color: #202020;
    font-size: 22px;
    height: 50px;
    padding: 0;
    right: 20px;
    -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: 50px;
}

.header-main-wrap .menu-search .form-control-clear:hover,
.header-main-wrap .menu-search .btn-search:hover {
    color: #006633;
}

.header-main-wrap .menu-search .btn-search .fa-search {
    line-height: 48px;
}

.header-main-wrap .menu-search .btn-search .fa-search:before {
    content: "\e001";
    font-family: Icomoon;
}

.search-bar--hidden .header-main-wrap .bot-content .wrap {
    height: 110px;
}

@media (min-width: 768px) {

    .header-main-wrap > ul {
        height: 150px;
    }
    
    .header-main-wrap.single-store .menu-navs,
    .header-main-wrap .menu-navs {
        right: 100px;
    }

    .header-main-wrap .menu-account {
        right: 50px;
    }

    html.mini-cart--active .header-main-wrap .menu-cart .menu-cart-link,
    html.account-menu--active .header-main-wrap .menu-account .account-link {
        background-color: transparent;
    }

    .header-main-wrap .bot-content .wrap {
        height: 105px;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        left: auto;
        right: 170px;
        top: 75px;
    }

    .header-main-wrap .menu-search .search-wrap {
        padding: 0;
    }

    .header-main-wrap .menu-search .form-control-clear {
        right: 50px;
    }

    .header-main-wrap .menu-search .btn-search {
        right: 0;
    }

}

@media (min-width: 992px) {

    .header-main-wrap .menu-store {
        left: 20px;
        text-align: left;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: -webkit-calc(25% - 20px);
        width: -moz-calc(25% - 20px);
        width: calc(25% - 20px);
        z-index: 2;
    }

    .header-main-wrap.single-store .menu-navs,
    .header-main-wrap .menu-navs {
        left: 50%;
        margin: 0 auto;
        max-width: 1645px;
        right: auto;
        top: 2px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
    }

    .header-main-wrap .navbar-mainmenu {
        background-color: transparent;
        overflow: visible;
        width: auto;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        text-align: center;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        display: inline-block;
        float: none;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        color: #fff;
        font-size: 14px;
        padding: 10px 15px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > .dropdown-menu {
        background-color: #202020;
        border-radius: 0;
        min-width: 200px!important;
        padding: 15px 0;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > .dropdown-menu > li > a {
        border-radius: 0;
        color: #fff!important;
        padding: 6px 20px;
        -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;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > .dropdown-menu > li > a:hover {
        background-color: #008A45;
    }
    
    .header-main-wrap .navbar-account .nav-column-menu a.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 .menu-account .my-account-menus .list-group-item,
    .header-main-wrap .navbar-account .nav-column-menu .list-group-item {
        font-size: 14px;
    }

    .header-main-wrap .navbar-mainmenu__catalog {
        left: 200px;
        position: absolute;
        top: 73px;
    }

    .header-main-wrap .navbar-mainmenu__catalog > a {
        background-color: #008A45;
        border-color: #008A45;
        font-family: PoppinsMedium;
        font-size: 15px!important;
        height: 50px;
        letter-spacing: 0.23px;
        line-height: 50px;
        padding: 0 0 0 15px!important;
        -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: 150px!important;
    }

    .header-main-wrap .navbar-mainmenu__catalog > a:active,
    .header-main-wrap .navbar-mainmenu__catalog > a:focus,
    .header-main-wrap .navbar-mainmenu__catalog > a:hover {
        background-color: #006633!important;
        border-color: #006633;
        color: #fff!important;
    }

    .header-main-wrap .navbar-mainmenu__catalog > a:after {
        display: none!important;
    }

    .header-category-popup > ul {
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    }

    .header-category-popup > ul > li > a {
        padding: 7px 15px 3px;
    }

    .header-main-wrap .navbar-masthead-top {
        right: 20px;
        position: absolute;
        width: 330px;
    }

    .header-main-wrap .navbar-masthead-top .navbar-text {
        color: #fff;
        display: block;
        float: none;
        font-size: 13px;
        margin-bottom: 5px;
        text-align: center;
        text-transform: uppercase;
    }

    .header-main-wrap .navbar-masthead-top > ul > li {
        float: left;
        width: 50%;
    }

    .header-main-wrap .navbar-masthead-top > ul > li + li {
        padding-left: 5px;
    }

    .header-main-wrap .navbar-masthead-top > ul > li > a {
        border: none!important;
        padding: 0;
        width: auto;
    }

    .header-main-wrap .navbar-masthead-top > ul > li > a:after {
        display: block;
    }

    .header-main-wrap .navbar-masthead-top > ul > li > a > img {
        display: block;
    }

    .header-main-wrap .navbar-masthead-top > ul > li > a > span {
        display: none;
    }

    .header-main-wrap .menu-account,
    .header-main-wrap .menu-cart {
        top: 0;
        width: auto;
        z-index: 2;
    }

    .header-main-wrap .menu-account {
        right: 125px;
        width: 100px;
    }

    .header-main-wrap .menu-account .account-link:after {
        bottom: 2px;
        color: #008A45;
        content: "\f107";
        display: inline-block;
        font-family: Fontawesome;
        font-size: 17px;
        margin-left: 3px;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    html.account-menu--active .header-main-wrap .menu-account .account-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 .menu-account .fa,
    .header-main-wrap .menu-cart .fa {
        line-height: 39px;
    }

    .header-main-wrap .menu-account .sr-only,
    .header-main-wrap .menu-cart .sr-only {
        bottom: 3px;
        color: #fff;
        display: inline-block;
        font-family: PoppinsRegular;
        font-size: 13px;
        height: auto;
        margin: 0;
        overflow: visible;
        position: relative;
        -webkit-transition: color .3s ease-in-out;
        -moz-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        width: auto;
    }

    .header-main-wrap .menu-cart {
        right: 20px;
        width: 85px;
    }

    .header-main-wrap .menu-cart .cart-items-wrap {
        background-color: #008A45;
        border-radius: 0;
        bottom: 5px;
        display: inline-block!important;
        left: auto;
        margin-left: 5px;
        position: relative;
        top: auto;
    }

    .header-main-wrap .menu-cart .cart-items-wrap:before {
        border-bottom: 5px solid transparent;
        border-right: 5px solid #008A45;
        border-top: 5px solid transparent;
        content: "";
        height: 0;
        left: -5px;
        position: absolute;
        top: 5px;
        width: 0;
    }

    .header-main-wrap .menu-cart .sr-only:last-of-type {
        display: none;
    }

    .header-main-wrap .menu-logo {
        left: 20px;
    }

    .header-main-wrap .menu-logo .logo-image {
        width: 150px;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        left: 360px;
        right: auto;
        width: -webkit-calc(100% - 750px);
        width: -moz-calc(100% - 750px);
        width: calc(100% - 750px);
    }

}

@media (min-width: 1200px) {

    .header-main-wrap > ul {
        width: 100%;
    }

    .header-main-wrap .menu-store:hover .store-link,
    .header-main-wrap .menu-account:hover .account-link,
    .header-main-wrap .menu-cart:hover .menu-cart-link {
        background-color: transparent;
    }

    .header-main-wrap .menu-store .store-link {
        padding: 0;
    }

    .header-main-wrap .menu-store .store-link span:nth-child(2) {
        padding: 0;
    }

    .header-main-wrap .menu-store .store-link .current-store {
        font-weight: normal;
        margin: 0;
        overflow: visible;
        padding: 0;
    }

    .header-main-wrap .navbar-masthead-top {
        width: 390px;
    }

    .header-main-wrap .menu-cart {
        right: 20px;
    }

    .header-main-wrap .top-content .wrap,
    .header-main-wrap .bot-content .wrap {
        margin: 0 auto;
        max-width: 1645px;
        position: relative;
    }

    .header-main-wrap .menu-logo {
        top: 0;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        top: 30px;
        width: -webkit-calc(100% - 830px);
        width: -moz-calc(100% - 830px);
        width: calc(100% - 830px);
    }

}

/* End Header */


/* Start Henson Lumber */

.henson-lumber {
    max-width: 100%;
    padding: 0;
}

.main-banner .page-section {
    height: 335px;
}

.main-banner .page-section__vertical-center-content  {
    background-color: rgba(0, 138, 69, 0.8);
    margin-left: -20px;
    max-width: 950px;
    padding: 50px 20px;
}

.main-banner .page-section__title {
    margin-bottom: 15px;
}

.main-banner .page-section__title span {
    display: block;
    text-transform: uppercase;
}

.main-banner .page-section__title span:first-of-type {
    font-size: 13px;
    line-height: 24px;
}

.main-banner .page-section__title span:last-of-type {
    font-family: PoppinsSemibold;
    font-size: 22px;
    line-height: 24px;
}

.main-banner .page-section__content {
    margin: 0;
}

.main-banner .page-section__content span {
    display: block;
    font-size: 13px;
    line-height: 24px;
}

.featured-categories {
    background-image: url("/_Content/115/Themes/Default/content/Images/categories-bg.jpg");
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-categories .page-section__title {
    color: #303030;
    font-family: PoppinsBold;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}

.featured-products {
    background-color: #202020;
    position: relative;
}

.featured-products:after {
    background-image: url("/_Content/115/Themes/Default/content/Images/products-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 490px;
    left: 50%;
    position: absolute;
    top: 22rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
}

.featured-products .ibos-slider-wrap {
    position: relative;
    z-index: 2;
}

.featured-products .page-section__title {
    margin-bottom: 15px;
    text-align: center;
}

.featured-products .page-section__title span {
    color: #fff;
    display: block;
}

.featured-products .page-section__title span:first-of-type {
    font-family: MontserratBold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.featured-products .page-section__title span:last-of-type {
    font-family: MontserratRegular;
    font-size: 13px;
    line-height: 24px;
}

.featured-products .slick-prev {
    left: -20px;
}

.featured-products .slick-next {
    right: -20px;
}

.ibos-slider-wrap .slick-arrow {
    background-color: rgba(85, 85, 85, 0.25);
    border: 1px solid transparent;
    border-radius: 0;
    height: 70px;
    width: 50px;
}

.ibos-slider-wrap .slick-arrow:before {
    color: #fff;
    font-family: Icomoon;
    opacity: 1;
    text-shadow: none;
}

.ibos-slider-wrap .slick-prev:before {
    content: "\e008";
}

.ibos-slider-wrap .slick-next:before {
    content: "\e007";
}

.tab-banner-wrap {
    padding: 40px 20px;
}

.tab-banner-wrap .tab-banner + .tab-banner {
    margin-top: 20px;
}

.tab-banner .page-section__image-wrap {
    height: 140px;
    padding-bottom: 0!important;
}

.tab-banner .page-section__image-wrap img {
    z-index: 1;
}

.tab-banner .page-section__title {
    color: #303030;
    font-family: PoppinsBold;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tab-banner .page-section__text-content {
    color: #5D5D5D;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}

.js-wrapper .page-section {
    padding: 0;
}


@media (max-width: 767px) {

    .tab-banner {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .main-banner .page-section__vertical-center-content {
        padding-left: 10rem;
    }

    .tab-banner-wrap .tab-banner + .tab-banner {
        margin: 0;
    }

    .featured-products:after {
        height: 665px;
        left: 0;
        top: -30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 680px;
    }

}

@media (min-width: 992px) {

    .main-banner .page-section {
        height: 450px;
    }

    .main-banner .page-section__title {
        margin-bottom: 25px;
    }

    .main-banner .page-section__title span:first-of-type {
        font-size: 25px;
        line-height: 35px;
    }

    .main-banner .page-section__title span:last-of-type {
        font-size: 54px;
        line-height: 58px;
    }

    .main-banner .page-section__content span {
        font-size: 25px;
        line-height: 35px;
    }

    .featured-categories {
        background-position: center;
    }

    .featured-categories .page-section {
        margin: 0 auto;
        max-width: 1365px;
    }

    .featured-categories .page-section__title {
        font-size: 32px;
        line-height: 48px;
    }

    .featured-products .ibos-slider-wrap {
        margin: 0 auto;
        max-width: 1690px;
    }

    .featured-products .page-section__title {
        margin-bottom: 20px;
    }

    .featured-products .page-section__title span:first-of-type {
        font-size: 42px;
        line-height: 27px;
    }

    .featured-products .page-section__title span:last-of-type {
        font-size: 22px;
        line-height: 27px;
    }

    .featured-products .product-tile__list {
        padding: 0 20px;
    }

    .tab-banner-wrap {
        margin: 0 auto;
        max-width: 1420px;
        padding: 8rem 2rem;
    }

    .tab-banner .page-section__image-wrap {
        height: 255px;
    }

    .tab-banner .page-section__title {
        font-size: 42px;
        line-height: 63px;
        margin: 0;
    }

    .tab-banner .page-section__text-content {
        font-size: 18px;
        line-height: 38px;
        text-align: center;
    }

}

/* End Henson Lumber */


/* Start Product Catalog */

.product-category__list {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
}

.product-category__item {
    padding: 0 10px;
    width: 50%;
}

.product-category__link {
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
}

.product-category__image {
    border-radius: 0;
}

.product-category__image-wrap {
    position: relative;
    z-index: 1;
}

.product-category__no-image:before {
    color: #333;
}

.product-category__name {
    background-color: #006633;
    color: #fff;
    font-family: PoppinsBold;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.product-tile__list {
    padding: 0 10px;
}

.flexbox.flexboxlegacy .ibos-slider .slick-track,
.flexbox.flexboxlegacy .ibos-carousel .slick-track {
    display: grid;
    grid-auto-flow: column;
}

.product-tile__item {
    height: 100%;
    outline: 0;
    padding: 0 10px;
}

.product-tile__link {
    border-radius: 0;
    height: 100%;
    padding: 0;
}

.product-tile__details {
    padding-bottom: 40px;
}

.product-tile__image-wrap {
    height: 255px;
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
}

.product-tile__no-image:before {
    line-height: 255px;
}

.product-tile__info {
    padding: 75px 20px 0;
}

.product-display--grid .product-tile__name,
.product-tile__name {
    background-color: rgba(255,255,255,.75);
    bottom: auto;
    color: #000!important;
    font-size: 15px;
    left: 0;
    line-height: 23px;
    min-height: 60px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-tile__name strong {
    font-family: PoppinsRegular;
    font-weight: normal;
}

.product-tile__sku {
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
}

.product-tile__sku small {
    font-size: 100%;
}

.product-tile__price {
    color: #000;
    font-family: PoppinsSemibold;
    font-size: 22px;
}

.product-display--grid .product-tile__qty-available,
.related-items-widget-wrap .product-tile__qty-available {
    bottom: 17px;
    font-size: 13px;
    left: 30px;
}

.product-tile__qty-available {
    color: #000;
}

.product-tile__qty-available small {
    font-size: 100%;
}

.product-tile__btn,
.related-items-widget-wrap .ibos-carousel .product-tile__btn {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    bottom: 20px;
    font-size: 0;
    left: auto;
    padding: 0;
    right: 30px;
}

.product-tile__btn:active,
.product-tile__btn:focus,
.product-tile__btn:hover {
    background-color: transparent!important;
    border-color: transparent!important;
    border-radius: 0;
}

.product-tile__btn:hover .icon-cart-btn .path1:before {
    color: #008a45;
    -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;
}

.product-tile__btn span {
    font-size: 30px;
}


@media (min-width: 992px) {

    .product-category__item {
        width: 25%;
    }

    .product-category__name {
        font-size: 18px;
        line-height: 27px;
    }

}

/* End Product Catalog */


/* Start Cart */

html.shopping-cart--layout body {
    padding-top: 116px;
}

html.shopping-cart--layout #masthead {
    height: auto;
    padding: 10px 0;
}

html.shopping-cart--layout .header-main-wrap .logo-link {
    line-height: normal;
}

html.shopping-cart--layout .header-main-wrap .logo-image {
    width: 100px;
}


@media (min-width: 992px) {
    
    html.shopping-cart--layout body {
        padding-top: 110px;
    }

    html.shopping-cart--layout #masthead {
        height: 110px;
        padding: 0;
    }

    html.shopping-cart--layout .header-main-wrap .logo-image {
        width: 150px;
    }

}

/* End Cart */


/* Start Login */

.login-layout body {
    padding-top: 140px;
}

.login-layout #masthead {
    background-color: #353535;
}

.login-layout .login-page-wrap {
    max-width: 440px;
}

.login-page-wrap h1,
.forgot-password-wrap h1,
.registration-page-wrap h1 {
    font-family: PoppinsBold;
}

.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: PoppinsSemibold;
}

.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;
    line-height: 45px;
}

.registration-page-wrap .form-group select.form-control {
    line-height: normal;
}

.login-page-wrap .form-group--forgot-password a,
.forgot-password-wrap .form-group a {
    color: #000;
}

.login-page-wrap .form-group--forgot-password a:hover,
.forgot-password-wrap .form-group a:hover {
    color: #006633;
}

.login-page-wrap .form-group .register-label {
    color: #000;
}

.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: #333;
    border-color: #333;
}

.login-page-wrap .form-group .btn-register:hover {
    background-color: #000;
    border-color: #000;
}


@media (min-width: 768px) {

    .login-layout body {
        padding-top: 164px;
    }

}

@media (min-width: 992px) {

    .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-register,
    .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;
}

/* End Forgot Password */


/* Start Registration */

.registration-page-wrap {
    max-width: 840px;
}

.registration-page-wrap .form-group legend {
    font-family: PoppinsMedium;
}

.registration-page-wrap .row {
    padding: 0;
}

/* End Registration */


/* Start Footer */

html.page-main-layout--henson-lumber .footer {
    margin: 0;
}

.footer {
    background-color: #202020;
    padding: 30px 20px 0;
}

.footer .logo:after,
.footer .logo:before,
.footer .menu:after,
.footer .menu:before {
    clear: both;
    content: "";
    display: table;
}

.footer .logo-link {
    float: left;
    width: 90px;
}

.footer .logo .info {
    float: left;
    padding-left: 20px;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
}

.footer .info span {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 25px;
}

.footer .info span a {
    color: #fff;
}

.footer .info span a:hover {
    color: #008A45;
}

.footer .menu {
    margin-left: -10px;
    margin-right: -10px;
    padding: 45px 0 40px;
}

.footer .menu .navbar {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.footer .navbar-text {
    font-family: PoppinsSemibold;
    font-size: 13px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}

.footer .nav > li {
    display: block;
}

.footer .nav > li > a {
    color: #008A45;
    font-size: 13px;
    line-height: 28px;
    padding: 0;
}

.footer .newsletter .navbar-text {
    margin-bottom: 10px;
}

.newsletter .input-group--email {
    background-color: #fff;
    padding: 5px;
}

.newsletter .form-control {
    border: 1px solid #fff;
    box-shadow: none;
    color: #999999;
    font-size: 13px;
    height: 40px;
}

.newsletter .btn {
    border-radius: 0;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 45px;
}

.newsletter .btn:before {
    color: #fff;
    content: "\f1d8";
    font-family: Fontawesome;
    font-size: 20px;
}

.footer .social {
    margin-top: 25px;
}

.footer .social .navbar-text {
    display: none;
}

.footer .social > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .social > ul > li {
    display: inline-block;
}

.footer .social > ul > li + li {
    margin-left: 10px;
}

.footer .social > ul > li > a {
    background-color: #fff;
    border-radius: 3px;
    color: #202020;
    display: block;
    font-size: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    width: 35px;
}

.footer .social > ul > li > a:active,
.footer .social > ul > li > a:focus,
.footer .social > ul > li > a:hover {
    background-color: #008A45;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.copyright {
    background-color: #202020;
    padding: 20px 0 0;
}

.copyright span {
    display: block;
    font-size: 13px;
    line-height: 25px;
}

.copyright span a {
    color: #008A45;
}

.copyright span a:hover {
    color: #006633;
    text-decoration: none;
}

.navbar-masthead-top {
    float: none;
    margin: 40px 0 0;
}

.navbar-masthead-top .navbar-text {
    display: none;
}

.navbar-masthead-top > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar-masthead-top > ul:after,
.navbar-masthead-top > ul:before {
    clear: both;
    content: "";
    display: table;
}

.navbar-masthead-top > ul > li {
    float: left;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
}

.navbar-masthead-top > ul > li > a {
    border: none!important;
    display: block;
    padding: 0;
    position: relative;
}

.navbar-masthead-top > ul > li > a > span {
    display: none;
}

.navbar-masthead-top > ul > li > a:hover:after {
    opacity: 1;
    visibility: visible;
}

.navbar-masthead-top > ul > li > a:after {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -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;
    visibility: hidden;
    width: 100%;
}

.navbar-masthead-top > ul > li > a > img {
    width: 100%;
}

.footer .footer-menu-wrap {
    margin: 0 0 30px;
}

@media (min-width: 992px) {

    .footer .footer-menu-wrap {        
        max-width: 1365px;
        padding: 0;
    }

    .footer .logo {
        float: left;
        width: 30%;
    }

    .footer .menu {
        float: left;
        padding-top: 0;
        padding-left: 50px;
        padding: 0 0 30px 50px;
        width: 70%;
    }

    .footer .navbar-text {
        margin-top: 10px;
    }

    .footer .newsletter {
        clear: both;
        max-width: 450px;
    }

    .copyright .content-wrap {
        -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;
        margin: 0 auto;
        max-width: 1405px;
        padding: 0 20px;
    }

    .copyright .text-center {
        float: left;
        padding-right: 20px;
        text-align: left;
        width: -webkit-calc(100% - 570px);
        width: -moz-calc(100% - 570px);
        width: calc(100% - 570px);
    }

    .copyright span {
        display: inline-block;
    }

    .copyright .navbar-masthead-top {
        float: right;
        margin: 0;
        width: 570px;
    }

}

@media (min-width: 1200px) {

    .footer .info span,
    .footer .navbar-text,
    .footer .nav > li > a,
    .copyright span {
        font-size: 15px;
    }

    .footer .logo {
        width: 25%;
    }

    .footer .logo-link {
        width: 150px;
    }

    .footer .logo .info {
        padding-left: 25px;
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
    }

    .footer .menu {
        padding: 0 7rem;
        width: -webkit-calc(50% + 20px);
        width: -moz-calc(50% + 20px);
        width: calc(50% + 20px);
    }

    .footer .newsletter {
        clear: none;
        float: left;
        max-width: 100%;
        width: 25%;
    }

    .copyright {
        padding-top: 5rem;
    }

}

/* End Footer */


/* Start Landing Page */

.page-main-layout--homepage body {
    padding-top: 40px;
}

.page-main-layout--homepage body:before {
    background-color: #202020;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.page-main-layout--homepage #masthead {
    display: none;
}

.page-main-layout--homepage .homepage {
    max-width: 100%;
    padding: 0;
}

.page-main-layout--homepage .head-content-wrap {
    background-color: #F5F5F5;
    padding: 0 20px 200px;
}

.page-main-layout--homepage .head-text .page-section__title {
    color: #303030;
    font-family: PoppinsSemibold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.page-main-layout--homepage .head-text .page-section__content {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 25px;
}

.three-divisions .page-section__title {
    color: #5A5A5A;
    font-family: PoppinsRegular;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}

.store-tab-wrap {
    margin: -200px -10px 0;
    padding: 0 20px;
}

.store-tab {
    width: 100%;
}

.store-tab + .store-tab {
    margin-top: 20px;
}

.store-tab .page-section {
    background-size: auto;
    height: 530px;
    padding: 50px 20px;
}

.store-tab .page-section:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 130px;
    left: 50%;
    margin-top: -15px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140px;
    z-index: 1;
}

.store-tab.lumber .page-section:before {
    background-image: url("/_Content/115/Themes/Default/content/Images/lumber-logo.png");
}

.store-tab.metal .page-section:before {
    background-image: url("/_Content/115/Themes/Default/content/Images/metal-logo.png");
}

.store-tab.millwork .page-section:before {
    background-image: url("/_Content/115/Themes/Default/content/Images/millwork-logo.png");
}

.store-tab.lumber .page-section__vertical-center {    
    background-color: rgba(0, 102, 51, 0.95);
}

.store-tab.metal .page-section__vertical-center {    
    background-color: rgba(32, 32, 32, 0.95);
}

.store-tab.millwork .page-section__vertical-center {    
    background-color: rgba(95, 86, 77, 0.95);
}

.store-tab .page-section__vertical-center-content {
    width: 100%;
}

.store-tab .page-section__title {
    font-family: PoppinsBold;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
}

.store-tab .page-section__content {
    display: block;
    margin-bottom: 40px;
}

.store-tab .page-section__content span {
    display: block;
    font-size: 16px;
    line-height: 25px;
}

.store-tab .page-section__content span a {
    color: #fff;
}

.store-tab .btn.btn-default.page-section__btn-link {
    border-color: #FF6600;
    font-family: PoppinsSemibold;
    font-size: 14px;
    line-height: normal;
    margin: 0 auto;
    max-width: 250px;
    padding: 20px 10px 17px;
    text-transform: uppercase;
    -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;
    white-space: pre-wrap;
    width: 100%;
}

.store-tab .btn.btn-default.page-section__btn-link:hover {
    background-color: #f16304!important;
    border-color: #f16304!important;
    opacity: 1;
}

.landing-bg {
    margin-top: 20px;
}

.landing-bg .page-section {
    height: 500px;
}

.page-main-layout--homepage .footer {
    display: none;
}

.page-main-layout--homepage .copyright {
    background-color: #fff;
    padding: 20px 0;
}

.page-main-layout--homepage .copyright span {
    color: #5D5D5D;
}

.page-main-layout--homepage .copyright span a {
    color: #FF6600;
}

.page-main-layout--homepage .copyright span a:hover {
    color: #f16304;
}

.page-main-layout--homepage .navbar-masthead-top {
    display: none;
}

@media (max-width: 599px) {

    .store-tab {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

}

@media (max-width: 1199px) {

    .page-main-layout--homepage .head-text {
        padding-top: 0 !important;
    }

}

@media (min-width: 768px) {

    .store-tab {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

    .store-tab + .store-tab {
        margin: 0;
    }

    .page-main-layout--homepage .copyright span {
        display: inline-block
    }

}

@media (min-width: 992px) {

    .page-main-layout--homepage .copyright .text-center {
        float: none;
        width: 100%;
    }

}

@media (min-width: 1200px) {

    .page-main-layout--homepage .homepage {
        padding-left: 100px;
        padding-right: -webkit-calc(22.2% - 10px);
        padding-right: -moz-calc(22.2% - 10px);
        padding-right: calc(22.2% - 10px);
    }

    .page-main-layout--homepage .head-content-wrap {
        padding: 0 0 275px 100px;
    }

    .page-main-layout--homepage .head-text .page-section__title {
        font-size: 35px;
        line-height: 54px;
    }

    .page-main-layout--homepage .head-text .page-section__content {
        font-size: 15px;
        line-height: 24px;
        max-width: 550px;
        padding-left: 8rem;
    }

    .three-divisions .page-section__title {
        font-size: 15px;
        line-height: 24px;
    }

    .store-tab-wrap {
        margin-top: -275px;
    }

    .store-tab .page-section__title,
    .store-tab .page-section__content span {
        font-size: 17px;
        line-height: 27px;
    }

    .store-tab .btn.btn-default.page-section__btn-link {
        font-size: 13px;
    }

    .page-main-layout--homepage .store-tab-wrap {
        padding-left: 100px;
        position: relative;
        width: -webkit-calc(100% + (33.33% / 2) + 40px);
        width: -moz-calc(100% + (33.33% / 2) + 40px);
        width: calc(100% + (33.33% / 2) + 40px);
        z-index: 2;
    }    

    .landing-bg {
        bottom: 0;
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
        position: fixed;
        right: 0;
        width: 33.33%;
        z-index: -1;
    }

    .landing-bg .page-section {
        height: 100%;
    }

    .page-main-layout--homepage .copyright {
        bottom: 0;
        left: 0;
        padding: 30px 0;
        position: absolute;
        text-align: right;
        width: 66.66%;
    }

    .page-main-layout--homepage .copyright .text-center {
        text-align: right;
        padding: 0;
    }

    .copyright span {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .store-tab .page-section {
        padding: 50px 40px;
    }

    .page-main-layout--homepage .homepage {
        padding-right: -webkit-calc(22.2% - 15px);
        padding-right: -moz-calc(22.2% - 15px);
        padding-right: calc(22.2% - 15px);
    }
}

/* End Landing Page */


/* Start My Account */

.my-account-layout body {
    padding-top: 245px;
}

.my-account-wrap .breadcrumb-wrap ul > li > a {
    color: #000;
}

.my-account-wrap .breadcrumb-wrap ul > li > a:hover {
    color: #008A45;
}

.my-account-wrap .breadcrumb-wrap ul > li:last-child > span {
    font-family: InterBold;
}

.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn {
    background-color: #008A45;
    border-color: #008A45;
}

.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:active,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:active:focus,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:focus,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:hover {
    background-color: #006633;
    border-color: #006633;
}

.panel-last-statement__view-link,
.my-account-layout--fullwidth-layout .panel-title .btn-link {
    color: #008A45;
}

.my-account-layout--fullwidth-layout .panel-title .btn-link:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:before {
    -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;
}

.my-account-layout--fullwidth-layout .panel-title .btn-link:active:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:focus:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:active:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:focus:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover:after {
    color: #008A45;
}

.dashboard-my-account-wrap .my-account-payment-summary__actions {
    padding: 0;
}

/* Invoices */

.my-account-layout--fullwidth-layout .my-account-report-toolbar__link,
.my-account-layout--fullwidth-layout .grid-filter__button-reset {
    color: #008A45;
    -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;
}

.my-account-layout--fullwidth-layout .my-account-report-toolbar__link:active,
.my-account-layout--fullwidth-layout .my-account-report-toolbar__link:focus,
.my-account-layout--fullwidth-layout .my-account-report-toolbar__link:hover,
.my-account-layout--fullwidth-layout .grid-filter__button-reset:active,
.my-account-layout--fullwidth-layout .grid-filter__button-reset:focus,
.my-account-layout--fullwidth-layout .grid-filter__button-reset:hover {
    color: #006633;
}

/* Payments */

.my-account-payment__header-due-date {
    color: #008A45;
}

.my-account-payment-summary__actions .btn--blue {
    background-color: #008A45;
    border-color: #008A45;
}

.my-account-payment-summary__actions .btn--blue:active,
.my-account-payment-summary__actions .btn--blue:active:focus,
.my-account-payment-summary__actions .btn--blue:focus,
.my-account-payment-summary__actions .btn--blue:hover {
    background-color: #006633;
    border-color: #006633;
}


@media (min-width: 768px) {

    .my-account-layout body {
        padding-top: 180px;
    }

}

@media (min-width: 992px) {

    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item.nav--active {
        color: #008A45;
        font-family: InterBold;
    }

    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:active,
    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:focus,
    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:hover {
        color: #006633;
    }

}

/* End My Account */


/* Start Press Release */

.press-release .modal-content {
    border-radius: 10px;
    margin: 0 20px;
    padding: 0 15px 15px;
}

.press-release .close {
    color: #000;
    opacity: 1;
    -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;
}

.press-release .close:hover {
    color: rgba(0, 0, 0, 0.7);
}

.press-release .carousel-inner {
    overflow: visible;
}

.press-release .announcement-popup__content-text {
    padding-top: 40px;
}

.press-release .announcement-popup__content-text img {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    width: 100px;
    z-index: 1050;
}

.press-release .announcement-popup__content-text h2 {
    font-size: 16px;
    font-family: 'PoppinsBold';
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.press-release .announcement-popup__content-text p {
    font-size: 13px;
    font-family: PoppinsRegular;
    margin-bottom: 20px;
}

.press-release .announcement-popup__content-text a {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #FFF;
    display: block;
    font-family: PoppinsSemibold;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    max-width: 220px;
    text-align: center;
    -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;
}

.press-release .announcement-popup__content-text a:active,
.press-release .announcement-popup__content-text a:active:focus,
.press-release .announcement-popup__content-text a:focus,
.press-release .announcement-popup__content-text a:hover {
    background-color: #f16304!important;
    border: 1px solid #f16304!important;
    outline: 0;
    text-decoration: none;
}

.press-release .announcement-popup__content-text a span {
    margin-left: 5px;
}

/* End Press Release */

/* ======================= GENERIC CSS CODES FOR SECTIONS, PRODUCT PAGES, MY ACCOUNT ======================= */
h1.page-header__title {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
   padding-bottom: 30px;
   text-transform: uppercase;
}
h2.page-section__title {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
   font-size: 28px;
   line-height: 39px;
}
.page-section__title {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
   font-size: 28px;
   line-height: 39px;
}
.page-section__accordion-header {
   font-family: 'PoppinsSemiBold','Helvetica','Arial','sans-serif';
   line-height:27px;
}
.page-section__accordion-content {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
    line-height:24px;
    padding: 10px 20px;
}
.page-section__content {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
    line-height:24px;
}
.btn.btn-default.page-section__btn-link {
    background-color: #008a45;
    border-color: #008a45; 
    border-radius: 38px;
    color: #fff;
    display: block;
    font-family: 'PoppinsSemiBold','Helvetica','Arial','sans-serif';
    font-size: 20px;
    height: auto;
    line-height: 60px;
    width: 100%;
    max-width:350px;
}
.btn.btn-default.page-section__btn-link:hover {
    background-color: #063;
    border-color: #063;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:active {
    background-color: #063;
    border-color: #063;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:focus {
    background-color: #063;
    border-color: #063;
    outline: 0;
    text-decoration: none;
}
/* OTHER PAGES */
.page-title.mtop-0 {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
}
h1.page-title {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
}
h2.page-title {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
}
.registration-confirmation-wrap .page-title h3 {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
}
h1.text-danger {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
}
h2.text-danger {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
}
.modal-title {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
}
.store-location-page .page-header__title {
   font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
   text-align: center;
   padding: 30px 0;
}
.my-account-wrap .page-header h1 {
    font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
    text-transform: uppercase;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    h1.page-header__title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1024px) {
    h1.page-header__title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    h1.page-header__title {
        font-size: 36px;
    }
}


/* ======================= 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: 'PoppinsBold','Helvetica','Arial','sans-serif';
   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: 'PoppinsRegular','Helvetica','Arial','sans-serif';
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__summary {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .post-list-category__title {
    font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
    font-size: 28px;
    line-height: 39px;
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .list-filter-wrap .list-group .list-group-item {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
}
.post-list-wrap .list-filter--categories a.list-group-item {
    border-width: 1px;
}
.post-list--categories .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #008A45;
    border-color: #008A45;
}
.post-list--archives .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #008A45;
    border-color: #008A45;
}
/* POST ENTRIES */
/*.breadcrumb--post + .body-content .page-header__title {
    font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
    font-size: 30px;
    line-height: 40px;
    color: #e93c4f;
}*/
.post-list-publish-info {
    color: #333;
}
.post-list-template--default .post-list-publish-info {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
    font-size: 14px;
    line-height: 25px;
    padding-left: 21px;
    margin-top: -27px;
}
.post-list-template--default .page-section-wrap .page-section__title  {
    font-family: 'PoppinsBold','Helvetica','Arial','sans-serif';
    font-size: 28px;
    line-height: 39px;
}
.post-list-template--default .page-section-wrap .page-section__content  {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
}

/* ===============  HENSON MILLWORK CSS CODES =============== */
.henson-millwork {
   max-width: 100%;
   padding: 0;
}
.homepage {
    max-width: 100%;
    padding: 0;
}

.main-banner-Millwork .page-section {
    height: 335px;
}

.main-banner-Millwork .page-section__vertical-center-content  {
    background-color: rgba(135, 117, 99, 0.8);
    margin-left: -20px;
    max-width: 950px;
    padding: 50px 20px;
}

.main-banner-Millwork .page-section__title {
    margin-bottom: 15px;
}

.main-banner-Millwork .page-section__title span {
    display: block;
    text-transform: uppercase;
}

.main-banner-Millwork .page-section__title span:first-of-type {
    font-size: 13px;
    line-height: 24px;
}

.main-banner-Millwork .page-section__title span:last-of-type {
    font-family: PoppinsSemibold;
    font-size: 22px;
    line-height: 24px;
}

.main-banner-Millwork .page-section__content {
    margin: 0;
}

.main-banner-Millwork .page-section__content span {
    display: block;
    font-size: 13px;
    line-height: 24px;
}

.featured-categories-Millwork {
    background-image: url("/_Content/115/Themes/Default/content/Images/categories-bg.jpg");
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-categories-Millwork .page-section__title {
    color: #303030;
    font-family: PoppinsBold;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}

.featured-categories-Millwork .product-category__name {
    background-color: #877563 !important;
}

.featured-products-Millwork {
    background-color: #202020;
    position: relative;
}

.featured-products-Millwork:after {
    background-image: url("/_Content/115/Themes/Default/content/Images/products-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 490px;
    left: 50%;
    position: absolute;
    top: 22rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
}

.featured-products-Millwork .ibos-slider-wrap {
    position: relative;
    z-index: 2;
}

.featured-products-Millwork .ibos-slider-wrap .ibos-slider .slick-track .product-tile__item a {
   min-height: 421px;
}

.featured-products-Millwork .page-section__title {
    margin-bottom: 15px;
    text-align: center;
}

.featured-products-Millwork .page-section__title span {
    color: #fff;
    display: block;
}

.featured-products-Millwork .page-section__title span:first-of-type {
    font-family: MontserratBold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.featured-products-Millwork .page-section__title span:last-of-type {
    font-family: MontserratRegular;
    font-size: 13px;
    line-height: 24px;
}

.featured-products-Millwork .slick-prev {
    left: -20px;
}

.featured-products-Millwork .slick-next {
    right: -20px;
}

.ibos-slider-wrap .slick-arrow {
    background-color: rgba(85, 85, 85, 0.25);
    border: 1px solid transparent;
    border-radius: 0;
    height: 70px;
    width: 50px;
}

.ibos-slider-wrap .slick-arrow:before {
    color: #fff;
    font-family: Icomoon;
    opacity: 1;
    text-shadow: none;
}

.ibos-slider-wrap .slick-prev:before {
    content: "\e008";
}

.ibos-slider-wrap .slick-next:before {
    content: "\e007";
}

.tab-banner-Millwork-wrap {
    padding: 40px 20px;
}

.tab-banner-Millwork-wrap .tab-banner-Millwork + .tab-banner-Millwork {
    margin-top: 20px;
}

.tab-banner-Millwork .page-section__image-wrap {
    height: 140px;
    padding-bottom: 0!important;
}

.tab-banner-Millwork .page-section__image-wrap img {
    z-index: 1;
}

.tab-banner-Millwork .page-section__title {
    color: #303030;
    font-family: PoppinsBold;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tab-banner-Millwork .page-section__text-content {
    color: #5D5D5D;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}

.js-wrapper .page-section {
    padding: 0;
}


@media (max-width: 767px) {

    .tab-banner-Millwork {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .main-banner-Millwork .page-section__vertical-center-content {
        padding-left: 10rem;
    }

    .tab-banner-Millwork-wrap .tab-banner-Millwork + .tab-banner-Millwork {
        margin: 0;
    }

    .featured-products-Millwork:after {
        height: 665px;
        left: 0;
        top: -30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 680px;
    }

}

@media (min-width: 992px) {

    .main-banner-Millwork .page-section {
        height: 450px;
    }

    .main-banner-Millwork .page-section__title {
        margin-bottom: 25px;
    }

    .main-banner-Millwork .page-section__title span:first-of-type {
        font-size: 25px;
        line-height: 35px;
    }

    .main-banner-Millwork .page-section__title span:last-of-type {
        font-size: 53px;
        line-height: 57px;
    }

    .main-banner-Millwork .page-section__content span {
        font-size: 25px;
        line-height: 35px;
    }

    .featured-categories-Millwork {
        background-position: center;
    }

    .featured-categories-Millwork .page-section {
        margin: 0 auto;
        max-width: 1365px;
    }

    .featured-categories-Millwork .page-section__title {
        font-size: 32px;
        line-height: 48px;
    }

    .featured-products-Millwork .ibos-slider-wrap {
        margin: 0 auto;
        max-width: 1690px;
    }

    .featured-products-Millwork .page-section__title {
        margin-bottom: 20px;
    }

    .featured-products-Millwork .page-section__title span:first-of-type {
        font-size: 42px;
        line-height: 27px;
    }

    .featured-products-Millwork .page-section__title span:last-of-type {
        font-size: 22px;
        line-height: 27px;
    }

    .featured-products-Millwork .product-tile__list {
        padding: 0 20px;
    }

    .tab-banner-Millwork-wrap {
        margin: 0 auto;
        max-width: 1420px;
        padding: 8rem 2rem;
    }

    .tab-banner-Millwork .page-section__image-wrap {
        height: 255px;
    }

    .tab-banner-Millwork .page-section__title {
        font-size: 42px;
        line-height: 63px;
        margin: 0;
    }

    .tab-banner-Millwork .page-section__text-content {
        font-size: 18px;
        line-height: 38px;
        text-align: center;
    }

}

/* ===============  HENSON METAL CSS CODES =============== */
.henson-Metal {
   max-width: 100%;
   padding: 0;
}

.main-banner-Metal .page-section {
    height: 335px;
}

.main-banner-Metal .page-section__vertical-center-content  {
    background-color: rgba(37, 35, 34, 0.8);
    margin-left: -20px;
    max-width: 950px;
    padding: 50px 20px;
}

.main-banner-Metal .page-section__title {
    margin-bottom: 15px;
}

.main-banner-Metal .page-section__title span {
    display: block;
    text-transform: uppercase;
}

.main-banner-Metal .page-section__title span:first-of-type {
    font-size: 13px;
    line-height: 24px;
}

.main-banner-Metal .page-section__title span:last-of-type {
    font-family: PoppinsSemibold;
    font-size: 22px;
    line-height: 24px;
}

.main-banner-Metal .page-section__content {
    margin: 0;
}

.main-banner-Metal .page-section__content span {
    display: block;
    font-size: 13px;
    line-height: 24px;
}

.featured-categories-Metal {
    background-image: url("/_Content/115/Themes/Default/content/Images/categories-bg.jpg");
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-categories-Metal .page-section__title {
    color: #303030;
    font-family: PoppinsBold;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}

.featured-categories-Metal .product-category__name {
    background-color: #877563 !important;
}

.featured-products-Metal {
    background-color: #202020;
    position: relative;
}

.featured-products-Metal:after {
    background-image: url("/_Content/115/Themes/Default/content/Images/products-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 490px;
    left: 50%;
    position: absolute;
    top: 22rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
}

.featured-products-Metal .ibos-slider-wrap {
    position: relative;
    z-index: 2;
}

.featured-products-Metal .page-section__title {
    margin-bottom: 15px;
    text-align: center;
}

.featured-products-Metal .page-section__title span {
    color: #fff;
    display: block;
}

.featured-products-Metal .page-section__title span:first-of-type {
    font-family: MontserratBold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.featured-products-Metal .page-section__title span:last-of-type {
    font-family: MontserratRegular;
    font-size: 13px;
    line-height: 24px;
}

.featured-products-Metal .slick-prev {
    left: -20px;
}

.featured-products-Metal .slick-next {
    right: -20px;
}


.tab-banner-Metal-wrap {
    padding: 40px 20px;
}

.tab-banner-Metal-wrap .tab-banner-Metal + .tab-banner-Metal {
    margin-top: 20px;
}

.tab-banner-Metal .page-section__image-wrap {
    height: 140px;
    padding-bottom: 0!important;
}

.tab-banner-Metal .page-section__image-wrap img {
    z-index: 1;
}

.tab-banner-Metal .page-section__title {
    color: #303030;
    font-family: PoppinsBold;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tab-banner-Metal .page-section__text-content {
    color: #5D5D5D;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}


@media (max-width: 767px) {

    .tab-banner-Metal {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .main-banner-Metal .page-section__vertical-center-content {
        padding-left: 10rem;
    }

    .tab-banner-Metal-wrap .tab-banner-Metal + .tab-banner-Metal {
        margin: 0;
    }

    .featured-products-Metal:after {
        height: 665px;
        left: 0;
        top: -30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 680px;
    }

}

@media (min-width: 992px) {

    .main-banner-Metal .page-section {
        height: 450px;
    }

    .main-banner-Metal .page-section__title {
        margin-bottom: 25px;
    }

    .main-banner-Metal .page-section__title span:first-of-type {
        font-size: 25px;
        line-height: 35px;
    }

    .main-banner-Metal .page-section__title span:last-of-type {
        font-size: 53px;
        line-height: 57px;
    }

    .main-banner-Metal .page-section__content span {
        font-size: 25px;
        line-height: 35px;
    }

    .featured-categories-Metal {
        background-position: center;
    }

    .featured-categories-Metal .page-section {
        margin: 0 auto;
        max-width: 1365px;
    }

    .featured-categories-Metal .page-section__title {
        font-size: 32px;
        line-height: 48px;
    }

    .featured-products-Metal .ibos-slider-wrap {
        margin: 0 auto;
        max-width: 1690px;
    }

    .featured-products-Metal .page-section__title {
        margin-bottom: 20px;
    }

    .featured-products-Metal .page-section__title span:first-of-type {
        font-size: 42px;
        line-height: 27px;
    }

    .featured-products-Metal .page-section__title span:last-of-type {
        font-size: 22px;
        line-height: 27px;
    }

    .featured-products-Metal .product-tile__list {
        padding: 0 20px;
    }

    .tab-banner-Metal-wrap {
        margin: 0 auto;
        max-width: 1420px;
        padding: 8rem 2rem;
    }

    .tab-banner-Metal .page-section__image-wrap {
        height: 255px;
    }

    .tab-banner-Metal .page-section__title {
        font-size: 42px;
        line-height: 63px;
        margin: 0;
    }

    .tab-banner-Metal .page-section__text-content {
        font-size: 18px;
        line-height: 38px;
        text-align: center;
    }

}

/* ======================= VENDORS (LUMBER, MILLWORK, METAL) CSS CODES ======================= */
.lumbervendors {
    padding-top:10px;
}
.millworkvendors {
    padding-top:10px;
}
/* .lumbervendors .Brand-TopVendors:nth-child(5) {
    max-width:100px;
}
.lumbervendors .Brand-TopVendors:nth-child(7) {
    max-width:100px;
} */
.Vendors-TopDivider {
    margin-top: -25px;
}
.Brand-TopVendorLinks-Container {
    text-align:center;
}
.Brand-TopMillworkVendorLinks-Container {
    text-align:center;
}
.Brand-TopVendors .page-section--RichText {
    padding: 2px 0;
}
.Brand-TopVendors .page-section--RichText .page-section__content {
    border: solid 1px #008a45;
    padding: 5px;
    font-size: 10px;
    line-height: 16px;
}
/* .Brand-TopVendors .page-section--RichText .page-section__content:hover {
        background-color: #008a45;
        border-color: #008a45;
} */
.Brand-TopVendors .page-section--RichText .page-section__content p a {
    color: #5d5d5d !important;
    text-decoration: none !important;
}
.Brand-TopVendors .page-section--RichText .page-section__content p a:hover {
        color: #5d5d5d !important;
        text-decoration: underline !important;
}
.Brand-TopMillworkVendors .page-section--RichText {
    padding: 2px 0;
}
.Brand-TopMillworkVendors .page-section--RichText .page-section__content {
    border: solid 1px #008a45;
    padding: 5px;
    font-size: 10px;
    line-height: 16px;
}
/* .Brand-TopMillworkVendors .page-section--RichText .page-section__content:hover {
        background-color: #008a45;
        border-color: #008a45;
} */
.Brand-TopMillworkVendors .page-section--RichText .page-section__content p a {
    color: #5d5d5d !important;
    text-decoration: none !important;
}
.Brand-TopMillworkVendors .page-section--RichText .page-section__content p a:hover {
        color: #5d5d5d !important;
        text-decoration: underline !important;
}
.Vendors-ImgWithText h2.page-section__title a {
       color: #5d5d5d;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 599px) {
    .Brand-TopVendors {
        width: 46%;
        margin:5px
    }
    .Brand-TopVendors .page-section--RichText {
         padding: 0;
    }
    .Brand-TopMillworkVendors {
        width: 46%;
        margin:5px
    }
    .Brand-TopMillworkVendors .page-section--RichText {
         padding: 0;
    }
}
@media only screen and (min-width:640px) {
    .Vendors-ImgWithText .page-section__content .page-section__text-wrap {
        width:100% !important;
    }
    .Vendors-ImgWithText .page-section__content .page-section__image-wrap {
        width:100% !important;
    }
}
@media only screen and (min-width:768px) {
    .Vendors-ImgWithText .page-section__content .page-section__text-wrap {
        width:70% !important;
    }
    .Vendors-ImgWithText .page-section__content .page-section__image-wrap {
        width:30% !important;
    }
}
@media only screen and (min-width:992px) {
    .lumbervendors {
        padding-top:70px;
    }
.   .millworkvendors {
        padding-top:70px;
    }
}
@media only screen and (min-width:1200px) {
    .Brand-TopVendors {
        width: 10%;
    }
    .Brand-TopMillworkVendors {
        width: 12%;
    }
}

/* ======================= SERVICES (LUMBER, MILLWORK, METAL) CSS CODES ======================= */
.lumberservices {
    padding-top:10px;
}
.lumberservices .page-section--ImageWithText .page-section__image--Large {
    height: 500px;
}
.millworkservices {
    padding-top:70px;
}
.metalservices {
    padding-top:10px;
}
.Services-MetalRichText h2.page-section__title {
    text-transform:uppercase;
}
.Services-MetalRichText .page-section__content ul li {
    list-style: none;
}
.Services-MetalRichText .page-section__content ul li p:before {
    bottom: 2px;
    color: #ff6600;
    content: "\f00c";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 17px;
    margin-left: -35px;
    position: relative;
    padding-right: 15px;
    padding-top: 10px;
}
/* .Services-MetalRichText .page-section__content ul li {
    background-image: url(/m/MetalServices/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    padding-left: 45px;
    list-style: none;
    height: 17px;
    margin: 28px 5px;
    line-height: 30px;
} */
.Services-TopDivider {
    margin-top: -25px;
}
.Services-TopServicesLinks-Container {
    text-align:center;
}
.Services-TopMetalServicesLinks-Container {
    text-align:center;
}
.Services-TopServices .page-section--RichText {
    padding: 2px 0;
}
.Services-TopServices .page-section--RichText .page-section__content {
    border: solid 1px #008a45;
    padding: 5px;
    font-size: 10px;
    line-height: 16px;
}
.Services-TopServices .page-section--RichText .page-section__content p a {
    color: #5d5d5d !important;
    text-decoration: none !important;
}
.Services-TopServices .page-section--RichText .page-section__content p a:hover {
        color: #5d5d5d !important;
        text-decoration: underline !important;
}
.Services-TopMetalServices .page-section--RichText {
    padding: 2px 0;
}
.Services-TopMetalServices .page-section--RichText .page-section__content {
    border: solid 1px #008a45;
    padding: 5px;
    font-size: 10px;
    line-height: 16px;
}
.Services-TopMetalServices .page-section--RichText .page-section__content p a {
    color: #5d5d5d !important;
    text-decoration: none !important;
}
.Services-TopMetalServices .page-section--RichText .page-section__content p a:hover {
        color: #5d5d5d !important;
        text-decoration: underline !important;
}
.Services-ImgWithText h2.page-section__title a {
       color: #5d5d5d;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 599px) {
    .Services-TopServices {
        width: 100%;
        margin:5px
    }
    .Services-TopServices .page-section--RichText {
         padding: 0;
    }
    .Services-TopMetalServices {
        width: 46%;
        margin:5px
    }
    .Services-TopMetalServices .page-section--RichText {
         padding: 0;
    }
}
@media only screen and (min-width:640px) {
    .Services-ImgWithText .page-section__content .page-section__text-wrap {
        width:100% !important;
    }
    .Services-ImgWithText .page-section__content .page-section__image-wrap {
        width:100% !important;
    }
}
@media only screen and (min-width:768px) {
    .Services-ImgWithText .page-section__content .page-section__text-wrap {
        width:60% !important;
    }
    .Services-ImgWithText .page-section__content .page-section__image-wrap {
        width:40% !important;
    }
}
@media only screen and (min-width:800px) {
    .Services-TopServices {
        width: 23%;
    }
}
@media only screen and (min-width:992px) {
    .lumberservices {
        padding-top:70px;
    }
    .metalservices {
        padding-top:70px;
    }
}
@media only screen and (min-width:1200px) {
    .Services-TopServices {
        width: 20%;
    }
    .Services-TopMetalServices {
        width: 12%;
    }
}

/* ======================= DOWNLOAD FORMS CSS CODES ======================= */
.download-forms {
    padding-top:10px;
}
.Forms-TopDivider {
    margin-top: -25px;
}
.Forms-PDFSection .page-section__title {
    background-image: url(/m/webp/forms/iconfinder_file-pdf_298773.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    padding-left: 45px;
}
.Forms-WordSection .page-section__title {
    background-image: url(/m/webp/forms/iconfinder_381_word_logo_4375427.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    padding-left: 50px;
}
.download-forms .page-section-wrap--RichText .page-section--RichText .page-section__content p a {
    color: #008A45;
    text-decoration:underline;
}
.download-forms .page-section-wrap--RichText .page-section--RichText .page-section__content p a:hover {
    color: #333;
    text-decoration:none;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    .download-forms {
         padding-top:70px;
     }
    .Forms-PDFSection h2.page-section__title {
          font-size:22px;
          text-transform:uppercase;
     }
    .Forms-WordSection h2.page-section__title {
          font-size:22px;
          text-transform:uppercase;
     }
}
@media only screen and (min-width: 1200px) {
    .Forms-PDFSection h2.page-section__title {
          font-size:22px;
          text-transform:uppercase;
     }
    .Forms-WordSection h2.page-section__title {
          font-size:22px;
          text-transform:uppercase;
     }
}

/* ======================= CODES & MSD CSS CODES ======================= */
.codesandmsd {
    padding-top:10px;
}
.CodesMsd-TopDivider {
    margin-top: -25px;
}
.CodesMsdLinks-Container {
    text-align:center;
}
.CodesMsd-Vendors .page-section--RichText {
    padding: 2px 0;
}
.CodesMsd-Vendors .page-section--RichText .page-section__content {
    border: solid 1px #008a45;
    padding: 5px;
    font-size: 10px;
    line-height: 16px;
}
.CodesMsd-Vendors .page-section--RichText .page-section__content p a {
    color: #5d5d5d !important;
    text-decoration: none !important;
}
.CodesMsd-Vendors .page-section--RichText .page-section__content p a:hover {
        color: #5d5d5d !important;
        text-decoration: underline !important;
}
.CodesMsd-ImgWithText h2.page-section__title a {
       color: #5d5d5d;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 599px) {
    .CodesMsd-Vendors {
        width: 46%;
        margin:5px
    }
    .CodesMsd-Vendors .page-section--RichText {
         padding: 0;
    }
}
@media only screen and (min-width:640px) {
    .CodesMsd-ImgWithText .page-section__content .page-section__text-wrap {
        width:100% !important;
    }
    .CodesMsd-ImgWithText .page-section__content .page-section__image-wrap {
        width:100% !important;
    }
}
@media only screen and (min-width:768px) {
    .CodesMsd-ImgWithText .page-section__content .page-section__text-wrap {
        width:70% !important;
    }
    .codesandmsd .CodesMsd-Vendors:nth-child(4) {
          max-width:150px;
     }
    .codesandmsd .CodesMsd-Vendors:nth-child(5) {
          max-width:170px;
     }
    .codesandmsd .CodesMsd-Vendors:nth-child(6) {
          max-width:100px;
     }
    .CodesMsd-ImgWithText .page-section__content .page-section__image-wrap {
        width:30% !important;
    }
}
@media only screen and (min-width:992px) {
    .codesandmsd {
        padding-top:70px;
     }
}
@media only screen and (min-width:1200px) {
    .CodesMsd-Vendors {
        width: 22%;
    }
}
@media only screen and (min-width:1619px) {
    .CodesMsd-Vendors {
        width: 24%;
    }
}

/* ======================= CONTACT US --- CSS CODES ======================= */
.contact-us-page {
    width:100%;
    max-width: 1024px;
    padding-top:10px;
}
.contact-us-page .page-header__title {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
     margin-bottom: 50px;
}
.contact-us-page .contact-us-snippet-wrap.contact-us-snippet--top {
    display: inline-block;
    width: 100%;
}
.contact-us-page #formContact {
    width: 100%;
    display: inline-block;
}
/* TOP-RIGHT CSS */
#ContactUsTop-MainContainer {
	display:block;
	width:100%;
	text-align: center;
}
/* BOTTOM CSS */
#ContactUsBottom-MainContainer {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:1024px;
}
.ContactUsBottom-Row {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:1024px;
        vertical-align:top;
}
.ContactUsBottom-ContentCell {
	display:inline-block;
	width:100%;
        vertical-align:top;
	margin:0 auto;
	padding:25px;
}

/* FONTS */
#ContactUsBottom-MainContainer li {
   list-style:none;	
}
.ContactUsBottom-Text {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
    font-size: 14px;
    line-height: 24px;
}
.ContactUsBottom-LinkText {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
    font-size: 14px;
    line-height: 24px;
    color:#ed8001;
}
.ContactUsBottom-LinkText:hover {
    font-family: 'PoppinsRegular','Helvetica','Arial','sans-serif';
    font-size: 14px;
    line-height: 24px;
    color:#008a45;
}

/* MEDIA QUERIES */
@media only screen and (min-width:530px) {
    .ContactUsBottom-ContentCell {
        width: 49%;
    }
}
@media only screen and (min-width:768px) {
     .contact-us-page {
         padding-top:70px;
     }
    .contact-us-page .contact-us-snippet-wrap.contact-us-snippet--top {
         width: 50%;
         float: right;
         padding: 5px 25px;
    }
    .contact-us-page #formContact {
         width: 50%;
    }
    .contact-us-page .contact-us-btn-toolbar .form-group {
        width:100%;
        padding:0 5px;
    }
}
@media only screen and (min-width:880px) {
    .ContactUsBottom-ContentCell {
        width:32%;
    }
}
@media only screen and (min-width:1024px) {
    .ContactUsBottom-ContentCell {
        width: 24%;
    }
}

/* ======================= GALLERY MAIN AND SUB PAGES --- CSS CODES ======================= */
.gallery h1.page-header__title {
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.page-section--Gallery h2.page-section__title {
     text-transform: uppercase;
     padding-left:10px;
}
.page-section__page-gallery-nav-wrap {
    border: none;
    margin-bottom: 20px;
}
.page-section__content--page-gallery-menu-center .page-section__page-gallery-nav-link.list-group-item:first-child {
    border: solid 1px #008a45;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size:13px;
}
.page-section__page-gallery-nav-wrap .page-section__page-gallery-navs .page-section__page-gallery-nav-link {
    border: solid 1px #008a45;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size:13px;
}
.page-section__content--page-gallery-menu-center .page-section__page-gallery-nav-link+.page-section__page-gallery-nav-link:before {
    content:" ";
}
/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
     .gallery {
         padding-top:70px;
     }
    .page-section--Gallery h2.page-section__title  {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1024px) {
    .page-section--Gallery h2.page-section__title  {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-section--Gallery h2.page-section__title  {
        font-size: 36px;
    }
}
/* ======================= HENSON LUMBER ACQUIRES DECATUR LUMBER --- CSS CODES ======================= */
.henson-lumber-acquires-decatur-lumber {
    padding-top:20px;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 1200px) {
    .henson-lumber-acquires-decatur-lumber--rich-text-section .page-section--RichText h2.page-section__title {
        font-size: 28px;
        line-height:37px;
    }
}

/* ======================= HENSON LUMBER ACQUIRES DECATUR LUMBER --- CSS CODES ======================= */
.henson-lumber-acquires-decatur-lumber {
    padding-top:20px;
}
.henson-lumber-acquires-decatur-lumber--rich-text-section .page-section--RichText h2.page-section__title {
    color:#666;
}
.henson-lumber-acquires-decatur-lumber--rich-text-section .page-section--RichText .page-section__content {
    color:#666;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 1200px) {
    .henson-lumber-acquires-decatur-lumber--rich-text-section .page-section--RichText h2.page-section__title {
        font-size: 28px;
        line-height:37px;
    }
}

/** NEW HOMEPAGE CSS CODES **/
.head-text .page-section--RichText h2.page-section__title {
       font-family: 'PoppinsBold', 'Helvetica', 'Arial', 'sans-serif';
}
.head-text .page-section--RichText .page-section--RichText .page-section__content {
    font-family: 'PoppinsRegular', 'Helvetica', 'Arial', 'sans-serif';
    line-height: 24px;
}
/* MEDIA QUERIES */
@media (min-width: 1200px) {
    .page-main-layout--homepage .homepage {
        padding-left: 100px;
        padding-right: -webkit-calc(15.2% - 10px);
        padding-right: -moz-calc(22.2% - 10px);
        padding-right: calc(5.2% - 10px);
    }
    .page-main-layout--homepage .head-text .page-section__content {
        font-size: 15px;
        line-height: 24px;
        max-width: 550px;
        padding-left: 0;
    }
}
@media (min-width: 1400px) {
    .page-main-layout--homepage .homepage {
        padding-right: -webkit-calc(15.2% - 15px);
        padding-right: -moz-calc(22.2% - 15px);
        padding-right: calc(15.2% - 15px);
    }
    .page-main-layout--homepage .head-text .page-section__content {
        max-width: 750px;
    }
}
