﻿/* oswald-200 - latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'), url('../../fonts/fonts/oswald-v13-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/fonts/oswald-v13-latin-200.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-300 - latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'), local('Oswald-Light'), url('../../fonts/fonts/oswald-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/fonts/oswald-v13-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* oswald-regular - latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url('../../fonts/fonts/oswald-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/fonts/oswald-v13-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* oswald-500 - latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: local('Oswald Medium'), local('Oswald-Medium'), url('../../fonts/fonts/oswald-v13-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/fonts/oswald-v13-latin-500.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* oswald-600 - latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url('../../fonts/fonts/oswald-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/fonts/oswald-v13-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* oswald-700 - latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url('../../fonts/fonts/oswald-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/fonts/oswald-v13-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/***************
    General
****************/

body {
    font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
    font-size: 1em;
    color: white;
    text-rendering: optimizeLegibility;
}

*,
:after,
:before {
    box-sizing: border-box;
}

#page {
    padding: 0;
}

.siteWrap {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

header,
main,
footer {
    position: relative;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin: 0 auto;
    display: block;
    clear: both;
}

.vertical {
    /*position: relative;
    transform: translateY(-50%);
    top: 50%;*/
}

.horizontal {
    /*display: inline-block;*/
    /*position: relative;
    transform: translateX(-50%);
    left: 50%;*/
    display: block;
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
}

.flush {
    /*position: relative;
    transform: translateY(-100%);
    top: 100%;*/
}

    .flush .horizontal {
        padding-bottom: 0;
    }

.divider {
    height: 27px;
}

    .divider .fill {
        width: 35px;
        height: 100%;
        background-color: white;
        position: absolute;
        top: 0;
        right: 0;
    }

.backgroundImage {
}

.clearFix:before,
.clearFix:after {
    content: " ";
    display: table;
}

.clearFix:after {
    clear: both;
}

.column {
    float: left;
}

    .column:not(:first-child) {
        float: right;
    }

.playIcon {
    width: 100px;
    height: 100px;
    opacity: .75;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(.75);
}

.playIconCircle {
    stroke: white;
    stroke-width: 10px;
    fill: transparent;
}

.playIconTriangle {
    fill: white;
}

#product-color {
    width: 280px;
}

.col-2 #product-color {
    margin-top: 97px;
}


.sprayChalkBodyContainer .row-2 .col-2 #product-color {
    margin-top: 120px;
}


.col-3 #product-details-tabs {
    line-height: inherit;
    color: #000;
}

    .col-3 #product-details-tabs .title {
        font-size: 14px;
    }

.col-1 .product-name {
    color: #000;
}

.kkBodyContainer .scfForm {
    margin: 100px 15%;
    width: 65%;
    color: black;
}

    .kkBodyContainer .scfForm .scfCaptchaGeneralPanel {
        margin: 0;
    }

    .kkBodyContainer .scfForm .scfTitleBorder, .kkBodyContainer .scfForm .highlight {
        color: red;
    }

.kkBodyContainer .whiteBackground {
    background-color: white;
    padding: 0 25px;
}

.kkBodyContainer .scfForm p, .kkBodyContainer .scfForm label, .kkBodyContainer .scfForm h3 {
    color: black;
}

.kkBodyContainer .scfForm h3 {
    margin: 50px 0 10px 0;
}

.kkBodyContainer .scfForm h1 {
    font-size: 50px;
}

.kkBodyContainer .scfForm h1 {
    font-size: 50px;
}

.kkBodyContainer .scfForm .scfFooterBorder {
    margin-bottom: 50px;
}

/*.kkBodyContainer .related-content, .sprayChalkBodyContainer .related-content{
    display: none;
}*/

.kkBodyContainer .masonry-grid {
    padding: 50px;
}

.sprayChalkContainer .mainHeader .headerImageContainer.bottom {
    background-image: none;
    box-shadow: none;
}

.sprayChalkContainer .mainHeader .headerImageContainer.top {
    background-color: inherit;
}

.sprayChalkBodyContainer .mainHeader .headerImageContainer.bottom {
    background-image: none;
    box-shadow: none;
}

.sprayChalkBodyContainer .mainHeader .headerImageContainer.top {
    background-color: inherit;
}

.sprayChalkContainer .mainHeader .headerImageContainer .headerTextWrapper {
    top: 50%;
}

.sprayChalkBodyContainer .product-name h2 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.sprayChalkBodyContainer .product-info h2 strong {
    width: 100%;
    display: flex;
}

.sprayChalkBodyContainer .product-info h2 {
    display: flex;
    flex-direction: row;
}

.sprayChalkBodyContainer .tabs ul.ui-tabs-nav li.ui-tabs-active a {
    color: #40bab4;
}



.sprayChalkBodyContainer .cta .btn-1.btn-find-in-store {
    background: -moz-linear-gradient(top, #40bab4 0%, #40bab4 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40bab4), color-stop(100%,#40bab4)); */
    /* background: -webkit-linear-gradient(top, #40bab4 0%,#40bab4 100%); */
    background: -o-linear-gradient(top, #40bab4 0%,#40bab4 100%);
    background: -ms-linear-gradient(top, #40bab4 0%,#40bab4 100%);
    background: linear-gradient(to bottom, #40bab4 0%,#40bab4 100%);
}

.sprayChalkBodyContainer .msds-table-content a, .sprayChalkBodyContainer .msds-table-content a:visited {
    color: #40bab4;
}

.sprayChalkBodyContainer .mainBanner .contentWrapper {
    max-width: 100%;
}


/***************
    Lightbox
****************/

.lightbox {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-property: visibility, opacity, background;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lightbox.video:target {
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, 0.8);
        outline: none;
    }

    .lightbox .YouTubeContainer {
        max-width: 900px;
        width: 100%;
        /*position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
        background-color: white;
        padding: 10px;
    }

.videoContainerWrapper {
    position: relative;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .videoContainer #player {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoContainerExit {
    display: none;
    position: absolute;
    top: 0;
    right: -48px;
    width: 35px;
    height: 35px;
}

    .videoContainerExit .exitIcon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .videoContainerExit .exitIcon line {
            stroke: white;
            stroke-width: 2.5;
        }


/***************
    Header
****************/

.mainHeader {
    z-index: 2;
}

    .mainHeader .headerImageContainer {
        height: 85px;
        position: relative;
    }

        .mainHeader .headerImageContainer .headerTextWrapper {
            padding-left: 383.437px;
            position: relative;
            transform: translateY(-50%);
            top: 50%;
        }

        .mainHeader .headerImageContainer.top {
            background-color: #d2282c;
        }

            .mainHeader .headerImageContainer.top img {
                position: relative;
                z-index: 2;
                padding-left: 51.2185px;
                padding-top: 20px;
            }

        .mainHeader .headerImageContainer.bottom {
            background-image: url('/~/media/asotkrudkutter/brand_band.ashx');
            background-size: 100% 100%;
            box-shadow: black 0px 4px 5px -2px, black 0px -4px 5px -2px;
            font-weight: 500;
        }

            .mainHeader .headerImageContainer.bottom .descOne,
            .mainHeader .headerImageContainer.bottom .descTwo {
                float: left;
            }

            .mainHeader .headerImageContainer.bottom .descOne {
                color: white;
                margin-right: .25em;
            }

            .mainHeader .headerImageContainer.bottom .descTwo {
                color: yellow;
            }

.buyHereHeader {
    margin-top: 30px;
    font-size: 25px;
    color: red;
    text-align: center;
}

@media screen and (max-width: 767px) {
}

/***************
    Product Body
****************/
#product-details-tabs .msds-table .sku, #product-details-tabs .msds-table .upc, #product-details-tabs .msds-table .color, #product-details-tabs .msds-table .data-sheets {
    box-sizing: content-box;
}

#main .col, #main [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: content-box !important;
}

.product-info strong {
    display: block !important;
    width: auto !important;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #product-color, #product-color * {
        box-sizing: content-box !important;
        line-height: normal !important;
    }
}


/***************
    Body
****************/

#mainContent > section {
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    clear: both;
    line-height: 0;
    /*background-image: none !important;*/
}

.contentWrapper {
    /*position: absolute;*/
    position: static;
    top: 0;
    width: 100%;
    height: 100%;
}

.sectionTextContent {
    display: inline-block;
    max-width: 250px;
    width: auto;
    box-sizing: content-box;
}

@media screen and (min-width: 768px) {
    .sectionTextContent {
        max-width: calc(250px + 225 * (100vw - 768px) / 432);
    }
}

@media screen and (min-width: 1200px) {
    .sectionTextContent {
        max-width: 475px;
    }
}

.kkBodyContainer .mainBanner {
    background-image: url("/~/media/ASOTKrudKutter/shutterstock_126244949.ashx");
    background-position: center;
    height: 663px;
    margin-top: -15px;
}

    .kkBodyContainer .mainBanner .contentWrapper {
        position: static;
        display: flex;
        align-items: center;
        max-width: 850px;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .kkBodyContainer .mainBanner .sectionTextContent {
    }

    .kkBodyContainer .mainBanner .prodImage {
        height: calc(100% - 60px);
    }

.kkBodyContainer .related-content, .sprayChalkBodyContainer .related-content {
    width: 280px;
}

    .kkBodyContainer .related-content a, .sprayChalkBodyContainer .related-content a {
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial;
    }

.sprayChalkBodyContainer .related-content {
    float: left;
    clear: left;
    margin: 0 30px 0 0;
    padding: 15px;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    background: #EDEDED;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

    .sprayChalkBodyContainer .related-content section.helpful-resources ul li {
        background: url(/img/ui/list-bullet.png) no-repeat 0 9px;
    }

.kkBodyContainer .related-content section.helpful-resources ul li {
    background: url(/img/ui/list-bullet.png) no-repeat 0 9px;
}

.sprayChalkBodyContainer .related-content a {
    color: #40BAB4;
}

.sprayChalkBodyContainer .breadcrumb, .kkBodyContainer .breadcrumb {
    display: none;
}

.section:first-of-type .sectionTextContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sectionTextContent .title,
.sectionTextContent .subtitle,
.sectionTextContent .text,
.sectionTextContent .text ul {
    line-height: 1;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.sectionTextContent .title,
.sectionTextContent .subtitle {
    font-weight: 500;
}

.sectionTextContent .title {
    margin-top: 0;
}

.sectionTextContent .text ul {
    list-style-type: none;
    padding: 0;
}

    .sectionTextContent .text ul li {
        position: relative;
        padding-left: 12px;
    }

        .sectionTextContent .text ul li:before {
            content: "•";
            position: absolute;
            left: 0;
        }

.button {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    height: 56px;
    border: 3px solid;
    padding: 0 10px;
    line-height: 56px;
    margin-top: 1em;
}

.shapeImage {
    display: none;
    visibility: hidden;
    height: 0;
}

.videoThumbnailContainer {
    position: relative;
}

.ytThumbnail {
    width: 400px;
}

.title {
    font-size: 36px;
}

@media screen and (min-width: 768px) {
    .title {
        font-size: calc(36px + 16 * (100vw - 768px) / 432);
    }
}

@media screen and (min-width: 1200px) {
    .title {
        font-size: 52px;
    }
}

.subtitle {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .subtitle {
        font-size: calc(20px + 12 * (100vw - 768px) / 432);
    }
}

@media screen and (min-width: 1200px) {
    .subtitle {
        font-size: 32px;
    }
}

.text {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .text {
        font-size: calc(16px + 6 * (100vw - 768px) / 432);
    }
}

@media screen and (min-width: 1200px) {
    .text {
        font-size: 22px;
    }
}

.button {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    box-sizing: content-box;
}

@media screen and (min-width: 768px) {
    .button {
        font-size: calc(22px + 10 * (100vw - 768px) / 432);
        height: calc(40px + 18 * (100vw - 768px) / 432);
        line-height: calc(40px + 18 * (100vw - 768px) / 432);
    }
}

@media screen and (min-width: 1200px) {
    .button {
        font-size: 32px;
        height: 58px;
        line-height: 58px;
    }
}

.descOne,
.descTwo {
    font-size: 20px;
}
/*.descTwo{
    padding-top: 20px;
}*/

@media screen and (min-width: 768px) {
    .descOne,
    .descTwo {
        font-size: calc(20px + 22 * (100vw - 768px) / 432);
    }
}

@media screen and (min-width: 1200px) {
    .descOne,
    .descTwo {
        font-size: 42px;
    }
}

@media screen and (max-width: 767px) {
    .vertical .prodImage {
        width: 100%;
    }

    .sectionTextContent {
        display: inline;
    }

    .vertical .horizontal {
        padding: 20px;
    }

    .flush .horizontal {
        padding: 0 20px;
        padding-top: 20px;
    }

    .sectionTextContent {
        padding: 0 !important;
    }

    #product-color {
        width: 100%;
    }

    .mainHeader .headerImageContainer .headerTextWrapper {
        top: 50%;
    }

    .col-1 .product-name {
        margin: 60px 0 10px 0;
    }

    #product-color .select-color .collapsible > h3 span {
        display: inline-block;
        padding: 0 25px 0 0;
        background: url("~/img/ui/icon-sprite.png") no-repeat 100% -1988px;
    }
}


/***************
    FOOTER
****************/

.container {
    width: unset !important;
}

#siteFooter {
    position: relative;
    border-top: 2px solid #757575;
    border-bottom: 3px solid #d19654;
    background: #2C2C2C;
    background: -moz-linear-gradient(left, #222222 0%, #333333 50%, #222222 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222222), color-stop(50%, #333333), color-stop(100%, #222222));
    background: -webkit-linear-gradient(left, #222222 0%, #333333 50%, #222222 100%);
    background: -o-linear-gradient(left, #222222 0%, #333333 50%, #222222 100%);
    background: -ms-linear-gradient(left, #222222 0%, #333333 50%, #222222 100%);
    background: linear-gradient(to right, #222222 0%, #333333 50%, #222222 100%);
    clear: both;
}

#footer-wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
}

#siteFooter .secondary-logo {
    display: block;
    overflow: hidden;
    margin: 0 0 30px 0;
    text-align: center;
}

    #siteFooter .secondary-logo img {
        display: inline-block;
        width: 207px;
        height: 49px;
    }

#siteFooter section.secondary {
    border-left: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
}

    #siteFooter section.secondary nav.site-links ul {
        margin: 0 0 5px 0;
        text-align: center;
        padding-left: 0;
    }

        #siteFooter section.secondary nav.site-links ul li {
            display: inline-block;
            margin: 0 0 7px 0;
            padding: 0 10px;
            border-left: 1px solid #444;
        }

    #siteFooter section.secondary nav.site-links li:first-child {
        border: none;
    }

    #siteFooter section.secondary nav.site-links li a {
        display: block;
        line-height: 12px;
    }

    #siteFooter section.secondary nav.site-links li a,
    #footer section.secondary nav.site-links li a {
        color: #888;
        font-size: 11px;
        font-weight: bold;
    }

#siteFooter .copyright {
    margin: 0 0 10px 0;
    font-size: 10px;
    color: #666;
    font-weight: bold;
    text-align: center;
}

nav.primary:after,
nav.secondary > ul:after,
header nav.primary:after,
#siteFooter section.secondary nav.site-links ul:after,
#siteFooter nav.social-links ul:after,
.social-links-2:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: ".";
}

#siteFooter nav.social-links {
    margin: 0 0 7px -7px;
    padding: 6px 0 10px 0;
}

#siteFooter section.connect .content {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

    #siteFooter section.connect .content > h2 {
        margin: 0 0 6px 0;
        color: #CCC;
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        line-height: normal;
    }

#siteFooter section.connect .connectContainer ul {
    padding: 0;
}

#siteFooter nav.social-links li {
    position: relative;
    display: inline-block;
    margin: 0 12px 0 0;
}

.btn {
    display: inline-block;
    overflow: hidden;
    font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}

#siteFooter nav.social-links li .social-tooltip {
    position: absolute;
    display: none;
    bottom: 25px;
    left: -84px;
    width: 190px;
    padding: 0 0 15px 0;
}

    #siteFooter nav.social-links li .social-tooltip .social-tooltip-content {
        position: relative;
        width: 170px;
        padding: 10px;
        background: #FFF;
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
    }

        #siteFooter nav.social-links li .social-tooltip .social-tooltip-content p {
            margin: 0 0 10px 0;
            font-size: 12px;
            font-weight: bold;
            color: #444;
        }

    #siteFooter nav.social-links li .social-tooltip .btn-follow {
        display: block;
        background: #E6E6E6;
        background: -moz-linear-gradient(top, #f8f8f8 0%, #d4d4d4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #d4d4d4));
        background: -webkit-linear-gradient(top, #f8f8f8 0%, #d4d4d4 100%);
        background: -o-linear-gradient(top, #f8f8f8 0%, #d4d4d4 100%);
        background: -ms-linear-gradient(top, #f8f8f8 0%, #d4d4d4 100%);
        background: linear-gradient(to bottom, #f8f8f8 0%, #d4d4d4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d4d4d4', GradientType=0);
        border: 1px solid #BCBCBC;
        border-color: #DBDBDB #BCBCBC #9C9C9C #B9B9B9;
        border-radius: 3px;
        font-size: 11px;
        color: #666;
        line-height: 23px;
        text-align: center;
    }

    #siteFooter nav.social-links li .social-tooltip .social-tooltip-content aside {
        margin: 15px 0 0 0;
        padding: 10px 0 0 0;
        border-top: 1px solid #DEDEDE;
        font-size: 11px;
        font-weight: bold;
    }

    #siteFooter nav.social-links li .social-tooltip .arrow-tip-down {
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin: 0 0 0 -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #FFF transparent transparent transparent;
        border-width: 10px 10px 0 10px;
    }

.btn-phone {
    line-height: 24px;
    color: #999999;
}

.btn-facebook {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 6px 4px;
    text-indent: -9999px;
}

.btn-facebook {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 6px 4px;
    text-indent: -9999px;
}

    .btn-facebook:hover {
        background-position: 5px -333px;
    }

.btn-facebook-full {
    display: block;
    width: auto;
    height: 43px;
    border: 1px solid #DDD;
    background: #FFF url(Images/social-full-btn-sprite.png) no-repeat 50% -43px;
    text-indent: -9999px;
}

.btn-twitter {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 2px -62px;
    text-indent: -9999px;
}

    .btn-twitter:hover {
        background-position: 0 -406px;
    }

.btn-pinterest {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 4px -128px;
    text-indent: -9999px;
}

    .btn-pinterest:hover {
        background-position: 2px -478px;
    }

.btn-pinterest-full {
    display: block;
    width: auto;
    height: 43px;
    border: 1px solid #DDD;
    background: #FFF url(Images/social-full-btn-sprite.png) no-repeat 50% 12px;
    text-indent: -9999px;
}

.btn-LinkedIn {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 4px -3896px;
    text-indent: -9999px;
}

    .btn-LinkedIn:hover {
        background-position: 1px -3964px;
    }

.btn-LinkedIn-full {
    display: block;
    width: auto;
    height: 43px;
    border: 1px solid #DDD;
    background: #FFF url(Images/social-full-btn-sprite.png) no-repeat 50% 12px;
    text-indent: -9999px;
}

#siteFooter nav.social-links li .social-tooltip .btn-follow span {
    display: inline-block;
    overflow: hidden;
    height: 23px;
    margin: 0 0 0 2px;
    text-indent: -9999px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 0 0;
    vertical-align: middle;
}

.btn-youtube {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 3px -197px;
    text-indent: -9999px;
}

    .btn-youtube:hover {
        background-position: 2px -551px;
    }

.btn-instagram {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 4px -264px;
    text-indent: -9999px;
}

    .btn-instagram:hover {
        background-position: 1px -626px;
    }

#siteFooter nav.social-links li.facebook .social-tooltip .btn-follow span {
    width: 56px;
    background-position: 0 -1645px;
}

#siteFooter nav.social-links li.twitter .social-tooltip .btn-follow span {
    width: 53px;
    background-position: 0 -1777px;
}

#siteFooter nav.social-links li.pinterest .social-tooltip .btn-follow span {
    width: 52px;
    background-position: 0 -1908px;
}

#siteFooter nav.social-links li.youtube .social-tooltip .btn-follow span {
    width: 36px;
    background-position: 0 -2045px;
}

#siteFooter nav.social-links li.instagram .social-tooltip .btn-follow span {
    width: 50px;
    background-position: 0 -2183px;
}

#siteFooter nav.social-links li.LinkedIn .social-tooltip .btn-follow span {
    width: 50px;
    background-position: 0 -4205px;
}


/***************
    MOBILE
****************/

@media screen and (max-width: 767px) {
    .backgroundImage {
        width: 100%;
        height: 100%;
    }

    body {
        margin: 0;
    }

    img {
        -webkit-shape-margin: 0.25em;
        -moz-shape-margin: 0.25em;
        -ms-shape-margin: 0.25em;
        -o-shape-margin: 0.25em;
        shape-margin: 0.25em;
    }

    .vertical .alignleft,
    .vertical .alignright,
    .vertical img.alignleft,
    .vertical img.alignright {
        float: none;
        clear: both;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    div#main {
        /*margin-top: 230px;*/
    }

    /***************
        Lightbox
    ****************/
    .videoContainerWrapper {
        max-width: calc(100% - 50px);
    }

    .videoContainerExit {
        display: block;
    }

        .videoContainerExit .exitIcon {
            display: inline-block;
        }

    .ytThumbnail {
        width: 100%;
    }
    /***************
        HEADER
    ****************/
    #main {
        margin-top: 67px;
    }

    .mainHeader .headerImageContainer.top {
        height: 161px;
    }

    .mainHeader .headerImageContainer.bottom {
        height: 67px;
        position: absolute;
        left: 0;
        right: 0;
    }

    .mainHeader .headerImageContainer.top img {
        display: block;
        padding: 20px 0;
        margin: auto;
        height: 100%;
    }

    .mainHeader .headerImageContainer .headerTextWrapper {
        padding-left: 0;
        text-align: center;
    }

    .mainHeader .headerImageContainer.bottom .descOne,
    .mainHeader .headerImageContainer.bottom .descTwo {
        float: none;
    }

    .buyHereHeader {
        margin-top: 30px;
        font-size: 25px;
        color: red;
        text-align: center;
    }

    .mainHeader.headroom .headerImageContainer.bottom,
    .mainHeader.headroom .headerImageContainer.top img {
        transition: transform .5s ease-in-out;
        will-change: transform;
    }

    .mainHeader.headroom--unpinned .headerImageContainer.bottom,
    .mainHeader.headroom--unpinned .headerImageContainer.top img {
        transform: translateY(-67px);
    }

    .mainHeader.headroom--pinned .headerImageContainer.bottom,
    .mainHeader.headroom--pinned .headerImageContainer.top img {
        transform: translateY(0);
    }



    .mainHeader.headroom--not-top .headerImageContainer.top img {
        position: fixed;
        height: 67px;
        padding: 0;
    }

    .mainHeader.headroom--not-top .headerImageContainer.bottom {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .mainHeader.headroom--not-top.headroom--pinned .headerImageContainer.bottom .headerTextWrapper,
    .mainHeader.headroom--not-top.headroom--unpinned .headerImageContainer.bottom .headerTextWrapper {
        padding-left: 100px;
        text-align: left;
    }

    .mainHeader.headroom--not-top.headroom--pinned .headerImageContainer.bottom .descOne,
    .mainHeader.headroom--not-top.headroom--pinned .headerImageContainer.bottom .descTwo,
    .mainHeader.headroom--not-top.headroom--unpinned .headerImageContainer.bottom .descOne,
    .mainHeader.headroom--not-top.headroom--unpinned .headerImageContainer.bottom .descTwo {
        float: left;
    }
    /***************
        BODY
    ****************/
    .section:first-of-type .sectionTextContent {
        position: static;
        transform: translateY(0);
    }

    .column {
        width: 100%;
    }

    .textWrapEnabled {
        display: none;
        visibility: hidden;
        height: 0;
    }

    .shapeImage {
        visibility: visible;
        height: auto;
    }

    .prodImage img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 318px;
    }

    .videoThumbnailContainer {
        margin-bottom: 20px;
    }
    /***************
        FOOTER
    ****************/
    .mainFooter .container {
        padding: 0;
    }

    #footer-wrap {
        flex-direction: column;
        padding: 30px;
    }

        #footer-wrap section {
            width: 100%;
        }

            #footer-wrap section.primary {
                order: 2;
                margin: 25px 0;
                text-align: center;
            }

            #footer-wrap section.secondary {
                order: 3;
                border: none;
                border-top: 1px solid #d0956a;
                padding-top: 25px;
            }

            #footer-wrap section.social {
                order: 1;
            }

            #footer-wrap section.connect {
                border-bottom: 1px solid #4b4b4b;
            }

            #footer-wrap section.secondary {
            }
}


/*GRID*/

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col,
.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

    .clearfix:after,
    .container:after,
    .container-fluid:after,
    .row:after {
        clear: both;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Spray Paint*/

div#main_0_brandInfo, div#main_0_divBackground.hero.secondary {
    max-width: 1200px;
}

div#main_0_divBackground.hero.secondary {
    height: 444px;
}

.product-grid .project-img {
    box-sizing: content-box;
}

#product-browser section.filter .content > ul > li .filter-list > ul > li .title {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial;
}

ul.product-grid.active li {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

div#product-browser section.results {
    float: left;
    width: calc(100% - 213px);
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .product-info .product-name {
        width: unset;
    }
}

body.desktop {
    color: #222;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial;
}

#project-spec a {
    pointer-events: none;
    cursor: default;
    color: #464646;
}

.breadcrumb, .breadcrumb a {
    font-family: "Helvetica Neue", Helvetica, Arial;
}

.sprayChalkBodyContainer .mainHeader .headerImageContainer.top img {
    position: absolute;
    max-width: 190px;
}

.sprayChalkBodyContainer span#header_0_DeskTopBannerTxt {
    display: none;
}

@media screen and (max-width: 767px) {
    .sprayChalkBodyContainer .mainHeader.headroom--pinned .headerImageContainer.bottom, .mainHeader.headroom--pinned .headerImageContainer.top img {
        left: 22%;
    }
}
