@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800');

body {
    font-family: 'Montserrat', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
    color: #000;
}

    strong {
        font-weight: 700;
    }

    a,
    img,
    input,
    button,
    span {
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;        
    }


        a:focus,
        input:focus,
        textarea:focus,
        select:focus,
        button:focus {
            outline: none;
            text-decoration: none;
        }

        a::-moz-focus-inner,
        input::-moz-focus-inner,
        textarea::-moz-focus-inner,
        select::-moz-focus-inner {
            border: 0;
        }

    ::selection {
        background-color: #484848;
        color: #f0f0f0;
    }

        ::-moz-selection {
            background-color: #484848;
            color: #f0f0f0;
        }

    input:placeholder-shown {
        color: #f0f0f0;
    }

        input:-ms-input-placeholder {
            color: #f0f0f0;
        }

        input:-moz-placeholder {
            color: #f0f0f0;
        }

    input::placeholder {
        color: #f0f0f0;
    }

        input::-moz-placeholder {
            color: #f0f0f0;
        }

        input::-webkit-input-placeholder {
            color: #f0f0f0;
        }

a.link-org {
    color: #f26532;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
}

    .px-left {
        left: -15px;
        position: relative;
    }

    .header-nav {
        text-align: right;
    }

    .navbar-toggler {
        color: #fff;
        font-size: 30px;
    }

    .border-org-right {
        background: url(../img/divider.png) no-repeat 90% top;
    }

header {}

    .header {
        background-color: #000;
    }

        .header .container {
            position: relative;
        }

        .header .top-nav {
            padding: 20px 0 15px 0;
            color: #fff;
            /*font-size: 18px;*/
            font-size: 16px;
            font-weight: 300;
        }

            .header .top-nav a {
                color: #fff;
                text-decoration: none;
            }

                .header .top-nav a:hover,
                .header .top-nav a:active {
                    color: #999;
                }

        .header .logo {
            position: absolute;
            z-index: 199;
            left: 0;
            bottom: -30px;    
            width: 250px;
        }

    .header-nav {
        background: url(../img/header-bg.png) no-repeat bottom center;
        background-size: cover;
        padding: 15px 0 15px 0;
    }

        .header-nav nav {
            justify-content: flex-end;
            font-size: 22px;
            text-transform: uppercase;
        }

            .header-nav nav a {
                color: #fff;
                text-decoration: none;
                margin-left: 30px;
            }

                .header-nav nav a:hover,
                .header-nav nav a:active {
                    color: #f26532;
                }

            .header nav a.active {
                border-bottom: 1px solid #fff;
            }

    .main-nav-item {
        position: relative;
        font-weight: 500;
    }

        .sub-nav {
            z-index: 60;
            position: absolute;
            top: 45px;
            font-size: 16px;
            line-height: 2;
            left: 30px;
            /* sub-nav wrapping fix */
            /*width: 240px;*/
            width: fit-content;
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: left;
            background-color: #000;
            display: none;
            /* sub-nav wrapping fix */
            white-space: nowrap;
        }

        /* sub-nav wrapping fix */
        .sub-nav a {
            margin-right: 30px;
        }

        .hamburger-only {
            display: none;
        }

main {}

    .content {
        padding: 40px 0 25px 0;
    }

        .content h3 {
            color: #f26532;
            /*font-size: 36px;*/
            font-size: 32px;
            font-weight: 600;
            margin: 0 0 25px 0;
        }

        .content h4 {
            color: black;
            font-size: 26px;
            font-weight: 600;
            /*margin: 25px 0 25px 0;*/
            margin: 0px 0 15px 0;
        }

        .content h5 {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 1px;
            margin: 25px 0 25px 0;
        }

        .content a {
            color: #f26532;
            text-decoration: underline;
        }

            .content a:hover,
            .content a:active,
            .content a.button-org:hover,
            .content a.button-org:active {
                text-decoration: none;
                color: #000;
            }

        .content hr {
            border-top: 2px solid #d3d3d3;
            margin: 25px 0 25px 0;
        }

        /*.content a.button-org {*/
        a.button-org {
            text-align: center;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            background: url(../img/button-org-bg.png) no-repeat bottom right;
            width: 207px;
            height: 36px;
            padding-top: 6px;
            display: inline-block;
            text-decoration: none;
            border: none;
            cursor: pointer;
        }

        .button-org:hover {
            text-decoration: none;
            color: #000;
        }

    .button-submit {
        text-align: center;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        background: url(../img/button-org-bg.png) no-repeat bottom right;
        width: 150px;
        height: 36px;
        display: inline-block;
        text-decoration: none;
        border: none;
        cursor: pointer;
    }

        .button-submit:hover {
            text-decoration: none;
            color: #fff;
        }

    .secondary-nav h4 {
        padding: 15px 0 0 0;
    }

        .secondary-nav a {
            color: #f26532;
            text-decoration: underline;
        }

.hero-block {
    background: url(../img/hero-bg.png) no-repeat right center;
    background-size: cover;
    /* min-height: 600px; */
    /* margin: 70px 0 140px 0; */
    margin: 70px 0 70px 0;
    position: relative;
}

    .hero-block .img-animated {
        position: absolute;
        z-index: 199;
        /*bottom: -120px;*/
        bottom: -33px;
        left: calc((100% - 314px) / 2);
    }

    .hero-block-img {
        /*background: url(../img/hero-img.png) no-repeat right center;*/
        /*background-size: cover;*/
        /*min-height: 600px;*/
        /*min-height: 500px;*/
    }

    .hero-block h1 {
        /*font-size: 60px;*/
        font-size: 32px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #f26532;
        /*margin-top: 25px;*/
        margin-top: -6px;
        margin-left: 25px;
        margin-bottom: -20px;
        text-align: left;
        line-height: 36px;
    }

        .hero-block h1 span {
            font-weight: 300;
        }

        .hero-block h1 strong {
            top: -20px;
            position: relative;
            font-family: 'Arial';
        }

    .hero-block p {
        /*font-size: 26px;*/
        font-size: 18px;
        font-weight: 600;
        padding-top: 35px;
        margin-left: 25px;
        text-align: left;
        line-height: 24px;
    }

.latest-news {
    background: url(../img/latest-news-bg.png) no-repeat top center;
    background-size: 100% auto;
    padding: 0 0 60px 0;
}

    .latest-news h2 {
        text-align: center;
        color: #fff;
        font-size: 50px;
        font-weight: 800;
        margin: 0;
        padding: 75px 0 120px 0;
        text-transform: uppercase;
    }

        .latest-news h2 span {
            /*font-weight: 100;*/
            font-weight: 300;
        }


    .latest-news-col {
        background-color: #fff;
        padding: 20px;
    }

        .latest-news-col p a {
            color: #f26532;
            text-decoration: none;
        }

        .latest-news-col p a:hover,
        .latest-news-col p a:active {
            color: #000;
        }

        .latest-news-col h5 {
            font-size: 18px;
            font-weight: 600;
            margin: 0 0 25px 0;
            line-height: 24px;
        }

            .latest-news-col h5 a {
                color: #000;
                text-decoration: none;
            }

            .latest-news-col h5 a:hover,
            .latest-news-col h5 a:active {
                color: #f26532;
            }

.promo-features {
    /*background: url(../img/footer-bg.png) no-repeat top center;*/
    background: url(../img/footer-bg.png) repeat top center;
    /*background-size: cover;*/
    border-top: 10px solid #f26532;
    padding: 20px 0 20px 0;
}

    .promo-feature-box {
        background-color: #f26532;
        margin-bottom: 15px;
        height: 100%;
    }

        .promo-feature-box span {
            display: block;
            font-size: 16px;
            font-weight: 600;
            padding: 5px 5px 5px 10px;
        }

        .promo-feature-box a {
            color: #000;
            text-decoration: none;
        }

            .promo-feature-box a:hover,
            .promo-feature-box a:active {
                color: #fff;
            }

.products-cont {
    /*background: url(../img/quote-grey-bg.png) no-repeat top center;*/
    background-size: 100% auto;
    /*padding: 35px 0 0 0; original*/
    /*padding: 95px 0 0 0; with background image*/
    padding: 40px 0 0 0;
    margin-top: 25px;
}

    .products-cont-col {
        background-color: #fff;
        padding: 20px;
    }

        .products-cont-col p a {
            color: #000;
            text-decoration: none;
            border-bottom: 1px solid #000;
        }

        .products-cont-col p a:hover,
        .products-cont-col p a:active {
            color: #f26532;
        }

        .products-cont-col h4 {
            font-size: 24px;
            font-weight: 700;
            margin: 0 0 15px 0;
            min-height: 56px;
        }

            .products-cont-col h4 a {
                color: #000;
                text-decoration: none;
            }

            .products-cont-col h4 a:hover,
            .products-cont-col h4 a:active {
                color: #f26532;
            }

.heading-cont {
    background: url(../img/head-org-bg.png) no-repeat top center;
    background-size: 100% auto;
    padding: 25px 0 0 0;
}

    .heading-cont h1 {
        font-size: 60px;
        font-weight: 800;
        text-align: center;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 25px;
    }

        .heading-cont h1 span {
            font-weight: 300;
        }

        .heading-cont h1:before {
            content: '///';
            font-weight: 300;
            padding-right: 15px;
        }

        .heading-cont h1:after {
            content: '///';
            padding-left: 17px;
        }

.quote-cont {
    background: url(../img/quote-grey-bg.png) no-repeat top center;
    background-size: 100% auto;
    padding: 25px 0 0 0;
}

    .quote-cont h3 {
        color: #fff;
        text-align: center;
        font-weight: 500;
        font-size: 28px;
        padding-bottom: 25px;
        font-style: italic;
        margin: 0;
    }

.newsletter-form {}

    /*.newsletter-form-control, .ccm-input-email {*/
    .newsletter .ccm-input-email {
        color: #000 !important;
        border: 1px solid #f26532;
        padding: 27px 15px 27px 15px;
        border-radius: 0;
        min-height: auto;
        background-color: #000;
    }

    .newsletter .ccm-input-email:active,
    .newsletter .ccm-input-email:focus {
        background-color: #fff;
        border-color: #f26532;
        color: #fff;
        box-shadow: none;
    }

footer {}

    .footer {
        background-color: #000;
        color: #f26532;
        padding: 65px 0 50px 0;
        font-weight: 300;
    }

        .footer h5 {
            font-size: 24px;
            font-weight: 300;
            margin: 0 0 25px 0;
            text-transform: uppercase;
        }

        .footer ul {
            margin: 0 0 25px 0;
            padding: 0;
            /*font-size: 18px;*/
            font-size: 1rem;
        }

            .footer ul li {
                list-style-type: none;
            }

        .footer a {
            color: #fff;
            text-decoration: none;
        }

            .footer a:hover,
            .footer a:active {
                color: #f26532;
            }

    .footer-bottom {
        margin-top: 15px;
    }

div.apply-btn {
    margin-top: 30px;
}

/* Bootstrap 4 fixes */
/* Fix for the dashboard panel links displaying inline instead of stacked. */
div.ccm-panel-content ul.nav, div.ccm-panel-content menu {
    display: block;
}

/* Fix for the way layouts are presented in edit mode */
#ccm-theme-grid-edit-mode-row-wrapper {
    display: flex;
    width: 100%;
}

.ccm-edit-mode-block-menu.popover, .popover {
    visibility: visible;
}
/* End Bootstrap 4 fixes */

/* Remove gradient from carousel left/right controls */
.carousel-control.right {
    background-image: none !important;
}

.carousel-indicators {
    bottom: -50px !important;
}

    .carousel-indicators li, .carousel-indicators li.active {
        /*border: 1px solid #f26533 !important;*/
        border: 1px solid #bbbbbb !important;
        margin: 0 6px !important;
        width: 15px !important;
        height: 15px !important;
    }

    .carousel-indicators .active {
        background-color: #bbbbbb !important;
    }

@media (max-width: 1200px) {

    .hero-block h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-block p {
        font-size: 18px;
        line-height: 24px;
    }

    .heading-cont,
    .quote-cont {
        background-size: cover;
    }

    .heading-prod-cont {
        background-size: 100% 180px;
        padding-top: 20px;
    }

    .header-nav nav {
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    .sub-nav {
        display: block;
        position: static;
        text-align: right;
        padding: 0;
        width: 100%;
    }

    .heading-cont {
        padding: 0px;
    }

    .hero-block h1,
    .latest-news h2,
    .heading-cont h1 {
        font-size: 32px;
        line-height: 36px;
        padding-top: 25px;
    }

    .latest-news h2  {
        padding: 20px 0 20px 0;
    }

    .hero-block {
        margin-bottom: 0;
    }

    .hero-block .img-animated {
        position: relative;
        bottom: 0;
    }

    .w-50 {
        min-width: 100%;
    }

    .header .container {
        min-width: 100%;
    }

    .main-nav-item {
        width: 100%;
    }

    .hamburger-only {
        display: inline!important;
    }

    .header-nav .nav a {
        width: 100%;
        margin-bottom: 10px;
    }

    .header-nav .nav a.active {
        border-bottom: 0;
    }

    .header-nav .nav {
        width: 100%;
        right: 0;
        top: 55px;
        position: absolute;
        z-index: 999;
        background-color: #000;
        padding: 20px;
    }

    .content h3 {
        margin: 25px 0 25px 0;
    }

    .footer-bottom {
        margin-top: 25px;
    }

    .content .px-left {
        left: 0;
    }

    .border-org-right {
        background: transparent;
    }
}

@media (max-width: 768px) {

    .hero-block h1,
    .latest-news h2,
    .heading-cont h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-block {
        margin-top: 0px;
    }

    .secondary-nav h4 {
        font-size: 18px;
    }

    .latest-news h2  {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header .logo {
        left: 15px;
    }

    .header .top-nav a {
        /*display: none;*/
    }

    .sub-nav a {
        margin-left: 0 !important;
        margin-right: 0;
    }

    .latest-news {
        margin-top: 55px;
    }

    .heading-prod-cont {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {

    .hero-block h1 {
        font-size: 32px;
        margin-top: 15px;
        line-height: 36px;
    }

    .heading-cont h1 {
        font-size: 22px;
    }

    .content h3 {
        font-size: 26px;
    }

    .latest-news h2 {
        font-size: 24px;
    }

    .promo-features {
        background: none;
    }

    .top-nav a {
        font-size: 0.9rem
    }
}

@media (max-width: 575px) {

    .content h4 {
        margin: 15px 0 15px 0;
    }
}

/* Community Store */
.panel-heading {
    font-size: 1.2rem;
    font-weight: 600;
}

a.btn-continue-shopping,
a.btn-continue-shopping:hover {
    color: white;
    text-decoration: none;
}

a.store-btn-cart-page-checkout,
a.store-btn-cart-page-checkout:hover {
    color: white;
    text-decoration: none;
}

