
a.anchor-link {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
    margin-top: -100px;
}
a#top.anchor-link { margin-top: -115px; }

header.page-header nav.primary-nav ul li a.btn-highlight {
    background-color: #0060ab;
}
nav.primary-nav a:hover {
    text-decoration: none;
    background-color: #1c1c1c;
}
header.page-header nav.primary-nav ul li a.btn-highlight:hover {
    background-color: #004881;
}

footer.footer { position: absolute; bottom: 0; width: 100%; }

footer.footer {
    background-color: #1b1c1c;
    color: #fff;
}

.logo-nap { max-width: 150px; padding: 1.5rem 0; }
.logo-nap.logo-md { max-width: 250px; }
.text-center .logo-nap { margin: 0 auto; }


.logo-nap img { width: 100%; }

section.section {
    padding: 35px 0 0
}
@media (min-width:768px) {
    section.section {
        padding: 50px 0 0
    }
}

.dealer-name {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-weight: 600;
}

section.find-dealer { padding: 35px 0 0; }
section.find-dealer .dealer-logo {
    max-height: 150px;
    padding-bottom: 20px;
}
section.find-dealer .location {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 15px;
}
section.find-dealer a { color: #025c9a; }
section.find-dealer a[href^="tel:"] {
    font-size: 1.1em;
}

.btn.btn-primary, .btn.btn-outline-light {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 150%;
    padding: 0.175rem 1.85rem;
    border-radius: 0;
    color: #fff;
}
.btn.btn-primary {
    background-color: #c66322;
    border-color: #c66322;
    background-color: #c32127;
    border-color: #b71f24;
}
.btn.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #da7734;
    border-color: #da7734;
    background-color: #d7282d;
    border-color: #d7282d;
}

.btn.btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled):active {
    color: inherit;
    background-color: rgb(248 249 250 / 15%);
    border-color: #fff;
}
.btn.btn-sm {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1.1rem !important;
    border-radius: 3px !important;
}
.btn.btn-lg {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
    font-size: 1.5rem !important;
}
@media (min-width: 768px){
    .btn.btn-lg {
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important;
        font-size: 1.8rem !important;
    }
}

.btn.btn-link {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    vertical-align: inherit;
    border: none;
    padding: 0;
}

a.img-link { color: inherit; }

/*
.bg-blue-gradient {
    position: relative;
    background-image: url(../img/bg-blue-gradient.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
}
.bg-blue-gradient:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 90%);
}
*/

.hero-bg-gradient {
    background: rgb(34,34,34);
    /*background: linear-gradient(180deg, rgba(29,29,29,1) 0%, rgba(45,44,44,1) 47%, rgba(34,34,34,1) 65%);*/
    /*background: linear-gradient(180deg, rgba(29,29,29,1) 0%, rgba(34,34,34,1) 65%);*/
}
.hero-bg {
    position: relative;
    background-image: url('../img/header-hero-bg-electric-fireplaces.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: 74% 50%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

/* .gradient-cover-left {
    background: rgb(32,32,36);
    background: linear-gradient(90deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.4) 65%, rgba(29,29,29,0) 72%);
    background: linear-gradient(90deg, rgb(34 34 34 / 100%) 0%, rgb(34 34 34 / 40%) 65%, rgb(34 34 34 / 0%) 72%, rgb(8 11 12 / 0%) 96%, rgb(8 11 12) 100%);
} */
.gradient-cover-left {
    background: #585754;
    background: linear-gradient(to right, #585754, transparent 40%), linear-gradient(to left, #585754, transparent 5%);
 }


.case-none { text-transform: none; }
.case-upper, .uppercase { text-transform: uppercase; }

.text-white { color: #fff; }
.text-blue { color: #0060ab; }

#shuffle-grid {
    display: flex;
    flex-wrap: wrap;
}
#shuffle-grid .shuffle-item {
    width:  48%;
    width:  calc(50% - 15px);
    text-align: center;
    padding: 0 0 15px 0;
}
/* #shuffle-grid .my-sizer-element { width: 25%; } */
.shuffle-item .content-box {
    padding: 30px 15px 15px;
    background-color: #f2f2f2;
    border: solid 1px #d4d4d4;
}
.shuffle-item .content-box .name {
    min-height: 3rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shuffle-item .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 150px;
    flex: 0 0 200px;

}
.shuffle-item .image-wrapper img { max-height: 150px; padding-top: 15px; }

.shuffle-item .rebate-amount {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    /* background: #c66322; /* Fireplaces orange */
    background: #0060ab;    /* Grills blue */
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding: .5rem .4rem;
}

@media(max-width: 771px){
    .shuffle-item .content-box .name { font-size: 1rem; }
}


@media(min-width: 576px){
    .shuffle-item .image-wrapper { min-height: 140px; }

}
@media(min-width: 768px){
    .shuffle-item .image-wrapper img { max-height: 200px; }
    .shuffle-item .image-wrapper { min-height: 200px; margin-top: 20px; }
    .shuffle-item .content-box .name {
        min-height: 3rem;
    }
    .shuffle-item .rebate-amount {
        font-size: 1.2rem;
        font-weight: 700;
        padding: 0.6rem;
    }
}

.shuffle-item p.tagline {
/*    min-height: 1rem;*/
    height: 2rem;
    font-size: 0.8rem;
    margin-bottom: 1em;
}
.shuffle-item p.sku {
    min-height: 1.6rem;
    font-size: 0.8rem;
    margin-bottom: 1em;
}
.shuffle-item p.web-sale {
    margin-top: 1rem;
    margin-bottom: 0;
}
.shuffle-item p.web-sale span {
    font-size: 1.3em;
    font-weight: 700;
    color: #0060ad;
}
.shuffle-item p.msrp {
    font-size: 0.8rem;
    color: #858585;
    text-decoration: line-through;
}
@media (min-width: 768px){
    /*#shuffle-grid > div { padding: 0 10px 20px 10px; }*/
/*    .shuffle-item p.tagline { margin-bottom:0; }*/
    .shuffle-item p.tagline, .shuffle-item p.sku, .shuffle-item p.msrp {
        font-size: 0.9rem;
    }
    .shuffle-item p.web-sale span {
        font-size: 1.5em;
    }
}
@media (min-width: 992px){
    /*#shuffle-grid > div { padding: 0 15px 30px 15px; }*/
    #shuffle-grid .content-box { padding: 15px; }

    #shuffle-grid .shuffle-item { width: 32%; width: calc(33% - 15px); }
}
@media (min-width: 1200px){
    #shuffle-grid .shuffle-item { width: 24%; width: calc(25% - 15px); }
}


.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 2px 1px rgb(13 110 253 / 25%);
}

.transX-80 {
    transform: scaleX(0.85);
    transform-origin: left;
    width: 115%;
    text-shadow: 1px 1px 5px #000000;
}

.section-hero {
    color: #fff;
    background: #585754;
}
.section-hero h1 { padding: 0.3em 0 0; font-size: 2rem; line-height: 0.8; }
html[lang="fr"] .section-hero h1 { font-size: 1.8rem; line-height: 1; }
/*.section-hero *[class*="display-"] { font-weight: 700; }*/
.section-hero h1 span.text-xs,
.section-hero h2 span.text-xs,
.section-hero h3 span.text-xs { font-size: 0.5em; line-height: 1.1; }
.section-hero h1 span.text-sm,
.section-hero h2 span.text-sm,
.section-hero h3 span.text-sm { font-size: 0.8em; line-height: 1.1; }
.section-hero h1 span.text-lg,
.section-hero h2 span.text-lg,
.section-hero h3 span.text-lg { font-size: 1.5em; }
html[lang="fr"] .section-hero h1 span.text-lg { font-size: 1.2em; }
html[lang="es"] .section-hero h1 span.text-lg { font-size: 1.3em; }


@media(min-width: 768px){
    header.page-header nav.primary-nav ul li a { font-size: 15px; padding: 1.7em 1em; }
    html[lang="es"] header.page-header nav.primary-nav ul li a { font-size: 13px; padding: 1.9em 1em; }
}
@media (min-width: 992px){
    header.page-header nav.primary-nav ul li a { font-size: 17px; padding: 2.3em 1em; }
    html[lang="fr"] header.page-header nav.primary-nav ul li a,
    html[lang="es"] header.page-header nav.primary-nav ul li a { font-size: 15px; padding: 2.6em 1em; }
}
@media(min-width: 1200px){
    html[lang="fr"] header.page-header nav.primary-nav ul li a { font-size: 20px; padding: 1.9em 1em; }
    html[lang="es"] header.page-header nav.primary-nav ul li a { font-size: 18px; padding: 2.1em 1em; }
}

.section-hero h1 span { display: block;  }
.section-hero h1 span+span { margin-top: 0.1em; }


@media (min-width: 420px){
    .section-hero h1 { font-size: 2rem; }   
    .section-hero h2 { font-size: 2.2rem !important; }
    .section-hero h3 { font-size: 1.4rem !important; }
    html[lang="fr"] .section-hero h1 { font-size: 2.1rem; }
}
@media (min-width: 580px){
    .section-hero h1 { font-size: 2.6rem !important; }
    .section-hero h2 { font-size: 2.7rem !important; }
    .section-hero h3 { font-size: 1.8rem !important; }

    html[lang="fr"] .section-hero h1 { font-size: 2.1rem !important; }
    html[lang="fr"] .section-hero h2 { font-size: 2.2rem !important; }
    html[lang="fr"] .section-hero h3 { font-size: 1.6rem !important; }
}
@media (min-width: 768px){
    .section-hero h1 { font-size: 3.3rem !important; }
    .section-hero h2 { font-size: 3.4rem !important; }
    .section-hero h3 { font-size: 2.3rem !important; }

    html[lang="fr"] .section-hero h1 { font-size: 2.5rem !important; }
    html[lang="fr"] .section-hero h2 { font-size: 2.6rem !important; }
    html[lang="fr"] .section-hero h3 { font-size: 1.9rem !important; }
}
@media (min-width: 1200px){
    .section-hero h1 { font-size: 4.6rem !important; }
    .section-hero h2 { font-size: 4.6rem !important; }
    .section-hero h3 { font-size: 3.5rem !important; }

    html[lang="fr"] .section-hero h1 { font-size: 3.5rem !important; }
    html[lang="fr"] .section-hero h2 { font-size: 3.3rem !important; }
    html[lang="fr"] .section-hero h3 { font-size: 2.8rem !important; }
}


@media (min-width: 768px){
    section.find-dealer { padding: 50px 0 0; }
    section.find-dealer .location { font-size: 1.5rem; }
    a[href^="tel:"] { pointer-events: none; text-decoration: none; }
    .font-size-lg-lg { font-size: 3.7rem; }
}


@media (max-width: 1199px){
    section.find-dealer iframe { min-height: 350px; }
}