.happierCamper {
    --cw-blue: #00669e;
    --cw-blue-hover: #014F79;
    --hc-blue: #629CC4;
    --content-bg-color: #FDF9EF;
    --font-color: #212B36;
}

.happierCamper h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 12px;
}

.happierCamper h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
    color: var(--font-color);
}

#hc-main-content h2::before,
#hc-content h2::before,
#hc-components h2::before {
    display: block;
    content: "";
    width: 60px;
    height: 6px;
    background-color: var(--hc-blue);
    margin-bottom: 20px;
}

#hc-main-content h2::before {
    margin-left: auto;
    margin-right: auto;
}

.happierCamper p,
.happierCamper li{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    color: var(--font-color);
}

.happierCamper a {
    color: var(--font-color);
}

a.btn.hc-btn,
.btn.hc-btn {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    width: 257px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: var(--cw-blue-hover);
    border-color: var(--cw-blue-hover);
}

.modal-body .btn-primary {
    color: #fff;
}

.happierCamper .text-option-disclaimer a {
    font-size: 12px;
    line-height: 16px;
    color: #616568;
}

#js-hc-hero.hc-hero-image {
    /*background-image: url("https://images.rvs.com/images/content/HappierCamper/happier-camper-hero.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 476px;
}

#js-hc-hero p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

#js-hc-hero .bg-dark {
    background-color: rgba(0, 0, 0, 0.15) !important;
    height: 100%;
}

#js-hc-hero .bg-dark p {
    color: #fff;
}

#js-hc-hero .hero-content {
    height: 100%;
}

#hc-main-content,
#hc-components {
    background: var(--content-bg-color);
}

#hc-main-content {
    padding: 50px 0 100px;
    text-align: center;
}

#hc-main-content h2 {
    margin-bottom: 12px;
}

#hc-main-content p {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: var(--font-color);
    margin-bottom: 40px;
}

#hc-components {
    padding-top: 55px;
    padding-bottom: 134px;
}

#hc-components p {
    margin-bottom: 24px;
}

#hc-components ul {
    list-style: disc;
    margin-left: 20px;
}

#hc-content {
    margin-top: -146px;
}

.hc-content-row {
    margin-top: 21px;
    margin-bottom: 21px;
    padding: 21px 0 0;
}

.content-wrapper > p {
    margin-bottom: 28px;
}

.bg-dark p {
    color: white;
}

.specs-empty .content-wrapper > p {
    margin-bottom: 0;
}

.specs {
    flex-wrap: wrap;
}

.spec {
    color: var(--font-color);
    width: 50%;
    flex-grow: 1;
    margin-bottom: 25px;
}

.spec-img {
    padding-right: 5px;
}

#hc-slider {
    margin-top: 50px;
}

.happierCamper .carousel {
    margin-bottom: 15px;
}

.happierCamper .carousel-indicators {
    margin-bottom: 0;
}

.happierCamper .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
}

.happierCamper .carousel-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.happierCamper .carousel-caption h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: var(--font-color);
    text-transform: capitalize;
    background-color: #fff;
}

.happierCamper .spec h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
    margin-bottom: 8px;
}

.happierCamper .spec p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.happierCamper .carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: var(--font-color);
}

.happierCamper .carousel-control-next-icon,
.happierCamper .carousel-control-prev-icon {
    background-image: none;
}

.hc-decorative-div {
    width: 100%;
    height: 12px;
    background-color: var(--hc-blue);
}

.happierCamper .LPMcontainer.LPMoverlay {
    z-index: 10 !important;
}

.happierCamper #assetInquiry .modal-body {
    padding: 15px 15px;
}

.happierCamper #assetInquiry .row {
    margin: 0;
}

.happierCamper .modal-body .invisibleRecaptcha {
    padding-left: 0;
    padding-right: 0;
}

.happierCamper .modal-body .modal-btns .submit,
.happierCamper .modal-body .modal-btns .submit:hover {
    line-height: 23px;
}

#hcToast-wrap {
    z-index: 11;
}

#js-hcToast {
    -moz-box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.25);
}

#js-hcToast h2 {
    margin-bottom:  0;
}

#js-hcToast .toast-header {
    border-bottom:  0;
}

#js-hcToast .toast-body {
    background-color: rgba(255,255,255,.85);
}

#js-hc-hero.hc-hero-video {
    background-color: #fff;
    position: relative;
}
.hc-hero-video .iframe-wrapper{
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
}
.hc-hero-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hc-intro {
    padding-top: 29px;
    padding-bottom: 29px;
}

#hc-intro img {
    margin-bottom: 29px;
    max-width: 180px;
}

.happierCamper button:focus {
    border: 0;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .happierCamper h1 {
        font-size: 46px;
        line-height: 53px;
    }

    .happierCamper .carousel {
        margin-bottom: 0;
    }

    .happierCamper .carousel-caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
    }

    .happierCamper .carousel-caption h2 {
        color: #fff;
        font-size: 34px;
        line-height: 44px;
        background-color: transparent;
    }

    .happierCamper .carousel-indicators [data-bs-target] {
        background-color: #fff;
    }

    .happierCamper .carousel-indicators {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 1rem;
        top: 70%; /* position the top  edge of the element at the middle of the parent - changed from 50%*/
        left: 50%; /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, -50%);
    }

    .happierCamper .carousel-caption {
        top: 56%;
    }

    .specs {
        margin-left: 25%;
        width: 50%;
    }

    .happierCamper #assetInquiry .modal-body {
        padding: 15px 30px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .happierCamper h1 {
        font-size: 52px;
        line-height: 64px;
    }

    .specs {
        margin-left: 0;
        width: auto;
    }

    .spec {
        width: auto;
        flex-grow: 1;
        margin-bottom: 0;
    }

    #hc-intro {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    #hc-intro img {
        margin-bottom: 16px;
        max-width: 302px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #js-hc-hero.hc-hero-image {
        height: 676px;
    }

    .happierCamper h1 {
        font-size: 70px;
        line-height: 84px;
    }

    #hc-main-content {
        padding: 70px 0 70px;
    }

    #hc-content {
        margin-top: -92px;
    }

    #hc-content .flex-row .content-wrapper {
        padding-left: 34px;
    }

    #hc-content .flex-row-reverse .content-wrapper {
        padding-right: 34px;
    }

    .hc-content-row {
        margin-top: 42px;
        margin-bottom: 42px;
        padding: 21px 0;
    }

    .happierCamper .carousel-caption {
        left: 0;
        right: 0;
    }

    .happierCamper .carousel-caption h2 {
        font-size: 70px;
        line-height: 84px;
        color: #FFFFFF;
    }

    #hc-main-content h2::before,
    #hc-content h2::before,
    #hc-components h2::before {
        width: 100px;
    }

    .happierCamper h2 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 27px;
    }

    #hc-main-content {
        padding: 70px 0 80px;
    }

    .hc-decorative-div {
        height: 16px;
    }

    #hc-intro {
        padding-top: 67px;
        padding-bottom: 70px;
    }

    #hc-intro img {
        margin-bottom: 25px;
        max-width: 302px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    #hc-content {
        margin-top: -146px;
        padding-top: 50px;
    }

    .mt-lg-n5 {
        margin-top: -50px !important;
    }

    #hc-slider {
        margin-top: 75px;
    }

    .hc-decorative-div {
        height: 22px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .mt-xl-n150 {
        margin-top: -150px !important;
    }

    .carousel-caption {
        top: 60%;
    }

}
