body {
    padding-top: 38px;
    color: #333;
    font-family: 'Work Sans', Arial, sans-serif;
    min-width: 320px;
}

/* Line Height */
.navbar-phone-number {
    line-height: 36px;
}

/* Header
   ---------------------------------------------------------------------------------------- */

.dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
    background-color: #333;
    color: #fff;
    opacity: 1;
}

.no-hero header.header, .quote-page header.header, header.scroll-down, .header.scroll-up {
    background-color: #fff;
    box-shadow: 0 -5px 15px 5px rgba(0,0,0,.15);
}

header img.scroll {
    display: none;
}

.no-hero {
    margin-top: 100px;
}

    .no-hero header.header img.noscroll, .quote-page header.header img.noscroll, header.scroll-down img.noscroll, .header.scroll-up img.noscroll {
        display: none;
    }

    .no-hero header.header img.scroll, .quote-page header.header img.scroll, header.scroll-down img.scroll, .header.scroll-up img.scroll {
        display: block;
    }

    .no-hero header.header .nav-main a, .quote-page header.header .nav-main a, header.scroll-down .nav-main .aMain, .header.scroll-up .nav-main a {
        color: #000;
    }

    .no-hero .nav-main .dropdown-menu a {
        color: #fff !important;
    }

    .no-hero header.header .btn-outline-white, .quote-page header.header .btn-outline-white, .scroll-up .btn-outline-white, header.scroll-down .btn-outline-white {
        color: #fff;
        border-color: #1a3668;
        background-color: #1a3668;
    }

        .no-hero header.header .btn-outline-white:hover, .quote-page header.header .btn-outline-white:hover, header.scroll-up .btn-outline-white:hover, header.scroll-down .btn-outline-white:hover {
            border-color: rgba(26, 54, 104, .75);
            background-color: rgba(26, 54, 104, .75);
        }

.subnav {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    background: #222;
    font-size: 13px;
}

    .subnav .number {
        font-weight: bold;
        color: #fff;
    }

    .subnav a {
        margin-right: 15px;
        color: #fff;
        transition: ease-in all .5s;
    }

        .subnav a.become-dealer {
            margin-right: 0px;
        }

        .subnav a:hover {
            opacity: .75;
            text-decoration: none;
        }

        .subnav a:last-child {
            margin: 0;
        }

.header.scroll-up {
    top: -125px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    transition: top .2s ease-in-out;
    z-index: 500;
}

    .header, .header.scroll-down {
        top: 0;
    }

.navbar {
    border: 0;
    border-radius: 0;
    margin: 0;
    height: 80px;
    background-color: transparent;
    min-height: unset;
}

.navbar-brand {
    height: auto;
    margin-right: 15px;
}

.navbar-toggle {
    color: #fff;
}

.navbar-toggle, .navbar-phone-number, .navbar-collapse .btn-quote-collapse {
    margin: 0;
}

.navbar-toolbar {
    float: right;
}

    .navbar-toolbar .btn-quote {
        margin-left: 15px;
    }

.nav-main .aMain {
    opacity: .9;
    cursor: pointer;
    transition: ease-in all .2s;
}

    .nav-main .aMain:hover {
        opacity: 1;
    }

.nav-main .aMain, .nav-main a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

    .nav-main .aMain:hover, .nav-main .aMain:focus {
        background: transparent;
    }

.navbar .btn-outline {
    border-width: 2px;
    font-weight: 600;
}

.cursor-pointer {
    cursor: default;
}

/* Footer
   ---------------------------------------------------------------------------------------- */
.footer {
    padding: 50px 0px;
    background-color: #222;
}

.footer, .copyright {
    background: #222;
}

.copyright {
    padding: 25px 0px;
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.15);
    font-size: 12px;
    line-height: 14px;
}

    .copyright p {
        display: inline-block;
        margin: 0px 5px;
    }

    .copyright a {
        color: #fff;
        margin: 0px 5px;
        text-decoration: none;
        transition: ease-in all .2s;
        text-transform: uppercase;
        opacity: .75;
    }

        .copyright a:hover {
            opacity: 1;
        }

.text-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.align-center {
    text-align: center;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-25 {
    padding-bottom: 25px;
}

.breadcrumbs {
    border-bottom: 1px solid #EEEEEE;
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 0;
    margin: 0;
    font-size: 85%;
}

    .breadcrumb a {
        color: #999;
    }

.footer h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.footer li {
    margin-bottom: 2px;
}

footer .footer-links ul li a {
    color: #fff;
    opacity: .75;
    text-transform: none;
    transition: ease-in all .2s;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

    footer .footer-links ul li a:hover {
        opacity: 1;
    }

.btn-social .btn {
    color: #fff;
    width: 24px;
    line-height: 24px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent !important;
    opacity: .75;
    transition: ease-in all .2s;
}

    .btn-social .btn:hover, .btn-social .btn:focus {
        color: #fff;
        opacity: 1;
    }

/* Pages
   ---------------------------------------------------------------------------------------- */

/* Home Page */
.hero {
    color: #fff;
    background: #333;
    height: 500px;
    position: relative;
    overflow: hidden;
}

    .hero .div-table {
        position: relative;
        z-index: 100;
    }

    .hero .gradient {
        background: rgba(0,0,0,0.25);
    }

    .hero .hero-copy {
        text-shadow: 0 0 10px #333;
        max-width: 850px;
        margin: auto;
        padding: 20px;
        margin-bottom: 40px;
    }

    .hero .btn {
        text-shadow: none;
    }

    .hero .slides {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 1;
    }

        .hero .slides img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            animation: imageAnimation 18s linear infinite;
            opacity: 0;
        }

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in; /*transform:scale(1);*/
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-in;
    }

    33% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0; /*transform:scale(1.2);*/
    }
}

.benefits-section {
    color: #fff;
}

    .benefits-section .section-header .h2 {
        color: #fff;
    }

    .benefits-section .benefit {
        margin-bottom: 40px;
    }

    .benefits-section h4 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .benefits-section .shadow {
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.6);
        padding: 4px;
        background: #fff;
    }

.about-section {
    overflow: hidden;
}

    .about-section .grid {
        grid-gap: 10px;
        grid-template-columns: 67.39% 32.99% 32.99%;
        max-width: 1300px;
        padding-right: 10px;
    }

        .about-section .grid .sub-item {
            grid-column-gap: 10px;
        }

    .about-section .page-content {
        padding: 0 20px;
    }

.benefits-section, .warranty-section .inner, .banner-become-dealer a {
    background: #1a3668 url(/img/page/diamond-pattern.png) repeat 50% 0;
}

.warranty-section .inner {
    border-radius: 8px;
    padding: 40px;
    color: #fff;
}

.warranty-section .container {
    max-width: 990px;
}

.warranty-section .h2 {
    color: #fff;
}

.before-after-section {
    background: #1a3668;
}

    .before-after-section .section-header .h2 {
        color: #fff;
    }

.section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
    z-index: -1;
}

    .section-header h2, .section-header .h2 {
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        color: #1a3668;
    }

/*Top Level page*/
.page-hero {
    height: 400px;
    text-align: center;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    background: #333;
}

    .page-hero .shadow {
        height: 100%;
        justify-content: center;
        /*background: linear-gradient(-45deg, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0.25));*/
        background-blend-mode: overlay;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background-attachment: fixed;
        background-size: 400% 400%;
        -webkit-animation: Gradient 10s ease infinite;
        -moz-animation: Gradient 10s ease infinite;
        animation: Gradient 10s ease infinite;
        position: relative;
        z-index: 10;
    }

.become-dealer-page .page-hero {
    height: 500px;
}

.hero-content {
    color: #fff; /*text-shadow:0 1px 10px #333;*/
    max-width: 700px;
    margin: auto;
    padding: 0 20px;
}

    .hero-content h1 {
        color: #fff;
    }

.page-hero .bg-img {
    position: absolute;
    left: 0;
    background-attachment: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1a3668 no-repeat 50% 50%;
    background-size: cover;
    animation: fadein ease-in 1s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slide-down {
    animation: slideDown .4s linear forwards;
    opacity: 0;
}

.slide-up {
    animation: slideUp .4s linear forwards;
    opacity: 0;
}

.slide-right {
    animation: slideRight .4s linear forwards;
    opacity: 0;
}

.fadein-zoom {
    animation: fadeInZoom .3s linear forwards;
    opacity: 0;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInZoom {
    0% {
        opacity: 0;
        transform: scale(.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Page */
.lead {
    font-size: 16px;
}

.page-header {
    padding: 30px 0;
    margin: 0;
    border: 0;
}

    .page-hero h1, .page-header h1 {
        margin: 0;
    }

    .page-header h1 {
        color: #1a3668;
        text-transform: capitalize;
    }

    .page-hero .lead, .page-header .lead {
        margin: 5px 0 0 0;
    }

.page-content {
    line-height: 160%;
    font-size: 15px;
}

    .page-content h2, .page-content h3 {
        font-size: 24px;
    }

    .page-content li {
        margin-bottom: 5px;
    }

.page-section {
    padding: 75px 0;
    overflow: hidden;
}

.page-gallery {
    margin: 0 0 20px 0;
}

    .page-gallery img {
        width: 100%;
        border: 1px solid #eee;
    }

    .page-gallery .row {
        margin: 0 0 0 -5px;
    }

        .page-gallery .row > [class*="col-"] {
            padding-right: 0;
            padding-left: 0;
        }

        .page-gallery .row a {
            margin: 0 0 5px 5px;
            display: block;
            box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
        }

.quote-form label {
    display: none;
}

.page-nav-btn-group {
    margin-bottom: 30px;
}

    .page-nav-btn-group .btn {
        margin: 0 1px 5px 0;
    }

.no-gutter {
    margin: 0;
}

    .no-gutter > [class*="col-"] {
        padding: 0;
    }

.max-width {
    max-width: 750px;
}

.max-width-550 {
    max-width: 550px;
}

.card-list a {
    display: block;
}

.product-blocks a {
    display: inline-block;
    color: #fff;
}

.product-blocks .h4 {
    margin: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-blocks a img {
    transition: transform .2s linear;
    width: 100%;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.flex {
    display: flex;
}

.v-center {
    display: flex;
    align-items: center;
}

.h-center {
    justify-content: center;
}

.lh-180 {
    line-height: 180%;
}

.margin-top-0 {
    margin-top: 0;
}

.panel-default {
    border-radius: 0;
}

.large-fa-li .fa {
    font-size: 21px;
}

.inline-block {
    display: inline-block;
}

.grid {
    display: grid;
}

.col-2 {
    grid-template-columns: 50% 50%;
}

.large-fa-li {
    margin-left: 2.8em;
}

.img-border {
    border: 1px solid #ddd;
}

.v-align-bottom {
    vertical-align: bottom;
}

.feature-list {
    background: #f2f2f2 url(/img/page/bg-diamond.png) repeat 50% 0;
}

    .feature-list .item {
        margin-bottom: 40px;
    }

        .feature-list .item:last-child {
            margin-bottom: 0;
        }

    .feature-list h4 {
        margin: 0 0 4px 0;
    }

.brands-intro-section {
    background: #fff;
    padding: 30px 50px 100px 50px;
    max-width: 750px;
    margin: -40px auto 50px auto;
    position: relative;
    z-index: 10;
}

.brand-section {
    background-color: #1a3668;
}

    .brand-section.bg-image {
        background: #1a3668 no-repeat 50% 50%;
        background-size: cover;
    }

    .brand-section .panel-body {
        padding: 40px;
    }

    .brand-section .h1 {
        color: #1a3668;
    }

        .brand-section .h1 a:hover, .brand-section .h1 a:focus {
            text-decoration: none;
        }

.brands-2-panel-section .grid {
    max-width: 1600px;
    margin: auto;
    padding: 0 20px 0 10px;
    grid-column-gap: 10px;
}

.brands-2-panel-section .col-center {
    padding: 25px;
    max-width: 650px;
}

.commercial-partners .cell {
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .team-page .team-group {
        text-align: center;
    }
}

.team-page .team-group .team {
    margin-bottom: 25px;
}

    .team-page .team-group .team .team-image .img-border {
        padding: 10px;
    }

    .team-page .team-group .team .team-body h4 {
        margin-top: 5px;
    }

    .team-page .team-group .team a.read-more {
        color: #337AB7;
        text-decoration: underline;
        font-weight: bold;
    }

.team-page .team-group .team-biography {
    margin: 15px 0;
    padding-right: 25px;
}

.team-page .team-group .team p {
    margin-bottom: 0;
    color: #717171;
}

.team-page .media {
    margin-bottom: 20px;
    line-height: 130%;
}

a.text-decoration {
    color: #333;
}

    a.text-decoration:hover, a.text-decoration:focus {
        text-decoration: none;
    }

.company-benefits img {
    display: inline-block;
}

.company-location-heading .location-label {
    margin: 4px 0;
    font-weight: bold;
}

.company-location-heading .company-name {
    display: block;
    font-size: 85%;
    line-height: 1.42857;
}

.company-location-heading .btn-directions {
    float: right;
}

.banner-become-dealer a {
    display: block;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
}

.banner-become-dealer h3 {
    margin: 0 0 10px 0;
}

.banner-become-dealer .inner {
    margin: auto;
    max-width: 350px;
}

.banner-become-dealer p {
    margin: 0 0 15px 0;
}

.banner-become-dealer .btn {
    min-width: 125px;
}

.current-offer {
    text-align: center;
    margin: 0 0 20px 0;
}

    .current-offer .panel {
        box-shadow: none;
        margin: 0;
        border: 0;
    }

    .current-offer .offer-title {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 4px;
    }

    .current-offer a {
        background: #fff;
        color: #333;
        display: block;
        border: 1px solid #ddd;
    }

        .current-offer a:hover, .current-offer a:focus {
            text-decoration: none;
        }

.product-detail-page .current-offer .btn, .location-page .current-offer .btn {
    display: none;
}

.product-thumbnails .cell {
    margin-bottom: 20px;
}

.quote-form, .quote-with-cred {
    margin-bottom: 20px;
    padding: 20px;
    background: #eee url(/img/page/bg-diamond.png) repeat 50% 0;
    border-radius: 4px;
    color: #fff;
    /*color: #333;*/
}

.quote-page .quote-form {
    color: #333;
}

.quote-with-cred .quote-form {
    padding: 0;
    margin: 0;
}

.quote-header {
    max-width: 350px;
    margin: 0 auto 20px auto;
}

    .quote-header .h2 {
        margin: 0 0 5px 0;
    }

.form-title {
    margin-top: 0;
    color: #1a3668;
}

.credibility-rating {
    color: #1a3668;
    font-weight: bold;
}

/* Locator Page */
.results-contact-form {
    max-width: 750px;
}

/* Dealers Pages */
.dealer-results {
    margin-bottom: 20px;
}

    .dealer-results .heading {
        margin-top: 0;
    }

    .dealer-results .dealer {
        margin-bottom: 5px;
    }

    .dealer-results .dealer-link {
        display: block;
        position: relative;
        color: #555;
        padding: 10px;
        background: #fff;
        border: 1px solid #eee;
    }

        .dealer-results .dealer-link:hover, .dealer-results .dealer-link:focus {
            text-decoration: none;
            border-color: #337ab7;
        }

    .dealer-results .distance {
        position: absolute;
        right: 1px;
        top: 1px;
        font-size: 11px;
        width: 70px;
        padding: 12px 0;
        text-align: center;
        background: #f2f2f2;
        border-radius: 0 0 0 4px;
    }

    .dealer-results .dealer .copy {
        margin-right: 90px;
    }

    .dealer-results .copy p {
        margin: 0;
    }

    .dealer-results .dealer .dealer-heading {
        margin: 0 0 1px 0;
        font-weight: bold;
        color: #337ab7;
    }

    .dealer-results .dealer .distance i {
        font-size: 21px;
        margin-bottom: 2px;
    }

    .dealer-results .fa-map-marker {
        color: red;
    }

.locator-page .dealer-results .aggregate-stars, .locator-page .dealer-results .review-count {
    display: inline-block;
}

.location-page .dealer-results .phone {
    font-size: 21px;
}

.location-page .dealer-results .dealer {
    text-align: center;
}

    .location-page .dealer-results .dealer .copy {
        margin-right: 0;
    }

.location-page .dealer-results .aggregate-stars {
    font-size: 24px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: -4px;
}

.location-page .dealer-results .dealer .dealer-heading {
    font-size: 17px;
}

.location-page .page-heading {
    margin: 10px 0 30px 0;
}

.location-page .body-h1 h1 {
    margin: 0 0 30px 0;
    font-size: 16px;
}

.dealer-page .current-offer .btn-link {
    display: none;
}

.dealer-benefits {
    font-size: 16px;
    font-weight: 600;
}

    .dealer-benefits .media:first-child {
        margin-top: 20px;
    }

    .dealer-benefits i {
        font-size: 24px;
    }

.dealer-quotes-section .dealer-quote {
    border-radius: 12px;
    background: #f2f2f2;
    padding: 40px;
    margin-bottom: 30px;
}

    .dealer-quotes-section .dealer-quote p {
        font-size: 21px;
        line-height: 160%;
    }

    .dealer-quotes-section .dealer-quote small {
        font-weight: bold;
        color: #888;
    }


.privacy-form {
    padding: 15px;
    color:#333;
}

@media(min-width:992px) {
    .sticky-top {
        position: sticky;
        top:125px;
    }
}

.navbar-scroll li {
    margin-bottom: 0 !important;
    line-height: 100%;
}

    .navbar-scroll li a {
        padding: 3px 8px;
        font-size: 14px;
        display: inline-block;
    }

/* Quote Page */
.quote-page {
    padding: 0;
}

    .quote-page .subnav {
        display: none;
    }

    .quote-page .header {
        text-align: center;
        position: static;
    }

    .quote-page .navbar-brand {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .quote-page .navbar-toolbar {
        margin-top: 0;
    }

    .quote-page .nav, .quote-page .btn-quote, .quote-page .navbar-toggle {
        display: none;
    }

    .quote-page .quote-form label {
        display: block;
    }

/* Components
   ---------------------------------------------------------------------------------------- */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .bold {
    font-weight: bold;
}

h1 {
    font-family: 'Work Sans', serif;
}

a {
    color: #1a3668;
}

.btn-primary {
    background: #1a3668;
    border-color: #1a3668;
}

.btn-outline {
    background: #fff;
    border: 1px solid #1a3668;
    color: #1a3668;
    font-weight: 600;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
        background: #1a3668;
        opacity: 1;
        color: #fff;
    }

.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    background-color: rgba(255,255,255,.2);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
    padding: 10px 15px;
    transition: ease-in all .2s;
}

    .btn-outline-white:hover, .btn-outline-white:focus {
        background-color: rgba(255,255,255,.4);
        color: #fff;
    }

.text-primary {
    color: #1a3668;
}

.text-info {
    color: #c6d7e0;
}

.text-white {
    color: #fff;
}

.panel-primary {
    background: #1a3668;
    color: #fff;
}

.panel-info {
    background: #e8eff3;
    border: 0;
}

.panel-light-gray {
    background: #f2f2f2;
}

.light-gradient-top {
    background: linear-gradient(to bottom, #f9f9f9 0%,#ffffff 100%);
}

h1 {
    text-transform: uppercase;
}

.modal-content {
    border-radius: 0;
}

#modal-buy-products button.close {
    font-size: 30px;
}

/* Rating Stars */
/*.rating .fa-star, .rating-selector .fa-star:hover, .rating-selector .fa-star.yes-value, .rating-selector .fa-star:hover ~ .fa-star,*/ .dealer-results .fa-star {
    color: #fff;
}

    .rating .fa-star.no-value, .rating-selector .fa-star, .fa-star-o, .dealer-results .fa-star.no-value {
        color: #1a3668;
        /*color: #B0B1AF;*/
    }

/* Review Incentive Labels */
.incentive-body:before, .step-count .count {
    background-color: #ffbc34;
}

.fa-spacer-right {
    margin-right: 5px;
}

.fa-spacer-left {
    margin-left: 5px;
}

.icon-list {
    list-style: none;
    padding: 0;
}

.icon-list-item {
    margin: 0 0 13px 0;
}

    .icon-list-item .fa {
        padding: 3px 12px 0 0;
        text-align: center;
        width: 1.28571em;
        line-height: 1;
    }

    .icon-list-item .fa-phone {
        padding-top: 3px;
    }

    .icon-list-item .fa, .icon-list-item-text {
        display: table-cell;
        vertical-align: top;
    }

.icon-list-item-text {
    line-height: 1.42857;
}

.panel-body .icon-list-item {
    margin: 13px 0 0 0;
}

.panel-hero.google-map {
    height: 275px;
    overflow: hidden;
}

.panel-hero.half-hero.google-map {
    height: 202px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/*  HOMEPAGE ELEMENTS */

.dropdown-menu {
    padding: 0px;
    background-color: #222;
}

    .dropdown-menu .divider {
        background-color: rgba(255,255,255,.15);
    }

    .dropdown-menu li a {
        color: #fff;
        opacity: .75;
        text-transform: none;
        padding: 7.5px 10px;
        transition: ease-in all .2s;
        background-color: transparent;
    }

        .dropdown-menu li a:hover {
            opacity: 1;
            background-color: transparent;
            color: #fff;
            background-color: #333;
        }

.home-page .hero {
    min-height: 100vh;
    height: 650px;
}

.hero .slides {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.hero .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: no-repeat 50% 50%;
    background-size: cover;
    animation: imageAnimation 18s linear infinite;
    opacity: 0;
}

.single-block img {
    border-radius: 100%;
    filter: brightness(75%);
    max-width: 450px;
    max-width: 500px;
    transition: ease-in all .2s;
    width: 100%;
}

.single-block:hover img {
    filter: brightness(90%);
    transition: ease-in all .2s;
}

@media (max-width:768px) {
    .single-block {
        max-width: 300px;
        margin: auto;
    }

        .single-block h2.h1 {
            font-size: 20px;
            line-height: 24px;
        }
}

.single-block h2.h1 {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-gray {
    background-color: #eee;
}

#hp-quote .warranty-logo {
    margin-bottom: 10px;
}

#hp-logo.page-section {
    padding: 50px 0px;
    text-align: center;
}

#hp-logo img {
    margin: 0px 50px;
    height: 50px;
    transition: ease-in all .2s;
}

    #hp-logo img:hover {
        opacity: 1;
        filter: grayscale(0%);
    }

img.hvr-float {
    display: inline-block !important;
    transition: ease-in all .2s;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-float {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media (max-width:1030px) {
    #hp-logo img {
        margin: 0px 20px;
    }
}

@media (max-width:768px) {
    #hp-logo img {
        max-width: 100px;
        margin: 0px 15px;
    }
}

@media (max-width:500px) {
    #hp-logo img {
        max-width: 50px;
        margin: 0px 10px;
    }
}
/* HOMEPAGE FORM */

.title-sep {
    padding-bottom: 50px;
    border-top: 5px solid #1a3668;
    width: 100px;
    margin: 0px;
    display: block;
}

.btn-primary {
    background-color: #222;
    color: #fff;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
    padding: 15px 15px;
    transition: ease-in all .2s;
}

    .btn-primary:hover {
        background-color: rgba(34,34,34,.75);
    }

@media (max-width:768px) {
    .title-sep {
        margin-left: auto;
        margin-right: auto;
    }

    .section-header {
        text-align: center;
    }
}

#hp-products .products-row {
    padding-bottom: 50px;
    text-align: center;
}

    #hp-products .products-row a {
        text-decoration: none;
        opacity: 1;
        display: block;
        transition: ease-in all .2s;
    }

#home-about .row {
    display: flex;
}

#home-about .page-section {
    padding: 75px 15px;
}

@media (max-width: 991px) {
    #home-about #about-img {
        min-height: 400px;
    }

    #home-about .row {
        display: block !important;
    }
}

#home-about .content-wrap {
    padding-bottom: 50px;
}

.products-page #home-about .content-wrap {
    padding-bottom: 0px;
}

#home-about #about-img {
    background-image: url(/img/home/about-bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

#hp-products .products-row a:hover img {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

#hp-products .products-row a:hover,
#hp-products .products-row a:hover p {
    opacity: 1;
}

@media (min-width: 992px) {
    .col-md-1half {
        float: left;
        width: 14.28%;
    }
}

#hp-products .products-row p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    opacity: 1 !important;
    max-width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.section-header {
    max-width: 100%;
    padding: 0px;
    margin-bottom: 50px;
}

    .section-header .h1 {
        text-transform: uppercase;
        color: #222;
    }

#hp-quote .credibility-rating {
    color: #fff;
}

#hp-quote .btn-primary {
    border: 2px solid #fff;
    color: #fff;
    background-color: rgba(255,255,255,.2);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
    padding: 15px 15px;
    transition: ease-in all .2s;
}

    #hp-quote .btn-primary:hover {
        background-color: rgba(255,255,255,.4);
        color: #fff;
    }

.form-control {
    border-radius: 0px;
    padding: 10px;
    height: auto;
    outline: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
}

    .form-control:focus {
        outline: none !important;
        border: 0px !important;
        box-shadow: none !important;
    }

#hp-quote {
    background-size: cover;
    background-image: url(/img/page/form-bg.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
}

    #hp-quote .quote-header {
        margin-bottom: 75px;
        max-width: 700px;
    }

    #hp-quote .h2, #hp-quote .h1 {
        color: #fff;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    #hp-quote .lead {
        opacity: .9;
        color: #fff;
    }

    #hp-quote .quote-form, #hp-quote .quote-with-cred {
        background-image: none;
        background-color: transparent;
        border-radius: 0px;
        max-width: 750px;
        padding: 0px;
        margin: 0px auto;
    }

.align-center {
    text-align: center !important;
}

.single-product {
    padding: 15px;
    padding-bottom: 30px;
}

    .single-product img {
        filter: brightness(75%);
        height: 75px;
        transition: ease-in all .2s;
    }

        .single-product img:hover {
            filter: brightness(90%);
            transition: ease-in all .2s;
        }

.brands-blocks {
    max-width: 750px;
    margin: auto;
}

.brands-page {
    padding: 25px 0px;
}

/* SIDEBAR */

#sidebar h4 {
    margin-top: 0px;
    margin-bottom: 25px;
}

#sidebar a.btn {
    display: table;
    border-radius: 0px;
    background-color: transparent !important;
    border: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #222 !important;
    padding-bottom: 2px;
    text-align: left;
    margin-bottom: 8px;
    box-shadow: none !important;
    border-bottom: 2px solid transparent;
}

    #sidebar a.btn:last-child {
        margin-bottom: 0px;
    }

    #sidebar a.btn.active,
    #sidebar a.btn:hover {
        transition: ease-in all .2s;
        border-bottom: 2px solid rgba(34,34,34,.75);
    }

#sec-dealer {
    background-image: url(/img/home/become-dealer.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(0,0,0,.35);
    margin-top: 25px;
    background-blend-mode: overlay;
    padding-top: 10px;
}

.page-content h2:first-child {
    margin-top: 0px;
}

.page-content ul,
.page-content ol,
.page-content p {
    margin-bottom: 20px;
}


#sec-dealer .banner-become-dealer .h1 {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
}

#sec-dealer .banner-become-dealer {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 75px;
}

    #sec-dealer .banner-become-dealer a {
        background: transparent;
        margin-bottom: 0px;
        padding: 0px 15px;
    }


.credibility .aggregate-reviews .rating {
    font-size: 15px;
}

.credibility .aggregate-reviews .item {
    margin-bottom: 0;
}

.aggregate-reviews {
    line-height: 1.3;
}

/* Media Queries
   ---------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .navbar {
        background: linear-gradient(rgba(26, 54, 104, 0.75), rgba(26, 54, 104, 0.75));
    }

    .quote-page .navbar,
    .locator-page .navbar,
    .header.scroll-down .navbar,
    .header.scroll-up .navbar {
        background: transparent;
    }

    .nav-main .aMain {
        padding: 0;
    }

    .nav-main .aMain, .navbar-toolbar {
        line-height: 80px;
    }

        .nav-main .aMain::before {
            content: "";
            position: absolute;
            bottom: 22px;
            height: 2px;
            background: #fff;
            left: 50%;
            right: 50%;
            transition: left .1s linear, right .1s linear;
        }

    header.scroll-up .nav-main .aMain::before,
    header.scroll-down .nav-main .aMain::before {
        background-color: #000;
    }

    .nav-main .aMain:hover::before, .nav-main .aMain.active::before {
        left: 0;
        right: 0;
    }

    .navbar-toolbar .btn-call {
        display: none;
    }

    .hidden-desktop {
        display: none !important;
    }

    .nav-main > li {
        margin: 0 15px;
    }

    .locator-page .dealer-results .dealer .copy {
        height: 90px;
    }

    .location-page .body-h1 h1 {
        margin-top: -10px;
    }

    .page-section {
        padding: 75px 0;
    }

    h1 {
        font-size: 48px;
    }

    .brand-section .h1 {
        font-size: 48px;
    }

    .brand-section .page-content {
        font-size: 14px;
    }

    .brand-section.bg-image .page-section {
        padding: 250px 0;
    }

    .brand-section.bg-image .panel-default {
        box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    }

    .brands-additional-section .page-content {
        padding: 20px 50px;
    }

    .img-polaroid-desktop {
        background: #fff;
        padding: 10px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    }

    .lead-lg {
        font-size: 18px;
    }

    .credibility [class*="col-"]:last-child .item {
        margin-bottom: 0;
    }

    .home-page .page-gallery .row {
        margin: 0 0 0 -10px;
    }

        .home-page .page-gallery .row a {
            margin: 0 0 10px 10px;
        }

    .warranty-section .inner {
        padding: 40px 80px 40px 40px;
    }

    .twocolumn #sidebar hr {
        display: none;
    }
}

@media (max-width: 991px) {
    .twocolumn {
        display: grid;
    }

        .twocolumn #sidebar {
            order: 2;
            margin-top: 30px;
        }

            .twocolumn #sidebar hr {
                margin-bottom: 50px;
            }

    .navbar-collapse {
        clear: both;
        border-top: 1px solid #081e45;
        background: #1a3668;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: none;
    }

    .navbar .cursor-pointer {
        display: none;
    }

    .navbar .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: 0;
    }

        .navbar .dropdown-menu a {
            color: #fff;
        }

        .navbar .dropdown:hover .show-sm, .navbar .dropdown-menu.show-sm {
            display: block;
            position: static;
            width: 100%;
        }

    .navbar .show-sm {
        margin: 0;
    }

        .navbar .show-sm a, .navbar .aMain {
            padding: 15px;
            font-size: 14px;
            font-weight: bold !important;
        }

    .t-center .title-sep {
        margin-left: auto;
        margin-right: auto;
    }

    .t-center {
        text-align: center;
    }

    .t-pb-25 {
        padding-bottom: 25px;
    }

    .t-pb-50 {
        padding-bottom: 50px;
    }

    img.t-center {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .visible-desktop {
        display: none !important;
    }

    .dealer-page .company-head {
        margin-bottom: 20px;
    }

    .location-page .page-heading {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 1300px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .subnav {
        text-align: right;
    }

    .navbar-brand {
        padding: 5px 0 15px 15px;
    }

        .navbar-brand img {
            height: 60px;
        }

    .foot-collapse.collapse {
        display: block;
        visibility: visible;
    }

    .vertical-align-modal {
        text-align: center;
        padding: 0 !important;
    }

        .vertical-align-modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

        .vertical-align-modal .modal-dialog,
        .vertical-align-modal .exit-intent-dialog,
        .vertical-align-modal .chat-intent-dialog {
            display: inline-block;
            text-align: left;
            vertical-align: middle;
        }

    .feature-list .item:nth-child(5) {
        margin-bottom: 0;
    }

    .about-section .grid .a {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .about-section .grid .b {
        grid-column: 2;
    }

    .about-section .grid .c {
        grid-column: 2;
    }

    .warranty-section .h2 {
        margin-top: 0;
    }

    .learning-section .inner {
        padding: 0 40px;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: none !important;
        margin: auto;
        text-align: center;
        width: 100%;
        max-width: 765px;
        display: block;
    }
}

@media (max-width: 767px) {
    .m-pb-25 {
        padding-bottom: 25px;
    }

    .m-pb-15 {
        padding-bottom: 15px;
    }

    .m-pb-50 {
        padding-bottom: 50px;
    }

    .m-mb-50 {
        margin-bottom: 50px;
    }

    .m-mb-25 {
        margin-bottom: 25px;
    }

    .m-block {
        display: block !important;
        ;
    }

    .m-center {
        text-align: center;
    }

    img.m-center {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }

    .subnav {
        text-align: center;
    }

    .navbar-brand {
        padding: 3px 0 7px 0;
    }

        .navbar-brand img {
            height: 70px;
        }

    .navbar {
        height: 50px;
    }

    .copyright {
        text-align: center;
    }

        .copyright .btn-group-social-media {
            margin-bottom: 15px;
        }

    .navbar-toolbar .btn {
        font-size: 12px;
        margin: 8px -5px 0 0;
    }

    .footer .footer-heading {
        position: relative;
    }

        .footer .footer-heading.collapsed::after {
            content: "\f107";
        }

        .footer .footer-heading::after {
            font-family: FontAwesome;
            content: "\f106";
            color: #1a3668;
            position: absolute;
            top: 8px;
            right: 5px;
            font-size: 18px;
        }

    .hero {
        height: 400px;
    }

        .hero .slides img {
            width: 100%;
        }

    .dealer-page .company-head {
        text-align: center;
    }

    .product-blocks .h4 {
        font-size: 16px;
    }

    .footer .footer-heading {
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid #ccc;
    }

    .footer-links {
        margin-top: 20px;
    }

    .warranty-section {
        text-align: center;
    }

    .about-section .grid {
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
        padding: 0;
    }

        .about-section .grid .a {
            grid-column: 1 / span 2;
        }

        .about-section .grid .b {
            grid-row: 2;
        }

        .about-section .grid .c {
            grid-row: 2;
        }

    .team-page .media img {
        width: 100px;
    }
}

@media (max-width:600px) {
    .hero .slides img {
        width: auto;
    }

    .brands-intro-section {
        padding: 20px;
    }
}

@media (min-width: 500px) {
    .navbar-collapse .btn-quote-collapse {
        display: none;
    }

    .pull-right.marg {
        margin: 0 0 16px 16px;
    }

    .pull-left.marg {
        margin: 0 16px 16px 0;
    }
}

@media (max-width: 500px) {
    .navbar-toolbar .btn-quote {
        display: none;
    }

    .pull-right.marg, .pull-left.marg {
        float: none !important;
        margin: 0 auto 16px auto;
    }

    .dealer-page .about-us h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .product-blocks {
        margin: 0 -14px;
        overflow: hidden;
    }

    .brands-2-panel-section .grid {
        padding: 0 10px 0 5px;
        grid-column-gap: 5px;
    }

    .brands-2-panel-section .col-center {
        padding: 0 25px;
    }

    .benefits-section h4 {
        font-size: 14px;
        line-height: 150%;
    }

    .benefits-section img {
        max-width: 100%;
    }
}

@media (min-width:1599px) {
    .hero .slides img {
        width: 100%;
    }
}

/* MOBILE NAVIGATION NEW */

.navbar-toggle button {
    width: 100%;
}

.navbar-toggle {
    float: none;
    border: 0px;
    color: #fff;
    margin: 0px auto;
    padding: 0px;
    line-height: 60px;
}

#mobilenav .button i {
    font-size: 18px;
}

#mobilenav .button {
    padding: 0px;
}

#mobilenav .button {
    cursor: pointer;
    background-color: #1a3668;
    transition: ease-in all .2s;
}

    #mobilenav .button:hover {
        background-color: rgba(255,255,255,.1);
    }

#mobilenav {
    background-color: #1a3668;
    width: 100%;
    position: fixed;
    box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.05);
    z-index: 9999;
    height: 60px;
    border-top: 1px solid rgba(255,255,255,.10);
    text-align: center;
    bottom: 0px;
}

    #mobilenav .button {
        border-right: 1px solid rgba(255,255,255,.15);
        border-radius: 0px;
    }

        #mobilenav .button:last-child {
            border-right: none !important;
        }

        #mobilenav .button a {
            color: #fff;
            display: block;
        }

    #mobilenav .button,
    #mobilenav a.btn-quote {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }

    #mobilenav a.btn-quote, #mobilenav a.btn-call, #mobilenav i {
        padding: 0px;
        line-height: 60px;
    }

@media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin: 0px !important;
    }

    #mobilemenuonly, #mobilenav {
        display: none !important;
    }

    header .subnav .become-dealer {
        display: none;
    }

    li.mobile-only {
        display: none;
    }
}

@media (max-width: 991px) {
    nav .desktop-menu.navbar-collapse.collapse {
        display: none !important;
    }

    #mobilemenuonly {
        display: none;
    }

    .navbar-nav li.dropdown:hover {
        cursor: pointer;
    }

    #mobilemenuonly .navbar-nav li a {
        font-weight: bold !important;
    }

    #mobilemenuonly .navbar-nav li ul.dropdown-menu a {
        font-weight: normal !important;
    }

    .navbar-nav li.dropdown ul.dropdown-menu {
        cursor: default !important;
    }

        .navbar-nav li.dropdown ul.dropdown-menu a {
            margin-right: 0px;
        }

            .navbar-nav li.dropdown ul.dropdown-menu a:hover {
                cursor: pointer !important;
            }

    a.mobile-nolink {
        pointer-events: none;
    }

    .no-hero header.header .nav-main a, .quote-page header.header .nav-main a, header.scroll-down .nav-main .aMain, .header.scroll-up .nav-main a {
        color: #fff;
    }

    header.subnav .become-dealer {
        display: block;
        font-weight: bold;
    }

    header.subnav a.become-dealer {
        margin-right: 0px !important;
    }

    header .subnav .number {
        display: none;
    }

    .navbar-nav, .container > .navbar-collapse {
        margin: 0px;
    }

    .navbar-nav {
        max-height: 90vh;
    }

    #mobilemenuonly {
        display: none;
        background-color: #1a3668;
        position: fixed;
        left: 0px;
        z-index: 999;
        overflow-y: scroll !important;
        padding: 0px;
    }

    .navbar-brand {
        padding: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #mobilemenuonly {
        position: fixed;
        bottom: 60px;
        width: 100%;
        display: none;
    }

    .navbar-toolbar {
        display: none;
    }

    .navbar-brand {
        width: 100%;
        margin: 0px;
    }

    .copyright {
        padding-bottom: 80px;
    }

    .navbar-brand img {
        margin: auto;
    }

    .navbar-nav .dropdown {
        display: grid;
    }

    #topnav {
        display: none !important;
        padding: 0px;
        box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.05);
        background-color: #000;
        position: fixed;
        width: 100%;
        margin: 0px;
        left: 0px;
        bottom: 60px;
        border: 0px;
    }

    body.navbar-open #topnav {
        display: block !important;
    }

    .navbar-toggle {
        display: inline-block !important;
        float: left !important;
    }

    .navbar-nav {
        display: block;
        margin-top: 0px;
        padding: 0px;
        width: 100%;
    }

        .navbar-nav li a {
            color: #fff;
            text-transform: uppercase;
            padding: 15px;
            font-weight: 700;
            transition: ease-in all .2s;
        }

        .navbar-nav li.dropdown a {
            display: block;
            margin-right: 50px;
        }

        .navbar-nav li:hover {
            background-color: rgba(255,255,255,.1);
        }

        .navbar-nav li.dropdown.active a.aMain {
            opacity: 1;
        }

    header.scroll-down .nav-main .aMain, .header.scroll-up .nav-main a {
        color: #fff;
    }

    .navbar-nav li.dropdown.active {
        background-color: rgba(255,255,255,.15);
    }

    .navbar-nav li {
        border-top: 1px solid rgba(255,255,255,.15);
        width: 100%;
    }

    .dropdown-menu {
        position: initial;
        width: 100%;
    }

    li.dropdown li.divider {
        display: none;
    }

    #mobilenav .button.active {
        background-color: rgba(255,255,255,.1);
    }

    .navbar-nav li.dropdown:before {
        content: "\f0d7";
        font-family: "FontAwesome";
        color: #fff;
        line-height: 50px;
        cursor: pointer;
        position: absolute;
        right: 15px;
    }

    body {
        padding-top: 38px;
        color: #333;
        font-family: "Work Sans", Arial, sans-serif;
        min-width: 320px;
        cursor: default;
    }

    /* Line Height */
    .navbar-phone-number {
        line-height: 36px;
    }

    /* Header
   ---------------------------------------------------------------------------------------- */

    .dropdown-menu > li > a:active,
    .dropdown-menu > li > a:focus {
        background-color: #333;
        color: #fff;
        opacity: 1;
    }

    .no-hero header.header,
    .quote-page header.header,
    header.scroll-down,
    .header.scroll-up {
        background-color: #fff;
        box-shadow: 0 -5px 15px 5px rgba(0, 0, 0, 0.15);
    }

    header img.scroll {
        display: none;
    }

    .no-hero {
        margin-top: 100px;
    }

        .no-hero header.header img.noscroll,
        .quote-page header.header img.noscroll,
        header.scroll-down img.noscroll,
        .header.scroll-up img.noscroll {
            display: none;
        }

        .no-hero header.header img.scroll,
        .quote-page header.header img.scroll,
        header.scroll-down img.scroll,
        .header.scroll-up img.scroll {
            display: block;
        }

        .no-hero header.header .nav-main a,
        .quote-page header.header .nav-main a,
        header.scroll-down .nav-main .aMain,
        .header.scroll-up .nav-main a {
            color: #000;
        }

        .no-hero .nav-main .dropdown-menu a {
            color: #fff !important;
        }

        .no-hero header.header .btn-outline-white,
        .quote-page header.header .btn-outline-white,
        .scroll-up .btn-outline-white,
        header.scroll-down .btn-outline-white {
            color: #fff;
            border-color: #1a3668;
            background-color: #1a3668;
        }

            .no-hero header.header .btn-outline-white:hover,
            .quote-page header.header .btn-outline-white:hover,
            header.scroll-up .btn-outline-white:hover,
            header.scroll-down .btn-outline-white:hover {
                border-color: rgba(26, 54, 104, 0.75);
                background-color: rgba(26, 54, 104, 0.75);
            }

    .subnav {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 0;
        background: #222;
        font-size: 13px;
    }

        .subnav .number {
            font-weight: bold;
            color: #fff;
        }

        .subnav a {
            margin-right: 15px;
            color: #fff;
            transition: ease-in all 0.5s;
        }

            .subnav a.become-dealer {
                margin-right: 0px;
            }

            .subnav a:hover {
                opacity: 0.75;
                text-decoration: none;
            }

            .subnav a:last-child {
                margin: 0;
            }

    .header.scroll-up {
        top: -125px;
    }

    .header {
        position: fixed;
        left: 0;
        right: 0;
        transition: top 0.2s ease-in-out;
        z-index: 500;
    }

        .header,
        .header.scroll-down {
            top: 0;
        }

    .navbar {
        border: 0;
        border-radius: 0;
        margin: 0;
        height: 80px;
        background-color: transparent;
        min-height: unset;
    }

    .navbar-brand {
        height: auto;
        margin-right: 15px;
    }

    .navbar-toggle {
        color: #fff;
    }

    .navbar-toggle,
    .navbar-phone-number,
    .navbar-collapse .btn-quote-collapse {
        margin: 0;
    }

    .navbar-toolbar {
        float: right;
    }

        .navbar-toolbar .btn-quote {
            margin-left: 15px;
        }

    .nav-main .aMain {
        opacity: 0.9;
        cursor: pointer;
        transition: ease-in all 0.2s;
    }

        .nav-main .aMain:hover {
            opacity: 1;
        }

    .nav-main .aMain,
    .nav-main a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal !important;
    }

        .nav-main .aMain:hover,
        .nav-main .aMain:focus {
            background: transparent;
        }

    .navbar .btn-outline {
        border-width: 2px;
        font-weight: 600;
    }

    .cursor-pointer {
        cursor: default;
    }

    /* Footer
   ---------------------------------------------------------------------------------------- */
    .footer {
        padding: 50px 0px;
        background-color: #222;
    }

    .footer,
    .copyright {
        background: #222;
    }

    .copyright {
        padding: 25px 0px;
        color: #fff;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 12px;
        line-height: 14px;
    }

        .copyright p {
            display: inline-block;
            margin: 0px 5px;
        }

        .copyright a {
            color: #fff;
            margin: 0px 5px;
            text-decoration: none;
            transition: ease-in all 0.2s;
            text-transform: uppercase;
            opacity: 0.75;
        }

            .copyright a:hover {
                opacity: 1;
            }

    .align-center {
        text-align: center;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .pb-25 {
        padding-bottom: 25px;
    }

    .breadcrumbs {
        border-bottom: 1px solid #eeeeee;
    }

    .breadcrumb {
        background-color: transparent;
        padding: 8px 0;
        margin: 0;
        font-size: 85%;
    }

        .breadcrumb a {
            color: #999;
        }

    .footer h5 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #fff;
        display: block;
        text-transform: uppercase;
    }

    .footer li {
        margin-bottom: 2px;
    }

    footer .footer-links ul li a {
        color: #fff;
        opacity: 0.75;
        text-transform: uppercase;
        transition: ease-in all 0.2s;
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
    }

        footer .footer-links ul li a:hover {
            opacity: 1;
        }

    .btn-social .btn {
        color: #fff;
        width: 24px;
        line-height: 24px;
        padding: 0;
        border-radius: 50%;
        background-color: transparent !important;
        opacity: 0.75;
        transition: ease-in all 0.2s;
    }

        .btn-social .btn:hover,
        .btn-social .btn:focus {
            color: #fff;
            opacity: 1;
        }

    /* Pages
   ---------------------------------------------------------------------------------------- */

    /* Home Page */
    .hero {
        color: #fff;
        background: #333;
        height: 500px;
        position: relative;
        overflow: hidden;
    }

        .hero .div-table {
            position: relative;
            z-index: 100;
        }

        .hero .hero-copy {
            text-shadow: none !important;
            max-width: 850px;
            margin: auto;
            padding: 20px;
            margin-bottom: 40px;
        }

        .hero .btn {
            text-shadow: none;
        }

        .hero .slides {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            z-index: 1;
        }

            .hero .slides img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                animation: imageAnimation 18s linear infinite;
                opacity: 0;
            }

    @keyframes imageAnimation {
        0% {
            opacity: 0;
            animation-timing-function: ease-in; /*transform:scale(1);*/
        }

        8% {
            opacity: 1;
            animation-timing-function: ease-in;
        }

        33% {
            opacity: 1;
        }

        40% {
            opacity: 0;
        }

        100% {
            opacity: 0; /*transform:scale(1.2);*/
        }
    }

    .benefits-section {
        color: #fff;
    }

        .benefits-section .section-header .h2 {
            color: #fff;
        }

        .benefits-section .benefit {
            margin-bottom: 40px;
        }

        .benefits-section h4 {
            max-width: 250px;
            margin-left: auto;
            margin-right: auto;
        }

        .benefits-section .shadow {
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6);
            padding: 4px;
            background: #fff;
        }

    .about-section {
        overflow: hidden;
    }

        .about-section .grid {
            grid-gap: 10px;
            grid-template-columns: 67.39% 32.99% 32.99%;
            max-width: 1300px;
            padding-right: 10px;
        }

            .about-section .grid .sub-item {
                grid-column-gap: 10px;
            }

        .about-section .page-content {
            padding: 0 20px;
        }

    .benefits-section,
    .warranty-section .inner,
    .banner-become-dealer a {
        background: #1a3668 url(/img/page/diamond-pattern.png) repeat 50% 0;
    }

    .warranty-section .inner {
        border-radius: 8px;
        padding: 40px;
        color: #fff;
    }

    .warranty-section .container {
        max-width: 990px;
    }

    .warranty-section .h2 {
        color: #fff;
    }

    .before-after-section {
        background: #1a3668;
    }

        .before-after-section .section-header .h2 {
            color: #fff;
        }

    .section-header {
        text-align: center;
        max-width: 750px;
        margin: 0 auto 30px auto;
        padding: 0 20px;
        z-index: -1;
    }

        .section-header h2,
        .section-header .h2 {
            margin: 0;
            font-weight: bold;
            text-transform: uppercase;
            color: #1a3668;
        }

    /*Top Level page*/
    .page-hero {
        height: 400px;
        text-align: center;
        overflow: hidden;
        position: relative;
        background: #333;
    }

        .page-hero .shadow {
            height: 100%;
            justify-content: center;
            background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100% );
            position: relative;
            z-index: 10;
        }

    .become-dealer-page .page-hero {
        height: 500px;
    }

    .hero-content {
        color: #fff; /*text-shadow:0 1px 10px #333;*/
        max-width: 700px;
        margin: auto;
        padding: 0 20px;
    }

    .page-hero .bg-img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #1a3668 no-repeat 50% 50%;
        background-size: cover;
        animation: fadein ease-in 1s forwards;
    }

    @keyframes fadein {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .slide-down {
        animation: slideDown 0.4s linear forwards;
        opacity: 0;
    }

    .slide-up {
        animation: slideUp 0.4s linear forwards;
        opacity: 0;
    }

    .slide-right {
        animation: slideRight 0.4s linear forwards;
        opacity: 0;
    }

    .fadein-zoom {
        animation: fadeInZoom 0.3s linear forwards;
        opacity: 0;
    }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-10px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideUp {
        0% {
            opacity: 0;
            transform: translateY(10px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 0;
            transform: translateX(-10px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeInZoom {
        0% {
            opacity: 0;
            transform: scale(0.95);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    /* Page */
    .lead {
        font-size: 16px;
    }

    .page-header {
        padding: 30px 0;
        margin: 0;
        border: 0;
    }

        .page-hero h1,
        .page-header h1 {
            margin: 0;
        }

        .page-header h1 {
            color: #1a3668;
            text-transform: capitalize;
        }

        .page-hero .lead,
        .page-header .lead {
            margin: 5px 0 0 0;
        }

    .page-content {
        line-height: 160%;
        font-size: 15px;
    }

        .page-content h2,
        .page-content h3 {
            font-size: 24px;
        }

        .page-content li {
            margin-bottom: 5px;
        }

    .page-section {
        padding: 75px 0;
        overflow: hidden;
    }

    .page-gallery {
        margin: 0 0 20px 0;
    }

        .page-gallery img {
            width: 100%;
            border: 1px solid #eee;
        }

        .page-gallery .row {
            margin: 0 0 0 -5px;
        }

            .page-gallery .row > [class*="col-"] {
                padding-right: 0;
                padding-left: 0;
            }

            .page-gallery .row a {
                margin: 0 0 5px 5px;
                display: block;
                box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
            }

    .quote-form label {
        display: none;
    }

    .page-nav-btn-group {
        margin-bottom: 30px;
    }

        .page-nav-btn-group:last-child {
            margin-bottom: 0px;
        }

    .text-section p:last-child {
        margin-bottom: 0px;
    }

    .page-nav-btn-group .btn {
        margin: 0 1px 5px 0;
    }

    .no-gutter {
        margin: 0;
    }

        .no-gutter > [class*="col-"] {
            padding: 0;
        }

    .max-width {
        max-width: 750px;
    }

    .max-width-550 {
        max-width: 550px;
    }

    .card-list a {
        display: block;
    }

    .product-blocks a {
        display: inline-block;
        color: #fff;
    }

    .product-blocks .h4 {
        margin: 0;
        padding: 0 15px;
        position: absolute;
        top: 50%;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .product-blocks a img {
        transition: transform 0.2s linear;
        width: 100%;
    }

    .h-100 {
        height: 100%;
    }

    .w-100 {
        width: 100%;
    }

    .flex {
        display: flex;
    }

    .v-center {
        display: flex;
        align-items: center;
    }

    .h-center {
        justify-content: center;
    }

    .lh-180 {
        line-height: 180%;
    }

    .margin-top-0 {
        margin-top: 0;
    }

    .panel-default {
        border-radius: 0;
    }

    .large-fa-li .fa {
        font-size: 21px;
    }

    .inline-block {
        display: inline-block;
    }

    .grid {
        display: grid;
    }

    .col-2 {
        grid-template-columns: 50% 50%;
    }

    .large-fa-li {
        margin-left: 2.8em;
    }

    .img-border {
        border: 1px solid #ddd;
    }

    .v-align-bottom {
        vertical-align: bottom;
    }

    .feature-list {
        background: #f2f2f2 url(/img/page/bg-diamond.png) repeat 50% 0;
    }

        .feature-list .item {
            margin-bottom: 40px;
        }

            .feature-list .item:last-child {
                margin-bottom: 0;
            }

        .feature-list h4 {
            margin: 0 0 4px 0;
        }

    .brands-intro-section {
        background: #fff;
        padding: 30px 50px 100px 50px;
        max-width: 750px;
        margin: -40px auto 50px auto;
        position: relative;
        z-index: 10;
    }

    .brand-section {
        background-color: #1a3668;
    }

        .brand-section.bg-image {
            background: #1a3668 no-repeat 50% 50%;
            background-size: cover;
        }

        .brand-section .panel-body {
            padding: 40px;
        }

        .brand-section .h1 {
            color: #1a3668;
        }

            .brand-section .h1 a:hover,
            .brand-section .h1 a:focus {
                text-decoration: none;
            }

    .brands-2-panel-section .grid {
        max-width: 1600px;
        margin: auto;
        padding: 0 20px 0 10px;
        grid-column-gap: 10px;
    }

    .brands-2-panel-section .col-center {
        padding: 25px;
        max-width: 650px;
    }

    .commercial-partners .cell {
        margin-bottom: 40px;
    }

    .team-page .media {
        margin-bottom: 20px;
        line-height: 130%;
    }

    a.text-decoration {
        color: #333;
    }

        a.text-decoration:hover,
        a.text-decoration:focus {
            text-decoration: none;
        }

    .company-benefits img {
        display: inline-block;
    }

    .company-location-heading .location-label {
        margin: 4px 0;
        font-weight: bold;
    }

    .company-location-heading .company-name {
        display: block;
        font-size: 85%;
        line-height: 1.42857;
    }

    .company-location-heading .btn-directions {
        float: right;
    }

    .banner-become-dealer a {
        display: block;
        color: #fff;
        border-radius: 4px;
        overflow: hidden;
        padding: 30px;
        margin-bottom: 20px;
    }

    .banner-become-dealer h3 {
        margin: 0 0 10px 0;
    }

    .banner-become-dealer .inner {
        margin: auto;
        max-width: 350px;
    }

    .banner-become-dealer p {
        margin: 0 0 15px 0;
    }

    .banner-become-dealer .btn {
        min-width: 125px;
    }

    .current-offer {
        text-align: center;
        margin: 0 0 20px 0;
    }

        .current-offer .panel {
            box-shadow: none;
            margin: 0;
            border: 0;
        }

        .current-offer .offer-title {
            font-weight: bold;
            font-size: 24px;
            margin-bottom: 4px;
        }

        .current-offer a {
            background: #fff;
            color: #333;
            display: block;
            border: 1px solid #ddd;
        }

            .current-offer a:hover,
            .current-offer a:focus {
                text-decoration: none;
            }

    .product-detail-page .current-offer .btn,
    .location-page .current-offer .btn {
        display: none;
    }

    .product-thumbnails .cell {
        margin-bottom: 20px;
    }

    .quote-form,
    .quote-with-cred {
        margin-bottom: 20px;
        padding: 20px;
        background: #eee url(/img/page/bg-diamond.png) repeat 50% 0;
        border-radius: 4px;
        /*color: #333;*/
    }

        .quote-with-cred .quote-form {
            padding: 0;
            margin: 0;
        }

    .quote-header {
        max-width: 350px;
        margin: 0 auto 20px auto;
    }

        .quote-header .h2 {
            margin: 0 0 5px 0;
        }

    .form-title {
        margin-top: 0;
        color: #1a3668;
    }

    .credibility-rating {
        color: #1a3668;
        font-weight: bold;
    }

    /* Locator Page */
    .results-contact-form {
        max-width: 750px;
    }

    /* Dealers Pages */
    .dealer-results {
        margin-bottom: 20px;
    }

        .dealer-results .heading {
            margin-top: 0;
        }

        .dealer-results .dealer {
            margin-bottom: 5px;
        }

        .dealer-results .dealer-link {
            display: block;
            position: relative;
            color: #555;
            padding: 10px;
            background: #fff;
            border: 1px solid #eee;
        }

            .dealer-results .dealer-link:hover,
            .dealer-results .dealer-link:focus {
                text-decoration: none;
                border-color: #337ab7;
            }

        .dealer-results .distance {
            position: absolute;
            right: 1px;
            top: 1px;
            font-size: 11px;
            width: 70px;
            padding: 12px 0;
            text-align: center;
            background: #f2f2f2;
            border-radius: 0 0 0 4px;
        }

        .dealer-results .dealer .copy {
            margin-right: 90px;
        }

        .dealer-results .copy p {
            margin: 0;
        }

        .dealer-results .dealer .dealer-heading {
            margin: 0 0 1px 0;
            font-weight: bold;
            color: #337ab7;
        }

        .dealer-results .dealer .distance i {
            font-size: 21px;
            margin-bottom: 2px;
        }

        .dealer-results .fa-map-marker {
            color: red;
        }

    .locator-page .dealer-results .aggregate-stars,
    .locator-page .dealer-results .review-count {
        display: inline-block;
    }

    .location-page .dealer-results .phone {
        font-size: 21px;
    }

    .location-page .dealer-results .dealer {
        text-align: center;
    }

        .location-page .dealer-results .dealer .copy {
            margin-right: 0;
        }

    .location-page .dealer-results .aggregate-stars {
        font-size: 24px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: -4px;
    }

    .location-page .dealer-results .dealer .dealer-heading {
        font-size: 17px;
    }

    .location-page .page-heading {
        margin: 10px 0 30px 0;
    }

    .location-page .body-h1 h1 {
        margin: 0 0 30px 0;
        font-size: 16px;
    }

    .dealer-page .current-offer .btn-link {
        display: none;
    }

    .dealer-benefits {
        font-size: 16px;
        font-weight: 600;
    }

        .dealer-benefits .media:first-child {
            margin-top: 20px;
        }

        .dealer-benefits i {
            font-size: 24px;
        }

    .dealer-quotes-section .dealer-quote {
        border-radius: 12px;
        background: #f2f2f2;
        padding: 40px;
        margin-bottom: 30px;
    }

        .dealer-quotes-section .dealer-quote p {
            font-size: 21px;
            line-height: 160%;
        }

        .dealer-quotes-section .dealer-quote small {
            font-weight: bold;
            color: #888;
        }

    /* Quote Page */
    .quote-page {
        padding: 0;
    }

        .quote-page #mobilenav,
        .quote-page .subnav {
            display: none;
        }

        .quote-page .header {
            text-align: center;
            position: static;
        }

        .quote-page .navbar-brand {
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

        .quote-page .navbar-toolbar {
            margin-top: 0;
        }

        .quote-page .nav,
        .quote-page .btn-quote,
        .quote-page .navbar-toggle {
            display: none;
        }

        .quote-page .quote-form label {
            display: block;
        }

    /* Components
   ---------------------------------------------------------------------------------------- */

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    .bold {
        font-weight: bold;
    }

    h1 {
        font-family: "Nunito", sans-serif;
    }

    a {
        color: #1a3668;
    }

    .btn-primary {
        background: #1a3668;
        border-color: #1a3668;
    }

    .btn-outline {
        background: #fff;
        border: 1px solid #1a3668;
        color: #1a3668;
        font-weight: 600;
    }

        .btn-outline:hover,
        .btn-outline:focus,
        .btn-outline:active,
        .btn-outline.active {
            background: #1a3668;
            opacity: 1;
            color: #fff;
        }

    .btn-outline-white {
        border: 2px solid #fff;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 0px;
        padding: 10px 15px;
        transition: ease-in all 0.2s;
    }

        .btn-outline-white:hover,
        .btn-outline-white:focus {
            background-color: rgba(255, 255, 255, 0.4);
            color: #fff;
        }

    .text-primary {
        color: #1a3668;
    }

    .text-info {
        color: #c6d7e0;
    }

    .text-white {
        color: #fff;
    }

    .panel-primary {
        background: #1a3668;
        color: #fff;
    }

    .panel-info {
        background: #e8eff3;
        border: 0;
    }

    .panel-light-gray {
        background: #f2f2f2;
    }

    .light-gradient-top {
        background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
    }

    h1 {
        text-transform: uppercase;
    }

    .modal-content {
        border-radius: 0;
    }

    #modal-buy-products button.close {
        font-size: 30px;
    }

    /* Rating Stars */

    /*.rating .fa-star,
    .rating-selector .fa-star:hover,
    .rating-selector .fa-star.yes-value,
    .rating-selector .fa-star:hover ~ .fa-star,
    .dealer-results .fa-star {
        color: #fff;
    }*/

    .rating .fa-star.no-value,
    .rating-selector .fa-star,
    .fa-star-o,
    .dealer-results .fa-star.no-value {
        color: #b0b1af;
    }

    /* Review Incentive Labels */
    .incentive-body:before,
    .step-count .count {
        background-color: #ffbc34;
    }

    .fa-spacer-right {
        margin-right: 5px;
    }

    .fa-spacer-left {
        margin-left: 5px;
    }

    .icon-list {
        list-style: none;
        padding: 0;
    }

    .icon-list-item {
        margin: 0 0 13px 0;
    }

        .icon-list-item .fa {
            padding: 3px 12px 0 0;
            text-align: center;
            width: 1.28571em;
            line-height: 1;
        }

        .icon-list-item .fa-phone {
            padding-top: 3px;
        }

        .icon-list-item .fa,
        .icon-list-item-text {
            display: table-cell;
            vertical-align: top;
        }

    .icon-list-item-text {
        line-height: 1.42857;
    }

    .panel-body .icon-list-item {
        margin: 13px 0 0 0;
    }

    .panel-hero.google-map {
        height: 275px;
        overflow: hidden;
    }

    .panel-hero.half-hero.google-map {
        height: 202px;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

    /*  HOMEPAGE ELEMENTS */

    .dropdown-menu {
        padding: 0px;
        background-color: #222;
    }

        .dropdown-menu .divider {
            background-color: rgba(255, 255, 255, 0.15);
        }

        .dropdown-menu li a {
            color: #fff;
            opacity: 0.75;
            padding: 7.5px 10px;
            transition: ease-in all 0.2s;
            background-color: transparent;
        }

            .dropdown-menu li a:hover {
                opacity: 1;
                background-color: transparent;
                color: #fff;
                background-color: #333;
            }

    .home-page .hero {
        min-height: 100vh;
        height: 650px;
    }

    .hero .slides {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 1;
    }

    .hero .slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        background: no-repeat 50% 50%;
        background-size: cover;
        animation: imageAnimation 18s linear infinite;
        opacity: 0;
    }

    .single-block img {
        border-radius: 100%;
        filter: brightness(75%);
        max-width: 450px;
        max-width: 500px;
        transition: ease-in all 0.2s;
        width: 100%;
    }

    .single-block:hover img {
        filter: brightness(90%);
        transition: ease-in all 0.2s;
    }

    @media (max-width: 768px) {
        .single-block {
            max-width: 300px;
            margin: auto;
        }

            .single-block h2.h1 {
                font-size: 20px;
                line-height: 24px;
            }
    }

    .single-block h2.h1 {
        position: absolute;
        top: 50%;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bg-gray {
        background-color: #eee;
    }

    #hp-quote .warranty-logo {
        margin-bottom: 10px;
    }

    #hp-logo.page-section {
        padding: 50px 0px;
        text-align: center;
    }

    #hp-logo img {
        margin: 0px 50px;
        opacity: 0.75;
    }

        #hp-logo img:hover {
            opacity: 1;
        }

    img.hvr-float {
        display: inline-block !important;
        transition: ease-in all 0.2s;
    }

    .hvr-float:hover,
    .hvr-float:focus,
    .hvr-float:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .hvr-float {
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    @media (max-width: 1030px) {
        #hp-logo img {
            margin: 0px 20px;
        }
    }

    @media (max-width: 768px) {
        #hp-logo img {
            max-width: 100px;
            margin: 0px 15px;
        }
    }

    @media (max-width: 500px) {
        #hp-logo img {
            max-width: 50px;
            margin: 0px 10px;
        }
    }
    /* HOMEPAGE FORM */

    .title-sep {
        padding-bottom: 50px;
        border-top: 5px solid #1a3668;
        width: 100px;
        margin: 0px;
        display: block;
    }

    .btn-primary {
        background-color: #222;
        color: #fff;
        border: 0px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 0px;
        padding: 15px 15px;
        transition: ease-in all 0.2s;
    }

        .btn-primary:hover {
            background-color: rgba(34, 34, 34, 0.75);
        }

    @media (max-width: 768px) {
        .title-sep {
            margin-left: auto;
            margin-right: auto;
        }

        .section-header {
            text-align: center;
        }
    }

    #hp-products .products-row {
        padding-bottom: 75px;
        text-align: center;
    }

        #hp-products .products-row a {
            text-decoration: none;
            opacity: 1;
            display: block;
            transition: ease-in all 0.2s;
        }

    #home-about .row {
        display: flex;
    }

    #home-about .page-section {
        padding: 75px 15px;
    }

    @media (max-width: 991px) {
        #home-about #about-img {
            min-height: 400px;
        }

        #home-about .row {
            display: block !important;
        }
    }

    #home-about .content-wrap {
        padding-bottom: 50px;
    }

    .products-page #home-about .content-wrap {
        padding-bottom: 0px;
    }

    #home-about #about-img {
        background-image: url(/img/home/about-bg.jpg);
        background-position: 50% 50%;
        background-size: cover;
    }

    #hp-products .products-row a:hover img {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    #hp-products .products-row a:hover,
    #hp-products .products-row a:hover p {
        opacity: 1;
    }

    @media (min-width: 992px) {
        .col-md-1half {
            float: left;
            width: 14.28%;
        }
    }

    #hp-products .products-row p {
        margin-top: 20px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .section-header {
        max-width: 100%;
        padding: 0px;
        margin-bottom: 50px;
        text-align: left;
    }

        .section-header .h1 {
            text-transform: uppercase;
            color: #222;
        }

    #hp-quote .credibility-rating {
        color: #fff;
    }

    #hp-quote .btn-primary {
        border: 2px solid #fff;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 0px;
        padding: 15px 15px;
        transition: ease-in all 0.2s;
    }

        #hp-quote .btn-primary:hover {
            background-color: rgba(255, 255, 255, 0.4);
            color: #fff;
        }

    .form-control {
        border-radius: 0px;
        padding: 10px;
        height: auto;
        outline: 0px !important;
        border: 0px !important;
        box-shadow: none !important;
    }

        .form-control:focus {
            outline: none !important;
            border: 0px !important;
            box-shadow: none !important;
        }

    #hp-quote {
        background-size: cover;
        background-image: url(/img/page/form-bg.jpg);
        background-position: 50% 50%;
    }

        #hp-quote .quote-header {
            margin-bottom: 75px;
            max-width: 700px;
        }

        #hp-quote .h2,
        #hp-quote .h1 {
            color: #fff;
            text-transform: uppercase;
            margin-top: 0px;
            margin-bottom: 25px;
        }

        #hp-quote .lead {
            opacity: 0.9;
            color: #fff;
        }

        #hp-quote .quote-form,
        #hp-quote .quote-with-cred {
            background-image: none;
            background-color: transparent;
            border-radius: 0px;
            max-width: 750px;
            padding: 0px;
            margin: 0px auto;
        }

    .align-center {
        text-align: center !important;
    }

    .single-product {
        padding: 15px;
        margin-bottom: 30px;
    }

        .single-product img {
            filter: brightness(75%);
            transition: ease-in all 0.2s;
        }

            .single-product img:hover {
                filter: brightness(90%);
                transition: ease-in all 0.2s;
            }

    .brands-blocks {
        max-width: 750px;
        margin: auto;
    }

    .brands-page {
        padding: 25px 0px;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 30px;
    }

    /* Media Queries
   ---------------------------------------------------------------------------------------- */

    @media (min-width: 992px) {

        .nav-main .aMain {
            padding: 0;
        }

        .nav-main .aMain,
        .navbar-toolbar {
            line-height: 80px;
        }

            .nav-main .aMain::before {
                content: "";
                position: absolute;
                bottom: 22px;
                height: 2px;
                background: #fff;
                left: 50%;
                right: 50%;
                transition: left 0.1s linear, right 0.1s linear;
            }

        header.scroll-up .nav-main .aMain::before,
        header.scroll-down .nav-main .aMain::before {
            background-color: #000;
        }

        .nav-main .aMain:hover::before,
        .nav-main .aMain.active::before {
            left: 0;
            right: 0;
        }

        .navbar-toolbar .btn-call {
            display: none;
        }

        .hidden-desktop {
            display: none !important;
        }

        .nav-main > li {
            margin: 0 15px;
        }

        .locator-page .dealer-results .dealer .copy {
            height: 90px;
        }

        .location-page .body-h1 h1 {
            margin-top: -10px;
        }

        .page-section {
            padding: 75px 0;
        }

        h1 {
            font-size: 48px;
        }

        .brand-section .h1 {
            font-size: 48px;
        }

        .brand-section .page-content {
            font-size: 14px;
        }

        .brand-section.bg-image .page-section {
            padding: 250px 0;
        }

        .brand-section.bg-image .panel-default {
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        }

        .brands-additional-section .page-content {
            padding: 20px 50px;
        }

        .img-polaroid-desktop {
            background: #fff;
            padding: 10px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        }

        .lead-lg {
            font-size: 18px;
        }

        .credibility [class*="col-"]:last-child .item {
            margin-bottom: 0;
        }

        .home-page .page-gallery .row {
            margin: 0 0 0 -10px;
        }

            .home-page .page-gallery .row a {
                margin: 0 0 10px 10px;
            }

        .warranty-section .inner {
            padding: 40px 80px 40px 40px;
        }
    }

    @media (max-width: 991px) {
        .navbar-collapse {
            clear: both;
            border-top: 1px solid #081e45;
            background: #1a3668;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        }

        .navbar .dropdown:hover .dropdown-menu {
            display: none;
        }

        .navbar .cursor-pointer {
            display: none;
        }

        .navbar .dropdown-menu {
            background: transparent;
            box-shadow: none;
            border: 0;
        }

            .navbar .dropdown-menu a {
                color: #fff;
            }

            .navbar .dropdown:hover .show-sm,
            .navbar .dropdown-menu.show-sm {
                display: block;
                position: static;
                width: 100%;
            }

        .navbar .show-sm {
            margin: 0;
        }

            .navbar .show-sm a,
            .navbar .aMain {
                padding: 15px;
                font-size: 14px;
                font-weight: bold !important;
            }

        .t-center .title-sep {
            margin-left: auto;
            margin-right: auto;
        }

        .t-center {
            text-align: center;
        }

        .t-pb-25 {
            padding-bottom: 25px;
        }

        .t-pb-50 {
            padding-bottom: 50px;
        }

        img.t-center {
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        .visible-desktop {
            display: none !important;
        }

        .dealer-page .company-head {
            margin-bottom: 20px;
        }

        .location-page .page-heading {
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        .container {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            max-width: 1300px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media (min-width: 768px) {
        .subnav {
            text-align: right;
        }

        .navbar-brand {
            padding: 5px 0 15px 15px;
        }

            .navbar-brand img {
                height: 60px;
            }

        .foot-collapse.collapse {
            display: block;
            visibility: visible;
        }

        .vertical-align-modal {
            text-align: center;
            padding: 0 !important;
        }

            .vertical-align-modal:before {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: -4px;
            }

            .vertical-align-modal .modal-dialog,
            .vertical-align-modal .exit-intent-dialog,
            .vertical-align-modal .chat-intent-dialog {
                display: inline-block;
                text-align: left;
                vertical-align: middle;
            }

        .feature-list .item:nth-child(5) {
            margin-bottom: 0;
        }

        .about-section .grid .a {
            grid-column: 1;
            grid-row: 1 / span 2;
        }

        .about-section .grid .b {
            grid-column: 2;
        }

        .about-section .grid .c {
            grid-column: 2;
        }

        .warranty-section .h2 {
            margin-top: 0;
        }

        .learning-section .inner {
            padding: 0 40px;
        }
    }

    @media (min-width: 992px) {
        .navbar-nav {
            float: none !important;
            margin: auto;
            text-align: center;
            width: 100%;
            max-width: 600px;
            display: block;
        }
    }

    @media (max-width: 767px) {
        .m-pb-25 {
            padding-bottom: 25px;
        }

        .m-pb-15 {
            padding-bottom: 15px;
        }

        .m-pb-50 {
            padding-bottom: 50px;
        }

        .m-mb-50 {
            margin-bottom: 50px;
        }

        .m-mb-25 {
            margin-bottom: 25px;
        }

        .m-block {
            display: block !important;
        }

        .m-center {
            text-align: center;
        }

        img.m-center {
            margin-left: auto;
            margin-right: auto;
            display: block;
            float: none;
        }

        .subnav {
            text-align: center;
        }

        .navbar-brand {
            padding: 3px 0 7px 0;
        }

            .navbar-brand img {
                height: 60px;
            }

        .navbar {
            height: 50px;
        }

        .quote-page .navbar {
            height: auto;
        }

        .copyright {
            text-align: center;
        }

            .copyright .btn-group-social-media {
                margin-bottom: 15px;
            }

        .navbar-toolbar .btn {
            font-size: 12px;
            margin: 8px -5px 0 0;
        }

        .footer .footer-heading {
            position: relative;
        }

            .footer .footer-heading.collapsed::after {
                content: "\f107";
            }

            .footer .footer-heading::after {
                font-family: FontAwesome;
                content: "\f106";
                color: #1a3668;
                position: absolute;
                top: 8px;
                right: 5px;
                font-size: 18px;
            }

        .hero {
            height: 400px;
        }

            .hero .slides img {
                width: 100%;
            }

        .dealer-page .company-head {
            text-align: center;
        }

        .product-blocks .h4 {
            font-size: 16px;
        }

        .footer .footer-heading {
            margin: 0;
            padding: 10px 0;
            border-top: 1px solid #ccc;
        }

        .footer-links {
            margin-top: 20px;
        }

        .warranty-section {
            text-align: center;
        }

        .about-section .grid {
            grid-template-columns: 50% 50%;
            grid-gap: 5px;
            padding: 0;
        }

            .about-section .grid .a {
                grid-column: 1 / span 2;
            }

            .about-section .grid .b {
                grid-row: 2;
            }

            .about-section .grid .c {
                grid-row: 2;
            }

        .team-page .media img {
            width: 100px;
        }
    }

    @media (max-width: 600px) {
        .hero .slides img {
            width: auto;
        }

        .brands-intro-section {
            padding: 20px;
        }
    }

    @media (min-width: 500px) {
        .navbar-collapse .btn-quote-collapse {
            display: none;
        }

        .pull-right.marg {
            margin: 0 0 16px 16px;
        }

        .pull-left.marg {
            margin: 0 16px 16px 0;
        }
    }

    @media (max-width: 500px) {
        .navbar-toolbar .btn-quote {
            display: none;
        }

        .pull-right.marg,
        .pull-left.marg {
            float: none !important;
            margin: 0 auto 16px auto;
        }

        .dealer-page .about-us h2 {
            text-align: center;
            margin-bottom: 30px;
        }

        .product-blocks {
            margin: 0 -14px;
            overflow: hidden;
        }

        .brands-2-panel-section .grid {
            padding: 0 10px 0 5px;
            grid-column-gap: 5px;
        }

        .brands-2-panel-section .col-center {
            padding: 0 25px;
        }

        .benefits-section h4 {
            font-size: 14px;
            line-height: 150%;
        }

        .benefits-section img {
            max-width: 100%;
        }
    }

    @media (min-width: 1599px) {
        .hero .slides img {
            width: 100%;
        }
    }

    /* MOBILE NAVIGATION NEW */

    .navbar-toggle button {
        width: 100%;
    }

    .navbar-toggle {
        float: none;
        border: 0px;
        color: #fff;
        margin: 0px auto;
        padding: 0px;
        line-height: 60px;
    }

    #mobilenav .button i {
        font-size: 18px;
    }

    #mobilenav .button {
        padding: 0px;
    }

    #mobilenav .button {
        cursor: pointer;
        background-color: #1a3668;
        transition: ease-in all 0.2s;
    }

        #mobilenav .button:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

    #mobilenav {
        background-color: #1a3668;
        width: 100%;
        position: fixed;
        box-shadow: 0px -5px 15px 5px rgba(0, 0, 0, 0.05);
        z-index: 9999;
        height: 60px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
        bottom: 0px;
    }

        #mobilenav .button {
            border-right: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 0px;
        }

            #mobilenav .button:last-child {
                border-right: none !important;
            }

            #mobilenav .button a {
                color: #fff;
                display: block;
            }

        #mobilenav .button,
        #mobilenav a.btn-quote {
            text-decoration: none;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
        }

        #mobilenav a.btn-quote,
        #mobilenav a.btn-call,
        #mobilenav i {
            padding: 0px;
            line-height: 60px;
        }

    @media (min-width: 992px) {
        .navbar > .container .navbar-brand,
        .navbar > .container-fluid .navbar-brand {
            margin: 0px !important;
        }

        #mobilemenuonly,
        #mobilenav {
            display: none !important;
        }

        header .subnav .become-dealer {
            display: none;
        }

        li.mobile-only {
            display: none;
        }
    }

    @media (max-width: 991px) {
        nav .desktop-menu.navbar-collapse.collapse {
            display: none !important;
        }

        #mobilemenuonly {
            display: none;
        }

        .navbar-nav li.dropdown:hover {
            cursor: pointer;
        }

        #mobilemenuonly .navbar-nav li a {
            font-weight: bold !important;
        }

        #mobilemenuonly .navbar-nav li ul.dropdown-menu a {
            font-weight: normal !important;
        }

        .navbar-nav li.dropdown ul.dropdown-menu {
            cursor: default !important;
        }

            .navbar-nav li.dropdown ul.dropdown-menu a {
                margin-right: 0px;
            }

                .navbar-nav li.dropdown ul.dropdown-menu a:hover {
                    cursor: pointer !important;
                }

        a.mobile-nolink {
            pointer-events: none;
        }

        .no-hero header.header .nav-main a,
        .quote-page header.header .nav-main a,
        header.scroll-down .nav-main .aMain,
        .header.scroll-up .nav-main a {
            color: #fff;
        }

        header.subnav .become-dealer {
            display: block;
            font-weight: bold;
        }

        header.subnav a.become-dealer {
            margin-right: 0px !important;
        }

        header .subnav .number {
            display: none;
        }

        .navbar-nav,
        .container > .navbar-collapse {
            margin: 0px;
        }

        .navbar-nav {
            max-height: 90vh;
        }

        #mobilemenuonly {
            display: none;
            background-color: #1a3668;
            position: fixed;
            left: 0px;
            z-index: 999;
            overflow-y: scroll !important;
            padding: 0px;
        }

        .navbar-brand {
            padding: 10px;
            margin-left: 0px;
            margin-right: 0px;
        }

        #mobilemenuonly {
            position: fixed;
            bottom: 60px;
            width: 100%;
            display: none;
        }

        .navbar-toolbar {
            display: none;
        }

        .navbar-brand {
            width: 100%;
            margin: 0px;
        }

        .copyright {
            padding-bottom: 80px;
        }

        .navbar-brand img {
            margin: auto;
        }

        .navbar-nav .dropdown {
            display: grid;
        }

        #topnav {
            display: none !important;
            padding: 0px;
            box-shadow: 0px -5px 15px 5px rgba(0, 0, 0, 0.05);
            background-color: #000;
            position: fixed;
            width: 100%;
            margin: 0px;
            left: 0px;
            bottom: 60px;
            border: 0px;
        }

        body.navbar-open #topnav {
            display: block !important;
        }

        .navbar-toggle {
            display: inline-block !important;
            float: left !important;
        }

        .navbar-nav {
            display: block;
            margin-top: 0px;
            padding: 0px;
            width: 100%;
        }

            .navbar-nav li a {
                color: #fff;
                text-transform: uppercase;
                padding: 15px;
                font-weight: 700;
                transition: ease-in all 0.2s;
            }

            .navbar-nav li.dropdown a {
                display: block;
                margin-right: 50px;
            }

            .navbar-nav li:hover {
                background-color: rgba(255, 255, 255, 0.1);
            }

            .navbar-nav li.dropdown.active a.aMain {
                opacity: 1;
            }

        header.scroll-down .nav-main .aMain,
        .header.scroll-up .nav-main a {
            color: #fff;
        }

        .navbar-nav li.dropdown.active {
            background-color: rgba(255, 255, 255, 0.15);
        }

        .navbar-nav li {
            border-top: 1px solid rgba(255, 255, 255, 0.15);
            width: 100%;
        }

        .dropdown-menu {
            position: initial;
            width: 100%;
        }

        li.dropdown li.divider {
            display: none;
        }

        #mobilenav .button.active {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .navbar-nav li.dropdown:before {
            content: "\f0d7";
            font-family: "FontAwesome";
            color: #fff;
            line-height: 50px;
            cursor: pointer;
            position: absolute;
            right: 15px;
        }

        .navbar-nav li.dropdown.active:before {
            content: "\f0d8";
        }

        #mobilenavonly {
            min-height: 250px;
            overflow-y: auto;
            overflow-x: hidden;
            max-height: 75vh;
        }

        .navbar-nav ul.dropdown-menu {
            background-color: #000;
            padding: 0px;
        }

            .navbar-nav ul.dropdown-menu li {
                background-color: rgba(255, 255, 255, 0.2);
                border-top: 0px !important;
            }

                .navbar-nav ul.dropdown-menu li a {
                    display: block;
                    padding: 10px 15px;
                }

        #topnav ul.dropdown-menu {
            display: none;
        }
    }

    .navbar-nav li.dropdown.active:before {
        content: "\f0d8";
    }

    #mobilenavonly {
        min-height: 250px;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 75vh;
    }

    .navbar-nav ul.dropdown-menu {
        background-color: #000;
        padding: 0px;
    }

        .navbar-nav ul.dropdown-menu li {
            background-color: rgba(255,255,255,.2);
            border-top: 0px !important;
        }

            .navbar-nav ul.dropdown-menu li a {
                display: block;
                padding: 10px 15px;
            }

    #topnav ul.dropdown-menu {
        display: none;
    }
