#extraPage {
    padding-bottom: 20px;
}

h1,h2,h3 {
    text-transform: uppercase;
}

.topBanner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    height: 100%;
    position: relative;
    width: 100%;
}

.topBannerText {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    left: 0;
    padding: 40px 40px 40px 17.5%;
    top: 50px;
    font-family: 'ProximaNovaCond-Bold', sans-serif;
}

.greySection {
    background: #eee;
}

.allSections {
    padding: 40px 10px;
    box-sizing: border-box;
}

.allSections h1 {
    color: #333;
    font-family: 'ProximaNovaCond-Regular', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

.allSections p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.subHeader {
    margin-top: 70px;
}

.subHeader img {
    height: 60px;
    display: inline-block;
    vertical-align: bottom;
    transform: translate(0px, 12px);
    margin-right: 10px;
}

.underline {
    text-decoration: underline;
}

.subHeader.underline {
    margin-top: 40px;
}

.redText {
    color: #9e0000 !important;
}

.siteBtn {
    background: #9e0000;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #666;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'ProximaNovaCond-Bold';
}

.leftImgBox {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    padding-right: 20px;
    margin: 0 -1px;
    vertical-align: bottom;
}

.leftImgBox img {
    width: 100%;
}

.rightTextBox {
    display: inline-block;
    margin: 0 -1px;
    width: 80%;
    box-sizing: border-box;
    vertical-align: middle;
}

.rightBtn {
    margin: 0 0 10px 0;
}

.fourBox {
    width: 25%;
    box-sizing: border-box;
    padding: 0 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

.fourBoxImg {
    position: relative;
    height: 105px;
}

.bigImg {
    height: 205px;
}

.fourBox p {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.fourBoxImg img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 100%;
}

.imageText {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.threeBox {
    width: 33.33333333%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    margin: 0 -2px;
    vertical-align: top;
}

.threeBox b {
    font-size: 16px;
}

.threeBox p {
    text-align: center;
}

.threeBoxImg {
    width: 60%;
    margin: 15px auto;
    max-width: 220px;
}

.threeBoxImg img {
    width: 100%;
}

.lightingBox {
    min-height: 636px;
    position: relative;
    padding-bottom: 60px;
}

.lightingBox .siteBtn {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: 65%;
    padding: 7px 0px;
}

.leftBox {
    display: inline-block;
    width: 20%;
    margin: 0 -1px 40px;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: middle;
}

.leftBox img {
    width: 100%;
}

.rightAlignBox {
    display: inline-block;
    width: 80%;
    margin: 0 -1px 40px;
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: middle;
}

.rightAlignBox strong {
    font-size: 20px;
}

ul {
    list-style: none;
    padding-left: 100px;
}

li {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.greySection .threeBox {
    text-align: left;
}

.greySection .threeBox p {
    text-align: left;
}

.greySection ul {
    padding-left: inherit;
}

.greySection li::before {
    content: "•";
    color: #9e0000;
    font-size: 30px;
    position: relative;
    display: inline-block;
    transform: translate(-8px, 4px);
    margin-left: -10px;
}

li::before {
    content: "•";
    color: #cc9b2b;
    font-size: 30px;
    position: relative;
    display: inline-block;
    transform: translate(-8px, 4px);
    margin-left: -10px;
}

.iconBox {
    float: left;
    padding-right: 15px;
}

.iconBox img {
    max-width: 250px;
}

table {
    width: 100%;
}

td {
    font-size: 16px;
    font-weight: bold;
    border: 1px dotted;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    width: 25%;
}

.allSections h2 {
    margin-top: 50px;
    font-size: 22px;
}

/* FORM FORMATTING */
.responsiveForm {
    width: 100%;
    max-width: 600px;
}

.formify input {
    border: 1px solid #ccc;
    background: #fff;
    width: 400px;
    max-width: calc(100% - 30px);
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
    font-size: 16px;
}

.formify textarea {
    width: 100%;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    min-height: 100px;
    background: #fff;
    border: 1px solid #ccc;
    font-family: inherit;
    padding: 15px;
    font-size: 16px;
}

.form-divider {
    margin-bottom: 10px;
}

.formify .requiredField::before {
    left: 4px;
    top: 2px;
    font-size: 8px;
}

.formify .requiredFieldHolder {
    display: block;
}

.formify button {
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    color: #666;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}

.formify button[type="submit"] {
    background: #b03428;
    border-color: #b03428;
    color: #fff;
    margin-right: 5px;
}

.formify button[type="submit"]:hover {
    background: #c00;
    border-color: #c00;
}

error,
error-single {
    font-size: 12px;
    line-height: 30px;
}

message {
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

/* LOCATIONS */
.googleMap {
    height: 450px;
    width: 25%;
    box-sizing: border-box;
    border: 10px solid #fff;
    position: relative;
    float: left;
}

.googleMap:hover .googleMapOverlay {
    display: none;
}

.googleMapOverlay {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.googleMapOverlay p {
    position: absolute;
    top: 60%;
    left: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.googleMap iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* PRODUCT LINES */
.dynamicContent {
    text-transform: uppercase;
    font-size: 14px;
}

.dynamicContent[data="featured brands"] .featuredBrand {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    height: 70px;
    text-align: center;
    margin: 10px;
}

.dynamicContent[data="featured brands"] .featuredBrand img {
    max-width: 100%;
    max-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dynamicContent[data="categories"] {
    column-count: 3;
    column-gap: 50px;
}

.dynamicContent[data="brands"] {
    column-count: 4;
    column-gap: 50px;
}

.leftSideBrandBtn {
    color: #000;
    line-height: 20px;
}

.catGroup {
    display: inline-block;
    width: 100%;
}

.category {
    font-weight: 700;
    color: #000;
    line-height: 20px;
}

.subcategory {
    padding-left: 20px;
    color: #000;
    padding-bottom: 25px;
}

.subLink {
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.subLink:hover,
.leftSideBrandBtn:hover {
    color: #b03428;
}

.productLineBtns {
    text-align: center;
    margin-bottom: 40px;
}

.productLineBtns button {
    background: #b03428;
    border: 0px;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px;
}

.productLineBtns button:hover {
    background: #c00;
}

/*associates page*/

.affiliateBox {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    height: 150px;
    margin: 12px 0;
}

.affiliateImage {
    width: 98%;
    height: 100%;
    border: 1px solid #333;
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.affiliateImage img {
    max-width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
}

/*associates page*/


#brandsSection {
    padding: 20px 0;
    max-width: 1280px;
    margin: 0 auto;
    text-align:center;
}

.featuredBrand
{
    display:inline-block;
    vertical-align:top;
    width: 14.285714%;
    height: 150px;
    margin:0px -2px;
    text-align:center;
    border-radius:5px;
    position: relative;
    transition:all .5s ease;
}

.featuredBrand img {
    max-width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featuredBrand:hover
{
    background:#f9f9f9;
}


@media (max-width:1000px) {
    .googleMap {
        width: 50%;
    }
    .lightingBox {
        width: 100%;
    }
    .featuredBrand {
        width: 33.33333333%;
    }
}

@media (max-width:800px) {
    .threeBox {
        width: 100%;
    }
    .fourBox {
        width: 50%;
    }
    td {
        width: 50%;
        display: inline-block;
        margin: 0 -2px;
    }
    .featuredBrand {
        width: 50%;
    }
    .leftImgBox {
        width: 100%;
        padding-right: 0;
        margin: 35px -1 0;
    }
    .subHeader {
        margin-top: 20px;
    }
}

@media (max-width:750px) {
    .dynamicContent[data="categories"] {
        column-count: 2;
        column-gap: 50px;
    }

    .dynamicContent[data="brands"] {
        column-count: 3;
        column-gap: 50px;
    }
    .leftBox {
        width: 100%;
    }
    .rightAlignBox {
        width: 100%;
    }
    ul {
        padding-left: inherit;
    }
    .topBannerText {
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .dynamicContent[data="categories"] {
        column-count: 1;
        column-gap: 50px;
    }

    .dynamicContent[data="brands"] {
        column-count: 2;
        column-gap: 50px;
    }

    .centerWrap {
        padding: 0px 10px;
    }

    .productLineBtns button {
        font-size: 18px;
        margin: 10px;
        padding: 10px 20px;
    }

    .googleMap {
        width: 100%;
    }
    .fourBox {
        width: 100%;
    }
}