/* Minification failed. Returning unminified contents.
(1641,46): run-time error CSS1046: Expect comma, found '0'
(1641,50): run-time error CSS1046: Expect comma, found '/'
(1642,43): run-time error CSS1046: Expect comma, found '0'
(1642,47): run-time error CSS1046: Expect comma, found '/'
(1643,38): run-time error CSS1046: Expect comma, found '0'
(1643,42): run-time error CSS1046: Expect comma, found '/'
 */
@media (min-width: 768px) {
    body {
        padding-top: 76px; /* for sticky header*/
    }
}

.sidebar {
    display: block;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

#sidebar .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
}

/* Start Header */

.header-main-wrap > ul {
    height: 130px;
    list-style: none;
    margin: 0 auto;
    padding: 10px 0 60px 0;
}

/*logo*/
.header-main-wrap .menu-logo {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-main-wrap .menu-logo .logo-image {
    width: 120px;
}

/*menu*/
.header-main-wrap .navbar-mainmenu {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #dedede;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 50px 0 0 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
}

html.main-menu--active .header-main-wrap .navbar-mainmenu {
    opacity: 1;
    visibility: visible;
}

.header-main-wrap .navbar-mainmenu .navbar-close {
    background-color: #fff;
    border-color: transparent;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    font-size: 22px;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 70%;    
    z-index: 2;
}

.header-main-wrap .navbar-mainmenu .navbar-close:hover {
    color: #777;
}

.header-main-wrap .navbar-mainmenu .navbar-close .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: 0;
}

.header-main-wrap .navbar-mainmenu > ul {
    background-color: #fff;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 70%;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    border-bottom: 1px solid #dedede;
    color: #333;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover {
    color: #777;
}

/*store*/
.header-main-wrap .menu-store {
    border-radius: 5px;
    left: 15%;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-store .store-link {
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-store .store-link span {
    display: none;
}

.header-main-wrap .menu-store .store-link span.fa {
    display: block;
    line-height: 50px;
}

.header-main-wrap .menu-store .store-link span.fa:before {
    color: #333;
    font-size: 21px;
}

/*search*/
.header-main-wrap .menu-search {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.header-main-wrap .menu-search .navbar-form {
    border: none;
    margin: 0;
    padding: 0;
}

.header-main-wrap .menu-search .search-wrap {
    padding: 10px;
    position: relative;
}

.header-main-wrap .menu-search #keywords {
    color: #555;
    height: 40px;
    max-width: 100%;
    padding-right: 70px;
    width: 100%;
}

.header-main-wrap .menu-search .form-control-clear {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    right: 49px;
    text-indent: -9999px;
    top: 10px;
    width: 34px;
}

.header-main-wrap .menu-search .form-control-clear:before {
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-main-wrap .menu-search .btn-search {
    border-radius: 0 4px 4px 0;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*cart*/
.header-main-wrap .menu-cart {
    border-radius: 5px;
    position: absolute;
    right: 15%;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-cart .menu-cart-link {
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-cart .fa {
    line-height: 50px;
}

.header-main-wrap .menu-cart .navbar-account {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-main-wrap .menu-cart .fa:before {
    color: #222;
    font-size: 21px;
}

.header-main-wrap .menu-cart .cart-items-wrap {
    background-color: #2e3583;
    border-radius: 50%;
    display: none;
    height: 20px;
    left: 50%;
    min-width: 20px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 5px;
}

.header-main-wrap .menu-cart .cart-items-wrap.active {
    display: block;
}

.header-main-wrap .menu-cart .cart-items-wrap .counter {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 16px;
}

/*account*/
.header-main-wrap .menu-account {
    border-radius: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-account .account-link {
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-account .fa {
    line-height: 50px;
}

.header-main-wrap .menu-account .fa:before {
    color: #333;
    font-size: 21px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header-main-wrap .menu-account .caret {
    color: #333;
    display: none;
}

.header-main-wrap .menu-account .my-account-menus > h2 {
    display: none;
}

.header-main-wrap .menu-account .my-account-menus .list-group {
    margin: 0;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item {
    background-color: transparent;
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item:hover {
    color: #777;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item .fa {
    display: none;
}

.header-main-wrap .menu-account .my-account-logout a {
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
}

.header-main-wrap .menu-account .my-account-logout a:hover {
    color: #777;
}

/*search*/
.header-main-wrap .menu-navs {
    border-radius: 5px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-navs .main-menu-link {
    cursor: pointer;
    display: block;
}

.header-main-wrap .menu-navs .main-menu-link .fa {
    line-height: 50px;
}

.header-main-wrap .menu-navs .main-menu-link .fa:before {
    color: #333;
    font-size: 21px;
}

@media (min-width: 768px) {
    .header-main-wrap > ul {
        height: 75px;
        padding-bottom: 10px;
    }

    .header-main-wrap .menu-logo {
        left: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-main-wrap .menu-navs {
        left: auto;
        right: 150px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap.single-store .menu-navs {
        right: 100px;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close {
        width: 50%;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close.mobile-only {
        display: block;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        width: 50%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        float: none;
    }

    .header-main-wrap .menu-search {
        background-color: transparent;
        border: none;
        bottom: auto;
        left: 160px;
        top: 20px;
        width: -webkit-calc(100% - 370px);
        width: -moz-calc(100% - 370px);
        width: calc(100% - 370px);
    }

    .header-main-wrap.single-store .menu-search {
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
        width: calc(100% - 320px);
    }

    .header-main-wrap .menu-search .search-wrap {
        padding: 0;
    }

    .header-main-wrap .menu-search .form-control-clear {
        right: 39px;
        top: 0;
    }

    .header-main-wrap .menu-search .btn-search {
        right: 0;
        top: 0;
    }

    .header-main-wrap .menu-store {
        left: auto;
        right: 100px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-cart {
        right: 50px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-account {
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-account .caret {
        display: inline-block;
    }

    .header-main-wrap .menu-account .navbar-nav > li {
        float: none;
    }

    .header-main-wrap .navbar-default .navbar-nav > li > a,
    .header-main-wrap .menu-account .my-account-menus .list-group-item,
    .header-main-wrap .menu-account .my-account-logout a {
        display: block;
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .header-main-wrap .menu-logo .logo-image {
        width: 125px;
    }

    .header-main-wrap .menu-navs {
        left: 165px;
        width: 40%;
    }

    .header-main-wrap .menu-navs .main-menu-link {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu {
        background-color: transparent;
        border: none;
        height: auto;
        left: auto;
        opacity: 1;
        padding-top: 0;
        position: static;
        top: auto;
        visibility: visible;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close.mobile-only {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        background-color: transparent;
        border: none;
        float: none;
        max-height: 52px;
        overflow: visible;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        float: left;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        border-bottom-color: transparent;
    }

    .header-main-wrap .menu-search {
        left: -webkit-calc(40% + 165px);
        left: -moz-calc(40% + 165px);
        left: calc(40% + 165px);
        width: -webkit-calc(60% - 325px);
        width: -moz-calc(60% - 325px);
        width: calc(60% - 325px);
    }

    .header-main-wrap.single-store .menu-search {
        width: -webkit-calc(60% - 275px);
        width: -moz-calc(60% - 275px);
        width: calc(60% - 275px);
    }
}

@media (min-width: 1200px) {
    .header-main-wrap > ul {
        position: relative;
        width: 1170px;
    }

    .header-main-wrap .menu-navs {
        left: 355px;
        width: 30%;
    }

    .header-main-wrap.single-store .menu-navs {
        left: 165px;
        width: 40%;
    }

    .header-main-wrap .menu-store {
        left: 165px;
        top: 15px;
        width: 190px;
    }

    .header-main-wrap .menu-store .store-link {
        padding-left: 20px;
        position: relative;
    }

    .header-main-wrap .menu-store .store-link span {
        display: block;
        line-height: 1;
    }

    .header-main-wrap .menu-store .store-link span.fa {
        left: 5px;
        line-height: 1;
        position: absolute;
        top: 5px;
    }

    .header-main-wrap .menu-store .store-link__text {
        color: #333;
        font-size: 14px;
        padding: 5px 0 0 5px;
        text-align: left;
    }

    .header-main-wrap .menu-store .store-link__text.current-store {
        font-weight: bold;
        line-height: 1.3;
        margin-top: 3px;
        max-height: 36px;
        overflow: hidden;
        padding: 0 0 5px 5px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-main-wrap .menu-search {
        left: -webkit-calc(30% + 385px);
        left: -moz-calc(30% + 385px);
        left: calc(30% + 385px);
        width: -webkit-calc(60% - 375px);
        width: -moz-calc(60% - 375px);
        width: calc(60% - 375px);
    }

    .header-main-wrap.single-store .menu-search {
        left: -webkit-calc(40% + 165px);
        left: -moz-calc(40% + 165px);
        left: calc(40% + 165px);
        width: -webkit-calc(60% - 275px);
        width: -moz-calc(60% - 275px);
        width: calc(60% - 275px);
    }
}

/* End Header */

/* Start My Account */

.my-account-wrap #sidebar {
    display: none;
}

.my-account-wrap #sidebar > h2 {
    font-size: 18px;
}

.my-account-wrap .page-title {
    line-height: 34px;
}

@media (min-width: 600px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .my-account-wrap #sidebar {
        display: Block;
    }

    .my-account-wrap #sidebar .list-group .list-group-item .fa-chevron-right {
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 30px;
    }
}

/* End My Account */

/* Start Modal Dialog */

@media (min-width: 768px) {
    .modal-dialog {
        top: 130px;
    }
}

@media (min-width: 965px) {
    .modal-dialog {
        top: 90px;
    }
}

/* End Modal Dialog */

@font-face {
    font-family: 'MontserratBold';
    src: url('/_Content/1082/Themes/Default/Content/Fonts/montserrat-bold-webfont.eot');
    src: url('/_Content/1082/Themes/Default/Content/Fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/_Content/1082/Themes/Default/Content/Fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/_Content/1082/Themes/Default/Content/Fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/_Content/1082/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: 'NunitosansBold';
    src: url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-bold-webfont.eot');
    src: url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-bold-webfont.woff2') format('woff2'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-bold-webfont.woff') format('woff'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-bold-webfont.ttf') format('truetype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-bold-webfont.svg#nunito_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'NunitosansLight';
    src: url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-light-webfont.eot');
    src: url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-light-webfont.woff2') format('woff2'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-light-webfont.woff') format('woff'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-light-webfont.ttf') format('truetype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-light-webfont.svg#nunito_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'NunitosansRegular';
    src: url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-regular-webfont.eot');
    src: url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-regular-webfont.woff2') format('woff2'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-regular-webfont.woff') format('woff'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-regular-webfont.ttf') format('truetype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/nunitosans-regular-webfont.svg#nunito_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'OpensansBold';
    src: url('/_Content/1082/Themes/Default/Content/Fonts/opensans-bold-webfont.eot');
    src: url('/_Content/1082/Themes/Default/Content/Fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/_Content/1082/Themes/Default/Content/Fonts/opensans-bold-webfont.woff') format('woff'),
         url('/_Content/1082/Themes/Default/Content/Fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('/_Content/1082/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: 'OpensansExtrabold';
    src: url('/_Content/1082/Themes/Default/Content/Fonts/opensans-extrabold-webfont.eot');
    src: url('/_Content/1082/Themes/Default/Content/Fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('/_Content/1082/Themes/Default/Content/Fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('/_Content/1082/Themes/Default/Content/Fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('/_Content/1082/Themes/Default/Content/Fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Icomoon';
  src: url('/_Content/1082/Themes/Default/Content/Fonts/icomoon.eot?oy97gk');
  src: url('/_Content/1082/Themes/Default/Content/Fonts/icomoon.eot?oy97gk#iefix') format('embedded-opentype'),
       url('/_Content/1082/Themes/Default/Content/Fonts/icomoon.ttf?oy97gk') format('truetype'),
       url('/_Content/1082/Themes/Default/Content/Fonts/icomoon.woff?oy97gk') format('woff'),
       url('/_Content/1082/Themes/Default/Content/Fonts/icomoon.svg?oy97gk#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-store:before {
    content: "\e001";
}

.icon-cart:before {
    content: "\e002";
}

.icon-account:before {
    content: "\e003";
}

.icon-location:before {
    content: "\e004";
}

/* Start Global */

html[class*="menu--active"] {
    overflow: visible;
}

body {
    font-family: NunitosansRegular;
    padding-top: 124px;
}

.announcement--bulletin body {
    padding-top: 154px;
}

.breadcrumb-wrap {
    padding: 0 20px;
}

.breadcrumb-wrap .container {
    margin: 0 auto;
    max-width: 1470px;
    padding: 0;
    width: 100%;
}

.breadcrumb-wrap .breadcrumb {
    padding-top: 20px!important;
}

.breadcrumb-wrap ul > li > a {
    color: #000;
}

.breadcrumb-wrap ul > li > a:hover {
    color: #01AA4F;
}

.breadcrumb-wrap ul > li:last-of-type > a {
    color: #01AA4F;
}

.body-content {
    margin: 0 auto;
    max-width: 1520px;
    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: #01AA4F;
    outline: 0;
    text-decoration: none;
}

b, strong {
    font-family: NunitosansBold;
    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: #186B3F;
    border-color: #186B3F;    
    box-shadow: none;    
    color: #fff;
    font-family: NunitosansBold;
}

.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: #01AA4F;
    border-color: #01AA4F;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

/* Third Party Override */

#purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right {
    bottom: 50px!important;
}


@media (min-width: 768px) {
    body {
        padding-top: 79px;
    }

    .announcement--bulletin body {
        padding-top: 109px;
    }
}

@media (min-width: 992px) {

    body {
        padding-top: 179px;
    }

    .announcement--bulletin body {
        padding-top: 209px;
    }
}

/* 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: #186B3F;
    font-size: 25px;
    text-shadow: none;
}

.scrollTopWrapper .scroll--up:before {
    content: "\f062";
}

.scrollTopWrapper .scroll--up:hover {
    color: #01AA4F;
}

/* End Scroll Top */


/* Start Header */

#masthead {
    background-color: #fff;
}

.header-main-wrap > ul {
    height: 125px;
    padding: 0;
}

html.search-bar--hidden .header-main-wrap > ul {
    height: 80px;
    padding: 0;
}

.logo-link .logo-image {
    max-height: 76px;
}

.header-main-wrap .menu-logo .logo-image {
    width: 105px;
}

.header-main-wrap .menu-store .store-link .fa-map-marker:before {
    content: "\e004";
    font-family: Icomoon;
}

/* Branding Store Branch Onload Popup */
.custom-button__input.custom-button--radio.radio-button-icon--icomoon + .btn {
    box-shadow: none;
    height: 25px;
    width: 25px;
}

.custom-button__input.custom-button--radio.radio-button-icon--icomoon+.fa:before {
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.store-branch-switcher__branch .custom-button__input.custom-button--radio.custom-button--radio.radio-button-icon--icomoon:checked + .fa:before {
    background-color: #235937 !important;
    border-radius: 50%;
    color: #fff !important;
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 20px;
}

.custom-button__label:hover .custom-button__input.custom-button--radio.radio-button-icon--icomoon+.fa:before {
    background-color: #e6e6e6;
    color: #4d4d4d;
}

.header-main-wrap .menu-search #keywords {
    border: 1px solid #CCC;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    font-size: 12px;
    padding-right: 80px;
}

.header-main-wrap .menu-search .form-control-clear {
    border: 1px solid transparent;
    right: 45px;
    -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 .form-control-clear:hover {
    color: #186B3F;
}

.header-main-wrap .menu-search .btn-search {
    border-radius: 0;
    padding: 0;
    width: 35px;
}

.header-main-wrap .menu-account {
    right: 15%;
}

.header-main-wrap .menu-account .fa-user-o:before {
    color: #186B3F;
    content: "\e003";
    font-family: Icomoon;
}

.header-main-wrap .menu-account .caret {
    display: none;
}

.header-main-wrap .menu-cart {
    right: 0;
}

.header-main-wrap .menu-cart .fa-shopping-cart:before {
    color: #186B3F;
    content: "\e002";
    font-family: Icomoon;
}

.header-main-wrap .navbar-mainmenu .navbar-close {
    background-color: #235937;
}

.header-main-wrap .navbar-mainmenu .navbar-close .fa {
    color: #01AA4F;
}

.header-main-wrap .navbar-mainmenu > ul {
    background-color: #235937;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    border-bottom-color: #1e4c2f;
    color: #fff;
    font-family: OpensansBold;
    font-size: 15px;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:active,
.header-main-wrap .navbar-mainmenu > ul > li > button:focus,
.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:active,
.header-main-wrap .navbar-mainmenu > ul > li > a:focus,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:active:after,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:focus:after,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:hover:after {
    color: #01AA4F;
}

.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:after {
    color: #fff;
    content: "\f107";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    -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;
}

.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"].open > button:after {
    -webkit-transform: translateY(0) rotate(-180deg);
    -moz-transform: translateY(0) rotate(-180deg);
    -ms-transform: translateY(0) rotate(-180deg);
    -o-transform: translateY(0) rotate(-180deg);
    transform: translateY(0) rotate(-180deg);
}

.navbar-default .navbar-nav .dropdown-menu {
    background-color: #1e4c2f!important;
    border-radius: 0;
    padding: 0;
}

.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu li[data-submenu-name="shop-by-brand"] {
    display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color: transparent;
    border-bottom: 1px solid #235937;
    color: #fff;
    font-size: 15px;
    padding: 15px 15px 15px 30px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:active,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #01AA4F;
}

.header-main-wrap .shop-by-brand-content {
    display: none;
    border-bottom: 1px solid #235937;
    padding-left: 30px;
}

.header-main-wrap .product-menu__title {
    color: #fff;
    padding: 10px 0;
}

.header-main-wrap .brand-link {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    padding: 5px;
    text-align: center;
    width: 40px;
}

.header-main-wrap .brand-link:active,
.header-main-wrap .brand-link:focus,
.header-main-wrap .brand-link:hover {
    color: #01AA4F;
    text-decoration: underline;
}

.header-main-wrap .brand-link--all {
    display: block;
    text-align: left;
    text-decoration: underline;
    width: auto;
}

.header-main-wrap .featured-links {
    font-size: 0;
}

.header-main-wrap .featured-link {
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    -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;
    vertical-align: top;
    width: 50%;
}

.header-main-wrap .featured-link img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.navbar-default .navbar-nav li[data-menu-name="Products"] .dropdown-menu.loading-gif:before {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url(/Content/images/loading-transparent.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

@media (min-width: 768px) {

    #masthead {
        border-bottom: none;
    }

    .header-main-wrap > ul {
        height: 80px;
    }

    .header-main-wrap .menu-account {
        right: 50px;
    }

}

@media (min-width: 992px) {

    .header-main-wrap > ul {
        height: 180px;
        margin: 0 auto;
        max-width: 1520px;
        width: 100%;
    }

    .header-main-wrap .menu-logo {
        left: 20px;
        top: 25px;
    }

    .header-main-wrap .menu-logo .logo-image {
        width: 147px;
    }

    .header-main-wrap .menu-store {
        left: 195px;
        right: auto;
        top: 45px;
        width: auto;
    }

    .header-main-wrap .menu-store .store-link {
        padding-left: 25px;
        text-align: left;
    }

    .header-main-wrap .menu-store .store-link span.fa {
        left: 0;
        line-height: normal;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-main-wrap .menu-store .store-link span {
        color: #231F20;
        display: block;
        font-size: 12px;
    }

    .header-main-wrap .menu-store .store-link span:nth-child(2) {
        line-height: 18px;
    }

    .header-main-wrap .menu-store .store-link span:nth-child(2):after {
        content: ":";
    }

    .header-main-wrap .menu-store .store-link .current-store {
        color: #186B3F;
        font-family: NunitosansBold;
        font-size: 15px;
        line-height: 18px;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        left: auto;
        right: 150px;
        top: 35px;
        width: -webkit-calc(100% - 520px);
        width: -moz-calc(100% - 520px);
        width: calc(100% - 520px);
    }

    .header-main-wrap .menu-search #keywords {
        font-size: 15px;
        height: 55px;
        padding-right: 105px;
    }

    .header-main-wrap .menu-search .form-control-clear {
        height: 55px;
        line-height: 55px;
        right: 55px;
        width: 40px;
    }

    .header-main-wrap .menu-search .btn-search {
        font-size: 22px;
        height: 55px;
        width: 55px;
    }

    .header-main-wrap .menu-account {
        right: 70px;
        top: 35px;
    }

    .header-main-wrap .menu-cart {
        right: 20px;
        top: 35px;
        z-index: 1;
    }

    .header-main-wrap.single-store .menu-navs,
    .header-main-wrap .menu-navs {
        background-color: #186B3F;
        border-radius: 0;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        background-color: transparent;
        margin: 0 auto;
        max-width: 1500px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        border-bottom-color: transparent;
        border-radius: 0;
        -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 > button {
        border-color: transparent;
        line-height: 19px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button:hover,
    .header-main-wrap .navbar-mainmenu > ul > li > a:hover {
        background-color: #231F20;
        color: #fff;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > button:hover:after {
        color: #fff;
    }

    .navbar-default .navbar-nav li[data-menu-name="Products"] .dropdown-menu {
        background-color: #fff!important;
        border: none;
        margin-top: -1px;
        min-height: 332px;
        min-width: 250px;
    }

    .header-main-wrap .dropdown-menu li[data-submenu-name="building-materials"] {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 2px);
        width: -moz-calc(50% - 2px);
        width: calc(50% - 2px);
    }

    .header-main-wrap .dropdown-menu li[data-submenu-name="millwork"] {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 2px);
        width: -moz-calc(50% - 2px);
        width: calc(50% - 2px);
    }

    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li > a {
        background-color: transparent;
        border-bottom-color: transparent;
        color: #2a2723;
        font-family: OpensansBold;
        font-size: 12px;
        padding: 5px 10px;
        text-transform: uppercase;
        -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;
    }

    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li > a:active,
    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li > a:hover {
        background-color: #e4e4e4;
    }

    .header-main-wrap .shop-by-brand-content {
        background-color: #fff;
        border-bottom-color: transparent;
        -webkit-box-shadow: 6px 6px 12px -2px rgba(0,0,0, 0.18);
        box-shadow: 6px 6px 12px -2px rgba(0,0,0, 0.18);
        display: none;
        font-size: 0;
        height: 342px;
        left: -webkit-calc(100% - 1px);
        left: -moz-calc(100% - 1px);
        left: calc(100% - 1px);
        padding-left: 0;
        position: absolute;
        top: 0;
        width: 445px;
    }

    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li:hover .shop-by-brand-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header-main-wrap .shop-by-brand-content .brands-a-z {
        display: inline-block;
        font-size: 14px;
        padding: 0 20px;
        vertical-align: top;
        width: 200px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-main-wrap .product-menu__title {
        color: #2a2723;
        text-transform: uppercase;
    }

    .header-main-wrap .brand-links {
        font-size: 0;
        background-color: #f8f8f8;
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
        padding: 10px 10px 30px;
        position: relative;
    }

    .header-main-wrap .brand-link {
        color: #2a2723;
        font-size: 12px;
        margin: 0;
        width: 25%;
    }

    .header-main-wrap .brand-link--all {
        color: #27821f;
        bottom: 0;
        font-size: 12px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .header-main-wrap .shop-by-brand-content .featured-brands {
        display: inline-block;
        font-size: 14px;
        padding-right: 20px;
        vertical-align: top;
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
    }

    .header-main-wrap .featured-brands .product-menu__title {
        border-bottom: 1px solid #ececec;
    }

    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li > a {
        background-color: transparent;
        border-bottom-color: transparent;
        color: #2A2723;
        font-family: OpensansBold;
        font-size: 12px;
        padding: 5px 10px;
        text-transform: uppercase;
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li > a:active,
    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li > a:hover {
        background-color: #f8f8f8;
    }

    .navbar-default .navbar-nav li[data-menu-name="Products"].open .dropdown-menu > li[data-submenu-name="shop-by-brand"]:hover > a {
        background-color: #f8f8f8;
    }

    li[data-submenu-name="main-category"] a[data-menu-name="main-category"] {
        display: none;
    }

    .category-list-menu__image {
        background-color: #fff;
        border-left: 1px solid #eaecea;
        -webkit-box-shadow: 6px 6px 12px -2px rgba(0,0,0, 0.18);
        box-shadow: 6px 6px 12px -2px rgba(0,0,0, 0.18);
        height: 100%;
        left: 100%;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 200px;
    }

    .category-list-menu__item.hover--active > .category-list-menu__image,
    .category-list-menu__item:hover > .category-list-menu__image {
        display: block;
    }

    .category-list-menu__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
    }

    .category-list-menu__list {
        display: block;
        height: 342px;
    }

    .category-list-menu__list--main.category-list-menu__list {
        height: 342px; /*313px*/
        overflow-x: hidden;
        overflow-y: auto;
    }

    .category-list-menu__list--main.category-list-menu__list ~ .category-list-menu__list {
        background-color: #fff;
        border-left: 1px solid #eaecea;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        -moz-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        height: 342px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .category-list-menu__list[data-ul-level="2"] {
        left: 100%;
    }

    .category-list-menu__list[data-ul-level="3"] {
        left: 200%;
    }

    .category-list-menu__list[data-ul-level="4"] {
        left: 300%;
    }

    .category-list-menu__list[data-ul-level="5"] {
        left: 400%;
    }

    .category-list-menu__list[data-ul-level="6"] {
        left: 500%;
    }

    .category-list-menu__list.child--active {
        display: block !important;
    }

    .category-list-menu__item.hover--active > ul {
        display: block;
        height: 342px;
        max-height: none;
    }

    .category-list-menu__item--parent-name {
        background-color: #fff;
        display: block;
    }

    .category-list-menu__item--parent-name strong {
        display: block;
        padding: 5px 10px;
        text-transform: uppercase;
    }

    .category-list-menu__item-link {
        color: #2A2723;
        padding: 2px 10px;
    }

    .category-list-menu__item-link.category-list-menu__item-link--view-all {
        color: #235937;
        font-family: 'NunitosansBold';
    }

    .category-list-menu__item.hover--active > .category-list-menu__item-link,
    .category-list-menu__item-link:active,
    .category-list-menu__item-link:focus,
    .category-list-menu__item-link:hover {
        background-color: #f8f8f8;
        color: #2A2723;
    }

    .category-list-menu__item.hover--active > .category-list-menu__item-link.category-list-menu__item-link--view-all {
        color: #235937;
    }

    .category-list-menu li > ul {
        border-left: 1px solid #eaecea;
        -webkit-box-shadow: 6px 6px 12px -2px rgba(0,0,0, 0.18);
        box-shadow: 6px 6px 12px -2px rgba(0,0,0, 0.18);
        width: 250px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px;
    }
}

@media (min-width: 1200px) {

    .unauthenticated .header-main-wrap .menu-store.store-login-required:hover .store-link {
        border-radius: 5px;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        right: 310px;
        width: -webkit-calc(100% - 715px);
        width: -moz-calc(100% - 715px);
        width: calc(100% - 715px);
    }

    .header-main-wrap .menu-account {
        right: 110px;
        width: 130px;
    }

    .header-main-wrap .menu-cart {
        width: 80px;
    }

    .header-main-wrap .menu-cart .cart-items-wrap {
        background-color: #186B3F;
        left: 15px;
    }

    .header-main-wrap .menu-cart .menu-cart-link .sr-only:nth-child(2),
    .header-main-wrap .menu-account .account-link .sr-only {
        bottom: 3px;
        color: #231F20;
        display: inline-block;
        font-family: NunitosansBold;
        font-size: 15px;
        height: auto;
        margin: 0 0 0 5px;
        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-account .account-link .sr-only {
        font-size: 0;
    }

    .header-main-wrap .menu-account .account-link .sr-only:after {
        content: "My Account";
        font-size: 15px;
    }

}

@media (max-width: 1199px) {
    .store-location-popup-wrap {
        background-color: #dedede;
        border-radius: 0 0 5px 5px;
        display: block;
        left: 0;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
        position: absolute;
        top: 100%;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        visibility: hidden;
        width: 297px;
    }

    .branch-menu--active .store-location-popup-wrap {
        opacity: 1;
        visibility: visible;
    }

    .store-location-popup-wrap .store-location__branches {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .store-location-popup-wrap .store-location__branch {
        font-size: 0;
    }

    .store-location-popup-wrap .store-location__branch + .store-location__branch {
        border-top: 1px solid #ccc;
        margin-top: 10px;
        padding-top: 10px;
    }

    .store-location-popup-wrap .store-location-info-wrap {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
    }

    .store-location-popup-wrap .store-location-info__store-name {
        cursor: default;
        font-size: 15px;
        margin: 0;
    }

    .store-location-popup-wrap .store-location-button-wrap .btn-mystore {
        background-color: #fff;
        border-color: #ccc;
        cursor: default;
    }

    .store-location-popup-wrap .store-location-button-wrap .fa {
        background-color: green;
        border-radius: 50%;
        display: inline-block;
        height: 12px;
        text-align: center;
        width: 12px;
    }

    .store-location-popup-wrap .store-location-button-wrap .fa:before {
        color: #fff;
        font-size: 8px;
        line-height: 12px;
    }

    .store-location-popup-wrap .store-location-button-wrap {
        display: inline-block;
        padding-left: 10px;
        text-align: right;
        vertical-align: top;
        width: 110px;
    }

    .branch-menu--active .header-main-wrap .menu-store .store-link {
        background-color: #dedede;
    }
}

@media (max-width: 991px) {
    .store-location-popup-wrap {
        left: auto;
        right: 0;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"].open > .dropdown-menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        float: none;
        left: auto;
        position: static;
        top: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu li[data-submenu-name="main-category"] {
        order: 1;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu li[data-submenu-name="shop-by-brand"] {
        order: 2;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu > li > a {
        font-family: OpensansBold;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu a {
        background-color: transparent;
        border-bottom: 1px solid #235937;
        color: #fff;
        font-size: 15px;
        /*padding: 15px 15px 15px 45px;*/
        padding: 15px 15px 15px 30px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu > li > a[data-menu-name="main-category"] {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu a:active,
    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu a:focus,
    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > .dropdown-menu a:hover {
        color: #01AA4F;
    }
}

@media (max-width: 767px) {
    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] .category-list-menu__list--main {
        display: block;
    }

    .store-location-popup-wrap {
        left: 0;
        right: auto;
    }
}

@media (max-width: 374px) {
    .store-location-popup-wrap {
        left: -43px;
        right: auto;
    }
}

/* End Header */


/* Start Homepage */

.homepage {
    padding: 0;
}

.main-banner .ibos-slider-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.ibos-slider-widget-type--Product.product-tile__list .slick-list {
    padding: 0 5px;
}

@media (min-width: 600px) {
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-list,
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-track,
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-slide,
    .flexbox.flexboxlegacy .page-section-wrap .slick-list,
    .flexbox.flexboxlegacy .page-section-wrap .slick-track,
    .flexbox.flexboxlegacy .page-section-wrap .slick-slide {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
    }
}

@media (min-width: 992px) {
    .ibos-slider-widget-type--Product.product-tile__list .slick-list {
        padding: 0 15px;
    }
}

.ibos-slider-wrap .slick-arrow {
    background-color: transparent;
    border: 1px solid transparent;
    height: 80px;
    opacity: 1;
    -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;
    visibility: visible;
    width: 40px;
    z-index: 1;
}


.ibos-slider-wrap .slick-arrow:hover {
    background-color: #186B3F;
    border-color: #186B3F;    
}

.ibos-slider-wrap .slick-arrow:hover:before {
    color: #fff;
}

.ibos-slider-wrap .slick-arrow:before {
    font-family: Fontawesome;
    font-size: 35px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.ibos-slider-wrap .slick-prev {
    left: -10px;
}

.ibos-slider-wrap .slick-prev:before {
    content: "\f104";
}

.ibos-slider-wrap .slick-next {
    right: -10px;
}

.ibos-slider-wrap .slick-next:before {
    content: "\f105";
}

.main-banner .widget-sub-item-image__text-content {
    background-color: rgba(24, 107, 63, 0.85);
    left: 20px;
    max-width: 495px;
    padding: 20px;
    position: relative;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.main-banner .widget-sub-item-image__title span:first-of-type {
    font-family: OpensansExtrabold;
    font-size: 21px;
    letter-spacing: 0.32px;
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.main-banner .widget-sub-item-image__title span {
    display: block;
    font-family: NunitosansBold;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 18px;
    text-shadow: none;
}

.main-banner .widget-sub-item-image__link {
    height: 350px;
}

.main-banner .widget-sub-item-image__description {
    display: block;
    margin: 15px -5px 0;
}

.main-banner .widget-sub-item-image__description a {
    background-color: #016530;
    color: #fff;
    float: left;
    font-family: NunitosansBold;
    font-size: 9px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
}

.main-banner .widget-sub-item-image__description a:first-of-type:before {
    content: "\e001";
    font-family: Icomoon;
    margin-right: 5px;
}

.main-banner .widget-sub-item-image__description a:last-of-type {
    background-color: #231F20;
}

.main-banner .widget-sub-item-image__description a:first-of-type:hover {
    background-color: #01AA4F;
}

.main-banner .widget-sub-item-image__description a:last-of-type:hover {
    background-color: #333;
}

.featured-categories {
    margin: 0 auto;
    max-width: 1520px;
}

.featured-categories .page-section__title,
.popular-services .page-section__title {
    border-bottom: 3px solid #01AA4F;
    color: #231F20;
    font-family: OpensansBold;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

/*.durable-banner .page-section {
    height: 200px;
}*/

.durable-banner-text {
    border-left: 8px solid #231F20; 
}

.durable-banner-text .page-section {
    height: 200px;
}

.durable-banner-text .page-section__content {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.durable-banner-text .page-section__content > .page-section__text-wrap {
    padding: 0 20px;
}

.durable-banner-text .page-section__title {
    color: #fff;
    font-family: OpensansExtrabold;
    font-size: 24px;
    line-height: 31px;
    margin: 0;
    max-width: 300px;
}

.durable-banner-text .page-section__title span {
    color: #FDE897;
}

.durable-banner-text .page-section__content > .page-section__image-wrap {
    height: auto;
    padding: 20px 20px 0;
    text-align: left;
}

.durable-banner-text .page-section__content > .page-section__image-wrap > img {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 115px;
}

.popular-services {
    margin: 0 auto;
    max-width: 1520px;
}

.popular-services .page-section__title {
    margin-bottom: 30px!important;
    padding-top: 0;
}

.popular-services .slick-arrow {
    background-color: #01AA4F;
    border-color: #01AA4F;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.popular-services .slick-arrow:before {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
}

.popular-services .slick-prev {
    left: -15px;
}

.popular-services .slick-next {
    right: -15px;
}

.popular-services .slick-slide {    
    margin-bottom: 20px;
}

.popular-services .slick-slide:focus {
    outline: 0;
}

.popular-services .widget-sub-item-image__link {
    height: auto;
}

html.page-main-layout--iframe.page-main-layout--Home .popular-services .widget-sub-item-image__link {
    height: 150px;
}

.popular-services .widget-sub-item-image__text-content-wrap {
    position: relative;
}

.popular-services .widget-sub-item-image__text-content {
    padding: 10px 0;
}

.popular-services .widget-sub-item-image__title {
    color: #231F20;
    font-family: NunitosansBold;
    font-size: 18px;
    margin-bottom: 5px;
    text-shadow: none;
}

.popular-services .widget-sub-item-image__description {
    color: #231F20;
    display: block;
    font-family: NunitosansLight;
    font-size: 12px;
    text-shadow: none;
}

.popular-services .widget-sub-item-image__description a {
    color: #186B3F;
    display: block;
    font-family: NunitosansBold;
    font-size: 12px;
    margin-top: 5px;
    text-decoration: underline;
}

.popular-services .widget-sub-item-image__description a:hover {
    color: #01AA4F;
    text-decoration: none;
}

.express-drive-thru {
    display: block!important;
    margin: 0 auto;
}

.express-drive-thru .page-section__vertical-center-content {
    width: 100%;
}

.express-drive-thru .btn.btn-default.page-section__btn-link {
    border: 1px solid transparent;
    display: inline-block;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
    white-space: normal;
}

.express-drive-thru .btn.btn-default.page-section__btn-link:active,
.express-drive-thru .btn.btn-default.page-section__btn-link:active:focus,
.express-drive-thru .btn.btn-default.page-section__btn-link:focus,
.express-drive-thru .btn.btn-default.page-section__btn-link:hover {
    background-color: transparent!important;
    border: 1px solid transparent!important;
    box-shadow: none;
}

.installation-banner-wrap {
    background-color: #F8F8F8;
    margin: 0 auto 40px;
    max-width: 1365px;
    padding: 20px 0;
}

.installation-services .btn {
    font-family: NunitosansBold;
    font-size: 19px;
    height: 70px;
    letter-spacing: 1.08px;
    line-height: 70px;
    margin: 0;    
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    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;
    width: 100%;
}

.installation-services .btn:hover {
    background-color: #333!important;
    border-color: #333!important;
    opacity: 1;
}

.installation-offering .page-section__content > .page-section__image-wrap {
    display: none!important;
    height: auto;
    padding: 40px 0 0;
    text-align: left;
}
.installation-offering .page-section__image-wrap img {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 120px;
}

.installation-offering .page-section__content > .page-section__text-wrap {
    padding: 25px 0 30px;
}

.installation-offering .page-section__title {
    color: #231F20;
    font-family: NunitosansBold;
    font-size: 21px;
    margin-bottom: 5px;
}

.installation-offering .page-section__text-content {
    color: #231F20;
    font-size: 12px;
    line-height: 18px;
}

.installation-specialist .btn {
    font-family: NunitosansBold;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    /*max-width: 220px;*/
    max-width: 100%;
    min-width: 100%;
    overflow: visible;
    padding: 20px;
    -webkit-text-shadow: 0px 1px 5px #000;
    -moz-text-shadow: 0px 1px 5px #000;
    -ms-text-shadow: 0px 1px 5px #000;
    text-shadow: 0px 1px 5px #000;
    -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: normal;
}

.installation-specialist .btn:hover {
    background-color: #01AA4F!important;
    border-color: #01AA4F!important;
    opacity: 1;
}

.paint.durable-banner-text {
    border-left: none;
    border-right: 8px solid #231F20;
}

.paint.durable-banner-text .page-section__content {
    left: auto;
    right: 0;
}

.paint.durable-banner-text .page-section__content > .page-section__image-wrap {
    text-align: right;
}

.paint.durable-banner-text .page-section__content > .page-section__image-wrap > img {
    width: 155px;
}

.homepage .our-story {
    margin: 0 auto;
    max-width: 1435px;
}

.homepage .our-story .page-section--ImageWithText .page-section__content > .page-section__image-wrap {
    padding: 0;
}

.homepage .our-story .page-section__image-wrap {
    height: auto;
}

.homepage .our-story .page-section--ImageWithText .page-section__image--Auto > img {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.homepage .our-story .page-section--ImageWithText .page-section__content > .page-section__text-wrap {
    background-color: #231F20;
    border-right: 7px solid #186B3F;
    padding: 50px 20px;
}

.homepage .our-story .page-section__title {
    color: #FDE897;
    font-family: OpensansBold;
    font-size: 25px;
    line-height: 41px;
    text-transform: uppercase;
}

.homepage .our-story .page-section__text-content {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.homepage .our-story .page-section__text-wrap a {
    font-family: OpensansBold;
    font-size: 12px;
    text-decoration: underline;
    -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;
}

.homepage .our-story .page-section__text-wrap a:after {
    content: "\f105";
    display: inline-block;
    font-family: Fontawesome;
    font-weight: bold;
    margin-left: 10px;
}

.homepage .our-story .page-section__text-wrap a:hover {
    color: #01AA4F!important;
    text-decoration: none;
}

.homepage .our-story .btn {
    padding: 0;
}

.js-wrapper .page-section {
    padding: 0;
}

@media (min-width: 1530px) {
    .ibos-slider-wrap .slick-prev {
        left: -20px;
    }

    .ibos-slider-wrap .slick-next {
        right: -20px;
    }
}

@media (max-width: 1199px) {

    .installation-offering {
        padding: 0 20px!important;
    }

}

@media (max-width: 767px) {

    .installation-banner-wrap .installation {
        width: auto;
    }

    .installation-banner-wrap .installation-services {
        width: 100%;
    }

    /*.installation-offering .page-section--ImageWithText.page-section--orientation-Left .page-section__content > div {
        display: block;
        width: 100%;
    }

    .installation-banner-wrap .installation-specialist {        
        padding-left: 20px!important;
    }*/

}

@media (min-width: 600px) {

    .popular-services .slick-list {
        margin: 0 -10px;
    }

    .popular-services .slick-slide {
        padding: 0 10px;
    }    

    .popular-services .widget-sub-item-image__link .widget-sub-item-image__image {
        height: 250px;
    }

    .popular-services .widget-sub-item-image__text-content-wrap {
        height: auto;
    }

}

@media (min-width: 640px) {

    .homepage .our-story .page-section__content {
        height: 425px;
    }

    .homepage .our-story .page-section__image-wrap {
        height: inherit;
    }

    .homepage .our-story .page-section--ImageWithText .page-section__image--Auto > img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
    }

    .homepage .our-story .page-section--ImageWithText .page-section__content > .page-section__text-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;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: inherit;
        padding: 130px 20px;
    }

}

@media (min-width: 768px) {

    .main-banner .widget-sub-item-image__description a {
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }

    .main-banner .widget-sub-item-image__description a:first-of-type {
        line-height: 30px;
    }

    .installation-banner-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;
    }

    /*.installation-offering .page-section__content > .page-section__image-wrap {
        padding: 0;
        width: 120px!important;
    }*/

    .installation-offering .page-section__content > .page-section__text-wrap {
        /*max-width: 400px;
        padding: 0 0 0 20px;
        width: -webkit-calc(100% - 120px)!important;
        width: -moz-calc(100% - 120px)!important;
        width: calc(100% - 120px)!important;*/
        width: 100%!important;
    }

    .installation-offering .page-section__title {
        margin-bottom: 10px;
    }

    .installation-services .btn {
        font-size: 12px;
    }

}

@media (min-width: 992px) {

    .main-banner .ibos-slider-wrap .slick-arrow {        
        opacity: 1;
        visibility: visible;
    }

    .ibos-slider-wrap .slick-arrow {
        height: 100px;
        width: 50px;
    }

    .ibos-slider-wrap .slick-arrow:before {
        font-size: 40px;
    }

    .main-banner .ibos-slider-wrap .slick-prev {
        left: 0;
    }

    .main-banner .ibos-slider-wrap .slick-next {
        right: 0;
    }

    .main-banner .widget-sub-item-image__link {
        height: 480px;
    }

    .main-banner .widget-sub-item-image__text-content {
        left: 80px;
    }

    .main-banner .widget-sub-item-image__title span:first-of-type {
        font-size: 38px;
        letter-spacing: 0.57px;
        line-height: 32px;
    }

    .main-banner .widget-sub-item-image__title span {        
        font-size: 30px;
        letter-spacing: 0.45px;
        line-height: 32px;
    }

    .main-banner .widget-sub-item-image__description a {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }

    .main-banner .widget-sub-item-image__description a:first-of-type {
        line-height: 45px;
    }

    .featured-categories .page-section__title,
    .popular-services .page-section__title {
        font-size: 33px;
        margin-bottom: 50px;
    }

    /*.durable-banner .page-section {
        height: 250px;
    }*/

    .durable-banner-text {
        border-width: 15px;
    }

    .durable-banner-text .page-section {
        min-height: 250px;
    }

    .durable-banner-text .page-section__content > .page-section__text-wrap,
    .durable-banner-text .page-section__content > .page-section__image-wrap {
        padding-left: 40px;
    }

    .durable-banner-text .page-section__title {
        max-width: 630px;
    }

    .durable-banner-text .page-section__content > .page-section__image-wrap > img {
        width: 225px;
    }

    .popular-services .slick-slide {
        width: 50%!important;
    }

    .popular-services .widget-sub-item-image__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .popular-services .widget-sub-item-image {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .popular-services .widget-sub-item-image__description,
    .popular-services .widget-sub-item-image__description a {
        font-size: 16px;
    }

    .express-drive-thru .btn.btn-default.page-section__btn-link {
        font-size: 18px;
    }

    .paint.durable-banner-text .page-section__content > .page-section__text-wrap,
    .paint.durable-banner-text .page-section__content > .page-section__image-wrap {
        padding-left: 20px;
        padding-right: 40px;
    }

    .paint.durable-banner-text .page-section__content > .page-section__image-wrap > img {
        width: 305px;
    }

    .homepage .our-story .page-section--ImageWithText .page-section__content > .page-section__text-wrap {
        border-width: 15px;
        padding: 75px 50px 75px 30px;
    }

    .homepage .our-story .page-section__title {
        font-size: 50px;
        line-height: 70px;
    }

    .homepage .our-story .page-section__text-content {
        font-size: 18px;
        line-height: 35px;
    }

    .homepage .our-story .page-section__text-wrap a {
        font-size: 18px;
    }

}

@media (min-width: 1200px) {

    .main-banner .widget-sub-item-image__text-content-wrap {
        padding-left: -webkit-calc((100% - 1365px)/2);
        padding-left: -moz-calc((100% - 1365px)/2);
        padding-left: calc((100% - 1365px)/2);
        padding-right: -webkit-calc((100% - 1365px)/2);
        padding-right: -moz-calc((100% - 1365px)/2);
        padding-right: calc((100% - 1365px)/2);
    }

    .main-banner .widget-sub-item-image__text-content {
        left: auto;
    }

    .installation-services.page-section-wrap--inline-block-25 {
        width: 310px;
    }

    .installation-services .btn {
        font-size: 19px;
        width: 310px;
    }

    .installation-specialist .btn {
        width: 310px;
    }

    .installation-offering.page-section-wrap--inline-block-50 {
        width: -webkit-calc(100% - 620px);
        width: -moz-calc(100% - 620px);
        width: calc(100% - 620px);
    }

    .installation-offering .page-section__title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .installation-offering .page-section__text-content {
        font-size: 13px;
    }

    .installation-specialist.page-section-wrap--inline-block-25 {
            width: 310px;
    }

    .popular-services .widget-sub-item-image__link .widget-sub-item-image__image {
        height: 320px;
    }

    .express-drive-thru .btn.btn-default.page-section__btn-link {
        font-size: 24px;
    }

}

/* End Homepage */


/* Start Admin CMS Homepage */

html.page-main-layout--iframe .homepage .main-banner .page-section__link {
    height: auto;
}


@media (min-width: 600px) {

    html.page-main-layout--iframe .homepage .installation-services,
    html.page-main-layout--iframe .homepage .installation-specialist {
        width: 25%;
    }

    html.page-main-layout--iframe .homepage .page-section__text-wrap {
        padding: 0;
        width: 100%;
    }

}

/* End Admin CMS Homepage */


/* Start Product Catalog */

.product-category__list.row {
    font-size: 0;
    margin: 0 -10px;
    text-align: center;
}

.product-category__item {
    display: inline-block;
    float: none;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: top;
    width: 100%;
}

.product-category__link {
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
}

.product-category__link:hover {
    border-color: transparent;
}

.product-category__image-wrap {
    height: 100px;
    min-height: 100px;
}

html.page-main-layout--iframe.page-main-layout--Home .product-category__image-wrap {
    height: 100px;
}

.product-category__image {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    max-width: 100px;
}

html.page-main-layout--iframe.page-main-layout--Home .product-category__image {
    border-radius: 0;
    display: block;
}

.product-category__no-image:before {
    line-height: 100px;
}

.product-category__name {
    color: #231F20;
    font-family: NunitosansBold;
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
}

@media (min-width: 375px) {
    .product-category__item {
        width: 50%;
    }
}

@media (min-width: 480px) {

    .product-display--list .product-tile__no-image:before {
        line-height: 100px;
    }

}

@media (min-width: 680px) {
    .product-category__item {
        width: 33.33%;
    }
}

@media (min-width: 768px) {

    .product-display--list .product-tile__no-image:before {
        line-height: 150px;
    }

}

@media (min-width: 992px) {
    .product-category__item {
        width: 25%;
    }

    .product-category__details {
        padding-bottom: 95px;
    }

    .product-category__name {
        font-size: 24px;        
        min-height: 95px;
    }
}

@media (min-width: 1024px) {
    .product-category__image-wrap {
        height: 150px;
        min-height: 150px;
    }

    html.page-main-layout--iframe.page-main-layout--Home .product-category__image-wrap {
        height: 150px;
    }

    .product-category__image {
        max-width: 150px;
    }

    .product-category__no-image:before {
        line-height: 150px;
    }
}

@media (min-width: 1200px) {

    .product-display--list .product-tile__no-image:before {
        line-height: 200px;
    }

}

@media (min-width: 1440px) {
    .product-category__image-wrap {
        height: 200px;
        min-height: 200px;
    }

    html.page-main-layout--iframe.page-main-layout--Home .product-category__image-wrap {
        height: 200px;
    }

    .product-category__image {
        max-width: 200px;
    }

    .product-category__no-image:before {
        line-height: 200px;
    }
}

/* End Product Catalog */

/* Start Product Details */
.product-details-info__desc {
    display: none;
}

.page-section-wrap .product-tile__link .product-tile__name,
.product-tile__link .product-tile__name {
    min-height: inherit;
    padding: 0;
    position: inherit;
}

.product-display--list .page-section-wrap .product-tile__link .product-tile__name,
.product-display--list .product-tile__link .product-tile__name {
    min-height: 0;
}

.product-tile__sku {
    margin: 0;
    padding: 5px 0 15px;
}

.product-tile__image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.product-tile__list .incre-decre-wrap {
    left: 135px;
}

@media (max-width: 479px) {

    .product-display--grid .product-tile__list--show-qty.product-tile__list--show-available-stock .incre-decre-wrap,
    .product-display--grid .product-tile__qty-available,
    .product-display--grid .product-tile__btn {
        left: 135px;
    }

}

@media (min-width: 480px) {
    .product-list-wrap.product-display--grid .product-tile__list {
         display: -webkit-flex;
         display: -moz-flex;
         display: -ms-flex;
         display: flex;
         -webkit-flex-wrap: wrap;
         -moz-flex-wrap:  wrap;
         -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .product-list-wrap.product-display--grid .product-tile__item {
         display: -webkit-flex;
         display: -moz-flex;
         display: -ms-flex;
         display: flex;    
    }
    .product-tile__info {
        padding: 20px 10px 0;
    }
    .product-display--grid .incre-decre-wrap,
    .product-display--grid .product-tile__qty-available,
    .product-display--grid .product-tile__btn {
        left: 35px;
    }
}

@media (min-width: 600px) {
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-list,
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-track,
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-slide {
         display: -webkit-flex;
         display: -moz-flex;
         display: -ms-flex;
         display: flex;
    }
}
/* End Product Details */

/* Start Login */

.login-layout body {
    padding-top: 88px;
}

.login-layout .logo-link .logo-image {
    max-height: 78px;
}

.login-layout #masthead {
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}

.login-layout .login-page-wrap {
    max-width: 440px;
}

.login-page-wrap h1,
.forgot-password-wrap h1,
.registration-page-wrap h1 {
    font-family: NunitosansBold;
}

.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: NunitosansLight;
}

.login-page-wrap .form-group .form-control,
.forgot-password-wrap .form-group .form-control,
.registration-page-wrap .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}

.login-page-wrap .form-group--forgot-password a,
.forgot-password-wrap .form-group a {
    color: #000;
}

.login-page-wrap .form-group--forgot-password a:hover,
.forgot-password-wrap .form-group a:active,
.forgot-password-wrap .form-group a:focus,
.forgot-password-wrap .form-group a:hover {
    color: #01AA4F;
    text-decoration: none;
}

.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: #000;
    border-color: #000;
    color: #fff;
}

.login-page-wrap .form-group .btn-register:hover {
    background-color: #333;
    border-color: #333;
}


@media (min-width: 768px) {

    .login-layout body {
        padding-top: 101px;
    }

}

@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: NunitosansRegular;
}

.registration-page-wrap .row {
    padding: 0;
}

/* End Registration */


/* Start Newsletter */

.newsletter {
    background-color: #17643B;
    margin-top: 30px;
    padding: 30px 20px;
}

.newsletter .newsletter-wrap {
    margin: 0 auto;
    max-width: 1090px;
}

.newsletter .navbar-text {
    /*color: #231F20;*/
    color: #fff;
    font-family: NunitosansBold;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px;
}

.subscription-widget-wrap .form-group--firstname .form-control,
.subscription-widget-wrap .form-group--lastname .form-control,
.subscription-widget-wrap .input-group--email .form-control {
    border: 2px solid #231F20;
    border-radius: 0 !important;
    color: #888;
    font-size: 12px;
    height: 45px;
}

.newsletter .btn-subscription {
    background-color: #231F20;
    border-color: #231F20;
    border-radius: 0;
    color: #fff;
    font-family: NunitosansRegular;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    width: 80px;
}

.newsletter .btn-subscription:active,
.newsletter .btn-subscription:focus,
.newsletter .btn-subscription:hover {
    background-color: #333;
    border-color: #333;
}


@media (min-width: 768px) {
    .newsletter .form-inline {
        position: relative;
    }

    .newsletter .subscription-widget-wrap:not(.subscription-widget--captcha):not(.subscription-widget--name) .form-inline {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
    }

    .newsletter .subscription-widget--name.subscription-widget--captcha .form-inline {
        height: 95px;
    }

    .newsletter .navbar-text {
        margin: 0;
        width: 145px;
    }

    .newsletter .subscription-widget--name.subscription-widget--captcha .navbar-text {
        margin-top: 38px;
    }

    .newsletter .subscription-widget-wrap:not(.subscription-widget--captcha):not(.subscription-widget--name) .input-group--email {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        padding-left: 15px;
        width: -webkit-calc(100% - 145px);
        width: -moz-calc(100% - 145px);
        width: calc(100% - 145px);
    }

    .subscription-widget--name.subscription-widget--captcha .form-group--firstname {
        left: 155px;
        position: absolute;
        top: 0;
        width: -webkit-calc((100% - 480px) / 2);
        width: -moz-calc((100% - 480px) / 2);
        width: calc((100% - 480px) / 2);
    }

    .subscription-widget--name.subscription-widget--captcha .form-group--lastname {
        position: absolute;
        right: 315px;
        top: 0;
        width: -webkit-calc((100% - 480px) / 2);
        width: -moz-calc((100% - 480px) / 2);
        width: calc((100% - 480px) / 2);
    }

    .subscription-widget--name.subscription-widget--captcha .input-group--email + div,
    .subscription-widget--name.subscription-widget--captcha .input-group--email {
        bottom: 0;
        left: 155px;
        position: absolute;
        width: -webkit-calc(100% - 471px);
        width: -moz-calc(100% - 471px);
        width: calc(100% - 471px);
    }

    .subscription-widget--name.subscription-widget--captcha .input-group--email .form-control {
        display: inline-block;
        padding-right: 100px;
        vertical-align: top;
        width: -webkit-calc(100% - 94px); 
        width: -moz-calc(100% - 94px);
        width: calc(100% - 94px);
    }

    .subscription-widget--name.subscription-widget--captcha .input-group--email .input-group-btn {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .subscription-widget--name.subscription-widget--captcha .form-group--captcha {
        margin: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: 305px;
    }

    .subscription-widget--name.subscription-widget--captcha .input-group--email + div {
        z-index: 20;
    }

    .subscription-widget--name.subscription-widget--captcha .field-validation-error {
        bottom: 0;
        position: absolute;
        left: 15px;
    }
}

@media (min-width: 992px) {
    .newsletter {
        padding: 20px;
    }

    .newsletter .navbar-text {
        font-size: 20px;
        width: 190px;
    }

    .newsletter .subscription-widget--name.subscription-widget--captcha .navbar-text {
        margin-top: 49px;
    }

    .newsletter .input-group--email {
        width: -webkit-calc(100% - 190px);
        width: -moz-calc(100% - 190px);
        width: calc(100% - 190px);
    }

    .subscription-widget-wrap .form-group--firstname .form-control,
    .subscription-widget-wrap .form-group--lastname .form-control,
    .subscription-widget-wrap .input-group--email .form-control {
        font-size: 15px;
        height: 55px;
    }

    .newsletter .btn-subscription {
        font-size: 15px;
        height: 55px;
        line-height: 55px;
        width: 95px;
    }

    .newsletter .subscription-widget--name.subscription-widget--captcha .form-inline {
        height: 120px;
    }

    .subscription-widget--name.subscription-widget--captcha .form-group--firstname {
        left: 220px;
        width: -webkit-calc((100% - 570px) / 2);
        width: -moz-calc((100% - 570px) / 2);
        width: calc((100% - 570px) / 2);
    }

    .subscription-widget--name.subscription-widget--captcha .form-group--lastname {
        right: 335px;
        width: -webkit-calc((100% - 570px) / 2);
        width: -moz-calc((100% - 570px) / 2);
        width: calc((100% - 570px) / 2);
    }

    .subscription-widget--name.subscription-widget--captcha .input-group--email + div,
    .subscription-widget--name.subscription-widget--captcha .input-group--email {
        left: 220px;
        width: -webkit-calc(100% - 556px);
        width: -moz-calc(100% - 556px);
        width: calc(100% - 556px);
    }

    .subscription-widget--name.subscription-widget--captcha .form-group--captcha {
        top: 22px;
    }
}

/* End Newsletter */


/* Start Footer */

.footer {
    background-color: #E5F6ED;
    margin: 0;
    padding: 30px 0 50px;
}

.footer .footer-menu-wrap {
    margin: 0 auto;
    max-width: 1130px;
}

.footer .navbar-text {
    color: #231F20;
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 19px;
}

.footer .navwrap .navbar-text {
    border-bottom: 2px solid #01AA4F;
    cursor: pointer;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.footer .navwrap .navbar-text:after {
    color: #01AA4F;
    content: "\f107";
    float: right;
    font-family: Fontawesome;
    font-size: 23px;
    position: relative;
    right: 10px;
    top: 0;
    -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;
}

.footer .navwrap .navbar-text.active:after {
    top: 2px;
    -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);
}

.footer .nav.navbar-nav {
    display: none;
    margin-bottom: 15px!important;
}

.footer .nav.navbar-nav.active {
    display: block;
}

.footer .navbar-nav li {
    display: block;
}

.footer .nav > li + li {
    margin-top: 10px;
}

.footer .nav > li > a {
    color: #231F20;
    padding: 0;
}

.footer .nav > li > a:hover {
    color: #01AA4F;
}

.company-info  {
    margin-top: 20px;
}

.company-info a,
.company-info span {
    display: block;
    text-align: center;
}

.company-info > span {
    margin: 25px 0 5px;
}

.company-info a {
    color: #015B2B;
    font-family: NunitosansBold;
    font-size: 14px;
}

.company-info a:hover {
    color: #01AA4F;
}

.company-info .logo-image {
    width: 145px;
}

.footer .nav.navbar-masthead-top {
    display: block;
    margin: 30px 0 35px!important;
}

.footer .navbar-masthead-top > li {
    width: 100%;
}

.footer .navbar-masthead-top > li + li {
    margin-top: 25px;
}

.footer .navbar-masthead-top > li > a {
    background-color: #231F20;
    color: #fff;
    font-family: NunitosansBold;
    font-size: 15px;
    height: 55px;
    line-height: 55px;    
    -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;
}

.footer .navbar-masthead-top > li > a[data-menu-name="ShopRitterLumber"]:before {
    content: "\e001";
    font-family: Icomoon;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.footer .navbar-masthead-top > li > a:hover {
    background-color: #186B3F;
    color: #fff;
}

.footer .social .navbar-text {
    display: none;
}

.footer .social > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer .social > ul > li {
    display: inline-block;
}

.footer .social > ul > li + li {
    margin-left: 20px;
}

.footer .social > ul > li > a {
    color: #231F20;
    font-size: 25px;
}

.footer .social > ul > li > a:active,
.footer .social > ul > li > a:focus,
.footer .social > ul > li > a:hover {
    color: #01AA4F;
    outline: 0;
    text-decoration: none;
}

.copyright {
    background-color: #231F20;
    padding: 20px;
}

.copyright span {
    display: block;
    font-size: 12px;
    line-height: 22px;
}

.copyright span a {
    color: #01AA4F;
}

.copyright span a:hover {
    color: #186B3F;
    text-decoration: none;
}


@media (min-width: 768px) {

    .footer .navwrap {
        margin: 0 -10px;
    }

    .footer .navwrap .navbar {
        padding: 0 10px;
    }

    .footer .navwrap .navbar-text {
        cursor: auto;
    }

    .footer .navwrap .navbar-text:after {
        display: none;
    }

    .footer .nav.navbar-nav {
        display: block;
    }

    .footer .nav.navbar-masthead-top {
        float: none;
        margin: 30px -10px 35px!important;
    }

    .footer .navbar-masthead-top > li {
        display: inline-block;
        float: left;
        padding: 0 10px;
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

    .footer .navbar-masthead-top > li + li {
        margin: 0;
    }

    .copyright span {
        display: inline-block;
    }

}

@media (min-width: 992px) {
    
    .footer {
        padding-top: 50px;
    }

    .footer .footer-menu-wrap {
        position: relative;
    }

    .footer .navwrap {
        padding-bottom: 105px;
    }

    .footer .navwrap .navbar-text {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .footer .nav > li + li {
        margin: 0;
    }

    .footer .nav > li > a {
        font-size: 15px;
        line-height: 35px;
    }

    .company-info {
        margin-top: 10px;
        position: initial;
    }

    .company-info .logo-image {
        width: 165px;
    }

    .company-info a,
    .company-info span {
        font-size: 15px;
    }

    .company-info > span {
        margin-top: 20px;
    }

    .footer .nav.navbar-masthead-top {
        bottom: 0;
        left: 0;
        margin: 0 -10px!important;
        padding: 0 20px;
        position: absolute;
        width: 75%;
    }

    .footer .navbar-masthead-top > li > a {
        line-height: 55px;
    }

    .footer .social {
        bottom: 12px;
        position: absolute;
        right: 20px;
        width: 25%;
    }

    .footer .social > ul > li > a > span {
        font-size: 28px;
    }

    .copyright {
        padding: 25px 20px;
    }

    .copyright span {
        font-size: 14px;
    }

}

/* End Footer */

/* Start Shopping Cart */
.shopping-cart--layout .logo-image {
    width: 105px;
}

/*.shopping-cart--layout #mainfooter {
    padding-bottom: 0;
}*/

@media (min-width: 992px) {
    .shopping-cart--layout #masthead {
        height: 90px;
    }

    .shopping-cart--layout .logo-image {
        width: 147px;
    }
}
/* End Shopping Cart */

/* Start Register Completed */
.register-layout--completed #masthead {
    padding: 10px;
    text-align: center;
}

.register-layout--completed .body-content {
    text-align: center;
}

.register-layout--completed .logo-image {
    width: 105px;
}

.register-layout--completed #mainfooter {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .register-layout--completed #masthead {
        height: 90px;
    }

    .register-layout--completed .logo-image {
        width: 147px;
    }
}
/* End Register Completed */

/* Start Branch Selection Popup */
.branch-select__branches {
    font-size: 0;
    text-align: center;
}

.branch-select__branch {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: top;
    width: 50%;
}

.branch-select__branch .custom-button__label {
    text-align: left;
    min-width: 120px;
}

.branch-select__branch .custom-button__text {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}

.branch-select__branch .custom-button__input.custom-button--radio + .fa {
    border-color: #333;
    margin-right: 10px;
}

.branch-select__branch .custom-button__input.custom-button--radio:checked + .fa {
    background-color: #235937;
}

.branch-select__branch .custom-button__input.custom-button--radio:checked + .fa:before {
    color: #fff;
    content: "\f00c";
    font-size: 16px;
}
/* End Branch Selection Popup */


/* Start My Account */

.my-account-wrap .breadcrumb-wrap ul > li:last-of-type > a {
    color: #000;
}

.my-account-wrap .breadcrumb-wrap ul > li:last-of-type > a:hover {
    color: #01AA4F;
}

.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn {
    background-color: #186B3F;
    border-color: #186B3F;
}

.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: #01AA4F;
    border-color: #01AA4F;
}

.panel-last-statement__view-link,
.my-account-layout--fullwidth-layout .panel-title .btn-link {
    color: #186B3F;
}

.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: #186B3F;
}

/* Invoices */

.my-account-layout--fullwidth-layout .my-account-report-toolbar__link,
.my-account-layout--fullwidth-layout .grid-filter__button-reset {
    color: #186B3F;
    -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: #01AA4F;
}

/* Payments */

.my-account-payment__header-due-date {
    color: #186B3F;
}

.my-account-payment-summary__actions .btn--blue {
    background-color: #186B3F;
    border-color: #186B3F;
}

.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: #01AA4F;
    border-color: #01AA4F;
}


@media (min-width: 992px) {

    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item.nav--active {
        color: #186B3F;
    }

    .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: #01AA4F;
    }

}

/* End My Account */


/* Start Subscription Popup */

.subscription-popup .modal-dialog {
    padding: 0 20px;
}

.subscription-popup .modal-content {
    border-radius: 5px;
}

.announcement-popup .close {
    opacity: 1;
    right: 15px;
    top: 10px;
    -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;
}

.announcement-popup .close:hover {
    color: #d2d2d2;
}

.subscription-popup .modal-body {
    padding: 20px;
}

.newsletter-popup-content {
    text-align: center;
}

.newsletter-popup-content h2 {
    color: #186B3F;
    font-family: OpensansExtrabold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.newsletter-popup-content p {
    color: #000;
    margin-bottom: 15px;
}

.newsletter-popup-content .form-group {
    text-align: left;
}

.newsletter-popup-content .form-group .text-danger {
    display: block;
    margin-top: 3px;
}

.newsletter-popup-content .form-group .form-control,
.newsletter-popup-content .input-group .form-control {
    background-color: rgba(24, 107, 63, 0.1);
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 12px;
    max-width: 100%;
}

.newsletter-popup-content .input-group .form-control {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
}

.newsletter-popup-content .form-group .form-control::-webkit-input-placeholder {
    color: #000;
}

.newsletter-popup-content .form-group .form-control:-ms-input-placeholder {
    color: #000;
}

.newsletter-popup-content .form-group .form-control::-ms-input-placeholder {
    color: #000;
}

.newsletter-popup-content .form-group .form-control::placeholder {
    color: #000;
}

.newsletter-popup-content .input-group .form-control::-webkit-input-placeholder {
    color: #000;
}

.newsletter-popup-content .input-group .form-control:-ms-input-placeholder {
    color: #000;
}

.newsletter-popup-content .input-group .form-control::-ms-input-placeholder {
    color: #000;
}

.newsletter-popup-content .input-group .form-control::placeholder {
    color: #000;
}

.newsletter-popup-content .input-group .btn {
    background-color: #231F20;
    border-color: #231F20;
    border-radius: 0;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    width: 110px;
}

.newsletter-popup-content .input-group .btn:hover {
    background-color: #333;
    border-color: #333;
}


@media (min-width: 450px) {

    .newsletter-popup-content .form-group--firstname,
    .newsletter-popup-content .form-group--lastname {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .newsletter-popup-content .form-group--firstname {
        padding-right: 5px;
    }

    .newsletter-popup-content .form-group--lastname {
        padding-left: 5px;
    }

}

@media (min-width: 768px) {

    .subscription-popup .modal-body {
        padding: 40px 40px 50px;
    }

    .newsletter-popup-content h2 {
        font-size: 24px;
    }

    .newsletter-popup-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .newsletter-popup-content .form-group .form-control,
    .newsletter-popup-content .input-group .form-control {
        font-size: 14px;
        height: 40px;
    }

    .newsletter-popup-content .input-group .btn {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

}

/* End Subscription Popup */


/* Start Little Ritters */

.littleritters .page-section-wrap--Image.page-banner-image .page-section,
.coloringpages .page-section-wrap--Image.page-banner-image .page-section {
    height: auto;
}

.littleritters .page-section-wrap--Image.page-banner-image .page-section img,
.coloringpages .page-section-wrap--Image.page-banner-image .page-section img {
    height: auto;
    left: auto;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* End Little Ritters */


/* Start Coloring Pages */

.coloringpages .page-section-wrap--RichText .page-section {
    padding: 0;
}

.coloringpages .page-section-wrap--RichText .page-section__title {
    margin: 0;
}

.coloringpages .page-section-wrap--ImageWithText .page-section__text-wrap {
    padding: 20px 20px 0 20px;
}

.coloringpages .page-section-wrap--ImageWithText .page-section__title {
    font-size: 16px!important;
}

.coloringpages .page-section-wrap--ImageWithText .page-section__image-wrap {
    height: auto;
    padding: 0 20px 20px;
}

.coloringpages .page-section-wrap--ImageWithText .page-section__image-wrap > img {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


@media (min-width: 768px) {

    .coloringpages .page-section-wrap--ImageWithText .page-section__image-wrap > img {
        max-height: 185px;
    }

}

@media (min-width: 992px) {

    .coloringpages .page-section-wrap--ImageWithText .page-section__image-wrap > img {
        max-height: 250px;
    }

}

@media (min-width: 1200px) {

    .coloringpages .page-section-wrap--RichText .page-section__title {
        font-size: 34px!important;
    }

    .coloringpages .page-section-wrap--ImageWithText .page-section__title {
        font-size: 24px!important;
    }

    .coloringpages .page-section-wrap--ImageWithText .page-section__image-wrap > img {
        max-height: 310px;
    }

}

/* End Coloring Pages */


/* Start Gallery */

.gallery .ibos-slider-wrap .slick-prev {
    left: 0;
}

.gallery .ibos-slider-wrap .slick-next {
    right: 0;
}

.gallery .page-section-wrap--Slider .widget-sub-item-image__link {
    width: 100%;
}

/* End Gallery */

/* Start Post */
.page-main-layout--post-list-entry .post-list-content-wrap {
    width: 100%;
}

.page-main-layout--post-list-entry .post-list-navs.nav--right {
    display: none;
}
/* End Post */

.fb_reset {
    z-index: 1;
}

#cartPopupModal {
    z-index: 99999;
}

/* Start Our Story */
.our-story-year-row .page-section {
    background-color: #e5f6ec;
    padding: 0;
}

.our-story-year-row .page-section__title {
    background-color: #01aa4f;
    color: #fff;
    font-family: OpenSansBold;
    font-size: 36px !important;
    line-height: 75px !important;
    margin: 0;
    text-align: center;
}

.our-story-year-row .page-section__content {
    padding: 20px;
}

@media (min-width: 600px) {
    .our-story-year-row .page-section {
        border-radius: 66px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .our-story-year-row .page-section__title {
        border-radius: 66px;
        height: 130px;
        line-height: 130px !important;
        width: 125px;
    }

    .our-story-year-row .page-section__content {
        padding-right: 40px;
        width: -webkit-calc(100% - 125px);
        width: -moz-calc(100% - 125px);
        width: calc(100% - 125px);
    }
}
/* End Our Story */

/* start fb chat */
.fb_dialog .fb_dialog_content > iframe { left: 12px !important; right: auto !important;}
.fb_iframe_widget > span > iframe { left: 10px !important; right: auto !important;}
#fb-root ~ #maincontent .homepage .express-drive-thru {position:relative; z-index:-1;}
#fb-root ~ .newsletter .input-group--email {z-index:0;}
/* end fb chat */
.shopping-cart-empty-wrap .page-header { display: none;}
﻿.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #015b2b;
}
.footer--login ul li a:hover {
    color: #01AA4F;
}
/* ======================= FACEBOOK FEED (HOMEPAGE) CSS CODES ======================= */
.homepage-facebookfeed .page-section--CustomHTML {
   height:500px;
}
.homepage-facebookfeed .page-section--CustomHTML .page-section__content {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
     .homepage .our-story {
          width:100%;
       }
     .homepage-facebookfeed {
          width:100%;
      }
     .homepage .our-story .page-section__content .page-section__text-wrap {
          padding: 50px 20px !important;
       }
}
@media only screen and (min-width:640px) {
     .homepage .our-story .page-section__content {
          height:227px;;
       }
     .homepage .our-story .page-section__content .page-section__text-wrap {
          padding: 20px 20px !important;
          width:50% !important;
       }
     .homepage .our-story .page-section__content .page-section__image-wrap {
          width:50% !important;
       }
      .homepage-facebookfeed .page-section--CustomHTML .page-section__content {
          margin-top:1px;
      }
}
@media only screen and (min-width:768px) {
     .homepage .our-story {
          width:50%;
          padding: 22px 15px 40px 15px !important;
       }
       .homepage .our-story .page-section__content {
           height: 455px;
      }
     .homepage-facebookfeed {
          width:50%;
      }
}
@media only screen and (min-width:800px) {
     .homepage .our-story {
          width:52%;
       }
     .homepage-facebookfeed {
          width:47%;
      }
}
@media only screen and (min-width:860px) {
     .homepage .our-story {
          width:56%;
       }
     .homepage-facebookfeed {
          width:43%;
      }
}
@media only screen and (min-width:900px) {
     .homepage .our-story {
          width:57%;
       }
     .homepage-facebookfeed {
          width:42%;
      }
}
@media only screen and (min-width:948px) {
     .homepage .our-story {
          width:59%;
       }
     .homepage-facebookfeed {
          width:39%;
      }
}
@media only screen and (min-width:992px) {
     .homepage .our-story  {
          width:60% !important;
       }
     .homepage .our-story .page-section__content .page-section__text-wrap {
          padding: 10px 20px!important;
       }
     .homepage-facebookfeed {
          width:40%;
      }
}
@media only screen and (min-width:1024px) {
     .homepage .our-story  {
          width:62% !important;
       }
     .homepage-facebookfeed {
          width:38%;
      }
}
@media only screen and (min-width:1100px) {
     .homepage .our-story  {
          width:65% !important;
       }
     .homepage-facebookfeed {
          width:35%;
      }
}
@media only screen and (min-width:1163px) {
     .homepage .our-story  {
          width:67% !important;
       }
     .homepage-facebookfeed {
          width:33%;
      }
}
@media only screen and (min-width:1280px) {
     .homepage .our-story  {
          width:70% !important;
       }
     .homepage-facebookfeed {
          width:30%;
      }
}
@media only screen and (min-width:1336px) {
     .homepage .our-story  {
          width:71% !important;
       }
     .homepage-facebookfeed {
          width:29%;
      }
}
@media only screen and (min-width:1400px) {
     .homepage .our-story  {
          width:72.5% !important;
       }
     .homepage-facebookfeed {
          width:27%;
      }
}
@media only screen and (min-width:1467px) {
     .homepage .our-story  {
          width:74% !important;
       }
     .homepage-facebookfeed {
          width:25%;
      }
}
@media only screen and (min-width:1550px) {
     .homepage .our-story  {
          width:75% !important;
       }
}
/* =============== GENERIC CONTENT, PRODUCT, MY ACCOUNT HEADER, TEXT  CSS CODES =============== */
h1.page-header__title {
    font-family: 'OpensansBold';
    text-align:center;
}
.page-header h1 {
    font-family: 'OpensansBold';
}
h2.page-section__title {
    color: #333;
    font-family: 'OpensansBold';
    font-size: 22px !important;
    line-height:34px !important;
}
h2.page-title {
    font-family: 'OpensansBold';
}
.page-section__title {
    font-family: 'OpensansBold';
}
.page-section__accordion-header {
   font-family: 'OpensansBold';
   line-height:27px;
}
.page-section__accordion-content {
    font-family: 'NunitosansRegular';
    padding: 10px 20px;
    font-size: 15px;
    line-height: 28px;
}
.page-section__content {
    font-family: 'NunitosansRegular';
    font-size: 15px;
    line-height: 28px;
}
.page-section__content p a {
   color: #231f20;
   text-decoration:none;
}
.page-section__content p a:hover {
   color: #01aa4f;
   text-decoration:underline;
}
.btn.btn-default.page-section__btn-link {
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
    display: block;
    font-family: 'OpensansBold';
}
.btn.btn-default.page-section__btn-link:hover {
    background-color: #186b3f!important;
    border-color: #186b3f!important;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:active {
    background-color: #186b3f!important;
    border-color: #186b3f!important;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:focus {
    background-color: #186b3f!important;
    border-color: #186b3f!important;
    outline: 0;
    text-decoration: none;
}
/* OTHER PAGES */
.page-title.mtop-0 {
   font-family: 'OpensansBold';
}
h1.page-title {
   font-family: 'OpensansBold';
}
h2.page-title {
   font-family: 'OpensansBold';
}
.registration-confirmation-wrap .page-title h3 {
   font-family: 'OpensansBold';
}
h1.text-danger {
   font-family: 'OpensansBold';
}
h2.text-danger {
   font-family: 'OpensansBold';
}
.modal-title {
   font-family: 'OpensansBold';
}
.store-location-page .page-header__title {
   font-family: 'OpensansBold';
   text-align: center;
   padding: 30px 0;
}
.form-configurator-confirmation-page .text-center .h4 {
    font-family: 'OpensansBold';
}

/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    h1.page-header__title {
        font-size: 28px;
    }
    h2.page-section__title {
      font-size: 24px !important;
      line-height: 38px!important;
   }
}
@media only screen and (min-width: 1024px) {
    h1.page-header__title {
        font-size: 33px;
         line-height:45px;
    }
}
/* =============== SWITCH ACCOUNTS - YOUR CUSTOMER ACCOUNTS ===============  */
.my-account-wrap #gridCustomerAccounts .btn-xs {
    background-color: #186B3F;
    border-color: #186B3F;
    color: #fff;
    outline: 0;
    text-decoration: none;
    font-family: NunitosansBold;
}
.my-account-wrap #gridCustomerAccounts .btn-xs:hover {
    background-color: #01AA4F;
    border-color: #01AA4F;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.my-account-wrap #gridCustomerAccounts .btn-xs:active {
    background-color: #01AA4F;
    border-color: #01AA4F;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.my-account-wrap #gridCustomerAccounts .btn-xs:focus {
    background-color: #01AA4F;
    border-color: #01AA4F;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
/* ======================= POSTS CSS CODES ======================= */
.breadcrumb--post .container {
    padding-top: 35px;
}
/* MAIN POSTS PAGE */
.post-list-wrap .list-filter--categories li.list-group-item {
    border: 1px solid #ddd;
}
.post-list-wrap .list-filter--categories a.list-group-item {
    border-width: 0;
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item h2.post-list-item__title {
    font-family: 'OpensansBold';
   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: 'NunitosansRegular';
    font-size: 14px;
    line-height:23px;
    margin-bottom: 20px;
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__summary {
    font-family: 'NunitosansRegular';
    font-size: 15px;
    line-height: 25px;
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .post-list-category__title {
    font-family: 'OpensansBold';
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .list-filter-wrap .list-group .list-group-item {
    font-family: 'NunitosansRegular';
}
/* POST ENTRIES */
/*.breadcrumb--post + .body-content .page-header__title {
    font-family: 'OpensansBold';
    font-size: 30px;
    line-height: 40px;
    color: #e93c4f;
}*/
.post-list-publish-info {
    color: #333;
}
.page-main-layout--post-list-entry .post-list-template--default .post-list-publish-info {
      text-align:center;
}
.post-list-template--default .post-list-publish-info {
    font-family: 'NunitosansRegular';
    font-size: 13px;
    line-height: 22px;
}
.post-list-template--default .page-section-wrap .page-section__title  {
    font-family: 'OpensansBold';
}
.post-list-template--default .page-section-wrap .page-section__content  {
    font-family: 'NunitosansRegular';
    font-size: 15px;
    line-height: 25px;
}

/* ======================= INSTALLATION SERVICES CSS CODES ======================= */
.installation-service {
   padding-top:60px;
}
.InstallationServices-TopImage .page-section--Image.page-section--Large {
    height:500px;
}
.InstallationServices-Description .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    border-radius: 66px;
    width: 100%;
    height: 100px;
    max-width: 100px;
    margin: 0 auto;
}
/* ======================= LOCATIONS CSS CODES ======================= */
.locations {
   padding-top:60px;
}
.locations .page-section--CustomHTML {
    padding: 0;
}
.locations .page-section--RichText .page-section__content p {
    margin:10px 0 !important;
}

.Locations-MainContainer1,
.Locations-MainContainer2,
.Locations-MainContainer3,
.Locations-MainContainer4,
.Locations-MainContainer5,
.Locations-MainContainer6 {
    padding: 20px 0;
}

.page-main-layout--iframe .locations .page-section--CustomHTML .page-section__content,
.locations .page-section--CustomHTML .page-section__content {
    height: 250px;
}

.page-main-layout--iframe .locations .custom-html--for-js .page-section--CustomHTML .page-section__content,
.locations .custom-html--for-js .page-section--CustomHTML .page-section__content {
    height: auto;
}

.locations .page-section-wrap--RichText {
    border: solid 1px #ccc;
    padding: 20px;
}

.Locations-MainContainer2 .page-section-wrap--RichText,
.Locations-MainContainer2 .page-section-wrap--RichText .page-section,
.Locations-MainContainer4 .page-section-wrap--RichText,
.Locations-MainContainer4 .page-section-wrap--RichText .page-section,
.Locations-MainContainer6 .page-section-wrap--RichText,
.Locations-MainContainer6 .page-section-wrap--RichText .page-section {
    background-color: #f4fff9 !important;
}

@media (min-width: 600px) {
    .Locations-MainContainer1,
    .Locations-MainContainer2,
    .Locations-MainContainer3,
    .Locations-MainContainer4,
    .Locations-MainContainer5,
    .Locations-MainContainer6 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .locations .page-section--CustomHTML,
    .locations .page-section--CustomHTML .page-section__content {
        height: 100%;
    }

    .page-main-layout--iframe .locations .page-section--CustomHTML,
    .page-main-layout--iframe .locations .page-section--CustomHTML .page-section__content {
        height: 330px;
    }

    .page-main-layout--iframe .locations .custom-html--for-js .page-section--CustomHTML,
    .page-main-layout--iframe .locations .custom-html--for-js .page-section--CustomHTML .page-section__content {
        height: auto;
    }
}

/* ======================= LUFKIN MILLWORK CSS CODES ======================= */
.lufkin-millwork {
   padding-top:60px;
}
.LufkinMillwork-CustomProduction .page-section__content .page-section__text-wrap .page-section__text-content p {
    font-size: 16px;
    line-height: 29px;
}
.LufkinMillwork-DivisionInfo1 .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    border-radius: 66px;
    width: 100%;
    height: 65px;
    font-size:0;
    max-width: 65px;
    margin: 0 auto;
}
.LufkinMillwork-DivisionInfo1 .page-section__content .page-section__text-wrap .page-section__text-content p {
    margin: 7px 0;
}
.LufkinMillwork-DivisionInfo1 .page-section__content .page-section__text-wrap .page-section__text-content p strong span {
    color: #186b3f !important;
}
.LufkinMillwork-DivisionInfo1 .page-section__content .page-section__text-wrap .page-section__text-content p strong span a {
    color: #186b3f !important;
}
.LufkinMillwork-DivisionInfo2 .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    border-radius: 66px;
    width: 100%;
    height: 65px;
    font-size:0;
    max-width: 65px;
    margin: 0 auto;
}
.LufkinMillwork-DivisionInfo2 .page-section__content .page-section__text-wrap .page-section__text-content p {
    margin: 7px 0;
}
.LufkinMillwork-MiddleImageWithText .page-section__content .page-section__text-wrap .page-section__text-content ul {
    padding-left: 0;
}
.LufkinMillwork-MiddleImageWithText .page-section__content .page-section__text-wrap .page-section__text-content ul li {
    list-style:none;
    padding: 20px 0;
}
.LufkinMillwork-MiddleImageWithText .page-section__content .page-section__text-wrap .page-section__text-content ul li:before {
    content: "\f00c";
    font-family: Fontawesome;
    top: 3px;
    color: #fff;
    background-color: #01aa4f;
    padding:8px;
    font-size: 25px;
    line-height: 34px;
    border-radius:32px;
    margin-right: 16px;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 640px) {
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__image-wrap {
          width:100%;
      }
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__text-wrap {
          width:100%;
      }
     .LufkinMillwork-MiddleImageWithText .page-section .page-section__content .page-section__image-wrap {
          width:100%;
      }
     .LufkinMillwork-MiddleImageWithText .page-section .page-section__content .page-section__text-wrap {
          width:100%;
      }
}
@media only screen and (min-width: 800px) {
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__image-wrap {
          width:50%;
      }
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__text-wrap {
          width:50%;
      }
     .LufkinMillwork-MiddleImageWithText .page-section .page-section__content .page-section__image-wrap {
          width:50%;
      }
     .LufkinMillwork-MiddleImageWithText .page-section .page-section__content .page-section__text-wrap {
          width:50%;
      }
}
@media only screen and (min-width: 940px) {
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__image-wrap {
          width:40%;
      }
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__text-wrap {
          width:60%;
      }
}
@media only screen and (min-width: 1024px) {
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__image-wrap {
          width:35%;
      }
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__text-wrap {
          width:65%;
      }
     .LufkinMillwork-MiddleImageWithText .page-section .page-section__content .page-section__image-wrap {
          width:35%;
      }
     .LufkinMillwork-MiddleImageWithText .page-section .page-section__content .page-section__text-wrap {
          width:65%;
      }
}
@media only screen and (min-width: 1280px) {
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__image-wrap {
          width:30%;
      }
     .LufkinMillwork-CustomProduction .page-section .page-section__content .page-section__text-wrap {
          width:70%;
      }
     .LufkinMillwork-MiddleImageWithText .page-section .page-section__content .page-section__image-wrap {
          width:30%;
      }
     .LufkinMillwork-MiddleImageWithText .page-section .page-section__content .page-section__text-wrap {
          width:70%;
      }
}
/* ======================= OUR PROJECTS CSS CODES ======================= */
.our-projects {
   padding-top:60px;
}
/* ======================= OUR STORY CSS CODES ======================= */
.body-content.our-history {
   padding-top:60px!important;
}
.OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    width: 100%;
    margin: 0 auto;
    height:75px;
}
.OurHistory-YearContent .page-section .page-section__content .page-section__text-wrap {
    background-color: #e5f6ec;
    width: 100%;
    margin: 0 auto;
}
.OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    width: 100%;
    margin: 0 auto;
    height:75px;
}
.OurHistory-YearContent2 .page-section .page-section__content .page-section__text-wrap {
    background-color: #e5f6ec;
    width: 100%;
    margin: 0 auto;
}
.OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    width: 100%;
    margin: 0 auto;
    height:75px;
}
.OurHistory-YearContent3 .page-section .page-section__content .page-section__text-wrap {
    background-color: #e5f6ec;
    width: 100%;
    margin: 0 auto;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 767px) {
    .OurHistory-TopImageWithText .page-section .page-section__content .page-section__image-wrap {
        height: auto;
    }
    .OurHistory-TopImageWithText .page-section .page-section__content .page-section__image-wrap img {
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media only screen and (min-width: 640px) {
     .OurHistory-TopImageWithText .page-section .page-section__content .page-section__image-wrap {
          width:100%;
      }
     .OurHistory-TopImageWithText .page-section .page-section__content .page-section__text-wrap {
          width:100%;
      }
     .OurHistory-YearContent {
         margin-left:-70px;
     }
     .OurHistory-YearContent2 {
         margin-left:-70px;
     }
      .OurHistory-YearContent3 {
         margin-left:-70px;
     }
     .OurHistory-YearContent .page-section .page-section__content {
         position: relative;
         height: 145px;
     }
     .OurHistory-YearContent2 .page-section .page-section__content {
         position: relative;
         height: 145px;
     }
     .OurHistory-YearContent3 .page-section .page-section__content {
         position: relative;
         height: 145px;
     }
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         background-color: #01aa4f;
         border-radius: 66px;
         height: 130px;
         font-size: 0;
         max-width: 200px;
         width: 20%;
         position: absolute;
         left: 65px;
         z-index: 2;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         background-color: #01aa4f;
         border-radius: 66px;
         height: 130px;
         font-size: 0;
         max-width: 200px;
         width: 20%;
         position: absolute;
         left: 65px;
         z-index: 2;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         background-color: #01aa4f;
         border-radius: 66px;
         height: 130px;
         font-size: 0;
         max-width: 200px;
         width: 20%;
         position: absolute;
         left: 65px;
         z-index: 2;
      }
     .OurHistory-YearContent .page-section .page-section__content .page-section__text-wrap {
          width: 89%;
          border-radius: 66px;
          height: 130px;
          position: relative;
          margin-left: 83px;
          margin-top:6px;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__text-wrap {
          width: 89%;
          border-radius: 66px;
          height: 130px;
          position: relative;
          margin-left: 83px;
          margin-top:6px;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__text-wrap {
          width: 89%;
          border-radius: 66px;
          height: 130px;
          position: relative;
          margin-left: 83px;
          margin-top:6px;
      }
     .OurHistory-YearContent .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          position: absolute;
          top: 16%;
          left: 120px;
          padding: 10px 20px;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          position: absolute;
          top: 16%;
          left: 120px;
          padding: 10px 20px;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          position: absolute;
          top: 1%;
          left: 120px;
          padding: 10px 20px;
      }
}
@media only screen and (min-width: 684px) {
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          top: 13%;
      }
}
@media only screen and (min-width: 700px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 18%;
      }
     .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 18%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 18%;
      }
}
@media only screen and (min-width: 723px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
         top: 24%;
      }
     .OurHistory-YearContent2 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
         top: 24%;
      }
}

@media only screen and (min-width: 741px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__text-wrap {
          margin-top:0;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__text-wrap {
          margin-top:0;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__text-wrap {
          margin-top:0;
      }
}

@media only screen and (min-width: 768px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 17%;
      }
     .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 17%;
      }      
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 17%;
      }   
}
@media only screen and (min-width: 800px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 16%;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 16%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 16%;
      }
}
@media only screen and (min-width: 850px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 15%;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 15%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 15%;
      }
}
@media only screen and (min-width: 900px) {
     .OurHistory-TopImageWithText .page-section .page-section__content .page-section__image-wrap {
          width:50%;
      }
     .OurHistory-TopImageWithText .page-section .page-section__content .page-section__text-wrap {
          width:50%;
      }
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 14%;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 14%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 14%;
      }
}

@media only screen and (min-width: 927px) {
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          top: 20%;
      }
}

@media only screen and (min-width: 1000px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 13%;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 13%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 13%;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          top: 33%;
     }
}
@media only screen and (min-width: 1060px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 12%;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 12%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 12%;
      }
}
@media only screen and (min-width: 1130px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 11%;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 11%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 11%;
      }
}
@media only screen and (min-width: 1274px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
         top: 30%;
      }
}
@media only screen and (min-width: 1280px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 10%;
      }
      .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 10%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 10%;
      }
}
@media only screen and (min-width: 1400px) {
     .OurHistory-YearContent .page-section .page-section__content .page-section__image-wrap {
         width: 9%;
      }
     .OurHistory-YearContent2 .page-section .page-section__content .page-section__image-wrap {
         width: 9%;
      }
      .OurHistory-YearContent3 .page-section .page-section__content .page-section__image-wrap {
         width: 9%;
      }
}
/* ======================= SAVINGS CSS CODES ======================= */
.savings {
   padding-top:60px;
}
.Savings-TopText {
   width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.Savings-GreenBoxContainer {
    background-color: #24724a;
    width: 100%;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.Savings-GreenBoxContainer .Savings-GreenBoxSection .page-section h2.page-section__title p span {
   color: #fde897;
}
.Savings-GreenBoxContainer .Savings-ButtonGreenBoxSection .page-section a.btn {
    padding: 13px 43px;
    font-size: 19px;
}
/* ======================= SERVICES CSS CODES ======================= */
.services {
   padding-top:60px;
}
.Services-ImageWithTextWhite .page-section--ImageWithText .page-section__content {
   border: solid 1px #ccc;
   font-size:0;
}
.Services-ImageWithTextWhite .page-section--ImageWithText .page-section__content .page-section__text-content {
    font-size: 15px;
    line-height: 28px;
}
.Services-ImageWithTextGreen .page-section--ImageWithText .page-section__content {
   border: solid 1px #ccc;
   font-size:0;
   background-color: #f4fff9;
}
.Services-ImageWithTextGreen .page-section--ImageWithText .page-section__content .page-section__text-content {
    font-size: 15px;
    line-height: 28px;
}

.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap img,
.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .Services-ImageWithTextWhite .page-section .page-section__content .page-section__image-wrap {
           width:100% !important;
    }
    .Services-ImageWithTextWhite .page-section .page-section__content .page-section__text-wrap {
           width:100% !important;
    }
    .Services-ImageWithTextGreen .page-section .page-section__content .page-section__image-wrap {
           width:100% !important;
    }
    .Services-ImageWithTextGreen .page-section .page-section__content .page-section__text-wrap {
           width:100% !important;
    }

    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Left .page-section__content,
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Right .page-section__content,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Left .page-section__content,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Right .page-section__content {
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
    }

    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Left .page-section__image-wrap,
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Right .page-section__image-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Left .page-section__image-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Right .page-section__image-wrap {
        height: 100%;
        left: 0;
        position: absolute;
        padding: 0 0 0 40%;
        top: 0;
    }

    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Left .page-section__text-wrap,
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Right .page-section__text-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Left .page-section__text-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Right .page-section__text-wrap {
        margin-left: 40%;
    }

    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Left .page-section__image-wrap img,
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Right .page-section__image-wrap img,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Left .page-section__image-wrap img,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Right .page-section__image-wrap img {
        height: 100%;
    }
}
@media only screen and (min-width:768px) {
    .Services-ImageWithTextWhite .page-section .page-section__content .page-section__image-wrap {
           width:40% !important;
    }
    .Services-ImageWithTextWhite .page-section .page-section__content .page-section__text-wrap {
           width:60% !important;
    }
    .Services-ImageWithTextGreen .page-section .page-section__content .page-section__image-wrap {
           width:40% !important;
    }
    .Services-ImageWithTextGreen .page-section .page-section__content .page-section__text-wrap {
           width:60% !important;
    }
	.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap {
	   height:295px;
	}
	.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap img {
	   height:100%;
	}	
	.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap {
	   height:295px;
	}
	.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap img {
	   height:100%;
	}	
}
@media only screen and (min-width:992px) {
    .Services-ImageWithTextWhite .page-section .page-section__content .page-section__image-wrap {
           width:35% !important;
    }
    .Services-ImageWithTextWhite .page-section .page-section__content .page-section__text-wrap {
           width:65% !important;
    }
    .Services-ImageWithTextGreen .page-section .page-section__content .page-section__image-wrap {
           width:35% !important;
    }
    .Services-ImageWithTextGreen .page-section .page-section__content .page-section__text-wrap {
           width:65% !important;
    }
	.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap {
	   height:240px;
	}
	.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap img {
	   height:100%;
	}	
	.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap {
	   height:240px;
	}
	.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap img {
	   height:100%;
	}
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Left .page-section__image-wrap,
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Right .page-section__image-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Left .page-section__image-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Right .page-section__image-wrap {
        padding: 0 0 0 35%;
    }

    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Left .page-section__text-wrap,
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Right .page-section__text-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Left .page-section__text-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Right .page-section__text-wrap {
        margin-left: 35%;
    }
}
@media only screen and (min-width:1100px) {
    .Services-ImageWithTextWhite .page-section .page-section__content .page-section__image-wrap {
           width:30% !important;
    }
    .Services-ImageWithTextWhite .page-section .page-section__content .page-section__text-wrap {
           width:70% !important;
    }
    .Services-ImageWithTextGreen .page-section .page-section__content .page-section__image-wrap {
           width:30% !important;
    }
    .Services-ImageWithTextGreen .page-section .page-section__content .page-section__text-wrap {
           width:70% !important;
    }
	.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap {
	   height:211px;
	}
	.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap img {
	   height:100%;
	}	
	.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap {
	   height:211px;
	}
	.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap img {
	   height:100%;
	}
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Left .page-section__image-wrap,
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Right .page-section__image-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Left .page-section__image-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Right .page-section__image-wrap {
        padding: 0 0 0 30%;
    }

    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Left .page-section__text-wrap,
    .Services-ImageWithTextWhite .page-section--ImageWithText.page-section--orientation-Right .page-section__text-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Left .page-section__text-wrap,
    .Services-ImageWithTextGreen .page-section--ImageWithText.page-section--orientation-Right .page-section__text-wrap {
        margin-left: 30%;
    }
}
@media only screen and (min-width:1360px) {
	.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap {
	   height:196px;
	}
	.Services-ImageWithTextWhite .page-section__content .page-section__image-wrap img {
	   height:auto
	}	
	.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap {
	   height:196px;
	}
	.Services-ImageWithTextGreen .page-section__content .page-section__image-wrap img {
	   height:auto;
	}	
}
/* ======================= PRIVACY POLICY CODES ======================= */
.privacy-policy {
   padding-top:60px;
}
/* ======================= RETURN POLICY CODES ======================= */
.returns {
   padding-top:60px;
}
.page-header h1 {
    padding-top:50px;
    text-align: center;
}

.my-account-layout--fullwidth-layout .page-header h1 {
    padding-top: 0;
    text-align: left;
}
/* ======================= CAREERS CODES ======================= */
.Careers-ImgWithText .page-section__content .page-section__text-wrap .page-section__text-content p a.CareersApplicationPDF {
     background-color: #231f20;
     height: 55px;
     color:#fff;
     padding: 15px 25px;
     text-decoration:none;
}
.Careers-ImgWithText .page-section__content .page-section__text-wrap .page-section__text-content p a {
     color: #015b2b;
    font-family: NunitosansBold;
}
.Careers-ImgWithText .page-section__content .page-section__text-wrap .page-section__text-content p a.CareersApplicationPDF:hover {
     background-color: #186b3f;
}
/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
      .Careers-ImgWithText .page-section__content .page-section__image-wrap {
           width:100% !important;
      }
      .Careers-ImgWithText .page-section__content .page-section__text-wrap {
           width:100% !important;
      }
}
@media only screen and (min-width:900px) {
      .Careers-ImgWithText .page-section__content .page-section__image-wrap {
           width:50% !important;
      }
      .Careers-ImgWithText .page-section__content .page-section__text-wrap {
           width:50% !important;
      }
}
/* ======================= FREE CURBSIDE CSS CODES ======================= */
.curbside-pickup {
   padding-top:60px;
}
.CurbsidePickUp-TopText .page-section__content {
    max-width: 1024px;
    margin: 0 auto;
}
.CurbsidePickUp-TopText .page-section__content p {
   line-height:35px;
}
.CurbsidePickUp-ContactInfo .page-section .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    width: 100%;
    margin: 0 auto;
    height:61px;
}
.CurbsidePickUp-ContactInfo .page-section .page-section__content .page-section__text-wrap h2.page-section__title {
    font-size: 18px!important;
    line-height: 26px!important;
    margin-bottom: 1px;
}
.CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    width: 100%;
    margin: 0 auto;
    height:75px;
}
.CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__text-wrap {
    background-color: #e5f6ec;
    width: 100%;
    margin: 0 auto;
}
.CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
    background-color: #01aa4f;
    width: 100%;
    margin: 0 auto;
    height:75px;
}
.CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__text-wrap {
    background-color: #e5f6ec;
    width: 100%;
    margin: 0 auto;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 320px) {
     .CurbsidePickUp-ContactInfo .page-section--ImageWithText .page-section__content>div {
           padding: 0 20px;
     }
     .CurbsidePickUp-ContactInfo .page-section .page-section__content .page-section__image-wrap {
          background-color: #01aa4f;
          border-radius: 66px;
          height: 60px;
          font-size: 0;
          max-width: 60px;
         width: 22%;
         position: absolute;
         z-index: 2;
      }
      .CurbsidePickUp-ContactInfo .page-section .page-section__content .page-section__image-wrap img {
         margin-top: -7px;
       }
     .CurbsidePickUp-ContactInfo .page-section .page-section__content .page-section__text-wrap {
          width: 89%;
          border-radius: 66px;
          height: 130px;
          position: relative;
          margin-left: 60px;
      }
}
@media only screen and (min-width: 640px) {
     .CurbsidePickUp-ContactInfo .page-section--ImageWithText .page-section__content>div {
           padding: 20px;
     }
     .CurbsidePickUp-GreenImageCircle {
         margin-left:-70px;
     }
     .CurbsidePickUp-GreenImageCircle2 {
         margin-left:-70px;
     }
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content {
         position: relative;
         height: 145px;
     }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content {
         position: relative;
         height: 145px;
     }
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         background-color: #01aa4f;
         border-radius: 66px;
         height: 130px;
         font-size: 0;
         max-width: 200px;
         width: 20%;
         position: absolute;
         left: 65px;
         z-index: 2;
      }
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__text-wrap {
          width: 89%;
          border-radius: 66px;
          height: 130px;
          position: relative;
          margin-left: 83px;
      }
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          position: absolute;
          top: 25%;
          left: 115px;
          padding: 10px 20px;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         background-color: #01aa4f;
         border-radius: 66px;
         height: 130px;
         font-size: 0;
         max-width: 200px;
         width: 20%;
         position: absolute;
         left: 65px;
         z-index: 2;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__text-wrap {
          width: 89%;
          border-radius: 66px;
          height: 130px;
          position: relative;
          margin-left: 83px;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          position: absolute;
          top: 10%;
          left: 115px;
          padding: 10px 20px;
      }
}
@media only screen and (min-width: 700px) {
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 18%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 18%;
      }
}
@media only screen and (min-width: 768px) {
     .CurbsidePickUp-ContactInfo {
          width: 50%;
      }
     .CurbsidePickUp-ContactInfo .page-section .page-section__content .page-section__image-wrap {
          width: 34%;
      }
     .CurbsidePickUp-ContactInfo .page-section .page-section__content .page-section__text-wrap {
          width: 86%;
      }
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 17%;
      }  
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 17%;
      } 
}
@media only screen and (min-width: 800px) {
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 16%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 16%;
      }
}
@media only screen and (min-width: 850px) {
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 15%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 15%;
      }
}
@media only screen and (min-width: 900px) {
     .CurbsidePickUp-ContactInfo {
          width: 33.33%;
      }
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 14%;
      }
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          top: 33%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 14%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          top: 33%;
      }
}
@media only screen and (min-width: 938px) {
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__text-wrap .page-section__text-content {
          top: 23%;
      }
}
@media only screen and (min-width: 1000px) {
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 13%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 13%;
      }
}
@media only screen and (min-width: 1060px) {
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 12%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 12%;
      }
}
@media only screen and (min-width: 1130px) {
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 11%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 11%;
      }
}
@media only screen and (min-width: 1160px) {
     .CurbsidePickUp-ContactInfo {
          width: 25%;
      }
}
@media only screen and (min-width: 1280px) {
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 10%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 10%;
      }
}
@media only screen and (min-width: 1400px) {
     .CurbsidePickUp-GreenImageCircle .page-section .page-section__content .page-section__image-wrap {
         width: 9%;
      }
     .CurbsidePickUp-GreenImageCircle2 .page-section .page-section__content .page-section__image-wrap {
         width: 9%;
      }
}
/* ======================= CONTACT US CSS CODES ======================= */
.contact-us-page {
   padding-top:30px;
   max-width:1024px;
}
.contact-us-page #formContact {
   max-width: 800px;
    border: solid 1px #ccc;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
#ContactUsTop-MainContainer {
  width:100%;
  max-width:1100px;
  margin: 0 auto;
  padding:5px;
}
.ContactUsTop-Row {
  width:100%;
  max-width:1100px;
  margin: 0 auto;
}

/* MEDIA QUERIES */
.ContactUsTop-Subheader {
    color: #231f20;
    font-family: NunitosansLight;
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 22px;
}
.ContactUsTop-Subheader2 {
    color: #231f20;
    font-family: NunitosansLight;
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 22px;
}
.ContactUsTop-Text {
    color: #231f20;
    font-family: NunitosansLight;
    font-size:16px;
    line-height:26px;
}
.ContactUsTop-Text a {
    color: #186b3f;
    font-family: NunitosansBold;
    text-decoration:none;
}
.ContactUsTop-Text a:hover {
    text-decoration:underline;
}
/* ======================= TERMS OF USE CSS CODES ======================= */
.terms-of-use {
   padding-top:60px;
}
/* ======================= DONATION REQUEST FORM CSS CODES ======================= */
.generic-form-configurator--10000 {
    padding-top:30px;
}
.generic-form-configurator--10000 .form-group {
   width:100%;
}
.generic-form-configurator--10000 .form-group--DonationRequestContent .form-configurator__static-text-content {
   padding:5px 5px 15px  5px;
}
.generic-form-configurator--10000 .form-group--DonationRequestContent .form-configurator__static-text-content p {
    color: #231f20;
    font-family: NunitosansLight;
    font-size: 16px;
    line-height: 26px;
}
.generic-form-configurator--10000 .form-group--DonationRequestBottomText .form-configurator__static-text-content {
   padding:5px;
}
.generic-form-configurator--10000 .form-group--DonationRequestBottomText .form-configurator__static-text-content p {
    color: #231f20;
    font-family: NunitosansLight;
    font-size: 16px;
    line-height: 26px;
}
/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
    .generic-form-configurator--10000 .form-group--NameOfTheEvent {
         display:inline-block;
         width:50%;
    }
   .generic-form-configurator--10000 .form-group--DateOfTheEvent {
        display:inline-block;
        width:50%;
    }
}
/* ======================= CUSTOMER SURVEY CSS CODES ======================= */
.generic-form-configurator--10001 {
    padding-top:30px;
}
.generic-form-configurator--10001 .form-group {
    width:100%;
}
.generic-form-configurator--10001 .form-configurator-fieldset__form-input .row * {
    font-size: 15px;
    line-height:24px;
}
/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
    .generic-form-configurator--10001 .form-group--FirstName {
         display:inline-block;
         width:50%;
    }
   .generic-form-configurator--10001 .form-group--LastName {
        display:inline-block;
        width:50%;
    }
   .generic-form-configurator--10001 .form-group--EmailAddress {
        display:inline-block;
        width:50%;
    }
   .generic-form-configurator--10001 .form-group--LocationVisited {
        display:inline-block;
        width:50%;
    }
}
