/* HEADER, HOMEPAGE, FOOTER STYLES */

@font-face {
    font-family: 'Velour';
    src: url('fonts/Velour-Bold.eot');
    src: local('Velour Bold'), local('Velour-Bold'),
        url('fonts/Velour-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Velour-Bold.woff2') format('woff2'),
        url('fonts/Velour-Bold.woff') format('woff'),
        url('fonts/Velour-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('fonts/Velour-medium.eot');
    src: local('Velour medium'), local('Velour-medium'),
        url('fonts/Velour-medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Velour-medium.woff2') format('woff2'),
        url('fonts/Velour-medium.woff') format('woff'),
        url('fonts/Velour-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('fonts/Velour-Light.eot');
    src: local('Velour Light'), local('Velour-Light'),
        url('fonts/Velour-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Velour-Light.woff2') format('woff2'),
        url('fonts/Velour-Light.woff') format('woff'),
        url('fonts/Velour-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('fonts/Velour-Thin.eot');
    src: local('Velour Thin'), local('Velour-Thin'),
        url('fonts/Velour-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Velour-Thin.woff2') format('woff2'),
        url('fonts/Velour-Thin.woff') format('woff'),
        url('fonts/Velour-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('fonts/Velour-SemiBold.eot');
    src: local('Velour Semi Bold'), local('Velour-SemiBold'),
        url('fonts/Velour-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Velour-SemiBold.woff2') format('woff2'),
        url('fonts/Velour-SemiBold.woff') format('woff'),
        url('fonts/Velour-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velour';
    src: url('fonts/Velour-Regular.eot');
    src: local('Velour Regular'), local('Velour-Regular'),
        url('fonts/Velour-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Velour-Regular.woff2') format('woff2'),
        url('fonts/Velour-Regular.woff') format('woff'),
        url('fonts/Velour-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#divworkspacearea {
    max-width: 1420px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 10px 20px 10px;
}

#mainpagecontainer {
    max-width: 1420px;
    margin: 0 auto;
    background-color: #fff;
    padding: 142px 10px 20px 10px;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm .grid-container {
    max-width: 1800px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
}

.white-bg {
    background-color: #fff;
    padding-bottom: 40px;
}

.gray-bg {
    background-color: #efefef;
    padding-bottom: 40px;
}

.beige-bg {
    background-color: #ccba7c;
    padding-bottom: 80px;
}

.pink-bg {
    background-color: #be5d87;
    border-bottom: 40px solid #ccba7c;
}

.ItemBrowserPageContainer,
.ItemInformationContainer {
    padding: 0 10px;
}

.LoginPageContainer {
    margin: 5vh auto;
}

header,
nav,
footer {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1,
h2,
p,
ul {
    margin: 0;
    padding: 0;
}

body,
input {
    margin: 0 auto;
    font-family: 'aktiv-grotesk', sans-serif;
    color: #222;
}

#staticpagecontent p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 14px;
}

/*** END GLOBAL *******************************************************/

/*** HEADER ***********************************************************/

header a {
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}


.header-container {
    position: relative;
    z-index: 200;
    /* background-color: rgba(0, 0, 0, .75); */
    /* background-color: #15340c; */
    background-image: url('images/header-bg.jpg');
    background-repeat: repeat;
}
@media screen and (max-width: 768px) {
    .header-container {
        background-color: transparent;
    }
}

#bird-icon {
    position: absolute;
    left: 20px;
    bottom: 65px;
}

#bird-icon img {
    width: 100%;
    max-width: 80px;
    height: auto;
}

#top-header,
#sticky-header {
    /* position: absolute; */
    width: 100%;
    /* background-image: inherit; */
}
#top-header{ 
    z-index: 300;
}

#sticky-header { 
    z-index: 1;
    text-align: center;
}    


.header-left,
.header-right {
    padding: 12px 10px;
}

.header-left li,
.header-right li,
nav>ul>li {
    list-style: none;
    display: inline-block;
    /*background-color: inherit;*/
}

.header-left li {
    list-style: none;
    display: block;
    color: #fff;
}

.header-left a,
.header-right li a {
    padding: 15px 2px;
    color: #fff;
}

.header-left a:hover,
.header-right li a:hover {
    text-decoration: underline;
    color: #ccba7c;
}

.header-left li:last-of-type {
    font-size: 14px;
    position: absolute;
    left: 0;
    z-index: 9999;
    margin-top: 10px;
    background-color: #000;
    padding: 10px;
}

#logo {
    text-align: center;
    padding: 15px 0;
}

#logo a {
    display: block;
}

#logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
    vertical-align: middle;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#logo a:hover img {
    opacity: .5;
}

.header-right {
    text-align: right;
}

.header-right>ul>li {
    position: relative;
    padding: 0 4px;
}

.header-right a {
    padding: 0 12px;
    white-space: nowrap;
}

.header-right li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 32px;
    right: 0;
    text-align: right;
    padding: 5px 0;
    background-color: #111;
    z-index: 1;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

.header-right li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.header-right li ul li {
    display: block;
}

.header-right li ul a {
    display: block;
    padding: 0 15px;
    font-size: .9em;
    line-height: 1.75em;
}

.sticky-locator {
    display: inline-block;
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    left: 20px;
    top: 18px;
    display: none;
}

.sticky-locator.active {
    display: block;
}

#mainnav {
    width: 100%;
    position: relative;
    height: 42px;
}

ul#mainnavlinks {
    width: 862px;
    left: 50%;
    top: 7px;
    transform: translateX(-50%);
    position: absolute;
    list-style: none;
}

ul#mainnavlinks li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    /*--Important--*/
}

ul#mainnavlinks>li>a {
    float: left;
    height: 42px;
    line-height: 42px;
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    padding-left: 21px;
    padding-right: 21px;
}

ul#mainnavlinks>li:hover>a,
ul#topnav>li>a:hover {
    color: #FFF;
    background-color: rgba(204, 186, 124, .85);
    height: 42px;
    line-height: 42px;
    padding-left: 21px;
    padding-right: 21px;
}


/*--Hover State--*/

ul#mainnavlinks li .subfurniture {
    width: 600px !important;
    position: absolute;
    /*--Important--*/
    z-index: 99999;
    background-color: #fff;
    padding: 0px 0px 25px 20px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    display: none;
    /*--Hidden for those with js turned off--*/
    -moz-box-shadow: 7px 5px 10px #000;
    -webkit-box-shadow: 7px 5px 10px #000;
    box-shadow: 7px 5px 10px #000;
}

ul#mainnavlinks li .one {
    top: 42px;
    left: 0px;
}

ul#mainnavlinks li .two {
    top: 42px;
    left: 0px;
}

ul#mainnavlinks li .three {
    top: 42px;
    left: 0px;
}

ul#mainnavlinks li .four {
    width: 200px !important;
    top: 42px;
    left: 0px;
}

ul#mainnavlinks li .five {
    width: 200px !important;
    top: 42px;
    left: 0px;
}

ul#mainnavlinks li .six {
    width: 200px !important;
    top: 42px;
    left: 0px;
}

ul#mainnavlinks li .seven {
    top: 42px;
    left: 0px;
}


ul#mainnavlinks li .row {
    /*--If needed to break out into rows--*/
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

ul#mainnavlinks li .sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#mainnavlinks .sub ul li {
    width: 100%;
    /*--Override parent list item--*/
    color: #fff;
}

ul#mainnavlinks .sub ul li h2 {
    /*--Sub nav heading style--*/
    padding: 0;
    margin: 0;
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold;
    color: #353535;
}

ul#mainnavlinks .sub ul li h2 a {
    /*--Sub nav heading link style--*/
    padding: 5px 0;
    background-image: none;
    color: #353535;
}

ul#mainnavlinks .sub ul li a {
    float: none;
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
    text-indent: 0;
    /*--Override text-indent from parent list item--*/
    height: 26px;
    line-height: 26px;
    padding: 0px 5px 0px 0px;
    display: inline-block;
    text-decoration: none;
    color: #353535;
    border: 0 !important;
    background: none !important;
}

ul#mainnavlinks .sub ul li a:hover {
    color: #9d1c20;
    text-decoration: underline;
    background-position: 14px 14px;
    /*--Override background position--*/
}

.mainnavred {
    color: #ff2b31 !important;
}

.mainnavred:hover {
    color: #fff !important;
}

.header-hours {
    margin-left: 10px;
    padding-top: 5px;
}

.sublinkscolumn {
    width: 184px;
    line-height: 25px;
    padding-top: 10px;
    float: left;
}

.sublinkscolumn a {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #353535;
    text-transform: none;
}

.sublinkscolumn a:hover {
    text-decoration: underline !important;
    color: #9d1c20 !important;
}

.sublinkscontent {
    width: 200px;
    float: right;
}

.sublinkscontentpic {
    width: 200px;
}

.sublinkscontentcopy {
    width: 200px;
}

.sublinkscontentcopyheading {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    color: #2a2a2a;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    display: block;
}

.sublinkscontentcopy p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    color: #2a2a2a;
    padding-left: 15px;
    padding-right: 15px;
}

.sublinkscontentcopy a {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #c95c2f !important;
    margin-left: 3px !important;
}

.subtitleheading {
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.subtitleheading p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin: auto;
    color: #362618;
}

.subtitleheading a {
    font-family: 'aktiv-grotesk', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #362618 !important;
}

.slideout-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    padding-bottom: 100%;
    background-color: #2e2e2e;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

.slideout-menu.open {
    box-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

.slideout-menu div,
.slideout-menu ul li a,
.slideout-menu .spacer {
    border-bottom: 1px solid #363636;
}

.slideout-menu p {
    display: inline-block;
    position: relative;
    padding: 12px;
    color: #fff;
    font-size: 1.2em;
}

.slideout-menu p a {
    padding: 6px;
    color: #fff;
}

.slideout-menu p a:hover {
    color: #ccba7c;
}

.slideout-menu .slideout-menu-toggle {
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 3px 9px 6px;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    background-color: #222;
    color: #fff;
    cursor: pointer;
}

.slideout-menu .slideout-menu-toggle:hover {
    color: #ccba7c;
    background-color: #171717;
}

.slideout-menu ul {
    list-style: none;
    font-weight: 300;
}

.slideout-menu ul li a {
    position: relative;
    font-weight: 400;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.slideout-menu ul ul li a {
    padding-left: 30px;
}

.slideout-menu ul li a:hover {
    background-color: #1C1C1C;
    color: #bbb;
}

.slideout-menu ul li a i,
.slideout-menu ul li a .menu-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .5;
    line-height: 1.4;
}

.slideout-menu ul li a .menu-indicator {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.25;
}

#search-bar {
    position: absolute;
    right: 0;
    width: 30%;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px 0 10px 10px;
    display: none;
    z-index: 1;
}

#search-left {
    width: 70%;
    float: left;
}

#search-left input {
    width: 97%;
    height: 28px;
    line-height: 28px;
    background-color: #ebebeb;
    font-size: 16px;
    color: #222;
    padding: 5px;
    border: 2px solid #ebebeb;
}

#search-left input::-webkit-input-placeholder,
#search-left input::-moz-placeholder,
#search-left input:-ms-input-placeholder,
#search-left input:-moz-placeholder {
    color: #606060;
}

#search-right {
    width: 20%;
    float: left;
}

#search-right input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #ccba7c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ccba7c;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#search-right input:hover {
    background-color: #b9a76a;
    border: 1px solid #b9a76a;
}

#search-close a {
    padding: 5px;
    font-size: 1.65em;
    line-height: 1.5;
    color: #fff;
}

#search-close a:hover {
    color: #ccba7c;
}

/*** END HEADER *******************************************************/

/*** HOMEPAGE *********************************************************/

#home-slides {
    position: relative;
}

#scroll-down {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

#scroll-down a {
    display: inline-block;
    padding: 25px;
    font-size: 6vw;
    color: #fff;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    ;
}

#scroll-down a:hover {
    color: #ccba7c;
}

.HomePageForm .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -26px;
}

.HomePageForm .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.HomePageForm .owl-dot span {
    background-color: rgba(255, 255, 255, .35) !important;
}

.HomePageForm .active span {
    background-color: rgba(36, 154, 172, .5) !important;
}

.home-title {
    text-align: center;
    margin: 65px 0 40px;
}

.home-title h1 {
    display: inline-block;
    font-family: 'aktiv-grotesk', Times, serif;
    font-size: 2.75em;
    font-weight: normal;
    color: #305225;
    padding: 15px 80px;
    border: 2px solid #305225;
}

.home-title.dark h1 {
    color: #333;
    border: 2px solid #15340c;
}

.banner-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.banner-content a {
    text-decoration: none;
}

.banner-content>p {
    padding: 10px 0 8px;
    font-size: 1.5em;
    font-family: 'aktiv-grotesk', Times, serif;
    color: #15340c;
}

.banner-heading {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
}

.banner-heading>h2 {
    padding: 10px;
    font-size: 1.35em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px !important;
}

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .fireplaces.banner-img .banner-img-hov {
        height: auto;
    }
    .fireplaces.banner-img img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.banner-img::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    opacity: 1;
    bottom: 0;
    top: 0;
    width: 100%;
    content: '';
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.banner-img-hov {
    position: relative;
    height: 293px;
}

.banner-img-hov::after {
    display: block;
    position: absolute;
    background-color: rgba(21, 52, 12, .5);
    opacity: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    content: '';
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.banner-content a:hover .banner-img::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    opacity: 0;
}

.banner-content a:hover .banner-img-hov::after {
    background-color: rgba(21, 52, 12, .5);
    opacity: 1;
}

.banner-btn {
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 15%;
    width: 100%;
    cursor: pointer;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.banner-btn span {
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.banner-btn span i {
    font-size: 1.5em;
    transform: translateY(8%);
}

.banner-content a:hover .banner-btn {
    opacity: 1;
}

.banner-btn span:hover {
    background-color: rgba(0, 0, 0, .8);
}

#about-us p {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 1px;
    margin: 0px 20px;
    color: #15340c;
}

#about-us a {
    color: #15340c;
}

.about-us-button {
    text-align: center;
    margin-bottom: 20px;
}

.about-us-button a {
    text-decoration: none;
    color: #fff;
    background-color: #ccba7c;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    width: 280px;
    display: block;
    margin: 15px auto;
}

.about-us-button a:hover {
    background-color: rgba(0, 0, 0, .8);
}

#home-awards {
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    margin: 0 auto;
}

#home-awards img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#video {
    position: relative;
    height: 293px;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 293px;
    border: none;
}

.home-copy {
    margin-top: 10px;
}

#home-newsletter {
    text-align: center;
    padding: 50px 20px 60px 20px;
}

#home-newsletter p {
    font-size: 1.5em;
    color: #fff;
}

#home-newsletter a {
    font-size: 2em;
    display: inline-block;
    margin-top: 15px;
    background-color: rgb(59, 170, 192);
    color: #FFF;
    padding: 10px 40px;
    text-decoration: none;
}

#newsletterbox {
    text-align: center;
    padding: 65px 10px 50px;
}

.email-title p {
    font-size: 1.15em;
    margin-bottom: 15px;
}

.email-title span {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    color: #249AAC;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.email-field input {
    width: 320px;
    height: 40px;
    padding: 0 5px;
    border: 2px solid #222;
    border-right: none;
    font-size: 1.15em;
}

.email-field .submit-button {
    width: 180px;
    height: 44px;
    margin-left: -5px;
    border: 0;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.email-field .submit-button:hover {
    background-color: #005f6e;
}

/*** END HOMEPAGE ****************************************************/

/*** FOOTER **********************************************************/

footer {
    background-color: rgb(59, 170, 192);
    line-height: 26px;
}

#footer-stripe {
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: space-evenly;
}

#footer-stripe span {
    flex: 1 0 16.6%;
    height: 10px;
}

#footer-stripe span.orange {
    background-color: #de6d4d;
}

#footer-stripe span.green {
    background-color: #d2d08a;
}

#footer-stripe span.pink {
    background-color: #ce5f9e;
}

#footer-stripe span.peach {
    background-color: #f1a763;
}

#footer-stripe span.blue {
    background-color: #48a8c4;
}

#footer-stripe span.beige {
    background-color: #e79c92;
}

.footer-bird {
    width: 100%;
    max-width: 160px;
    height: auto;
}

footer ul {
    list-style: none;
}

footer a {
    text-decoration: none;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

footer a:hover {
    text-decoration: underline;
}

.footer-social {
    padding: 20px 0;
    text-align: center;
    background-color: #efefef;
}

.footer-social li {
    display: inline-block;
    padding: 0 5px;
}

.footer-social li a {
    font-size: 2.5em;
    color: #ccba7c;
}

.footer-social li a:hover {
    color: #ccba7c;
}

.footer-column {
    padding: 20px 0 10px 10px;
}

.footer-column p:first-child>span {
    font-size: 1.1em;
    line-height: 2.5;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-column li a {
    display: inline-block;
}

.footer-column li a,
.footer-column p {
    padding: 3px 0;
    font-size: 1em;
    color: #fff;
}

.footer-column li a:hover {
    color: #fff;
}

.footer-column p a {
    color: #FFF;
    font-weight: bold;
}

.footer-column p a:hover {
    color: #FFF;
}

.footer-copyright {
    margin: 45px 20px 20px 20px;
    text-align: center;
}

.footer-copyright p {
    font-size: .85em;
    line-height: 20px;
}

.footer-copyright p,
.footer-copyright a {
    color: #fff;
}

#scrolldiv {
    display: block;
}

#scrolldiv a {
    font-size: 14px;
    font-weight: normal;
}

.scrolltotop {
    width: 30px;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: rgba(187, 187, 187, .7);
    text-decoration: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1;
    display: none;
}

.scrolltotop:hover {
    text-decoration: none;
}

/*** END FOOTER ******************************************************/

/*** CLEAR FIX ***/

@media screen and (min-width: 1025px) {

    .desktop-clear {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .tablet-clear {
        clear: both;
    }
}

@media screen and (max-width: 767px) {

    .mobile-clear {
        clear: both;
    }
}

/*** END CLEAR FIX ***/

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

@media screen and (min-width: 1921px) {

    #scroll-down a {
        font-size: 120px;
    }
}

@media screen and (max-width: 1024px) {

    .header-left {
        padding: 12px 10px 0 10px;
    }

    #search-bar {
        width: 40%;
    }

    #scroll-down {
        display: none;
    }

    .banner-btn {
        opacity: 1;
    }

    .banner-btn span {
        background-color: rgba(0, 0, 0, .65);
    }

    #scrolldiv {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .HomePageForm #divworkspacearea {
        padding-top: 155px;
    }

    #top-header {
        position: static;
        background-image: url('images/header-bg.jpg');
        background-repeat: repeat;
    }

    .header-left {
        padding: 15px 0;
    }

    .header-left a {
        margin: 15px 12px;
        padding: 0;
    }

    .header-left a,
    .header-right a {
        font-size: 1.155em;
    }

    .header-right {
        padding: 12px 0 12px 0;
    }

    #search-bar {
        left: 0;
        width: unset;
    }

    .home-title {
        margin-top: 30px;
    }

    .home-title h1 {
        padding: 15px 0;
        width: 100%;
    }

    .home-title h1 {
        font-size: 2em;
    }

    .banner-btn {
        display: inline;
        position: static;
    }

    .banner-btn span {
        display: inline-block;
        margin: 15px 0 5px;
        padding: 6px 30px 10px;
        background-color: #ccba7c;
    }

    #about-us {
        text-align: center;
    }

    #about-us p {
        line-height: 1.5;
        letter-spacing: 0px;
        margin: 0px;
    }

    .email-field input {
        width: 60%;
        font-size: 1em;
    }

    .email-field .submit-button {
        width: 30%;
    }

    footer {
        text-align: center;
    }

    #home-newsletter {
        padding: 20px 20px 30px 20px;
    }

    #promo-random {
        max-width: 350px !important;
    }
}

@media screen and (max-width: 400px) {

    .header-left a,
    .header-right a {
        font-size: 1.125em;
    }

    .header-right>ul>li {
        padding: 0 2px;
    }

    body {
        font-size: .95em;
    }

    #newsletterbox {
        padding: 45px 10px 25px;
    }
}


/* Constant Contact Signup Form */

.ctct-form-defaults {
    padding: 0 !important;
}

.ctct-form-header {
    font-family: 'aktiv-grotesk', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000 !important;
    margin: 20px 0 10px 0 !important;
}

.ctct-form-text {
    font-family: 'aktiv-grotesk', sans-serif !important;
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

.ctct-form-element {
    color: black !important;
    width: 100% !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    text-indent: 5px !important;
    font-size: 13px !important;
    height: 36px !important;
    margin-bottom: 10px !important;
}

.ctct-form-button {
    width: 72px;
    height: 30px;
    line-height: 28px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    border: 1px solid #000;
    cursor: pointer;
}


/* Promo Function */

#email-popup {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    padding: 25px;
    text-align: center;
    border: 20px solid #333;
    position: relative;
}

#email-popup #h1 {
    margin: 10px 0 30px 0;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
}

#email-popup #h2 {
    margin-bottom: 25px;
    font-weight: normal;
}

#email-popup #h3 {
    margin-bottom: 25px;
    font-weight: normal;
    color: #8aa73c;
}

#email-popup #p {
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 25px;
}

#popup-input-container {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.popup-submit {
    float: left;
    width: 25%;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 1px solid #9d1c20;
    background: #9d1c20;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.popup-input {
    float: left;
    width: 75%;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 1px solid #929292;
}

.popup-disclaimer {
    font-size: 11px;
    margin: 15px 0;
    font-style: italic;
}

.dont-leave {
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    border-bottom: 2px solid red;
    position: fixed;
    background: white;
    z-index: 100000;
}

.call-to-promo {
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 290px;
    z-index: 10000;
}


/*Use Below for side button*/

.call-to-promo p {
    font-size: 11px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 3px 5px;
    margin: 2px 0 0 0;
    border-radius: 2px;
    text-align: center;
}

.call-to-promo p a {
    color: #000000;
    text-decoration: none;
}

.open-promo {
    margin: 0 auto;
    background: #9d1c20;
    border-radius: 2px;
    text-align: center;
    padding: 10px 45px 10px 20px;
    color: #ffffff;
    border: 1px solid #9d1c20;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    position: relative;
}

.open-promo .fa {
    font-size: 15px;
    vertical-align: bottom;
}

.open-promo:hover {
    background: #871316;
    border: 1px solid #9d1c20;
}

.close-promo {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 2px;
    bottom: 0;
    padding: 10px;
}

.close-promo a,
.close-promo-bar a {
    color: #000000;
}

.close-promo-bar {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    bottom: 0;
    padding: 2px 20px;
}


/* End Promo Function */


/* Brand Landing Page */


/* Landing Page 1 */

.lp-1-container {
    background: url('brown-jordan/images/lp-1-bg.jpg') repeat;
    padding: 0 5%;
}

.lp-1-page h2,
.lp-1-1-page h3 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #666666;
    font-size: 1.1em;
}

.lp-1-page p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #666666;
    font-size: 1.9em;
    font-weight: 100;
}

.lp-1-page img {
    max-width: 100%;
    height: auto;
}

.lp-1-container img {
    width: 100%;
    height: auto;
}

#lp-1-logo-container {
    text-align: center;
    padding-bottom: 25px;
}

.lp-1-category-bar {
    background: #ffffff;
    padding: 20px;
}

.lp-1-category-bar p {
    font-size: 1.2em;
}

.lp-1-category-bar h3 {
    margin: 0;
}

.lp-1-category-link {
    padding: 15px;
    border: 1px solid #666666;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.95em;
    font-weight: bold;
    max-width: 120px;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666666;
    text-decoration: none;
    display: block;
}

.lp-1-category-link:hover {
    border: 1px solid #333333;
    color: #333333;
}

.lp-1-dining-container {
    overflow: hidden;
}

.lp-1-dining-container .grid-parent {
    margin-bottom: -100%;
    padding-bottom: 100%;
    background: #ffffff;
}

.lp-1-dining-text {
    text-align: center;
    position: relative;
    padding: 20%;
}

.lp-1-dining-text-small {
    font-size: 14px;
    padding: 0;
}

.lp-1-top-container {
    display: flex;
}

.lp-1-top-col {
    flex: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-1-top-col:first-of-type {
    margin-right: 5%;
}

.lp-1-spacer {
    margin-bottom: 5%;
}

.lp-1-social-footer {
    text-align: center;
    background: #ffffff;
    line-height: 32px;
    padding: 25px 0 20px 0;
}

.lp-1-social-footer p {
    font-size: 1.2em;
}

#lp-1-social-icons li {
    list-style-type: none;
    display: inline-block;
    margin-right: 3%;
}

#lp-1-social-icons li a {
    color: #666666;
}


/* Design Center Page */

.dctitle {
    font-family: 'aktiv-grotesk', sans-serif;
}

#dcbyo p {
    font-family: 'aktiv-grotesk', sans-serif;
}

.dcpage {
    font-family: 'aktiv-grotesk', sans-serif;
}

#dcfeatures p {
    font-family: 'aktiv-grotesk', sans-serif;
}

#dcroomplanner p {
    font-family: 'aktiv-grotesk', sans-serif;
}


/* End Design Center Page */


/* Media Page */

#media-page .mediapic {
    margin-top: 30px;
}

#media-page .mediapic img {
    width: 100%;
    height: auto;
    display: block;
}

#media-page .mediatitle {
    text-align: center;
    padding: 10px 0;
}

#media-page .mediatitle a {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

#media-page .mediatitle a:hover {
    text-decoration: underline;
}

#media-page .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

#media-page .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

#media-page .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

#media-page .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

#media-page .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* End Media Page */

@media screen and (max-width: 767px) {

    #lp-1-category-container:first-of-type {
        margin-bottom: 5%;
    }

    .lp-1-category-text {
        text-align: center;
        margin: 0 0 25px 0;
    }

    .lp-1-social-footer p {
        margin-bottom: 25px;
    }
}


/* End Landing Page 1 */


/* End Brand Landing Page */


/* Department Pages */

#categoryproduct h2 {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 25px;
}


/* End Department Pages */


/* Stores Page */

#storescontentpic {
    margin-top: 20px;
    margin-bottom: 40px;
}

#storescontentpic img {
    width: 100%;
    height: auto;
}

.storepic img {
    width: 100%;
    height: auto;
}

.storecontainer {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbcaca;
}

.storeinfo {
    text-align: center;
    border-right: 1px solid #cbcaca;
    min-height: 295px;
}

.storeinfo p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-right: 15px;
}

.storeaddress {
    text-align: center;
}

.storeaddress p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.storeaddress li a {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 14px;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #9d1c20;
    background-color: #9d1c20;
    color: #FFF;
    text-decoration: none;
}

.storeaddress li {
    list-style: none;
    padding-bottom: 15px;
}


/* End Stores Page */


/* Postcard Landing Page */

.postcardcontent {
    max-width: 800px;
    margin: 25px auto 0 auto;
}

.postcardcontent p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.postcardcontent a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
    font-style: italic;
}

.postcardheading p {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}

.postcardcontentcatalog {
    text-align: center;
}

.postcardcontentcatalog img {
    max-width: 100%;
    height: auto;
}

#postcardiframe {
    height: 2000px;
}

#postcardiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2000px;
    border: 0;
}


/* End Postcard Landing Page */


/* Big Green Egg */

#biggreeneggbanner img {
    width: 100%;
    height: auto;
    display: block;
}

#biggreeneggbannerpromo img {
    width: 100%;
    height: auto;
    display: block;
}

.biggreeneggsidebanner img {
    width: 100%;
    height: auto;
    display: block;
}

.eggvideotitle {
    text-align: center;
    padding: 20px 10px;
}

.eggvideotitle p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #9d1c20;
}

.eggvideocopy {
    text-align: center;
    padding: 20px 10px;
}

.eggvideocopy p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.eggvideocopypromo {
    text-align: center;
    padding: 15px 10px;
    background-color: #000;
}

.eggvideocopypromo p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

@media screen and (max-width: 767px) {

    #biggreeneggbanner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .biggreeneggsidebanner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #biggreeneggbannerpromo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/* End Big Green Egg */

@media screen and (min-width: 768px) {

    #biggreeneggbanner {
        margin-top: 52px;
    }

    .biggreeneggsidebanner {
        margin-top: 52px;
    }

    #biggreeneggbannerpromo {
        margin-top: 0;
    }
}


@media screen and (max-width: 767px) {

    .storepic {
        margin-bottom: 20px;
    }

    .storeinfo {
        border-right: 0;
        min-height: auto;
    }

    .storeinfo p {
        padding-right: 0;
    }

    .biggreeneggvideo {
        margin-top: 20px;
    }
}


/* Custom Media Sizes */

@media screen and (min-width: 768px) and (max-width: 1024px) {

    /*--Hover State--*/
    .storeinfo {
        min-height: 200px;
    }

    #biggreeneggbannerpromo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

    .specialsbanner {
        margin-top: 25px;
    }

    .specialsbanner a {
        font-size: 12px;
        padding: 10px 8px 10px 8px;
    }
}

@media screen and (max-width: 804px) {

    #postcardiframe {
        height: 3000px;
    }

    #postcardiframe iframe {
        height: 3000px;
    }
}

@media screen and (min-width: 805px) and (max-width: 984px) {

    #postcardiframe {
        height: 2600px;
    }

    #postcardiframe iframe {
        height: 2600px;
    }
}

@media screen and (min-width: 985px) and (max-width: 1180px) {

    #postcardiframe {
        height: 2200px;
    }

    #postcardiframe iframe {
        height: 2200px;
    }
}


/***********************************************************************************
* END HEADER, HOMEPAGE, FOOTER STYLES
**********************************************************************************/


/*LANDING PAGE*/

#lp-1-hero img {
    display: block;
}

#lp-1-hero-text {
    width: 100%;
    background-color: #848080;
    padding: 10px 0;
    text-align: center;
}

#lp-1-hero-text p {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.lp-1-category-bar h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #811314;
    text-align: center;
}

.lp-1-container {
    padding: 0 5%;
}

.lp-1-page h2,
.lp-1-1-page h3 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #666666;
    font-size: 1.1em;
}

.lp-1-page p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #666666;
    font-size: 1.9em;
    font-weight: 300 !important;
}

.lp-1-page img {
    max-width: 100%;
    height: auto;
}

.lp-1-container img {
    width: 100%;
    height: auto;
}

#lp-1-logo-container {
    text-align: center;
    padding-bottom: 25px;
}

#lp-1-logo-container h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    font-weight: 100;
}

.lp-1-category-bar {
    background: #ffffff;
    padding: 20px;
}

.lp-1-category-bar h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #666666;
    font-size: 1.9em;
    font-weight: 100;
}

.lp-1-category-bar p {
    font-size: 1.2em;
}

.lp-1-category-bar h3 {
    margin: 0;
}

.lp-1-category-link {
    padding: 15px;
    border: 1px solid #666666;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.95em;
    font-weight: bold;
    max-width: 120px;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666666;
    text-decoration: none;
    display: block;
}

.lp-1-category-link:hover {
    border: 1px solid #333333;
    color: #333333;
}

.lp-1-dining-container {
    overflow: hidden;
}

.lp-1-dining-container .grid-parent {
    margin-bottom: -100%;
    padding-bottom: 100%;
    background: #ffffff;
}

.lp-1-dining-text {
    text-align: center;
    position: relative;
    padding: 20%;
}

.lp-1-top-container {
    display: flex;
}

.lp-1-top-col {
    flex: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-1-top-col:first-of-type {
    margin-right: 5%;
}

.lp-1-spacer {
    margin-bottom: 5%;
}

.lp-1-social-footer {
    text-align: center;
    background: #ffffff;
    line-height: 32px;
    padding: 25px 0 20px 0;
}

.lp-1-social-footer p {
    font-size: 2em;
}

#lp-1-social-icons li {
    list-style-type: none;
    display: inline-block;
    margin-right: 3%;
}

#lp-1-social-icons li a {
    color: #666666;
}

.contactform p,
.requiredfields p {
    font-size: 1em !important;
}

.lp-1-dining-text {
    padding: 5% !important;
}


@media screen and (max-width: 767px) {

    #lp-1-category-container:first-of-type {
        margin-bottom: 5%;
    }

    .lp-1-category-text {
        text-align: center;
        margin: 0 0 25px 0;
    }

    .lp-1-social-footer p {
        margin-bottom: 25px;
    }
}


/* End Landing Page 1 */


/* 2017 Catalog Signup Popup Form */

#catalog-signup {
    background-color: #FFF;
    max-width: 467px;
    margin: 0 auto;
    position: relative;
}

#catalog-popup-logo {
    margin: 15px 0;
    text-align: center;
}

#catalog-popup-logo img {
    max-width: 100%;
    height: auto;
}

.catalog-popup-copy {
    margin: 20px 0;
}

.catalog-popup-copy p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.requiredfields {
    margin-bottom: 8px;
}

.requiredfields p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #2a2a2a;
    text-align: right;
}

.catalog-popup-form {
    background-color: #f4f4f4;
    padding-top: 5px;
    padding-bottom: 20px;
}

.catalog-popup-form p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding-top: 10px;
    padding-right: 3px;
    text-align: left;
}

.catalog-popup-form input {
    width: 90%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    padding: 8px;
    margin-top: 5px;
}

.catalog-popup-form select {
    width: 97%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    padding: 8px;
    margin-top: 5px;
}

#submitcatalogpopupform {
    margin-top: 17px;
    margin-bottom: 25px;
    text-align: center;
}

#submitcatalogpopupform input {
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 8px 18px 8px 43px;
    background-color: #2a2a2a;
    border: 0;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    background-image: url('../images/send.png');
    background-repeat: no-repeat;
    background-position: 16px 7px;
}

#submitcatalogpopupform input:hover {
    background-color: #484848 !important;
}


/* End 2017 Catalog Signup Popup Form */


/* Home Page ad pop up */

.mfp-container #promo-random {
    max-width: 640px;
}


/* End Home Page ad pop up */


/* Position email sign up under popup forms */

.call-to-promo {
    z-index: 999;
}

#promo-random {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

#promo-random img {
    max-width: 100%;
    height: auto;
}


/* End Position email sign up under popup forms */


/* Digital Books */

#digital-books-title {
    width: 100%;
    position: relative;
}

#digital-books-title-pic img {
    width: 100%;
    height: auto;
    display: block;
}

#digital-books-title-pic-mobile img {
    width: 100%;
    height: auto;
    display: block;
}

#digital-books-title-copy {
    width: 100%;
    position: absolute;
    top: 38%;
    text-align: center;
}

#digital-books-title-copy h1 {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 50px;
    font-weight: 400;
    font-style: italic;
    color: #FFF;
}

#digital-books-intro-copy {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

#digital-books-intro-copy p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
}

#digital-books-intro-copy a {
    display: inline-block;
    background-color: #9d1c20;
    color: #FFF;
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 20px;
    text-decoration: none;
    margin: 10px 0;
}

.digital-books-pic {
    margin-top: 20px;
}

.digital-books-pic img {
    max-width: 100%;
    height: auto;
}


.digital-books-copy {
    margin-top: 40px;
}

.digital-books-copy p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.digital-books-copy-small {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.digital-books-copy a {
    display: inline-block;
    background-color: #9d1c20;
    color: #FFF;
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 20px;
    text-decoration: none;
    margin-top: 20px;
    width: 140px;
    text-align: center;
}

#digital-books-form {
    margin-top: 40px;
}

#digital-books-form h2 {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

#digital-books-form p {
    font-size: 14px;
    color: #2a2a2a;
    padding-bottom: 5px;
}

#digital-books-form input {
    width: 300px;
    font-size: 14px;
    color: #2a2a2a;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    padding: 8px;
}

#submitdigitalbooksform {
    text-align: left;
}

#submitdigitalbooksform input {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 25px 8px 25px;
    background-color: #9d1c20;
    border: 0;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {

    #digital-books-title-copy {
        top: 27%;
    }

    #digital-books-title-copy h1 {
        font-size: 30px;
        font-weight: 400;
    }

    #digital-books-intro-copy {
        margin-top: 50px;
        margin-bottom: 10px;
        text-align: center;
    }

    .digital-books-pic {
        margin-top: 30px;
    }

    .digital-books-copy {
        margin-top: 0px;
    }

    #digital-books-form {
        margin-top: 0px;
    }

    #digital-books-form input {
        width: 250px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {

    .digital-books-copy a {
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1045px) {

    #digital-books-title-copy {
        top: 28%;
    }

    #digital-books-title-copy h1 {
        font-size: 40px;
        font-weight: 400;
    }
}


/* End Digital Books */

#biggreeneggoffer img {
    max-width: 100%;
    height: auto;
}

.redbutton {
    display: inline-block;
    background-color: #9d1c20;
    color: #FFF;
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 20px;
    text-decoration: none;
}


/* Gas Products */

.gasproductsbanner img {
    width: 100%;
    height: auto;
    display: block;
}

.gasproductsvideo {
    background-color: #000;
    padding: 5.2% 0;
}

@media screen and (max-width: 767px) {

    .gasproductsbanner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/* End Gas Products */

.price-match img {
    float: right;
    padding-top: 6px;
}

@media screen and (max-width: 767px) {

    .price-match img {
        float: left;
    }
}

.big-greenegg-thank-you {
    text-align: center;
}

.big-greenegg-thank-you p {
    font-size: 20px !important;
    margin: 30px 0;
}

.big-greenegg-thank-you a {
    font-size: 18px;
    color: #2a2a2a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.big-greenegg-thank-you a:hover {
    text-decoration: underline;
}

#categorypic-video {
    position: relative;
    padding-bottom: 21.3%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#categorypic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-grills {
    position: relative;
    padding: 6% 0 68.5%;
    height: 0;
}

.video-grills iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-aspx {
    position: relative;
    padding: 6% 0 68.5%;
    height: 0;
}

.video-aspx iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 767px) {
    #categorypic-video {
        padding-bottom: 56.3%;
        margin-bottom: 20px;
    }

    .category-page-slide {
        padding: 0px !important;
    }
}

/* Collections Pages */

.collections-container {
    padding-top: 10px;
    clear: both;
    overflow: hidden;
}

.collections-left-column {
    width: 99%;
    float: left;
    padding-right: 1%;
}

.collections-left-heading-ul {
    list-style: square;
    color: #000;
    padding-left: 17px;
}

.collections-left-heading {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 7px;
}

.collections-left-dynamic-content {
    color: #c8c8c8;
    padding-left: 34px;
}

.collections-left-dynamic-data {
    font-family: Arial, sans-serif;
    font-size: 15px;
    list-style: square;
    line-height: 20px;
    /*padding-left: 10px;*/
}

.collections-left-dynamic-data:hover {
    color: #000;
}

.collections-left-dynamic-data a {
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

.collections-left-dynamic-data a:hover {
    color: #000;
    /*text-decoration: underline;*/
}

.collections-right-column {
    width: 100%;
    float: left;
}

.collections-right-column h1 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.collections-right-heading {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 7px;
}

.collections-right-paragraph {
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.collections-right-dynamic-data {
    width: 23.5%;
    display: inline-block;
    margin: 0 2% 17px 0;
    position: relative;
}

.collections-right-dynamic-data:nth-child(4n) {
    margin-right: 0;
}

.collections-right-dynamic-data a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    text-decoration: none;
    /*position: relative;
top: -10px;*/
}

.collections-right-dynamic-data a:hover {
    text-decoration: underline;
}

.collections-right-dynamic-data-img {
    width: 100%;
    height: auto !important;
    display: block;
}

.collections-right-dynamic-data-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    color: #FFF;
    background: rgba(0, 0, 0, .35);
}

.collections-right-dynamic-data-overlay p {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -7% 0 0 -25%;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {

    .collections-right-dynamic-data {
        width: 31%;
        margin: 0 3.5% 10px 0;
    }

    .collections-right-dynamic-data:nth-child(3n) {
        margin-right: 0;
    }

    .collections-right-dynamic-data:nth-child(4n) {
        margin-right: 3.5%;
    }

    .collections-right-dynamic-data-overlay p {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 30%;
        width: 50%;
        margin: -7% 0 0 -25%;
        text-transform: uppercase;
    }

}

@media only screen and (max-width: 600px) {

    .collections-right-dynamic-data {
        width: 48%;
        margin: 0 4% 10px 0;
    }

    .collections-right-dynamic-data:nth-child(3n) {
        margin: 0 4% 10px 0;
    }

    .collections-right-dynamic-data:nth-child(2n) {
        margin-right: 0;
    }

}

/*@media only screen and (max-width: 480px) {

.collections-right-dynamic-data {
    width: 100%;
    padding: 0;
}

.collections-right-dynamic-data:nth-child(3n) {
    padding: 0;
}

.collections-right-dynamic-data:nth-child(2n) {
    padding-right: 0;
}

}*/

/* End Collections Pages */

/* Blog Fixes */

@media screen and (max-width: 767px) {

    #mainpagecontainer {
        padding-top: 20px;
    }

    #sidebarcontainer {
        clear: both;
    }
}

/* End Blog Fixes */

/*Zendesk 44380*/
#rccontact h2 {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: normal;
    padding-left: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 25px;
}

#rccontact h3 {
    text-transform: uppercase;
    background-color: #fff !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.storelocation {
    display: block !important;
}

/*Zendesk 49805*/
.ProductInfoParagraphSKU {
    display: none;
}

/*Zendesk 50281*/
.printProductSKU {
    display: none;
}

/*Zendesk 50368*/
.printProductLogoArea img {
    width: 150px !important;
    height: 76px !important;
}

.paginationTop:empty {
    height: unset;
    margin-top: 0;
}

/* Item Browser Page Edits */

.AttributeFilterMainHeadingH2 {
    display: block;
}

.AttributeFilterDiv h3:after {
    display: none;
}

.AttributeFilterDiv h3:hover {
    cursor: pointer;
}

.AttributeFilterDiv h3,
.AttributeFilterHeadingDimensionFilter {
    letter-spacing: normal;
}

.ItemBrowserPageContainer h1 {
    font-weight: 400;
    letter-spacing: normal;
    float: none;
}

.BreadCrumbTrail ul {
    margin: 0px 10px 0 0;
}

.AttributeFilterMainHeadingH2 {
    color: #ccba7c;
    font-weight: 600;
}

#clx-drawer .clx-app-wrap,
#clx-modal-drawer .clx-app-wrap {
    z-index: 2 !important;
}

@media screen and (max-width: 767px) {
    .AttributeFilter ul li {
        line-height: 15px;
    }
}

@media screen and (max-width: 400px) {
    .AttributeFilterMainHeadingH2 {
        font-size: 16px !important;
    }
}

/* End Item Browser Page Edits */

/* Item Information Page Edits */

.PriceAndAddToCartControl {
    clear: both;
}

.ItemInformationRight h2 {
    margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 962px) {
    .ItemInformationRight h2 {
        margin: 0;
        width: 33%;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }
}

.ProductInfoSpanNameSpecifications {
    display: none;
}

.ProductInfo {
    min-height: 0;
    margin-top: 20px;
}

.RequestInformation {
    margin: 8px 0 25px 0;
}

.RequestInformation a {
    background: #a9233e;
    background-image: none;
}

.RequestInformation a:hover {
    background: #7C0E25;
    background-image: none;
}

.ProductDetailsContainer {
    margin: 0px 0 10px 0;
}

.ProductDetailsParagraphSEO {
    line-height: 20px;
}

/* End Item Information Page Edits */

/**50776 6/26/19 JD **/
/**grill.inc**/
@media screen and (max-width: 768px) {
    #grill-video iframe {
        height: 100% !important;
    }
}

/**Grills.inc Shade.inc fire-pits.inc  page*/
#categoryproduct {
    text-align: center;
}

#categoryproduct h2 {
    text-align: left;
}

#categoryproduct .center {
    margin-left: 16.5%;
}

#hearth-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

#hearth-video {
    position: relative;
    padding: 6% 0 15.3%;
    height: 0;
}

#hearth-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#hearth-support-form {
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    padding: 30px;
    width: 400px;
    margin: 0 auto;
}

#hearth-support-form textarea {
    margin-top: 30px;
    width: 93%;
    height: 150px;
    width: 100%;
}

#hearth-support-form input,
#hearth-support-form select,
#hearth-support-form textarea {
    box-sizing: border-box;
}

#hearth-support-form select {
    width: 93%;
}

#hearth-support-form h2 {
    padding: 10px;
}

#hearth-page .hearth-button {
    text-align: center;
    margin-top: 30px;
}

#hearth-page .hearth-button a {
    background-color: #ccba7c;
    border: 1px solid #ccba7c;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    text-decoration: none;
}

#hearth-page .hearth-button a:hover {
    background-color: #fff;
    color: #ccba7c;
}

@media screen and (min-width:1025px) {
    #categoryproduct .center {
        margin-left: 16.5%;
    }
}

@media screen and (max-width:1024px) {
    #categoryproduct .center {
        margin-left: 0%;
    }

    #hearth-video {
        padding: 6% 0 50%;
        margin: 0px 10px 20px 10px;
    }
}

@media screen and (max-width:768px) {
    #categoryproduct h2 {
        text-align: center;
    }

    #hearth-support-form select {
        width: 90%;
    }

    #hearth-page #categoryproduct h2 {
        font-size: 15px;
    }
}

/* Zendesk #53618 */
.ProductInfoParagraphSKU {
    display: none !important;
}

/*54446 10-1-2019 JD */
.PDFAttachmentsParagraph a {
    color: #fff;
}

.PDFAttachmentsParagraph img {
    float: left;
    width: 100%;
    max-width: 100px;
    height: auto;
    display: block;
    padding-top: 10px;
}

@media screen and (max-width:768px) {
    .item-info-pagination {
        margin: 0 auto;
        padding-top: 10px;
        float: none !important;
    }
}

/* 64778 */
.apollo-logo img {
    max-width: 100%;
    height: auto;
}

/* Zendesk #55058 */
@media screen and (min-width: 768px) {

    .habitat-logo {
        margin-top: 192px;
    }

    .apollo-logo {
        margin-top: 77px;
    }
}

@media screen and (max-width: 768px) {
    .habitat-logo {
        margin-top: 50px;
    }
}

.mfp-close-btn-in .mfp-close {
    color: #000 !important;
    font-weight: bold !important;
}


@media only screen and (max-width: 928px) {
    .ItemBrowserProductList {
        clear: unset;
        float: left !important;
    }
}

@media only screen and (max-width: 519px) {
    .ProductThumbnailSection {
        width: calc(50% - 30px) !important;
        margin: 0 0 65px 0 !important;
    }
}

/*  Zendesk#55783 11/8/2019 JD */
/* /displayflyer.aspx */
.FlyerDiv:nth-child(odd) {
    display: block;
}

.FlyerDiv:nth-child(even) {
    display: none
}

@media screen and (min-width: 768px) {
    .FlyerDiv:nth-child(odd) {
        display: none
    }

    .FlyerDiv:nth-child(even) {
        display: block;
    }
}

.ProductThumbnailIconAvailabilityThree::after {
    content: "Custom Order";
    position: absolute;
    bottom: 0;
    left: 5px;
    color: #128d29;
    font-size: 11px;
    padding: 4px;
}

/*offer.inc*/
#offers-form input {
    width: 300px;
    font-size: 14px;
    color: #2a2a2a;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    padding: 8px;
}

/* Zendesk #57820 - Mobile edits to locations page */
#locations-page #storescontent {
    margin-top: 35px;
}

#locations-page .storecontainer:last-child {
    margin-bottom: 0;
    border: none;
}

#locations-page .storepic p {
    margin-bottom: 10px;
}

#locations-page .storeaddress div {
    margin: 10px 0 25px;
}

#locations-page .storeaddress>a {
    display: block;
    margin: 20px 0;
}

#locations-page .storeaddress>a img {
    width: 100%;
    height: auto;
    max-width: 160px;
}

#locations-page .storeaddress .mobile-icons {
    display: flex;
}

#locations-page .storeaddress .mobile-icons li {
    flex: 1;
}

#locations-page .storeaddress .mobile-icons li:first-child {
    margin-right: 20px;
}

#locations-page .storeaddress li a {
    box-sizing: border-box;
}

#locations-page .mobile-storeinfo {
    display: none;
    padding: 15px 0 20px;
}

#locations-page .storeaddress p {
    margin-bottom: 10px;
}

#locations-page .mobile-storeinfo p {
    line-height: 1.5;
}

@media screen and (max-width: 767px) {

    #locations-page #pagetitle {
        background-color: #fff;
    }

    #locations-page h1 {
        padding: 15px 0;
        font-size: 1.125em;
        font-weight: 700;
    }

    #locations-page #storescontent {
        margin-top: 0;
    }

    #locations-page .storecontainer {
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    #locations-page .storepic {
        padding-right: 10px;
    }

    #locations-page .storeaddress>a {
        margin: 6% 18% 14%;
    }

    #locations-page .storeaddress li {
        padding: 5px 0 15px;
    }

    #locations-page .storeaddress li a {
        width: 100%;
    }

    #locations-page .storeaddress li:last-child a {
        border: 1px solid #111;
        background-color: #111;
    }
}

@media screen and (max-width: 400px) {

    #locations-page .storeaddress>a {
        margin: 1% 20% 10px;
    }
}

/* END Zendesk #57820 - Mobile edits to locations page */

.header-promo p {
    font-size: 1.25rem;
    color: #ddd;
}
.header-promo a, .header-promo a:visited {
    color: #15340c;
}

@media screen and (max-width: 1480px) {
    .header-promo p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .header-promo p {
        font-size: .85rem;
    }
}

/*58551 2/21/20 JD */
.header-banner,
.brown-jordan {
    z-index: 99;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    max-width: unset;
    background-color: rgb(204, 0, 51);

    position: absolute;
}

.header-banner {
    margin-top: 142px;
}

.brown-jordan {
    margin-top: -60px;
}

.header-banner a,
.brown-jordan a {
    text-decoration: none;
    color: #fff;
}

.header-banner p,
.brown-jordan p {
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
    background-color: rgb(204, 0, 51);
    color: #fff;
}

.header-banner span,
.brown-jordan span {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 20px;
}

@media screen and (max-width:768px) {
    .header-banner {
        margin-top: 0px;
    }
}

p {
    margin: 10px 0;
}

/*59442 3-24-2020 JD*/
.ProductThumbnailIconFeaturedProduct {
    top: 0%;
    z-index: 99;
    position: absolute;
}

/* Zendesk #59442 - SG */
#divworkspacearea .ItemBrowserPageContainer {
    margin-top: 0;
}

/* Zendesk #64065 */
.ProductThumbnailIconBestSeller {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 40%;
    background: url(/css/20144/images/50_off_black_friday.png) no-repeat;
    background-size: 100%;
    z-index: 99;
}

@media screen and (max-width: 500px) {
    .ProductThumbnailIconBestSeller {
        width: 40%;
        height: 40%;
    }
}

.ProductThumbnailIconClearance {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 40%;
    background: url(/css/20144/images/clearance-sale-overlay.png) no-repeat;
    /*background: url(/css/20144/images/clearance-6-29.png) no-repeat;*/
    background-size: 100%;
    z-index: 99;
}

@media screen and (max-width: 500px) {
    .ProductThumbnailIconClearance {
        width: 40%;
        height: 55%;
    }
}

.ProductThumbnailIconFeaturedProduct {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 40%;
    background: url(/css/20144/images/featured-product-8-24.png) no-repeat;
    background-size: 100%;
    z-index: 99;
}

@media screen and (max-width: 500px) {
    .ProducProductThumbnailIconFeaturedProduct {
        width: 40%;
        height: 40%;
    }
}

.ProductThumbnailIconCloseout {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 40%;
    background: url(/css/20144/images/closeout-8-20.png) no-repeat;
    background-size: 100%;
    z-index: 999;
}

@media screen and (max-width: 500px) {
    .ProducProductThumbnailIconCloseout {
        width: 40%;
        height: 40%;
    }
}

/* #61458 - SG (client wants fixed header on mobile) */
@media screen and (min-width: 768px) {
    .HomePageForm #divworkspacearea {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
}

/* #61771 - SG */
.ItemInformationContainer.preview .AdditionalLinks a {
    display: inline-block;
    padding: 11px 16px;
    text-align: center;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #404040;
}

.ItemInformationContainer.preview .AdditionalLinks a:hover {
    text-decoration: none;
    background-color: #222;
}

.ItemInformationContainer.preview .AdditionalLinksParagraph {
    display: inline-block;
    margin: 0 10px 5px 0;
}

@media screen and (max-width: 767px) {

    .ItemInformationContainer.preview .AdditionalLinks a {
        margin-top: 15px;
    }

    .ItemInformationContainer.preview .AdditionalLinks a {
        font-size: 13px;
    }
}

/* 64778 9/28/20 JD */
.footer-column li a,
.footer-column p {
    padding: 0px 0;
}

.footer-location p {
    margin: 3px 0;
}

#about-us p {
    font-size: 16px;
}

/* 64961 10/9/20 JD */
.ItemInformationContainer.preview .AdditionalLinksParagraph {
    display: block;
}

.AdditionalLinks p {
    font-weight: bold;
}

/* 66340 11/23/20 JD */
.corporate {
    text-align: left;
}

.corporate p {
    color: #fff;
    background-color: #202020;
    padding: 10px 10px;
    margin-bottom: 0;
}

.corporate a {
    display: inline-block;
    text-decoration: none;
    color: #cc0033;
}

.corporate a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .corporate p {
    font-size: 1.125em;
    font-weight: 700;
}
}

/* 71325 JD */
.mainnavred {
    color: #ccc !important;
}

.mainnavred span {
    color: gold !important;
}

.mainnavred span i {
    padding: 0 1px;
}

@media screen and (max-width: 940px) {
    #bird-icon {
        display: none;
    }
    ul#mainnavlinks {
        width: 744px;
    }
    ul#mainnavlinks>li>a {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media screen and (max-width: 768px) {
    #reviews span i {
        position: relative;
        float: right;
        top: 0;
        opacity: 1;
    }
}

/* 72790 */
.contactform p {
    padding-top: 20px !important;
}

.fixed {
    z-index: 1;
    position: fixed !important;
    top: 0 !important;
    background-image: url('images/header-bg.jpg');
    background-repeat: repeat;
}

/* Landing Pages */
.lp-title {
    text-align: center;
    margin: 65px 0 40px;
}

.lp-title h1 {
    display: inline-block;
    font-family: 'aktiv-grotesk', Times, serif;
    font-size: 2.75em;
    font-weight: normal;
    color: #305225;
    padding: 15px 80px;
    border: 2px solid #305225;
}

@media screen and (max-width: 767px) {
    .lp-title {
        margin-top: 30px;
    }

    .lp-title h1 {
        padding: 15px 0;
        width: 100%;
    }

    .lp-title h1 {
        font-size: 2em;
    }
}