/* Minification failed. Returning unminified contents.
(685,2): run-time error CSS1031: Expected selector, found '@font-face'
(685,2): run-time error CSS1025: Expected comma or open brace, found '@font-face'
 */
@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: 'MontserratExtrabold';
    src: url('/_Content/1030/Themes/Default/content/Fonts/montserrat-extrabold-webfont.eot');
    src: url('/_Content/1030/Themes/Default/content/Fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1030/Themes/Default/content/Fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('/_Content/1030/Themes/Default/content/Fonts/montserrat-extrabold-webfont.woff') format('woff'),
         url('/_Content/1030/Themes/Default/content/Fonts/montserrat-extrabold-webfont.ttf') format('truetype'),
         url('/_Content/1030/Themes/Default/content/Fonts/montserrat-extrabold-webfont.svg#montserratextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Icomoon';
    src: url('/_Content/1030/Themes/Default/content/Fonts/icomoon.eot?22zc18');
    src: url('/_Content/1030/Themes/Default/content/Fonts/icomoon.eot?22zc18#iefix') format('embedded-opentype'),
         url('/_Content/1030/Themes/Default/content/Fonts/icomoon.ttf?22zc18') format('truetype'),
         url('/_Content/1030/Themes/Default/content/Fonts/icomoon.woff?22zc18') format('woff'),
         url('/_Content/1030/Themes/Default/content/Fonts/icomoon.svg?22zc18#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-locator-h:before {
    content: "\e001";
}

.icon-search:before {
    content: "\e002";
}

.icon-user:before {
    content: "\e003";
}

.icon-shoplist:before {
    content: "\e004";
}

.icon-houzz:before {
  content: "\e005";
}


/* Start Global */

html[class*="menu--active"] {
    overflow: visible;
}

body {
    font-family: Arial;
    padding-top: 170px;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}

.breadcrumb-wrap {
    padding: 0 20px;
}

.breadcrumb-wrap .container {
    margin: 0 auto;
    max-width: 1360px;
    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: #679903;
}

.breadcrumb-wrap ul > li:last-of-type > a {
    color: #679903;
}

.body-content {
    margin: 0 auto;
    max-width: 1400px;
    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: #679903;
    outline: 0;
    text-decoration: none;
}

b, strong {
    font-weight: 700;
}

.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,
.btn-success,
.shopping-cart__btn-quote,
.cookie-disclaimer__accept {
    background-color: #405E03;
    border-color: #405E03;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
}

.cookie-disclaimer__close:hover .fa:before {
    color: #A80729;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-primary:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.shopping-cart__btn-quote:active,
.shopping-cart__btn-quote:focus,
.shopping-cart__btn-quote: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: #5e8b04;
    border-color: #5e8b04;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

@media (min-width: 768px) {

    body {
        padding-top: 120px;
    }

}

@media (min-width: 1200px) {

    body {
        padding-top: 178px;
    }

}

.logo-link .logo-image {
    max-height: 80px;
}

/* 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: #405E03;
    font-size: 25px;
    text-shadow: none;
}

.scrollTopWrapper .scroll--up:before {
    content: "\f062";
}

.scrollTopWrapper .scroll--up:hover {
    color: #5e8b04;
}

/* End Scroll Top */


/* Start Header */

#masthead {
    background-color: #fff;
}

html.search-bar--hidden .header-main-wrap > ul {
    height: 120px;
}

html.search-bar--hidden .header-main-wrap .menu-navs,
html.search-bar--hidden .header-main-wrap .menu-search {
    top: 35px;
}

html.search-bar--hidden .header-main-wrap .menu-search .navbar-search {
    top: 110px;
}

.header-main-wrap > ul {
    height: 170px;
    margin: 0 auto;
    max-width: 1690px;
    padding: 0;
    width: 100%;
}

.header-main-wrap .menu-logo {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-main-wrap .menu-logo .logo-image {
    width: 130px;
}

.header-main-wrap .menu-store {
    display: none;
}

.header-main-wrap .menu-store .store-link .fa-map-marker:before {
    content: "\e001";
    font-family: Icomoon;
}

.header-main-wrap .menu-navs {
    top: 60px;
}

.header-main-wrap .navbar-mainmenu .navbar-close {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.header-main-wrap .navbar-mainmenu .navbar-close:hover {
    color: #679903;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    font-size: 13px;
    text-transform: uppercase;
}

.header-main-wrap .navbar-mainmenu > ul > li > button > .caret {
    display: none;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:after,
.header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
    color: #000;
    content: "\f107";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 20px;
    left: 7px;
    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.open > button:hover:after,
.header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:hover:after {
    color: #679903;
}

.header-main-wrap .navbar-mainmenu > ul > li.open > button:after,
html.catalog-menu--active .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
    -webkit-transform: translateY(0) rotate(-180deg);
    -moz-transform: translateY(0) rotate(-180deg);
    -ms-transform: translateY(0) rotate(-180deg);
    -o-transform: translateY(0) rotate(-180deg);
    transform: translateY(0) rotate(-180deg);
}

.header-main-wrap .navbar-mainmenu > 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 {
    color: #679903;
}

.header-category-popup {
    display: none;
    opacity: 0;
    visibility: hidden;
}

html.catalog-menu--active .header-category-popup {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header-category-popup > ul {
    display: block!important;
    margin: 0;
    text-align: left;
}

.header-main-wrap .navbar-mainmenu .dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    padding: 0;
}

.header-category-popup > ul > li,
.header-main-wrap .navbar-mainmenu .dropdown-menu li {
    background-color: transparent;
    border: none;    
    border-bottom: 1px solid #dedede;
    border-radius: 0!important;
    padding: 13px 15px 12px 25px;
}

.header-category-popup > ul > li:last-child,
.header-main-wrap .navbar-mainmenu .dropdown-menu li:last-child {
    border-bottom: none;
}

.header-category-popup > ul > li > a,
.header-main-wrap .navbar-mainmenu .dropdown-menu li a {
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.header-category-popup > ul > li > a:hover,
.header-category-popup > ul > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #679903;
}

html.search-bar--hidden .header-main-wrap .menu-search {
    opacity: 1;
    visibility: visible;
}

.header-main-wrap .menu-search {
    border-radius: 0;
    bottom: auto;
    left: auto;
    right: 0;
    text-align: center;
    top: 60px;
    width: 15%;
}

.header-main-wrap .menu-search .search-toggle {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    width: 100%;
}

.header-main-wrap .menu-search .search-toggle .icon-search {
    line-height: 50px;
}

.header-main-wrap .menu-search .search-toggle .icon-search:before {
    color: #679903;
    font-size: 22px;
}

html.search-menu--active .header-main-wrap .menu-search .navbar-search {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-main-wrap .menu-search .navbar-search {
    position: fixed;
    right: 0;
    top: 160px;
    -webkit-transform: translateY(-220px);
    -moz-transform: translateY(-220px);
    -ms-transform: translateY(-220px);
    -o-transform: translateY(-220px);
    transform: translateY(-220px);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: 100%;
}

.header-main-wrap .menu-search #keywords {
    border: 1px solid #E5E5E5;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2); 
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    height: 50px;
    padding-left: 55px;
}

#masthead .ui-autocomplete-loading {
    background-position: left 10px center;
}

.header-main-wrap .menu-search .form-control-clear {
    border: 1px solid transparent;
    height: 50px;
    line-height: 50px;
    padding: 0;
    right: 10px;
    -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;
    width: 35px;
}

.header-main-wrap .menu-search .form-control-clear:hover {
    color: #679903;
}

.header-main-wrap .menu-search .btn-search {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    color: #679903;
    height: 50px;
    left: 10px;
    padding: 0;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    width: 50px;
}

.header-main-wrap .menu-search .btn-search:hover {
    background-color: #679903;
    border-color: #679903;
    color: #fff;
}

.header-main-wrap .menu-search .btn-search .fa {
    line-height: 50px;
}

.header-main-wrap .menu-search .btn-search .fa:before {
    content: "\e002";
    font-family: Icomoon;
    font-size: 20px;
}

.search-autocomplete-result {
    bottom: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
}

.header-main-wrap .menu-account {
    display: none;
}

.header-main-wrap .menu-account .fa-user-o:before {
    content: "\e003";
    font-family: Icomoon;
}

.header-main-wrap .menu-account .caret {
    display: none;
}

.header-main-wrap .navbar-account .nav-column__title {
    font-size: 14px;
}

.header-main-wrap .navbar-account > ul > li > a,
.header-main-wrap .menu-account .my-account-menus .list-group-item,
.header-main-wrap .menu-account .my-account-logout a,
.header-main-wrap .navbar-account .nav-column-menu .list-group-item,
.header-main-wrap .navbar-account .nav-column-menu .my-account-switch a {
    font-size: 14px;
}

.header-main-wrap .navbar-account > ul > li > a:hover,
.header-main-wrap .menu-account .my-account-menus .list-group-item:hover,
.header-main-wrap .menu-account .my-account-logout a:hover,
.header-main-wrap .navbar-account .nav-column-menu a.list-group-item:hover,
.header-main-wrap .navbar-account .nav-column-menu .my-account-switch a:hover {
    color: #679903;
}

.header-main-wrap .menu-account .my-account-logout a {
    border-color: transparent;
}

.header-main-wrap .navbar-account > ul > li > a > .fa:before,
.header-main-wrap .menu-account .my-account-logout a .fa-sign-out:before {
    font-size: 17px;
    margin-right: 3px;
}

.header-main-wrap .navbar-account > ul > li:last-child > a {
    border-color: transparent;
}

.header-main-wrap .menu-cart {
    display: none;
}

.header-main-wrap .menu-cart .fa-shopping-cart:before {
    content: "\e004";
    font-family: Icomoon;
}

.header-main-wrap .menu-cart .cart-items-wrap {
    background-color: #405E03;
    padding: 0;
}

.header-main-wrap .menu-cart .cart-items-wrap .counter {
    line-height: 20px;
}

.store-location-popup-wrap {
    display: none;
}

@media (max-width: 767px) {

    .header-main-wrap > ul {
        -webkit-transition: height .3s ease-in-out;
        -moz-transition: height .3s ease-in-out;
        -o-transition: height .3s ease-in-out;
        transition: height .3s ease-in-out;
    }

    .header-main-wrap .menu-navs,
    .header-main-wrap .menu-search {        
        -webkit-transition: top .3s ease-in-out;
        -moz-transition: top .3s ease-in-out;
        -o-transition: top .3s ease-in-out;
        transition: top .3s ease-in-out;
    }

}

@media (min-width: 768px) {

    .header-main-wrap > ul {
        height: 120px;
    }

    .header-main-wrap .menu-logo {
        left: 20px;
        top: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-main-wrap .menu-store {
        display: block;
        right: 110px;
        top: 35px;
    }

    .header-main-wrap .menu-navs {
        right: 160px;
        top: 35px;
    }

    .header-main-wrap .menu-search {
        right: 230px;
        top: 35px;
        width: -webkit-calc(100% - 430px);
        width: -moz-calc(100% - 430px);
        width: calc(100% - 430px);
    }

    .header-main-wrap .menu-search .search-toggle {
        display: none;
    }

    .header-main-wrap .menu-search .navbar-search {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-main-wrap .menu-search #keywords {
        padding-right: 40px;
    }

    .header-main-wrap .menu-search .form-control-clear {
        right: 0;
    }

    .header-main-wrap .menu-search .btn-search {
        left: 0;
    }

    .search-autocomplete-result {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .header-main-wrap .menu-account {
        display: block;
        right: 60px;
        top: 35px;
    }

    .header-main-wrap .menu-cart {
        display: block;
        right: 10px;
        top: 35px;
    }

}

@media (min-width: 992px) {

    .header-main-wrap .menu-navs {
        /*left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);*/
        left: auto;
        right: 210px;
        width: -webkit-calc(100% - 430px);
        width: -moz-calc(100% - 430px);
        width: calc(100% - 430px);
    }

    .header-main-wrap .navbar-mainmenu > ul {
        text-align: center;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        display: inline-block;
        float: none;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button.dropdown-toggle,
    .header-main-wrap .navbar-mainmenu > ul > li > a.navbar-mainmenu__catalog-link {
        margin-right: 15px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        font-size: 16px;
        line-height: normal;
        text-transform: none;
    }

    .header-main-wrap .navbar-mainmenu > ul > li.open > button:after,
    html.catalog-menu--active .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button:after,
    .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
        font-size: 16px;
        left: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-main-wrap .navbar-mainmenu .navbar-mainmenu__catalog:hover .header-category-popup {
        opacity: 1;
        visibility: visible;
    }

    .header-category-popup {
        display: block;
        left: 0;
        margin-top: 35px;
        position: fixed;
        top: 85px;
        -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;
        width: 100%;
    }

    .header-category-popup:before {
        background-color: transparent;
        content: "";
        display: block;
        height: 35px;
        left: 0;
        position: absolute;
        top: -35px;
        width: 100%;
    }

    .header-category-popup > ul {
        background-color: #fff;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
        font-size: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
        max-height: 505px;
        max-height: 70vh;
    }

    .header-category-popup > ul > li {
        display: inline-block;
        border-bottom: none;
        font-size: 14px;
        vertical-align: top;
        width: 25%;
    }

    .header-category-popup > ul > li,
    .header-main-wrap .navbar-mainmenu .dropdown-menu li {
        padding: 10px 15px;
    }

    .header-category-popup > ul > li > a,
    .header-main-wrap .navbar-mainmenu .dropdown-menu li a {
        font-size: 14px;
    }

    .header-main-wrap .menu-search {
        right: 160px;
        width: 50px;
    }

    .header-main-wrap .menu-search .search-toggle {
        display: block;
    }

    .header-main-wrap .menu-search .navbar-search {
        max-width: 400px;
        position: fixed;
        right: 10px;
        top: 120px;
        -webkit-transform: translateY(-220px);
        -moz-transform: translateY(-220px);
        -ms-transform: translateY(-220px);
        -o-transform: translateY(-220px);
        transform: translateY(-220px);
    }

    .search-autocomplete-result {
        left: auto;
        right: 0;
    }

}

@media (min-width: 1200px) {

    #masthead {
        border-top: 8px solid #679903;
    }

    .header-main-wrap > ul {
        height: 170px;
    }

    .header-main-wrap .menu-logo {
        top: 40px;
    }

    .header-main-wrap .menu-store {
        left: 165px;
        right: auto;
        top: 45px;
        width: 200px;
    }

    .header-main-wrap .menu-store .store-link {
        border-radius: 4px;
        padding-left: 20px;
    }

    .header-main-wrap .menu-store .store-link span.fa-map-marker {
        left: 0;
    }

    .header-main-wrap .menu-store .store-link .store-link__text.current-store {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        margin-top: 5px;
        padding-bottom: 0;
    }

    .header-main-wrap .menu-store .store-link .store-link__text {
        font-size: 12px;
        line-height: 16px;
        padding-top: 0;
    }

    .header-main-wrap .menu-navs {
        left: auto;
        right: 410px;
        top: 55px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: -webkit-calc(100% - 750px);
        width: -moz-calc(100% - 750px);
        width: calc(100% - 750px);
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        padding: 15px 10px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button.dropdown-toggle,
    .header-main-wrap .navbar-mainmenu > ul > li > a.navbar-mainmenu__catalog-link {
        margin-right: 8px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button:after,
    .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
        right: 5px;
    }

    .header-main-wrap .menu-search {
        right: 120px;
        top: 55px;
        width: 280px;
    }

    .header-main-wrap .menu-search .search-toggle {
        display: none;
    }

    .header-main-wrap .menu-search .navbar-search {
        max-width: 100%;
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-main-wrap .menu-search #keywords {
        height: 55px;
    }

    .header-main-wrap .menu-search .form-control-clear {
        line-height: 55px;
    }

    .header-main-wrap .menu-search .form-control-clear,
    .header-main-wrap .menu-search .btn-search {
        height: 55px;
    }

    .header-main-wrap .menu-search .btn-search .fa {
        line-height: 55px;
    }

    .header-main-wrap .menu-account,
    .header-main-wrap .menu-cart {
        top: 55px;
    }

    .header-category-popup {
        top: 113px;
    }

    .header-category-popup > ul > li {
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .header-category-popup > ul > li {
        width: 16.66%;
    }
}

@media (min-width: 1500px) {

    .header-main-wrap .menu-navs {
        left: 360px;
        right: auto;
        width: -webkit-calc(100% - 1000px);
        width: -moz-calc(100% - 1000px);
        width: calc(100% - 1000px);
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        font-size: 18px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button:after,
    .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
        right: 0;
    }

    .header-main-wrap .menu-search {
        right: 300px;
        width: 300px;
    }

    .search-autocomplete-result {
        left: 0;
        right: auto;
    }

    .header-main-wrap .menu-account {
        right: 170px;
        width: 110px;
    }

    .header-main-wrap .menu-account .fa-user-o:before {
        font-size: 24px;
    }

    .header-main-wrap .menu-account .account-link .sr-only,
    .header-main-wrap .menu-cart .menu-cart-link .sr-only:nth-child(2) {
        bottom: 3px;
        color: #000;
        display: inline-block;
        font-size: 18px;
        height: auto;
        margin-left: 3px;
        overflow: visible;
        position: relative;
        -webkit-transition: color .3s ease-in-out;
        -moz-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        width: auto;
    }

    .header-main-wrap .menu-cart {
        width: 150px;
    }

    .header-main-wrap .menu-cart .cart-items-wrap {
        left: 17px;
    }

    .header-main-wrap .menu-cart .menu-cart-link .sr-only:nth-child(2) {
        font-size: 0;
    }

    .header-main-wrap .menu-cart .menu-cart-link .sr-only:nth-child(2):after {
        content: "Shopping List";
        font-size: 18px;
    }

}

@media (min-width: 1600px) {
    .header-main-wrap .navbar-mainmenu > ul > li > button.dropdown-toggle, .header-main-wrap .navbar-mainmenu > ul > li > a.navbar-mainmenu__catalog-link {
        margin-right: 15px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button:after,
    .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
        right: 10px;
    }
}

/* End Header */


/* Start Homepage */

.homepage {
    max-width: 100%;
    padding: 0;
}

.main-banner .page-section {
    height: 435px;
}

.main-banner .page-section:after {
    background-color: rgba(17, 17, 17, 0.85);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.main-banner .page-section__vertical-center-content {
    max-width: 300px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.main-banner .page-section__title {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 10px;
}

.main-banner .page-section__content {
    display: block;
    font-size: 37px;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: -0.03em;
}

.main-banner .btn {
    border-radius: 5px!important;
    display: block;
    font-weight: 700;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    -webkit-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    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;
    width: 130px;
}

.main-banner .btn:hover {
    background-color: #5e8b04!important;
    opacity: 1;
}

.featured-categories {
    margin: 0 auto;
    max-width: 1380px;
}

.featured-categories .page-section__title {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
}

.home-tabs-wrap {
    background-color: #000;
    padding: 40px 0;
}

.home-tabs-content {
    margin: 0 auto;
    max-width: 1120px;
}

.home-tabs .page-section__image-wrap,
.team-member .page-section__image-wrap {
    height: auto;
}

.home-tabs .page-section__image-wrap img,
.team-member .page-section__image-wrap img {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.home-tabs .page-section__title {
    color: #FAFF00;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.home-tabs .page-section__text-content {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}

.team-wrap {
    background-color: #FBFBFB;
    padding: 100px 20px;
}

.team-content {
    margin: 0 auto;
    max-width: 1180px;
} 

.our-team-title .page-section {
    padding: 0;
}

.our-team-title .page-section__title,
.instagram .page-section__title {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.03em;
}

.team-member .page-section__image-wrap {
    padding-bottom: 0!important;
}

.team-member .page-section__image-wrap img {
    width: 100%;
}

.team-member .page-section__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}

.team-member .page-section__title span {
    display: block;
    font-weight: 400;
}

.team-member .page-section__text-content {
    color: #405E03;
    font-size: 17px;
    line-height: 22px;
}

.more-about-us .page-section {
    padding: 0;
}

.more-about-us a,
.follow-instagram a {
    background-color: #679903;
    border: 1px solid #679903;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    text-align: center;
    -webkit-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    width: 200px;
}

.more-about-us a:hover,
.follow-instagram a:hover {
    background-color: #5e8b04;
    border-color: #5e8b04;
}

.instagram {
    margin: 0 auto;
    max-width: 1400px;
}

.instagram .page-section__title {
    margin-bottom: 50px;
    padding: 0;
}

.instagram .ibos-carousel {
    background-color: #fff;
}

.instagram .ibos-carousel .slick-arrow {
    display: none!important;
}

.follow-instagram .page-section {
    padding: 0;
}

.follow-instagram a {
    max-width: 300px;
    width: 100%;
}

.homepage--contact-us-title .page-section__title-box {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin: 60px 0 40px;
    padding: 30px 50px 25px 50px;
}

.homepage--contact-us .page-section--ContactUsForm .contact-us-section {
    padding: 10px 20px;
}

.homepage--contact-us .page-section--ContactUsForm .form-group {
    margin-bottom: 30px;
}

.homepage--contact-us .page-section--ContactUsForm .form-control {
    border-width: 0 0 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.homepage--contact-us .page-section--ContactUsForm .btn-submit {
    font-family: Arial;
}

.homepage--contact-us--bottom-snippet .page-section--CustomHTML {
    padding: 0;
}

.homepage--contact-us--bottom-snippet .contact-us-snippet-wrap {
    margin: 0;
}

@media (min-width: 480px) {
    .homepage--contact-us .page-section--ContactUsForm .contact-us-section {
        padding: 30px 50px;
    }
}

@media (min-width: 768px) {
    .homepage--contact-us-title .page-section__title-box {
        font-size: 28px;
        line-height: 38px;
    }

    .homepage--contact-us .page-section--ContactUsForm .btn-submit {
        font-size: 24px;
        height: 60px;
    }
}

@media (min-width: 1024px) {
    .homepage--contact-us-title .page-section__title-box {
        font-size: 32px;
        line-height: 42px;
        margin: 80px 0 60px;
    }
}


@media (max-width: 399px) {
    .homepage--contact-us .contact-us-btn-toolbar .g-recaptcha {
        left: -24px;
        position: relative;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.completed-project {
    background-image: url("/m/webp/form-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.completed-project .page-section {
    padding: 0;
}

.completed-project iframe {
    display: block;
    margin: 0 auto;
    max-width: 1115px;
}

.generic-form-configurator--10000,
.generic-form-configurator--10003 {
    max-width: 100%;
}

.generic-form-configurator--10000 .page-header__title,
.generic-form-configurator--10003 .page-header__title {
    background-color: #679903;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 20px;
    text-align: left;
    -webkit-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.generic-form-configurator--10000 form,
.generic-form-configurator--10003 form {
    padding: 10px 20px 20px;
}

.generic-form-configurator--10000 .form-group,
.generic-form-configurator--10003 .form-group {
    margin-bottom: 30px;
}

.generic-form-configurator--10000 .form-group.form-group--Description,
.generic-form-configurator--10003 .form-group.form-group--Description {
    margin-top: 15px;
}

.generic-form-configurator--10000 .form-group.form-group--submit,
.generic-form-configurator--10003 .form-group.form-group--submit {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
    width: 100%;
}

.generic-form-configurator--10000 .form-group label,
.generic-form-configurator--10003 .form-group label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.generic-form-configurator--10000 .form-group .form-control,
.generic-form-configurator--10003 .form-group .form-control {
    border-bottom-color: #000!important;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 12px;
    height: 45px;
    padding: 6px 0;
}

.generic-form-configurator--10000 .form-group .btn,
.generic-form-configurator--10003 .form-group .btn {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    margin: 5px 10px;
    padding: 0;
    text-transform: uppercase;
    width: 100px;
}

.generic-form-configurator--10000 .form-group .btn.btn-default,
.generic-form-configurator--10003 .form-group .btn.btn-default {
    border-color: #679903;
    color: #679903;
}

.generic-form-configurator--10000 .form-group .btn.btn-default:hover,
.generic-form-configurator--10000 .form-group .btn.btn-primary:hover,
.generic-form-configurator--10003 .form-group .btn.btn-default:hover,
.generic-form-configurator--10003 .form-group .btn.btn-primary:hover {
    background-color: #5e8b04;
    border-color: #5e8b04;
    color: #fff;
}

.generic-form-configurator--10000 .form-group .btn.btn-primary,
.generic-form-configurator--10003 .form-group .btn.btn-primary {
    background-color: #679903;
    border-color: #679903;
    font-size: 0;
    -webkit-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.generic-form-configurator--10000 .form-group .btn.btn-primary:after,
.generic-form-configurator--10003 .form-group .btn.btn-primary:after {
    content: "Send";
    font-size: 18px;
}

.js-wrapper .page-section {
    padding: 0;
}


@media (max-width: 599px) {

    .home-tabs + .home-tabs {
        margin-top: 20px;
    }

    .home-tabs .page-section__image-wrap {
        float: left;
        padding: 30px 0 0!important;
        width: 90px;
    }
    
    .home-tabs .page-section__text-wrap {
        float: right;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
    }    

    .home-tabs .page-section__text-wrap {
        text-align: left!important;
    }    

}

@media (max-width: 767px) {

    .featured-categories .page-section__title p,
    .our-team-title .page-section__title p,
    .instagram .page-section__title p {
        text-align: left!important;
    }

    .team-content {
        margin: 0 -10px;
    }

    .our-team-title {
        padding: 0 10px!important;
    }

    .team-member {
        width: 50%;
    }
    
    .team-member .page-section__image-wrap,
    .team-member .page-section__text-wrap {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

}

@media (max-width: 991px) {

    .featured-categories {
        padding-bottom: 50px!important;
        padding-top: 50px!important;
    }

    .instagram {
        padding-top: 100px!important;
    }

    .follow-instagram {
        padding-bottom: 100px!important;
    }

    .completed-project {
        padding-bottom: 75px!important;
        padding-top: 75px!important;
    }

}

@media (min-width: 600px) {

    .home-tabs-wrap {
        padding-bottom: 20px;
    }

    .home-tabs {
        margin-bottom: 20px;
    }

    .home-tabs .page-section__image-wrap {
        min-height: 65px;
        padding-bottom: 0!important;
    }

    .home-tabs .page-section__title {
        margin-bottom: 15px;
    }

}

@media (min-width: 768px) {

    .main-banner .page-section:after {
        display: none;
    }

    .main-banner .page-section__vertical-center {
        float: right;
        padding: 20px 40px;
        position: relative;
        width: 50%;
    }

    .main-banner .page-section__vertical-center-content {
        position: initial;
    }

    .main-banner .page-section__vertical-center-content:before {
        background-color: rgba(17, 17, 17, 0.85);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .main-banner .page-section__title,
    .main-banner .page-section__content,
    .main-banner .btn {
        position: relative;
        z-index: 1;
    }

    .generic-form-configurator--10000 .form-group.form-group--Description,
    .generic-form-configurator--10003 .form-group.form-group--Description {
        width: 100%;
    }

}

@media (min-width: 992px) {

    .main-banner .page-section__vertical-center {
        padding: 20px 65px;
    }

    .main-banner .page-section__vertical-center-content {
        max-width: 400px;
    }

    .main-banner .page-section__title {
        font-size: 18px;
    }

    .main-banner .page-section__content {
        font-size: 48px;
        line-height: 60px;
    }

    .main-banner .btn {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        width: 255px;
    }

    .featured-categories .page-section__title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 70px;
    }

    .our-team-title .page-section__title,
    .instagram .page-section__title {
        font-size: 36px;
        line-height: 44px;
    }

    .team-member .page-section__content > div {
        padding: 20px 25px;
    }

    .more-about-us a,
    .follow-instagram a {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        width: 260px;
    }

    .follow-instagram a {
        max-width: 410px;
        width: 100%;
    }

    .generic-form-configurator--10000 .page-header__title,
    .generic-form-configurator--10003 .page-header__title {
        padding: 20px 40px;
    }

    .generic-form-configurator--10000 form,
    .generic-form-configurator--10003 form {
        padding-left: 40px;
        padding-right: 40px;
    }

    .generic-form-configurator--10000 .form-group.form-group--submit,
    .generic-form-configurator--10003 .form-group.form-group--submit {
        text-align: center;
    }

    .generic-form-configurator--10000 .form-group .btn,
    .generic-form-configurator--10003 .form-group .btn {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        width: 300px;
    }

    .generic-form-configurator--10000 .form-group .btn.btn-primary:after,
    .generic-form-configurator--10003 .form-group .btn.btn-primary:after {
        font-size: 24px;
    }

}

/* End Homepage */


/* Start Product Catalog */

.product-category__list {
    margin-left: -10px;
    margin-right: -10px;
}

.product-category__item {
    padding-left: 10px;
    padding-right: 10px;
}

.product-category__link {
    border: 1px solid transparent;
    border-radius: 0!important;
    padding: 0;
}

.product-category__link:hover {
    border-color: transparent;
}

.product-category__link:hover:before {
    background-color: transparent;
}

.product-category__link:hover .product-category__image-wrap {
    border-color: #679903;
}

.product-category__image-wrap {
    border: 1px solid #C4C4C4;
    padding: 25px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.product-category__image {
    border-radius: 0;
}

.product-category__name {
    padding: 15px 20px;
    text-align: center;
}

.product-category__name h2 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.product-tile__item {
    margin-bottom: 20px;
    padding: 0 20px;
}


@media (max-width: 479px) {

    .product-tile__list .incre-decre-wrap,
    .product-tile__qty-available,
    .product-tile__btn {
        left: 135px;
    }

}

@media (max-width: 767px) {

    .product-category__item {
        width: 50%;
    }

}

@media (min-width: 480px) {

    .product-display--list .product-tile__list.row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .product-display--list .product-tile__no-image:before {
        line-height: 100px;
    }
    
    .product-display--list .incre-decre-wrap,
    .product-display--list .product-tile__qty-available,
    .product-display--list .product-tile__btn {
        right: 35px;
    }

    .product-display--grid .incre-decre-wrap,
    .product-display--grid .product-tile__qty-available,
    .product-display--grid .product-tile__btn {
        left: 35px;
    }

}

@media (min-width: 768px) {

    .product-display--list .product-tile__image-wrap {
        height: 150px;
    }

    .product-display--list .product-tile__no-image:before {
        line-height: 150px;
    }

}

/* End Product Catalog */

/* Start Product List */
.product-tile__no-image {
    display: none;
}

@media (min-width: 480px) {
    .product-tile__info {
        padding: 10px 10px 0;
    }

    .page-section-wrap .product-tile__link .product-tile__name,
    .product-tile__link .product-tile__name {
        min-height: inherit;
        padding: 0;
        position: static;
    }

    .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__image img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-list-wrap.product-display--grid .product-tile__list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flexbox.flexboxlegacy .page-section-wrap .product-tile__link,
    .flexbox.flexboxlegacy .product-list-wrap.product-display--grid .product-tile__link {
        height: 100%;
    }
}

@media (min-width: 600px) {
    .flexbox.flexboxlegacy .page-section-wrap .product-display--grid .slick-list,
    .flexbox.flexboxlegacy .page-section-wrap .product-display--grid .slick-track,
    .flexbox.flexboxlegacy .page-section-wrap .product-display--grid .slick-slide,
    .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;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
    }
}
/* Start Product List */

/* Start Product Details */
.product-details--no-image .thumbnail {
    display: none;
}
/* Start Product Details */

/* Start Cart */

.shopping-cart--layout body {
    padding-top: 102px;
}

.shopping-cart--layout #masthead {
    height: auto;
}

.shopping-cart--layout .header-main-wrap {
    padding: 10px 0;
}

.shopping-cart--layout .header-main-wrap .logo-link {
    line-height: normal;
}

.shopping-cart--layout .header-main-wrap .logo-image {
    width: 130px;
}

.shopping-cart--layout #mainfooter {
    padding: 10px 20px;
}

/* End Cart */


/* Start Login */

.login-layout body {
    padding-top: 112px;
}

.login-layout #masthead {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.login-layout .header-main-wrap {
    padding: 15px 0;
}

.login-layout .header-main-wrap .logo-image {
    width: 130px;
}

.login-layout #maincontent {
    background-color: #f8f8f8;
    padding-bottom: 30px;
}

.login-layout .footer {
    margin-top: 0;
}

.login-layout .login-page-wrap {
    max-width: 440px;
}

.login-page-wrap h1,
.forgot-password-wrap h1,
.registration-page-wrap h1 {
    font-weight: 700;
}

.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-weight: 500;
}

.login-page-wrap .form-group .form-control,
.forgot-password-wrap .form-group .form-control,
.registration-page-wrap .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    line-height: 45px;
}

.registration-page-wrap .form-group select.form-control {
    line-height: normal;
}

.login-page-wrap .form-group--forgot-password a,
.forgot-password-wrap .form-group a {
    color: #000;
}

.login-page-wrap .form-group--forgot-password a:hover,
.forgot-password-wrap .form-group a:active,
.forgot-password-wrap .form-group a:focus,
.forgot-password-wrap .form-group a:hover {
    color: #679903;
    text-decoration: none;
}

.login-page-wrap .form-group hr {
    border-color: #679903;
    z-index: 1;
}

.login-page-wrap .form-group .register-label {
    background-color: #f8f8f8;
    color: #000;
    position: relative;
    z-index: 2;
}

.login-page-wrap .form-group .btn:not(.reveal-password--btn),
.forgot-password-wrap .form-group .btn,
.registration-page-wrap .form-group .btn-register,
.login-page-wrap.login-page--checkout-as-guest .btn--sign-up,
.login-page-wrap.login-page--checkout-as-guest .btn--continue-as-guest {
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    padding: 0!important;
    width: 100%;
}

.login-page-wrap .form-group .btn-register {
    background-color: #fff;
    border-color: #679903;
    color: #679903;
}

.login-page-wrap .form-group .btn-register:hover {
    background-color: #5e8b04;
    border-color: #5e8b04;
    color: #fff;
}


@media (min-width: 768px) {

    .login-layout body {
        /*padding-top: 85px;*/
    }

}

@media (min-width: 992px) {

    .login-layout body {
        padding-top: 112px;
    }

    .login-layout .header-main-wrap .logo-image {
        width: 130px;
    }

    .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;
    }

}

@media (min-width: 1200px) {

    .login-layout body {
        padding-top: 120px;
    }

    .login-layout #masthead {
        border-top: 8px solid #679903;
    }

}

/* End Login */


/* Start Forgot Password */

.forgot-password-wrap .form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}

.forgot-password-wrap .forgot-password-links-wrap {
    padding-left: 8px;
}

/* End Forgot Password */


/* Start Registration */

.registration-page-wrap {
    max-width: 840px;
}

.registration-page-wrap .form-group legend {
    font-weight: 600;
}

.registration-page-wrap .row {
    padding: 0;
}

/* End Registration */


/* Start Error Page */

.error-page .error-page-wrap {
    padding: 50px 0 20px;
}

.error-page .error-page-wrap .h1 {
    font-weight: 700;
}

.error-page .error-page-wrap .h3,
.error-page .error-page-wrap a {
    font-weight: 600;
}

.error-page .error-page-wrap a {
    color: #679903;
}

.error-page .error-page-wrap a:hover {
    color: #5e8b04;
}

/* End Error Page */


/* Start Footer */

.page-main-layout--homepage .footer {
    margin: 0;
}

.footer {
    background-color: #000;
    padding: 40px 20px 0;
}

.footer .footer-menu-wrap {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.footer .logo {
    text-align: center;
}

.footer .logo .logo-link {
    display: block;
}

.footer .logo img {
    width: auto;
}

.footer .logo ul {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
}

.footer .logo ul:after,
.footer .logo ul:before {
    clear: both;
    content: "";
    display: table;
}

.footer .logo .fsc {
    display: inline-block;
    width: 80px;
}

.footer .menu {
    border-top: 1px solid #222;
    margin: 40px 0 0;
    padding: 40px 0;
}

.footer .menu:after,
.footer .menu:before {
    clear: both;
    content: "";
    display: table;
}

.footer .menu > div {
    display: block;
    padding: 0;
    width: 100%;
}

.footer .menu .links > div {
    float: left;
    width: 50%;
}

.footer .menu .links .social {
    padding-left: 20px;
}

.footer .menu .info {
    margin-top: 40px;
}

.footer .menu .info .clearfix:not(.subscribe) {
    border: 1px solid #FFF;
    padding: 10px;
}

.footer .navwrap .navbar {
    display: block;
    width: 100%;
}

.footer .navbar-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
}

.footer .navbar-nav li {
    display: block;
    width: 100%;
}

.footer .nav > li > a,
.footer .nav > li > span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.footer .nav > li > a:hover {
    color: #679903;
}

.footer .nav > li > span > a {
    color: #FAFF00;
}

.footer .nav > li > span > a:hover {
    text-decoration: underline;
}

.footer .newsletter {
    padding: 30px 0 0;
}

.footer .newsletter .navbar-text {
    text-transform: uppercase;
}

.footer .newsletter .navbar-text:after {
    content: "Join our newsletter and find out more.";
    display: block;
    font-weight: 400;
    margin: 3px 0 10px;
    text-transform: none;
}

.footer .newsletter .subscription-widget-wrap .form-group {
    margin-bottom: 10px;
}

.footer .newsletter .subscription-widget-wrap .input-group--email {
    display: block;
}

.footer .newsletter .subscription-widget-wrap .form-group .form-control,
.footer .newsletter .subscription-widget-wrap .input-group--email .form-control {
    border: 1px solid #fff;
    border-radius: 0!important;
    box-shadow: none;
    color: #000;
    font-size: 12px;
    height: 50px;
}

.footer .newsletter .subscription-widget-wrap .form-group .form-control::-webkit-input-placeholder {
    color: #C4C4C4;
}

.footer .newsletter .subscription-widget-wrap .form-group .form-control:-ms-input-placeholder {
    color: #C4C4C4;
}

.footer .newsletter .subscription-widget-wrap .form-group .form-control::-ms-input-placeholder {
    color: #C4C4C4;
}

.footer .newsletter .subscription-widget-wrap .form-group .form-control::placeholder {
    color: #C4C4C4;
}

.footer .newsletter .subscription-widget-wrap .input-group--email .form-control::-webkit-input-placeholder {
    color: #C4C4C4;
}

.footer .newsletter .subscription-widget-wrap .input-group--email .form-control:-ms-input-placeholder {
    color: #C4C4C4;
}

.footer .newsletter .subscription-widget-wrap .input-group--email .form-control::-ms-input-placeholder {
    color: #C4C4C4;
}

.footer .newsletter .subscription-widget-wrap .input-group--email .form-control::placeholder {
    color: #C4C4C4;
}

.footer .newsletter .btn-subscription {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
    width: 140px;
}

.footer .social .navbar-text {
    margin-bottom: 10px;
}

.footer .social .navbar-text:after {
    display: none;
}

.footer .social > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .social > ul > li {
    display: inline-block;
}

.footer .social > ul > li + li {
    margin-left: 15px;
}

.footer .social > ul > li > a {
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    width: 45px;
}

.footer .social > ul > li > a:hover {
    border-color: #679903;
    color: #679903;
}

.copyright {
    background-color: #000;
    padding: 0 20px;
}

.copyright__content {
    border-top: 1px solid #222;
    margin: 0 auto;
    max-width: 1120px;
    padding: 25px 0;
}

.copyright .h6 {
    text-align: left;
}

.copyright .h6 span {
    display: block;
    line-height: 22px;
}

.copyright .h6 span a {
    color: #FAFF00;
}

.footer .subscribe h2 {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.footer .subscribe h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px;
}

.footer .subscribe .btn-subscription {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
    width: 140px;
}

.footer .info .navbar .nav {
    display: block;
    float: none;
}

.footer .info .navbar .nav + .nav {
    margin-top: 10px!important;
}

@media (min-width: 450px) {
    .footer .menu .info {
        margin-top: 30px;
    }
    .footer .menu .info .navbar {
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        margin: 0 -10px;
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
    }

    .footer .menu .info .navbar > div {
        float: left;
        margin: 10px !important;
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
}

@media (min-width: 768px) {
    .footer .menu {
        padding: 50px 0 40px;
    }

    .footer .menu > .col-xs-6:first-child {
        width: 33.33%;
    }

    .footer .menu > .col-xs-6:last-child {
        width: 66.66%;
    }
    
    .footer .menu .links > div {
        float: none;
        width: 100%;
    }

    .footer .menu .links .social {
        margin-top: 40px;
        padding: 0;
    }

    .footer .menu .info {
        margin-top: -10px;
    }

    .copyright .h6 {
        text-align: center;
    }

    .copyright .h6 span {
        display: inline-block;
    }

}

@media (min-width: 992px) {  
    
    .footer {
        padding: 40px 20px;
    }

    .footer .footer-menu-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
    }

    .footer .logo {
        border-bottom: none;
        border-right: 1px solid #222;
        float: left;
        margin: 0;
        padding-bottom: 0;
        padding-right: 55px;
        width: -webkit-calc(25% - 35px);
        width: -moz-calc(25% - 35px);
        width: calc(25% - 35px);
    }

    .footer .logo ul {
        margin-top: 70px;
    }

    .footer .menu {
        border-right: 1px solid #222;
        border-top: none;
        float: left;
        margin: 0;
        padding: 0 30px;
        width: 100%;
    }

    .footer .menu .info .navbar {
        margin: 0 -40px;
        width: -webkit-calc(100% + 80px);
        width: -moz-calc(100% + 80px);
        width: calc(100% + 80px);
    }

    .footer .menu .info .navbar + .navbar {
        margin-top: 40px;
    }

    .footer .menu .info .navbar > div {
        margin: 10px 40px 0!important;
        width: -webkit-calc(50% - 80px);
        width: -moz-calc(50% - 80px);
        width: calc(50% - 80px);
    }

    .footer .menu .info .navbar > div + div {
        margin-top: 40px;
    }

    .footer .newsletter {
        float: left;
        margin: 0;
        padding: 0 0 0 30px;
        width: 30%;
    }

}

/* End Footer */

/* Start Contact Us */
.contact-us-page .form-group--branch {
    display: none;
}
/* End Contact Us */

/* Start Shopping Cart */
.btn-save-cart-popup {
    overflow: hidden;
    text-indent: -999px;
}

.btn-save-cart-popup:after {
    content: "Save List";
    display: inline-block;
    float: left;
    text-indent: 0;
    vertical-align: top;
}

.btn-save-cart-popup .fa {
    text-indent: 0;
    float: left;
    vertical-align: top;
    line-height: 20px;
}

.shopping-cart__save-cart-button-wrap .dropdown-toggle + .dropdown-menu a {
    overflow: hidden;
    padding-left: 15px;
    text-indent: -999px;
}

.shopping-cart__save-cart-button-wrap .dropdown-toggle + .dropdown-menu a:after {
    content: "View Save List";
    display: inline-block;
    float: left;
    text-indent: 0;
    vertical-align: top;
}

.shopping-cart__save-cart-button-wrap .dropdown-toggle + .dropdown-menu a .fa {
    text-indent: 0;
    float: left;
    vertical-align: top;
    line-height: 20px;
}
/* End Shopping Cart */

/* Start Saved Cart */
.save-cart-page .page-header__title,
.save-cart__no-item-snippet,
#savedCartPopupModal .modal-title,
#savedCartPopupModal .save-cart__btn-select {
    overflow: hidden;
    text-indent: -999px;
}

#savedCartPopupModal .modal-title:after,
.save-cart-page .page-header__title:after {
    content: "Saved List";
    float: left;
    text-indent: 0;
}

.save-cart__no-item-snippet:after {
    content: "No saved list yet.";
    float: left;
    text-indent: 0;
}

.save-cart-breadcrumbs li:first-child a,
.save-cart-breadcrumbs li:last-child span {
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    vertical-align: top;
}

.save-cart-breadcrumbs li:first-child a:after {
    content: "Shopping List";
    float: left;
    text-indent: 0;
}

.save-cart-breadcrumbs li:last-child span:after {
    content: "Saved List";
    float: left;
    text-indent: 0;
}

.save-cart-breadcrumbs .breadcrumb > li + li:before {
    vertical-align: top;
}

#savedCartPopupModal .save-cart__btn-select:after {
    content: "Select Saved List";
    float: left;
    text-indent: 0;
}

#savedCartPopupModal .save-cart__btn-select .fa {
    float: left;
    text-indent: 0;
    line-height: 20px;
}
/* End Saved Cart */


/* Start My Account */

.my-account-wrap .breadcrumb-wrap ul > li > a {
    color: #000;
}

.my-account-wrap .breadcrumb-wrap ul > li > a:hover {
    color: #405E03;
}

.my-account-wrap .breadcrumb-wrap ul > li:last-child > span {
    font-family: MontserratExtrabold;
}

.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn {
    background-color: #405E03;
    border-color: #405E03;
}

.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: #5e8b04;
    border-color: #5e8b04;
}

.panel-last-statement__view-link,
.my-account-layout--fullwidth-layout .panel-title .btn-link {
    color: #405E03;
}

.my-account-layout--fullwidth-layout .panel-title .btn-link:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:before {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.my-account-layout--fullwidth-layout .panel-title .btn-link:active:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:focus:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:active:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:focus:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover:after {
    color: #405E03;
}

.dashboard-my-account-wrap .my-account-payment-summary__actions {
    padding: 0;
}

/* Invoices */

.my-account-layout--fullwidth-layout .my-account-report-toolbar__link,
.my-account-layout--fullwidth-layout .grid-filter__button-reset {
    color: #405E03;
    -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: #5e8b04;
}

/* Payments */

.my-account-payment__header-due-date {
    color: #405E03;
}

.my-account-payment-summary__actions .btn--blue {
    background-color: #405E03;
    border-color: #405E03;
}

.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: #5e8b04;
    border-color: #5e8b04;
}


@media (min-width: 992px) {

    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item.nav--active {
        color: #405E03;
        font-family: MontserratExtrabold;
    }

    .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: #5e8b04;
    }

}

/* End My Account */

﻿.page-header h1 {
    font-family: 'MontserratExtrabold';
}
/* .page-main-layout .body-content {
    max-width:none;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:-15px; 
   width:100%;
} */
.page-main-layout #maincontent .container {   
    width:100% !important;   
    padding-left: 0;   
    padding-right: 0;   
    max-width: none;
}
/* .page-main-layout--history  .Content-BannerImage ~ .page-section-wrap {
    max-width: 1280px!important;
    margin: 0 auto;
} 
.page-main-layout--certifications .Content-BannerImage ~ .page-section-wrap {
    max-width: 1280px!important;
    margin: 0 auto;
} 
.page-main-layout--eccf .Content-BannerImage ~ .page-section-wrap {
    max-width: 1280px!important;
    margin: 0 auto;
} 
.page-main-layout--about .Content-BannerImage ~ .page-section-wrap {
    max-width: 1280px!important;
    margin: 0 auto;
} 
.page-main-layout--gallery .Content-BannerImage ~ .page-section-wrap {
    max-width: 1280px!important;
    margin: 0 auto;
} */
.page-main-layout--services #maincontent {
    margin-bottom: -30px;
}
/* .Content-BannerImage ~ .page-section-wrap {
    max-width: 1280px!important;
    margin: 0 auto;
} */
/* =============== SWITCH ACCOUNTS - YOUR CUSTOMER ACCOUNTS ===============  */
.my-account-wrap #gridCustomerAccounts .btn-xs {
    background-color:#405E03;
    border-color: #405E03;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.my-account-wrap #gridCustomerAccounts .btn-xs:hover {
    background-color: #5e8b04;
    border-color: #5e8b04;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.my-account-wrap #gridCustomerAccounts .btn-xs:active {
    background-color:#5e8b04;
    border-color: #5e8b04;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.my-account-wrap #gridCustomerAccounts .btn-xs:focus {
    background-color: #5e8b04;
    border-color: #5e8b04;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
/* =============== GENERIC CONTENT, PRODUCT, MY ACCOUNT HEADER, TEXT  CSS CODES =============== */
/* CONTENT */
h1.page-header__title {
    font-family: 'MontserratExtrabold';
}
.page-header h1 {
    font-family: 'MontserratExtrabold';
}
h2.page-section__title {
    color: #333;
    font-family: 'MontserratExtrabold';
}
h2.page-title {
    font-family: 'MontserratExtrabold';
}
.page-section__title {
    font-family: 'MontserratExtrabold';
}
.page-section__accordion-header {
   font-family: 'MontserratExtrabold';
   line-height:27px;
}
.page-section__accordion-content {
    font-family: Arial;
    padding: 10px 20px;
}
.page-section__content {
    font-family: Arial;
    line-height: 23px;
}
.page-section__content p a {
   color: #679903;
   text-decoration:none;
}
.page-section__content p a:hover {
   color: #5e8b04;
   text-decoration:underline;
}
.btn.btn-default.page-section__btn-link {
    background-color: #679903;
    border-color: #679903;
    color: #fff;
    display: block;
    font-family: 'MontserratExtrabold';
}
.btn.btn-default.page-section__btn-link:hover {
    background-color: #5e8b04!important;
    border-color: #5e8b04!important;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:active {
    background-color: #5e8b04!important;
    border-color: #5e8b04!important;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:focus {
    background-color: #5e8b04!important;
    border-color: #5e8b04!important;
    outline: 0;
    text-decoration: none;
}
/* OTHER PAGES */
.page-title.mtop-0 {
   font-family: 'MontserratExtrabold';
}
h1.page-title {
   font-family: 'MontserratExtrabold';
}
h2.page-title {
   font-family: 'MontserratExtrabold';
}
.registration-confirmation-wrap .page-title h3 {
   font-family: 'MontserratExtrabold';
}
h1.text-danger {
   font-family: 'MontserratExtrabold';
}
h2.text-danger {
   font-family: 'MontserratExtrabold';
}
.modal-title {
   font-family: 'MontserratExtrabold';
}
.store-location-page .page-header__title {
   font-family: 'MontserratExtrabold';
   text-align: center;
   padding: 30px 0;
}
.form-configurator-confirmation-page .text-center .h4 {
    font-family: 'MontserratExtrabold';
}
.Content-BannerImage .page-section--ImageWithTextOverlay .page-section__vertical-center-content {
    z-index: 2;
    background-color: #000;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 35px 20px 35px;
    opacity: .85;
}
.Content-BannerImage .page-section__title {
   font-size: 24px;
   line-height:34px;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    h1.page-header__title {
        font-size: 28px;
    }
    /* h2.page-section__title {
      font-size: 28px;
      line-height: 41px;
   } */
   .Content-BannerImage .page-section__title {
      font-size: 28px;
      line-height:38px;
   }   
}
@media only screen and (min-width: 992px) {
   /* h2.page-section__title {
      font-size: 35px;
      line-height: 48px;
   } */
}
@media only screen and (min-width: 1024px) {
    h1.page-header__title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    h1.page-header__title {
        font-size: 36px;
    }
   .Content-BannerImage .page-section__title {
      font-size: 32px;
      line-height:42px;
   } 
}


/* ======================= POSTS CSS CODES ======================= */
.breadcrumb--post .container {
    padding-top: 35px;
}
/* MAIN POSTS PAGE */
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item h2.post-list-item__title {
    font-family: 'MontserratExtrabold';
   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: Arial;
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__summary {
    font-family: Arial;
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .post-list-category__title {
    font-family: 'MontserratExtrabold';
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .list-filter-wrap .list-group .list-group-item {
    font-family: Arial;
}
/* POST ENTRIES */
/*.breadcrumb--post + .body-content .page-header__title {
    font-family: 'MontserratExtrabold';
    font-size: 30px;
    line-height: 40px;
    color: #e93c4f;
}*/
.post-list-publish-info {
    color: #333;
}
.post-list-template--default .post-list-publish-info {
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
}
.post-list-template--default .page-section-wrap .page-section__title  {
    font-family: 'MontserratExtrabold';
}
.post-list-template--default .page-section-wrap .page-section__content  {
    font-family: Arial;
}
/* ===============  HOMEPAGE CSS CODES =============== */
.home-tabs .page-section--ImageWithText .page-section__content-link .page-section__title {
    color: #FAFF00;
}
.home-tabs .page-section--ImageWithText .page-section__content-link .page-section__text-content {
    color: #FFF;
}
/* ===============  ABOUT US CSS CODES =============== */
.page-main-layout--about #mainfooter {
    margin-top:-40px;
}
.AboutUs-RichText .page-section h2.page-section__title {
   font-size:22px;
   line-height:30px;
}

.About-MiddleBlackContentContainer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    padding: 40px 0;
    display:block;
}
.About-MiddleBlackContent .page-section--ImageWithText {
    background-color: #000 !important;
}
.About-MiddleBlackContent .page-section--ImageWithText .page-section__image--Small  {
    height:125px;
}
.About-MiddleBlackContent .page-section--ImageWithText .page-section__content>div {
   padding:20px;
}
.About-MiddleBlackContent .page-section__content .page-section__image-wrap {
     width:100% !important;
     display:inline-block;
}
.About-MiddleBlackContent .page-section__content .page-section__text-wrap {
     width:100% !important;
     display:inline-block;
}
.About-MiddleBlackContent .page-section__content .page-section__text-wrap h2.page-section__title {
    color: #FAFF00;
    font-size: 21px;
    font-weight: 700;
    font-family:Arial;
    line-height: 27px;
}
.About-MiddleBlackContent .page-section__content .page-section__text-wrap .page-section__text-content {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-family:Arial
}
.About-MobileMiddleImage {
   display:block;
}
.About-WhoWeAreContainer {
  background-color:#f5f5f5;
}
.About-ViewOurServicesButton .page-section {
   text-align:left !important;
}
.About-ViewOurServicesButton .page-section a.btn {
    font-size: 22px;
    line-height: 29px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    padding: 15px 35px;
    white-space: normal;
    border-radius: 5px !important;
    text-shadow: 2px 2px 10px #333;
}
.About-Testimonials .page-section--ImageWithText .page-section__image-wrap {
    text-align: left !important;
}
.About-Testimonials .page-section--ImageWithText .page-section__image--Small {
    height: 80px;
}
.About-StatisticsCell .page-section h2.page-section__title p {
    color: #FAFF00;
    font-family: Arial;
    font-weight:700;
} 
.About-StatisticsCell .page-section .page-section__content {
    color: #FFF;
    font-family: 'MontserratExtrabold';
} 
.About-StatisticsMainContainer {
    background-image: url('/m/webp/about-us/lower-background-image.webp');
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
}
.About-StatisticsBlackContainer {
    padding: 40px 0;
    z-index: 2;
    background-color: #000;
    width: 100%;
    margin: 0 auto;
    opacity: .80;
}
/* MEDIA QUERIES */
@media only screen and (min-width:500px) {
    .About-MiddleBlackContent .page-section__content .page-section__image-wrap {
          width:30% !important;
     }
     .About-MiddleBlackContent .page-section__content .page-section__text-wrap {
          width:65% !important;
     }
}
@media only screen and (min-width:800px) {
    .About-MiddleBlackContent .page-section__content .page-section__image-wrap {
          width:25% !important;
     }
     .About-MiddleBlackContent .page-section__content .page-section__text-wrap {
          width:70% !important;
     }
}
@media only screen and (min-width:992px) {
     .page-main-layout--about #mainfooter {
         margin-top:1px;
     }
    /* .About-MiddleBlackContentContainer {
        display:none;
     } */
    .About-MobileMiddleImage {
        display:none;
    }
   .About-WhoWeAreWhatWeDo  {
        display:none;
    }
   .About-ViewOurServicesButton {
        display:none;
    }
    .About-Testimonials {
        display:none;
    } 
    /* .About-StatisticsBlackContainer {
        display:none;
    } */
}
/* ===============  APPLICATIONS CSS CODES =============== */
.Applications-EmploymentText .page-section h2.page-section__title {
   font-size:22px;
   line-height:30px;
}
.Applications-EmploymentText .page-section .page-section__content p {
   line-height:24px;
}
.Applications-EmploymentText .page-section .page-section__content p a {
   color:#333;
}
.Applications-EmploymentText .page-section .page-section__content p strong a {
   color:#333;
}
.Applications-EmploymentButton .page-section a {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 30px;
    border-radius:5px !important;
    text-shadow: 2px 2px 10px #333;
}
.Applications-CreditButtonsContiner {
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
}
.Applications-CreditButton .page-section a {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 30px;
    border-radius:5px !important;
    text-shadow: 2px 2px 10px #333;
}
/* ===============  CERTIFICATIONS CSS CODES =============== */
/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .Certifications-ImageWithText .page-section__content .page-section__image-wrap {
       width:40% !important;
    }
    .Certifications-ImageWithText .page-section__content .page-section__text-wrap {
       width:60% !important;
    }
}
@media only screen and (min-width:800px) {
    .Certifications-ImageWithText .page-section__content .page-section__image-wrap {
       width:35% !important;
    }
    .Certifications-ImageWithText .page-section__content .page-section__text-wrap {
       width:65% !important;
    }
}
@media only screen and (min-width:1024px) {
    .Certifications-ImageWithText .page-section__content .page-section__image-wrap {
       width:30% !important;
    }
    .Certifications-ImageWithText .page-section__content .page-section__text-wrap {
       width:70% !important;
    }
}
/* ===============  CONTACT US -- MAIN PAGE & MANTLE --  CSS CODES =============== */
.contact-us-mantle {
    margin-left: -15px;
    margin-right: -15px;
   margin-top:-29px;
    position:relative;
}
.content-block-static  {
    position:relative;
}
.contact-us-page {
    position:relative;
    max-width:none;
}
.contact-us-mantle ~ .body-content {
    max-width:none;
    padding-left:0;
    padding-right:0;
}
.contact-us-page .page-header__title {
    display:none !important;
}
.contact-us-page .form-horizontal {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 10px 40px 10px;
}
.contact-us-mantle .content-block-static h2.ibos-carousel__title {
    position: absolute;
    text-align: center;
    margin: 0 auto!important;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%,-50%);
    -moz-transform: translateX(-50%,-50%);
    -ms-transform: translateX(-50%,-50%);
    -o-transform: translateX(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    background-color: #000;
    color: #fff;
    font-family: 'MontserratExtrabold';
    font-size: 24px;
    line-height: 34px;
    padding: 30px 50px 25px 50px;
    opacity: .85;
} 
.contact-us-page .contact-us-btn-toolbar .form-group .btn {
    height: 73px;
    font-size: 25px;
    line-height:33px;
    font-family: Arial;
    font-weight: 100;
    text-transform: uppercase;
    background-color: #5e8b04;
    border-color: #5e8b04;
   text-shadow: 2px 2px 8px #333;
}
.contact-us-page .contact-us-btn-toolbar .form-group .btn:hover {
    background-color: #405E03;
    border-color: #405E03;
}
/* MEDIA QUERIES */
@media only screen and (min-width:768px) {
    .contact-us-mantle .content-block-static h2.ibos-carousel__title {
       font-size: 28px;
           line-height: 38px;
    }
}
@media only screen and (min-width:1200px) {
    .contact-us-mantle .content-block-static h2.ibos-carousel__title {
       font-size: 32px;
           line-height: 42px;
    }
}
/* ===============  CONTACT US ONLINE FORM --  CSS CODES =============== */
.contact-us-page .form-horizontal .form-group .form-control { 
    border-bottom-color: #000!important;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 12px;
    height: 45px;
    padding: 6px 0;
}
/* ===============  CONTACT TOP --  CSS CODES =============== */
#ContactUsTopContainer {
    width:100%;
    max-width:700px;
    margin:0 auto;
    padding:5px;
    text-align:center;
}
/* FONTS */
.ContactUsTop-Subheader {
    font-size: 26px;
    line-height: 35px;
    color: #333;
    font-family: 'MontserratExtrabold';
}
.ContactUsTop-BodyText {
   font-family: Arial;
   font-size:16px;
   line-height:27px;
   color:#333;
}
.ContactUsTop-BodyTextURL {
   font-family: Arial;
   font-size:16px;
   line-height:27px;
   color:#5e8b04;
   text-decoration:underline;
}
.ContactUsTop-BodyTextURL:hover {
   color:#5e8b04;
   text-decoration:none;
}
/* ===============  CONTACT BOTTOM --  CSS CODES =============== */
.contact-us-snippet--bottom {
    padding: 0;
    margin-right: -15px;
    margin-left: -1px;
}
#ContactUsBottomContainer {
    width:100%;
    margin-left:-15px;
    margin-right:-15px;
    padding-left:0;
    padding-right:0;
}
.ContactUsBottom-TopSection {
    width:100%;
    position:relative;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.ContactUsBottom-MapSection {
    width:100%;
    position:relative;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.ContactUsBottom-LightGreenSection {
    width:100%;
    display:inline-block;
    text-align:center;
    padding:20px;
    background-color:#679902;
    vertical-align: top;
    min-height: 177px;
}
.ContactUsBottom-DarkGreenSection {
    width:100%;
    text-align:center;
    display:inline-block;
    padding:20px;
    background-color:#196000;
    vertical-align: top;
    min-height: 177px;
}
/* FONTS */
.ContactUsBottom-Subheader {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-family: 'MontserratExtrabold';
    text-shadow: 2px 2px 8px #000;
}
.ContactUsBottom-BodyText {
   font-family: Arial;
   font-size:16px;
   line-height:27px;
   color:#fff;
   text-shadow: 2px 2px 8px #000;
}
.ContactUsBottom-BodyTextURL {
   font-family: Arial;
   font-size:16px;
   line-height:27px;
   color:#5e8b04;
   text-decoration:underline;
}

/* MEDIA QUERIES */
@media only screen and (min-width:800px) {
    .ContactUsBottom-LightGreenSection {
        width:50%;
    }
    .ContactUsBottom-DarkGreenSection {
        width:50%;
    }
}
/* ===============  ECCF --  CSS CODES =============== */
.ECCF-Text .page-section .page-section__title p {
   font-size: 24px;
   line-height: 32px;
   margin-bottom: -17px;
}
.ECCF-Application .page-section a.btn {
    font-size: 23px;
    line-height: 32px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    padding: 15px 45px;
    border-radius: 5px !important;
    text-shadow: 2px 2px 10px #333;
}
/* =============== OUR HISTORY - CSS CODES =============== */
.History-TopContent .page-section h2.page-section__title {
    font-size: 22px;
    line-height: 30px;
}
.History-ImageWithTextTopContent {
    margin-top: -24px !important;
    margin-bottom: -40px !important;
}
.History-Content-1 .page-section__content {
    position: relative;
    min-height: 275px;
}
.History-Content-1 .page-section__content .page-section__image-wrap {
    position: absolute;
    right: 0;
    z-index: 2;
}
.History-Content-1 .page-section--ImageWithText .page-section__image--Medium {
    height: 150px;
}
.History-Content-1 .page-section__content .page-section__text-wrap {
    width: 100%;
    position: absolute;
    top: 25%;
    background-color: #f5f5f5;
    height: 220px;
    padding:20px;
}
.History-Content-2 .page-section__content {
    position: relative;
    min-height: 275px;
}
.History-Content-2 .page-section__content .page-section__image-wrap {
    position: absolute;
    right: 0;
    z-index: 2;
}
.History-Content-2 .page-section--ImageWithText .page-section__image--Medium {
    height: 150px;
}
.History-Content-2 .page-section__content .page-section__text-wrap {
    width: 100%;
    position: absolute;
    top: 25%;
    background-color: #f5f5f5;
    height: 220px;
    padding:40px 20px;
}

.History-Content-3 .page-section__content {
    position: relative;
    min-height: 275px;
}
.History-Content-3 .page-section__content .page-section__image-wrap {
    position: absolute;
    right: 0;
    z-index: 2;
}
.History-Content-3 .page-section--ImageWithText .page-section__image--Medium {
    height: 150px;
}
.History-Content-3 .page-section__content .page-section__text-wrap {
    width: 100%;
    position: absolute;
    top: 25%;
    background-color: #f5f5f5;
    height: 220px;
    padding:50px 20px;
}

.History-Content-4 .page-section__content {
    position: relative;
    min-height: 275px;
}
.History-Content-4 .page-section__content .page-section__image-wrap {
    position: absolute;
    right: 0;
    z-index: 2;
}
.History-Content-4 .page-section--ImageWithText .page-section__image--Medium {
    height: 150px;
}
.History-Content-4 .page-section__content .page-section__text-wrap {
    width: 100%;
    position: absolute;
    top: 25%;
    background-color: #f5f5f5;
    height: 220px;
    padding:50px 20px;
}
.History-Content-1 .page-section__content .page-section__text-wrap .page-section__title, .History-Content-2 .page-section__content .page-section__text-wrap .page-section__title, .History-Content-3 .page-section__content .page-section__text-wrap .page-section__title, .History-Content-4 .page-section__content .page-section__text-wrap .page-section__title {
   font-size:22px;
   line-height:30px;
}
.History-ChartContainer {
    width:100%;
    max-width:1280px;
    margin:0 auto;
}
.History-GreenLine {
   display:none;
}
.History-GreenLine2 {
   display:none;
}
.History-Content-1 .page-section__content .page-section__image-wrap img {
     border-radius: 40px;
}
.History-Content-2 .page-section__content .page-section__image-wrap img {
     border-radius: 40px;
}
.History-Content-3 .page-section__content .page-section__image-wrap img {
     border-radius: 40px;
}
.History-Content-4 .page-section__content .page-section__image-wrap img {
     border-radius: 40px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:380px) {
      .History-Content-1 .page-section__content {
         min-height: 245px;
      }
      .History-Content-2 .page-section__content {
         min-height: 245px;
      }
      .History-Content-3 .page-section__content {
         min-height: 245px;
      }
      .History-Content-4 .page-section__content {
         min-height: 245px;
      }
}
@media only screen and (min-width:480px) {
      .History-Content-1 .page-section__content {
         min-height: 220px;
      }
      .History-Content-2 .page-section__content {
         min-height: 220px;
      }
      .History-Content-3 .page-section__content {
         min-height: 220px;
      }
      .History-Content-4 .page-section__content {
         min-height: 220px;
      }
}
@media only screen and (min-width:600px) {
      .History-Content-1 {
         width:50% !important;
         padding:7px !important;
      }
      .History-Content-2 {
         width:50% !important;
         padding:7px !important;
      }
      .History-Content-3 {
         width:50% !important;
         padding:7px !important;
      }
      .History-Content-4 {
         width:50% !important;
         padding:7px !important;
      }
}
@media only screen and (min-width:623px) {
      .History-Content-1 .page-section__content {
         min-height: 190px;
      }
      .History-Content-2 .page-section__content {
         min-height: 190px;
      }
      .History-Content-3 .page-section__content {
         min-height: 190px;
      }
      .History-Content-4 .page-section__content {
         min-height: 190px;
      }
}
@media only screen and (min-width:640px) {
      .History-ImageWithTextTopContent .page-section__content .page-section__text-wrap {
          width:60% !important;
      }
      .History-ImageWithTextTopContent .page-section__content .page-section__image-wrap {
          width:40% !important;
      }
      .History-Content-1 {
         padding: 30px 0px 30px 0px !important;
      }
      .History-Content-2 {
         padding: 30px 0px 30px 0px !important;
      }
      .History-Content-3 {
         padding: 30px 0px 30px 0px !important;
      }
      .History-Content-4 {
         padding: 30px 0px 30px 0px !important;
      }
      .History-Content-1 .page-section__content .page-section__image-wrap {
           left: 37%;
           top:-8%;
           height:200px;
       }
      .History-Content-1 .page-section__content .page-section__text-wrap {
           padding: 50px 20px;
       } 
      .History-Content-1 .page-section__content .page-section__text-wrap .page-section__text-content {
           width:75%;
           height:200px;
       }

      .History-Content-2 .page-section__content .page-section__image-wrap {
           left: 37%;
           top:-8%;
           height:200px;
       }
      .History-Content-2 .page-section__content .page-section__text-wrap {
           padding: 50px 20px;
       } 
      .History-Content-2 .page-section__content .page-section__text-wrap .page-section__text-content {
           width:75%;
           height:200px;
       }

       .History-Content-3 .page-section__content .page-section__image-wrap {
           left: 37%;
           top:-8%;
           height:200px;
       }
      .History-Content-3 .page-section__content .page-section__text-wrap {
           padding: 50px 20px;
       } 
      .History-Content-3 .page-section__content .page-section__text-wrap .page-section__text-content {
           width:75%;
           height:200px;
       }

       .History-Content-4 .page-section__content .page-section__image-wrap {
           left: 37%;
           top:-8%;
           height:200px;
       }
      .History-Content-4 .page-section__content .page-section__text-wrap {
           padding: 50px 20px;
       } 
      .History-Content-4 .page-section__content .page-section__text-wrap .page-section__text-content {
           width:75%;
           height:200px;
       }
}
@media only screen and (max-width:767px) {
   .History-ChartContainer > .page-section-wrap--ImageWithText {
       margin: 40px 0;
   }
}
@media only screen and (min-width:768px) {
      .History-Content-1 {
         width:70% !important;
      }
      .History-Content-2 {
         width:70% !important;
      }
      .History-Content-3 {
         width:70% !important;
      }
      .History-Content-4 {
         width:70% !important;
      }
      .History-Content-1 .page-section__content {
         min-height: 300px;
      }
      .History-Content-2 .page-section__content {
         min-height: 300px;
      }
      /* .History-Content-3 .page-section__content {
         min-height: 300px;
      } */
      .History-ImageWithTextTopContent .page-section__content .page-section__text-wrap {
          width:365%;
      }
      .History-ImageWithTextTopContent .page-section__content .page-section__image-wrap {
          width:35%;
      }
     .History-Content-1 {
         width:70%;
         margin: 30px 10px;
         padding:0 !important;
      }
     .History-Content-1 .page-section--ImageWithText {
         background-color: transparent !important;
     }
    .History-Content-1 .page-section__content .page-section__text-wrap {
         width:46% !important;
         padding: 14px 18px;
     }
    .History-Content-1 .page-section__content .page-section__text-wrap .page-section__title {
         margin-left:-10px;
     }
    .History-Content-1 .page-section__content .page-section__text-wrap .page-section__text-content {
         margin:-10px;
         width:100%;
     }
    .History-Content-1 .page-section__content .page-section__image-wrap {
         left: 42%;
         top: 40px;
         right: 0;
     }
     .History-Content-1 .page-section--ImageWithText .page-section__image--Medium {
          height: 220px;
      }
     .History-Content-1 .page-section--ImageWithText .page-section__image--Medium:after {
         content:"";
         background-color: #679904;
         width: 100%;
         margin: 0 auto;
         max-width: 13px;
         height: 220px;   
      }

     .History-Content-2 {
         width:70%;
         margin: 30px 10px;
         padding:0 !important;
      }
     .History-Content-2 .page-section--ImageWithText {
         background-color: transparent !important;
     }
    .History-Content-2 .page-section__content .page-section__text-wrap {
         width:46% !important;
         padding: 50px 20px;
         height: 200px; 
     }
    .History-Content-2 .page-section__content .page-section__text-wrap .page-section__title {
         margin-left:-10px;
     }
    .History-Content-2 .page-section__content .page-section__text-wrap .page-section__text-content {
         margin:-10px;
         width:100%;
     }
    .History-Content-2 .page-section__content .page-section__image-wrap {
         left: 42%;
         top: 40px;
         right: 0;
     }
     .History-Content-2 .page-section--ImageWithText .page-section__image--Medium {
          height: 220px;
      }
     .History-Content-2 .page-section--ImageWithText .page-section__image--Medium:after {
         content:"";
         background-color: #679904;
         width: 100%;
         margin: 0 auto;
         max-width: 13px;
         height: 220px;   
      }

      .History-Content-3 {
         width:70%;
         margin: 30px 10px;
      }
     .History-Content-3 .page-section--ImageWithText {
         background-color: transparent !important;
     }
    .History-Content-3 .page-section__content .page-section__text-wrap {
         width:53% !important;
         right: -40%;
         top:0; 
         height: 220px;
     }
    .History-Content-3 .page-section__content .page-section__text-wrap .page-section__title {
         margin-left:-10px;
     }
    .History-Content-3 .page-section__content .page-section__text-wrap .page-section__text-content {
         margin:-10px;
         width: 100%;
     }
    .History-Content-3 .page-section__content .page-section__image-wrap {
         left: 41%;
         right: 0;
     }
     .History-Content-3 .page-section--ImageWithText .page-section__image--Medium {
          height: 220px;
      }

      .History-Content-4 {
         width:70%;
         margin: 30px 10px;
      }
     .History-Content-4 .page-section--ImageWithText {
         background-color: transparent !important;
     }
    .History-Content-4 .page-section__content .page-section__text-wrap {
         width:53% !important;
         right: -40%;
         top:0; 
         padding: 20px 20px;
         height: 220px;
     }
    .History-Content-4 .page-section__content .page-section__text-wrap .page-section__title {
         margin-left:-10px;
     }
    .History-Content-4 .page-section__content .page-section__text-wrap .page-section__text-content {
         margin:-10px;
         width: 100%;
     }
    .History-Content-4 .page-section__content .page-section__image-wrap {
         left: 41%;
         right: 0;
     }
     .History-Content-4 .page-section--ImageWithText .page-section__image--Medium {
          height: 220px;
      }

     .History-GreenLine {
        display: block;
        background-color: #679904;
        width: 100%;
        margin: 0 47%;
        max-width: 13px;
        height: 100px;
        margin-top: -95px;
        margin-bottom: -95px;
     }
  .History-GreenLine2 {
      display: block;
      background-color: #679904;
      width: 100%;
      margin: 0 47%;
      max-width: 13px;
      height: 100px;
      margin-top: -95px;
      margin-bottom: -95px;
  }
}
@media only screen and (min-width:900px) {
    .History-ImageWithTextTopContent {
         margin-top: -37px !important;
      }
      .History-ImageWithTextTopContent .page-section__content .page-section__text-wrap {
          width:70% !important;
      }
      .History-ImageWithTextTopContent .page-section__content .page-section__image-wrap {
          width:30% !important;
      }
    .History-Content-1 .page-section__content .page-section__text-wrap {
        width:48% !important;
        padding:15px 25px;
    }
    .History-Content-2 .page-section__content .page-section__text-wrap {
         width:48% !important;
     }
    .History-Content-3 .page-section__content .page-section__text-wrap {
         width:55% !important;
         padding:50px 25px; 
     }
    .History-Content-4 .page-section__content .page-section__text-wrap {
         width:55% !important;
          padding: 30px 25px;
          height: 235px;
     }
}
@media only screen and (min-width:980px) {
    .History-Content-1 .page-section__content .page-section__text-wrap {
        width:49% !important;
        height: 190px;
    }
    .History-Content-2 .page-section__content .page-section__text-wrap {
         width:49% !important;
         height: 190px;
     }
    .History-Content-3 .page-section__content .page-section__text-wrap {
         width:56% !important;
         height: 190px;
     }
    .History-Content-4 .page-section__content .page-section__text-wrap {
         width:56% !important;
         height: 190px;
     }
}
@media only screen and (min-width:1024px) {
      .History-ImageWithTextTopContent .page-section__content .page-section__text-wrap {
          width:75% !important;
      }
      .History-ImageWithTextTopContent .page-section__content .page-section__image-wrap {
          width:25% !important;
      }
    .History-Content-2 .page-section__content .page-section__text-wrap {
         width:49% !important;
     }
    .History-Content-3 .page-section__content .page-section__text-wrap {
         width:57% !important;
     }
    .History-Content-4 .page-section__content .page-section__text-wrap {
         width:57% !important;
     }
}
@media only screen and (min-width:1100px) {
    .History-Content-1 .page-section__content .page-section__text-wrap {
         width:51% !important;
         height: 175px;
     }
    .History-Content-2 .page-section__content .page-section__text-wrap {
         width:51% !important;
         height: 175px;
     }
    .History-Content-3 .page-section__content .page-section__text-wrap {
         width:59% !important;
         height: 175px;
     }
    .History-Content-4 .page-section__content .page-section__text-wrap {
         width:59% !important;
         height: 175px;
     }
}
@media only screen and (min-width: 1200px) {
    .History-Content-3 .page-section__content .page-section__image-wrap {
         left: 41.5%;
   }
    .History-Content-4 .page-section__content .page-section__image-wrap {
         left: 41.5%;
   }
}
@media only screen and (min-width:1240px) {
    .History-Content-3 .page-section__content .page-section__text-wrap {
         width:60% !important;
     }
    .History-Content-4 .page-section__content .page-section__text-wrap {
         width:60% !important;
     }
}
/* =============== OUR SERVICES  CSS CODES =============== */
.OurServices-TopContent .page-section__content .page-section__text-wrap {
    padding:50px 20px;
}
.OurServices-TopContent .page-section__content .page-section__text-wrap a.btn {
    font-size: 22px;
    line-height: 29px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    padding: 15px 35px;
    white-space:normal;
    border-radius: 5px !important;
    text-shadow: 2px 2px 10px #333;
}
.OurServices-LowerImgWithText .page-section__content .page-section__text-wrap {
    padding:50px 20px;
}
.OurServices-LowerImgWithText .page-section__content .page-section__text-wrap a.btn {
    font-size: 22px;
    line-height: 29px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    padding: 15px 35px;
    white-space: normal;
    border-radius: 5px !important;
    text-shadow: 2px 2px 10px #333;
}
.Services-FooterBanner .page-section__vertical-center-content {
    display: inline-block;
    max-height: 100%;
    max-width: 490px;
    vertical-align: middle;
    width: 100%;
}
.Services-FooterBanner .page-section--ImageWithTextOverlay .page-section__vertical-center-content:after {
    background-color: #000 !important;
}
.Services-FooterBanner .page-section--ImageWithTextOverlay .page-section__vertical-center-content.text-overlay-opacity--40:after {
    opacity: .7;
}
.Services-FooterBanner .page-section--ImageWithTextOverlay .page-section__vertical-center .page-section__vertical-center-content a.btn {
    font-size: 22px;
    line-height: 29px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    padding: 15px 35px;
    font-family:Arial;
    white-space: normal;
    border-radius: 5px !important;
    text-shadow: 2px 2px 10px #333;
} 
.Services-FooterBanner .page-section__content a {
    color:  #fff;
}
.Services-FooterBanner .page-section__content a:active,
.Services-FooterBanner .page-section__content a:focus,
.Services-FooterBanner .page-section__content a:hover {
    color:  #679903;
}
.Services-BlackTopLinksContainer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    padding: 40px 0;
}
.Services-BlackTopLinks .page-section--ImageWithText .page-section__image--Small  {
    height:125px;
}
.Services-BlackTopLinks .page-section--ImageWithText .page-section__content>div {
   padding:20px;
}
.Services-BlackTopLinks .page-section__content .page-section__image-wrap {
     width:100% !important;
}
.Services-BlackTopLinks .page-section__content .page-section__text-wrap {
     width:100% !important;
}
.Services-BlackTopLinks .page-section__content .page-section__text-wrap h2.page-section__title {
    color: #FAFF00;
    font-size: 21px;
    font-weight: 700;
    font-family:Arial;
    line-height: 27px;
}
.Services-BlackTopLinks .page-section__content .page-section__text-wrap .page-section__text-content {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-family:Arial
}
.Services-EdensawCreative-Logo {
    z-index: 2;
    position: absolute;
    top: 1045px;
    left: 60px;
}
.Services-EdensawCreative-Logo .page-section img {
    height:180px;
}
.Services-HTMLSection {
    margin-bottom: -41px;
}

.page-main-layout--services .page-section--ImageWithText .page-section__image--Cover > img {
    max-height: 100%;
    left: auto;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    object-position: center;
    position: static;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
}

.page-main-layout--services .page-section--ImageWithText .page-section__image--Cover {
    padding: 0 !important;
}

/* MEDIA QUERIES */
@media only screen and (min-width:360px) {
    .Services-EdensawCreative-Logo {
         left: 80px;
     }
}
@media only screen and (min-width:400px) {
    .Services-EdensawCreative-Logo {
         top:1050px;
         left: 105px;
     }
}
@media only screen and (min-width:460px) {
    .Services-EdensawCreative-Logo {
         left: 135px;
     }
}
@media only screen and (min-width:506px) {
    .Services-EdensawCreative-Logo {
         top:1040px;
         left: 163px;
     }
}
@media only screen and (min-width:540px) {
    .Services-EdensawCreative-Logo {
         top:980px;
     }
}
@media only screen and (min-width:640px) {
    .Services-BlackTopLinks .page-section__content .page-section__image-wrap {
          width:30% !important;
     }
     .Services-BlackTopLinks .page-section__content .page-section__text-wrap {
          width:65% !important;
     }
    .Services-EdensawCreative-Logo {
        top: 20.5%;
        left: 39%;
    }
    .OurServices-TopContent .page-section__content .page-section__text-wrap {
         width:100% !important;
     }
    .OurServices-TopContent .page-section__content .page-section__image-wrap {
         width:100% !important;
     }
    .OurServices-LowerImgWithText  .page-section__content .page-section__text-wrap {
         width:100% !important;
     }
    .OurServices-LowerImgWithText  .page-section__content .page-section__image-wrap {
         width:100% !important;
     }
    .OurServices-LowerImgWithText .page-section--ImageWithText .page-section__image--Large {
       height:516px;
    }
   .OurServices-LowerImgWithText .page-section--ImageWithText .page-section__image--Large img {
        height:550px;
    }
    .OurServices-LowerImgWithText .page-section__content .page-section__text-wrap {
        padding:40px;
    }
}
@media only screen and (max-width:974px) {
     .Services-BlackLinksImageContainer {
        display:block;
     }
}
@media only screen and (min-width:975px) {
     .Services-BlackLinksImageContainer {
        display:none;
     }
    .OurServices-TopContent .page-section__content .page-section__image-wrap {
         width:50% !important;
         position: absolute;
         top: 0;
         left: 50%;
         height: 100%;
     }
    .OurServices-TopContent .page-section__content .page-section__text-wrap {
         width: 50% !important;
        padding: 100px 50px;
    }
    .OurServices-LowerImgWithText  .page-section__content .page-section__text-wrap {
         width:50% !important;
     }
    .OurServices-LowerImgWithText  .page-section__content .page-section__image-wrap {
         width:50% !important;
     }
}
@media only screen and (min-width:992px) {
    .OurServices-TopContent .page-section__content .page-section__text-wrap {
         padding:100px 50px;
    }
    .OurServices-TopContent .page-section__content .page-section__text-wrap {
         width:50% !important;
     }
}

@media only screen and (min-width:1200px) {
    .OurServices-TopContent .page-section__content,
    .OurServices-TopContent .page-section__content .page-section__text-wrap,
    .OurServices-TopContent .page-section__content .page-section__image-wrap {
         min-height: 480px;
     }
}

@media only screen and (min-width:1600px) {
    .OurServices-TopContent .page-section__content,
    .OurServices-TopContent .page-section__content .page-section__text-wrap,
    .OurServices-TopContent .page-section__content .page-section__image-wrap {
         min-height: 700px;
     }
}
