/*
================================
HSAD BASE 2023
================================
*/

/* ---------------------------------- BOOTSTRAP ---------------------------------- */
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    margin: 0px;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
/* ---------------------------------- BOOTSTRAP ---------------------------------- */
.section {
    font-family: 'LG EI Text Regular';
    font-weight: 400;
    color:#1E1E1E;
    /* font-size: 18px;
    line-height: 24px; */
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-bottom: 75px;
}
.section .pad-bot {
    padding-bottom: 50px;
}
.section .aligncenter {
    text-align: center;
}
.dark-copy {
    color: #000;
}
.light-copy {
    color: #fff;
}
.section .copyblock .eyebrow {
    font-size: 12px;
    line-height: 114%;
    padding-bottom: 10px;
    letter-spacing: 0.071em;
    text-transform: uppercase;
}
.section .copyblock .title h2 {
    font-family: 'LG EI Headline Semibold';
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 10px;
}
.section .copyblock .copy {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0px 30px 0px;
}
.section .copyblock .fine {
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0px;
}
.section .sectitle {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 40px 0px;
}
.section .sectitle .eyebrow {
    font-size: 12px;
    line-height: 114%;
    padding-bottom: 10px;
    letter-spacing: 0.071em;
    text-transform: uppercase;
}
.section .sectitle h2 {
    font-family: 'LG EI Headline Semibold';
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0 0 5px 0;
    color: #000;
}
.section .sectitle h2 sup {
    top: -1.5em;
    font-size: 30%;
}
@media (min-width: 600px) and (max-width: 899px) {
    /* ==== TABLET PORTRAIT & MOBILE LANDSCAPE ==== */
    .section .sectitle {
        text-align: center;
        padding: 40px 0px;
    }
    .section .sectitle h2 {
        font-family: 'LG EI Headline Semibold';
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        padding-top: 0px;
        color: #000;
    }
    .section .sectitle h2 sup {
        top: -1.5em;
        font-size: 30%;
    }
}
@media (max-width: 599px) {
    /* ==== MOBILE PORTRAIT ==== */
    .section .sectitle {
        text-align: left;
        padding: 40px 0px;
    }
    .section .sectitle h2 {
        font-family: 'LG EI Headline Semibold';
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        padding-top: 15px;
        color: #000;
    }
}
.section .cta {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
.section a:hover {
    text-decoration: none;
}
.section img {
    max-width: 100%
}
.section ol li,
.section ul ol li {
    list-style: auto;
}
.section ul ul {
    padding: 0px 0 0 50px;
}
.section ul {
    padding: 0px;
}
.section ul li, ol li {
    margin-bottom: 0px;
}
.section ul li {
    /* margin-left: 30px; */
    list-style-type: disc;
    text-align: left;
    padding-bottom: 15px;
} 
.section .red {
    color:#6F000F;
} 
.section a,
.red a {
    color:#6F000F;
    text-decoration: underline;
}
.section .italic {
    font-style: italic;
}
.section .bold,
.bold {
    font-family: 'LG Smart Bold';
}
.row-skel:after {
    content: "";
    display: table;
    clear: both;
    padding-bottom: 2%;
}
#sticky {
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}
#hidden-lightbox .copy img {
    max-width: 100%;
}
.fancybox-slide--iframe .fancybox-content, 
.fancybox-iframe {
	background: transparent;
}
.breadcrumb {
    color: #fff;
    display: none!important;
}
.container-skel .row { 
    margin: 0px; /* override bootstrap */
} 
ul.foot-disclaim li { 
    padding-bottom: 10px;
}
.zoom {
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.zoom:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.03);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 200ms ease-in;
    transform: scale(1.03);
}
div.cta a.newbtn:not(:first-of-type) {
    margin-left: 1rem !important;
}
a.newbtn {
    color: #fff;
    text-decoration: none;
}
.newbtn {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 15px 20px;
    border-radius: 100vw;
    background-color: #A60032;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.7px;
    font-family: 'LG Smart Bold';
    font-size: 14px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: 2px solid #EA1917;
}
.newbtn::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid transparent;
    background-color: #EA1917;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.newbtn:hover {
    border: 2px solid #A60032;
    color: #fff;
}
.newbtn:hover::before {
    background-color: #A60032;
    left: 100%;
}
.newbtn:active {
    background-color: white;
    color: black;
    border: 2px solid black;
}
.newbtn.inverse {
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    border-radius: 100vw;
    background-color: #fff;
    color: #A60032;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.7px;
    font-family: 'LG Smart Bold';
    font-size: 14px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: 2px solid #fff;
}
.newbtn.inverse::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid transparent;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.newbtn.inverse:hover {
    border: 2px solid #f8f8f8;
    background-color: #f8f8f8;
    color: #A60032;
}
.newbtn.inverse:hover::before {
    background-color: #fff;
    left: 100%;
}
.newbtn.inverse:active {
    background-color: white;
    color: black;
    border: 2px solid black;
}
.newbtn-outline {
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    border-radius: 100vw;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.7px;
    font-family: 'LG Smart Bold';
    font-size: 14px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    outline: none;
    color: #6b6b6d;
    border: 1px solid #6b6b6d;
    background-color: transparent;
}
.newbtn-outline::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.newbtn-outline:hover {
    background-color: #A60032;
    border: 1px solid #A60032;
    color: #fff;
}
.newbtn-outline:hover::before {
    background-color: #A60032;
    left: 100%;
    border: 1px solid #A60032;
}
@media (min-width: 600px) and (max-width: 899px) {
    /* ==== TABLET PORTRAIT & MOBILE LANDSCAPE ==== */
    div.cta a.newbtn:not(:first-of-type) {
        margin-left: 0rem !important;
    }
    /* .newbtn,
    .newbtn.inverse,
    .newbtn-outline {
        width: 100%;
        text-align: center;
    } */
}
@media (max-width: 599px) {
    /* ==== MOBILE PORTRAIT ==== */
    .newbtn,
    .newbtn.inverse,
    .newbtn-outline {
        width: 95%;
        text-align: center;
        padding: 9px 20px;
        margin: 0 auto 10px auto;
        display: block;
    }
    div.cta a.newbtn:not(:first-of-type) {
        margin-left: 0rem !important;
    }
}


/* 599 - 1024 - 1366 */
.for-mobile,
.for-tablet {
    display: none !important;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* tablet */
    .for-mobile {
        display: none!important;
    }
    .for-tablet {
        display: inherit!important;
    }
    .for-desktop {
        display: none!important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    /* ==== TABLET PORTRAIT & MOBILE LANDSCAPE ==== */
    .for-mobile {
        display: none!important;
    }
    .for-tablet {
        display: none !important;
    }    
    .for-desktop {
        display: inherit!important;
    }
}
@media (max-width: 599px) {
    /* ==== MOBILE PORTRAIT ==== */
    .for-mobile {
        display: inherit!important;
    }
    .for-tablet {
        display: none !important;
    }
    .for-desktop {
        display: none!important;
    }
}




/*
================================
MOSAIC GRID
================================
*/
.section.mosaic .column .overlay-card-image, 
.section.mosaic .columns .overlay-card-image,
.section.mosaic .columns video {
    border-radius: 25px;
}
.section.mosaic .seven.columns {
    width: 58.666667%;
    margin-left: 2%;
}
.section.mosaic .tout-card.one {
    padding-bottom: 4%;
}
.section.mosaic .tout-card {
    position: relative;
}
.section.mosaic .seven.columns.inverse {
    width: 58.666667%;
    margin-left: 0%;
}
.section.mosaic .five.columns.inverse {
    margin-left: 2%;
}
.section.mosaic .mosaicpad {
    padding-top: 2%;
}
@media (max-width: 599px) {
    /* ==== MOBILE PORTRAIT ==== */
    .section.mosaic .columns {
        padding-bottom: 4%;
    }
    .section.mosaic .seven.columns.inverse,
    .section.mosaic .five.columns.inverse,
    .section.mosaic .seven.columns {
        width: 100%;
        margin-left: 0%;
    }
}





/*
================================
VIDEO
================================
*/
video {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.section .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.section .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section .inline-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%; /* 9 / 16 * 100 */
}
.section .inline-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.video__inline video {
    /* border-radius: 40px; */
}
.video__inline {
    display: inline-block;
    position: relative;
}
.video__play-button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 40px;
    /* background-color: rgba(0, 0, 0, 0.2); */
    -webkit-appearance: none;
    z-index: 2;
    transition: all 200ms ease-in-out;
}
.video__play-button-icon {
    width: 15%;
    transition: all 200ms ease-in-out;
}
.video__play-button-icon--play polygon {
    transform-origin: 50% 50%;
    transition: all 200ms ease-in-out;
}
.video__play-button-icon--play:hover polygon {
    transform: scale(1.5);
}
.video__play-button[data-button-state=pause] .video__play-button-icon--pause {
    display: none;
}
.video__play-button[data-button-state=play] .video__play-button-icon--play {
    display: none;
}
.video__play-button[data-button-state=play] .video__play-button-icon {
    opacity: 0;
}
.video__play-button[data-button-state=play]:hover .video__play-button-icon {
    /* opacity: 1; */
    opacity: 0;
}
.video__play-button[data-button-state=play] {
    background-color: rgba(0, 0, 0, 0);
}
.video__play-button[data-button-state=play]:hover {
    /* background-color: rgba(0, 0, 0, 0.4); */
}
button.video__play-button {
    margin: 0; 
    padding: 0; 
    background: none; 
    border: none; 
    border-radius: 0; 
    outline: none; -webkit-appearance: none; -moz-appearance: none; 
    appearance: none; 
    }
button.video__play-button:focus, button:hover { 
    outline: none !important; 
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important; 
}
.video__fullscreen-button {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    z-index: 3;
    transition: all 200ms ease-in-out;
}
.video__fullscreen-icon {
    padding: 10px;
    display: block;
    vertical-align: top;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
}
.video__inline[data-state=pause] .video__fullscreen-icon,
.video__inline[data-state=play]:hover .video__fullscreen-icon {
    opacity: 1;
    visibility: visible;
}
.video__fullscreen-icon polygon {
    fill: currentColor;
}


/*
================================
HERO 
================================
*/
.section.hero .hero-card {
    position: relative;
}
.section.hero .hero-card .copyblock .eyebrow {
    font-size: 12px;
    line-height: 114%;
    padding-bottom: 10px;
    letter-spacing: 0.071em;
    text-transform: uppercase;
}
.section.hero .hero-card .copyblock .title h2 {
    font-family: 'LG EI Text Regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
}
.section.hero .hero-card .copyblock .copy {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0px 30px 0px;
}
.section.hero .hero-card .copyblock .copy sup {
    top: -1em;
    font-size: 50%;
}
.section.hero .hero-card .copyblock .title h2 sup {
    top: -1.5em;
    font-size: 30%;
}
.section.hero .hero-card-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    align-items: center;
    position: absolute;
}
@media (min-width: 900px) {
    .section.hero .hero-card-overlay .copyblock.left {
        max-width: 520px;
        width: 40%;
        position: relative;
        left: 25%;
        transform: translateX(-50%);
    }
    .section.hero .hero-card-overlay .copyblock.center {
        max-width: 520px;
        width: 40%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .section.hero .hero-card-overlay .copyblock.right {
        max-width: 520px;
        width: 40%;
        position: relative;
        left: 75%;
        transform: translateX(-50%);
    }
}
@media (max-width: 899px) {
    .section.hero .hero-card-overlay {
      color: #000;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      top: 0;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding: 4rem;
    }
}
@media (max-width: 599px) {
    .section.hero .container-skel {
        padding: 0px;
    }
    .section.hero .hero-card-overlay .copy {
        min-height: 250px;
    }
    .section.hero .hero-card-overlay {
        padding: 2rem 10% 4rem;
    }
}



/*
================================
Standard Card  - Desktop & iPad Pro Landscape
================================
*/
.section .copyblock.regcard .title h2 {
    font-family: 'LG EI Text Regular';
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2rem;
    padding: 20px 0 10px 0;
}
.section .copyblock.regcard .copy {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 30px 0px;
}
@media (max-width: 599px) {
    /* ==== MOBILE PORTRAIT ==== */
    .section .copyblock.regcard .copy {
        font-size: 18px;
        line-height: 28px;
        padding: 0px 0px 60px 0px;
    }
}



/*
================================
Overlay Card  - Desktop & iPad Pro Landscape
================================
*/
.overlay-card {
    position: relative;
    width: 100%;
    height: auto;
    display: flex!important;
    overflow:hidden;
    object-fit: cover;
    justify-content: center;
    align-items: center;
}
.overlay-card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.overlay-card-copy-left {
    position: absolute;
    width: 50%;
    left: 5%;
    padding: 0%;
    height: auto;
}
.overlay-card-copy-left-top {
    position: absolute;
    width: 50%;
    left: 5%;
    top: 50px;
    padding: 0%;
    height: auto;
}
.overlay-card-copy-right {
    position: absolute;
    width: 50%;
    right: 5%;
    padding: 0%;
    height: auto;
}
.overlay-card-copy-center {
    position: absolute;
    left: calc(100% - 19,5%);
    width: clamp(250px, 75%, 900px);
    padding: 0%;
    height: auto;
    text-align: center;
}
.overlay-card .copyblock {
    line-height: 0px;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.overlay-card .copyblock .eyebrow {
    font-size: 12px;
    line-height: 114%;
    letter-spacing: 0.071em;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.overlay-card .copyblock .title h2,
.overlay-card .copyblock .title h2,
.overlay-card .copyblock .title h2 {
    font-family: 'LG EI Text Regular';
    font-weight: 400;
    font-size: 2.9991rem;  
    line-height: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 0.1rem;
}
.overlay-card .copyblock .copy {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.overlay-card .bottomout {
    bottom: 7.5%!important;
}

@media (min-width: 900px) {
    /* iPad Landscape & iPadPro Portrait */
    .overlay-card .copyblock .title h2,
    .overlay-card .copyblock .title h2,
    .overlay-card .copyblock .title h2 {
        font-family: 'LG EI Text Regular';
        font-weight: 400;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .overlay-card .copyblock.smallcard .title h2,
    .overlay-card .copyblock.smallcard .title h2,
    .overlay-card .copyblock.smallcard .title h2 {
        font-family: 'LG EI Text Regular';
        font-weight: 400;
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .overlay-card .copyblock .copy {
        /* overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 10em;
        padding: 0px; */
    }
}



@media (max-width: 899.95px) {
    /* Mobile Portrait & Landscape iPad Portrait */
    .overlay-card .copyblock .title h2,
    .overlay-card .copyblock .title h2,
    .overlay-card .copyblock .title h2 {
        font-family: 'LG EI Text Regular';
        font-weight: 400;
        font-size: 2.25rem; 
        line-height: 2.5rem;
    }
    .overlay-card .copyblock .copy {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .overlay-card .copyblock.smallcard .title h2,
    .overlay-card .copyblock.smallcard .title h2,
    .overlay-card .copyblock.smallcard .title h2 {
        font-family: 'LG EI Text Regular';
        font-weight: 400;
        font-size: 1.75rem;
        line-height: 2rem;
    }
    .overlay-card-copy-left {
        position: absolute;
        width: 75%;
        left: 5%;
        padding: 0%;
        height: auto;
    }
    .overlay-card-copy-right {
        position: absolute;
        width: 75%;
        right: 5%;
        padding: 0%;
        height: auto;
    }
    .overlay-card .copyblock .copy {
        /* overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 10em;
        padding: 0px; */
    }
    
}


@media only screen 
  and (max-width: 899.95px)
  and (-webkit-min-device-pixel-ratio: 2) {
	 /* iPad Portrait copy size issues */
    .overlay-card .copyblock.smallcard .title h2,
    .overlay-card .copyblock.smallcard .title h2,
    .overlay-card .copyblock.smallcard .title h2 {
        font-family: 'LG EI Text Regular';
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: .25rem;
        padding-bottom: 0.1rem;
    }

    .overlay-card .copyblock .copy {
        font-size: 1rem;
        line-height: 1.15rem;
    }

    /* mobile hero adjustment */
    .section.hero .overlay-card {
        position: relative;
        width: 100%;
        height: auto;
        display: block!important;
        overflow:inherit;
        object-fit: inherit;
        justify-content: inherit;
        align-items: inherit;
    }
    .section.hero .overlay-card-copy-left,
    .section.hero .overlay-card-copy-right,
    .section.hero .overlay-card-copy-center {
        position: relative;
        width: 100%;
        left: 0%;
        padding: 50px;
        height: auto;
        display: flex;
        clear: both;
        text-align: left;
    }
    .section.hero .overlay-card-image {
        width: 100%;
        height: 100%;
        display: flex;
        clear: both;
    }

    /* mobile hero alternate */
    .section.hero.mobilealt .container-skel {
        width: 100%;
        padding: 0;
    }
    .section.hero.mobilealt .overlay-card-copy-left,
    .section.hero.mobilealt .overlay-card-copy-right,
    .section.hero.mobilealt .overlay-card-copy-center {
        position: absolute;
        width: 75%;
        top: 20%;
        left: 5%;
        padding: 0%;
        height: auto;
    }



}



/*
================================================================================================================================================================================================================================================================
PACKAGE AREA
================================================================================================================================================================================================================================================================
*/


.icon-jiggle:hover {
    animation: icon-jiggle-animation 2s infinite;
    /* animation: icon-jiggle-animation 1s ease 0s 1 normal forwards; */
}
@keyframes icon-jiggle-animation {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-8deg);
    }

    90% {
        transform: rotate(8deg);
    }
}





/* section ess-sub-nav */
.section.ess-sub-nav {
    background-color: #262626;
    padding: 0px;
}
@media (max-width: 599px) {
    /*  Mobile Portrait  */
    .section.ess-sub-nav .row.one {
        --bs-gutter-x: 0rem;
    }    
}

/* section hero */
.section.hero .overlay-card-copy-left {
    position: absolute;
    width: 30%;
    left: 5%;
    padding: 0%;
    height: auto;
    top: 32%;
}
.section.hero .overlay-card .copyblock .title h2, .section.hero .overlay-card .copyblock .title h2, .section.hero .overlay-card .copyblock .title h2 {
    font-family: 'LG EI Headline Regular';
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
}



/* section subhero */
.section.subhero .customcopyblock {
    background: rgba(30, 41, 46, 0.70);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    padding: 60px;
    position: relative;
    margin-top: -300px;
    left: 60px;
    width: 90%;
}
.section.subhero .customcopyblock .cta {
    text-align: center;
}
.section.subhero .customcopyblock .copyblock .title h2 {
    font-family: 'LG EI Headline Regular';
}
.section.subhero .overlay-card {
    padding: 0px 0px 50px 0px;
}
.section.subhero .quote .copy {
    font-family: 'LG EI Headline Regular';
    font-weight: 400;
    font-size: 2.85rem;
    line-height: 3.25rem;
    margin-top: 150px;
    /* padding: 150px 150px 0px 150px; */
    padding: 100px 100px 0px 100px;
    color: #E9473A;
}
.section.subhero .quote .copy span {
    font-family: 'LG EI Headline Regular';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 10px;
    float: right;
}
.section.subhero .quote .copy a {
    font-size: 18px;
    line-height: 133.33%;
}
.section.subhero .tax-callout {
    position: relative;
    left: 60px;
    width: 90%;
    padding: 20px;
    background-color: #fff;
    margin: 50px 0px 0px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* box-shadow: 0px 1px 2px rgba(27, 26, 30, 0.15); */
    box-shadow: rgba(27, 26, 30, 0.15) 0px 2px 10px;
}
.section.subhero .tax-callout img {
    padding-top: 15px;
}
.section.subhero .tax-callout .two.columns {
    width: 8.333333%;
}
.section.subhero .overlay-card-copy-right {
    position: absolute;
    width: 35%;
    right: 5%;
    padding: 0%;
    height: auto;
}
.section.subhero .overlay-card .copyblock .title h2 {
    font-family: 'LG EI Text Regular';
    font-size: 24px;
    line-height: 24px;
}
.section.subhero .copyblock .copy {
    padding: 0px 0px 30px 0px;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* iPad */
    .five.columns {
        width: 100%;
    }
    .section.subhero .customcopyblock {
        margin-top: -120px;
        left: 8%;
        width: 85%;
    }
    .section.subhero .tax-callout {
        position: relative;
        left: 8%;
        width: 85%;
    }
    .section.subhero .quote {
        padding-bottom: 50px;
    }
    .section.subhero .quote .copy {
        /* padding: 90px; */
    }
    .section.subhero .seven.columns {
        width: 92%;
    }
}

@media (max-width: 599px) {
    /*  Mobile Portrait  */
    .section.subhero {
        padding-bottom: 0px;
    }
    .section.subhero .container-skel {
        width: 100%;
    }
    .section.subhero .customcopyblock { 
        background: #4d5659;
        backdrop-filter: blur(15px);
        margin-top: -100px;
        left: 0px;
        width: 100%;
        padding: 60px 40px;
    }
    .section.subhero .customcopyblock .cta {
        text-align: left;
    }
    .section.subhero .tax-callout {
        position: relative;
        left: 0px;
        width: 100%;
        padding: 20px;
        margin: 20px 0px 0px 0px;
    }
    .section.subhero .tax-callout .two.columns {
        width: 23%;
    }
    .section.subhero .tax-callout .ten.columns {
        width: 75%;
        margin-left: 0%;
    }
    .section.subhero .quote .copy {
        font-family: 'LG EI Headline Regular';
        font-weight: 400;
        font-size: 32px;
        line-height: 120%;
        margin-top: 150px;
        padding: 75px 75px 0px 75px;
        color: #E9473A;
        margin: 150px 0px 75px 0px;
    }
    .section.subhero .overlay-card-copy-right {
        position: absolute;
        width: 90%;
        left: inherit;
        padding: 0%;
        height: auto;
        right: inherit;
        bottom: 15.5% !important;
    }
    .section.subhero .overlay-card {
        padding: 0px 10px 50px 10px;
    }
    .section.subhero .tax-callout img {
        padding: 25px 15px 15px 15px;
        width: 80%;
        margin: 0 auto;
        display: inline-block;
    }
}



/* section comfort */
.section.comfort .row.icons .copy {
    font-family: 'LG EI Headline Regular';
    font-size: 14px;
    line-height: 19px;
    color: #39383b;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section.comfort .row.icons .two.columns {
    width: 15.333333%;
    margin-left: 5%;
}
.section.comfort .row.icons .two.columns img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.section.comfort .row.icons .two.columns:first-child {
    margin-left: 0%;
}
.section.comfort .twelve.columns {
    width: 92%;
    margin-left: 4%;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* Tablet */
    .section.comfort .seven.columns {
        width: 92%;
    }
    .section.comfort .seven.columns .copyblock {
        padding-top: 50px;
        text-align: center;
    }
    .section.comfort .row.icons .two.columns {
        width: 20.333333%;
    }
    .section.comfort .five.columns {
        width: 92%;
        padding-top: 25px;
    }
}
@media (max-width: 599px) {
    /*  Mobile Portrait  */
    .section.comfort .row.icons .two.columns {
        width: 27%;
        margin-left: 15%;
    }
    .section.comfort .row.icons .two.columns:last-child {
        width: 27%;
        margin-left: 14%;
    }
    .section.comfort {
        padding-bottom: 30px;
    }
    .section.comfort .seven.columns {
        padding-bottom: 30px;
    }
    .section.comfort .row.icons .copy {
        font-size: 12px;
        line-height: 17px;
    }
    .section.comfort .row.icons .two.columns:first-child {
        margin-left: 15%;
    }
    .section.comfort .row.icons .two.columns img {
        width: 100%;
    }
    .section.comfort .twelve.columns {
        width: 100%;
        margin-left: 0%;
    }
}


/* section signup */
.section.signup .container-skel {
    background-color: #F9F5F1;
    padding: 75px 0px;
}

/* section products */
.section.products .container-skel {
    background-color: #f9f7f4;
    padding-bottom: 50px;
    border-radius: 50px;
}



/* section solutions */
.section.solutions .five.columns.left .title {
    padding-top: 25px;
}
.section.solutions .five.columns.left .title h2,
.section.solutions .seven.columns.right .title h2 {
    font-size: 24px;
    line-height: 28px;
}
.section.solutions .seven.columns.right .copyblock {
    padding-top: 50px;
}
.section.solutions .five.columns.left .copy,
.section.solutions .seven.columns.right .copy {
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    color: #767678;
}
.section.solutions .seven.columns.right .row {
    min-height: 300px;
}
.section.solutions .seven.columns.right {
    margin-left: 1%;
}
.section.solutions .seven.columns.right .row .six.columns {
    margin-left: 2%;
}
.section.solutions .five.columns.left {
    width: 37.333333%;
    margin-left: 5%;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* Tablet */
    .section.solutions .ten.columns {
        width: 95.666667%;
        margin-left: 2.666667%;
    }
    .section.solutions .seven.columns.right .row .six.columns {
        margin-left: 0%;
        width: 100%;
    }
    .section.solutions .five.columns.left {
        width: 47%;
        margin-left: 1%;
    }
    .section.solutions .seven.columns.right {
        width: 47%;
        margin-left: 3%;
    }
    .section.solutions .seven.columns.right .title h2 {
        padding: 15px 0;
    }
    .section.solutions .seven.columns.right .copyblock {
        padding: 10px 0 20px 0px;
    }
}
@media (max-width: 599px) {
    /*  Mobile Portrait  */
    .section.solutions .row { 
        --bs-gutter-x: 0rem;
    } 
    .section.solutions .five.columns.left {
        width: 100%;
        margin-left: 0%;
    }
    .section.solutions .copyblock {
        padding-bottom: 50px;
    }
    .section.solutions .seven.columns.right {
        margin-left: 0%;
    }
    .section.solutions .seven.columns.right .row .six.columns {
        margin-left: 0%;
    }
}


/* section accordion-tab-section  */
.section.accordion-tab-section {
    padding-bottom: 60px;
}
.section.accordion-tab-section .twelve.columns.for-desktop {
    width: 92%;
    margin-left: 4%;
}
.section.energycalculator {
    padding-bottom: 110px;
}




.energyoptions {
    display: block;
}
.energyoptions image {
    display: block;
}

/* .fade:not(.show) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}
.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
} */



#button2-alt,
.dos-main-img-prod-img,
.dos-copy,
.tres-copy,
.tres-main-img-prod-img,
.dos-main-img,
.tres-main-img {
   display: none;
   /* visibility: hidden; */
   animation: fade 1s;
}
@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.section.energycalculator .twelve.columns.energy {
    width: 92%;
    margin-left: 4%;
}
.section.accordion-tab-section .three.columns.accordionwrap {
    width: 30%;
}
.hide {
    display: none;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* Tablet */
    .section.accordion-tab-section .three.columns.accordionwrap {
        width: 53%;
    }
    .section.accordion-tab-section .eight.columns.offset-by-two.columns {
        width: 83.333333%;
        margin-left: 8.333333%;
    }
    .section.accordion-tab-section {
        padding-bottom: 160px;
    }
}
@media (max-width: 599px) {
    /*  Mobile Portrait  */
    .section.accordion-tab-section {
        padding-bottom: 0px;
        min-height: 1250px;
    }
    .section.accordion-tab-section .three.columns.accordionwrap {
        width: 100%;
        z-index: 10;
        position: absolute;
    }
    .section.accordion-tab-section .sectitle {
        text-align: left;
        padding: 40px 0px;
    }
    .section .sectitle h2 {
        text-align: left;
        font-size: 36px;
        line-height: 108%;
    }
}

.marker span {
    font-family: 'LG EI Headline Semibold';
    margin-left: 20px;
}
.marker {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%; /* 14.82px */
    letter-spacing: -0.52px;
    color: rgba(27, 26, 30, 0.87);

    float: right;
    margin: -310px 0 0 65%;
    position: absolute;

    animation: 1s fadeIn;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;

    visibility: hidden;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* Tablet - iPad */
    .marker {
        margin: -250px 0 0 61%;
    }
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
	/* Tablet - iPad Pro */
    .marker {
        margin: -250px 0 0 70%;
    }
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
	/* Tablet - iPad Pro */
    .marker {
        margin: -250px 0 0 67%;
    }
}
@media (max-width: 599px) {
/*  Mobile Portrait  */
    .marker {
        margin: -60px 0 0 40%;
        text-align: right;
        z-index: 9999;
    }
    .marker img {
        width: 75%!important;
    }
    .accordion-thumb.active.show .marker {
        z-index: 50;
        position: relative!important;
    }  
    .accordion-body .six.columns {
        width: 48%;
        margin-left: 2%;
    }
}




.energyoptions .overlay-card-copy-left {
    width: 30%;
    border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
    background: rgba(30, 41, 46, 0.70);
    backdrop-filter: blur(15px);
    padding: 40px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    top: 5rem;
    left: 5rem;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2) {
    /* Tablet - iPad */
    .energyoptions .overlay-card-copy-left {
        width: 50%;
    }
}
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) 
and (-webkit-min-device-pixel-ratio: 2) {
    /* Tablet - iPad Pro */
    .energyoptions .overlay-card-copy-left {
        width: 50%;
    }
}
@media screen and (max-width: 599px) {
    /* mobile hero alternate */
    .energyoptions .overlay-card-copy-left {
        position: relative;
        top: inherit;
        left: inherit;
        padding: 30px 30px 60px 30px;
        height: auto;
        margin-top: -100px;
        width: 100%;
    }
    .energyoptions .overlay-card {
        position: relative;
        display: block !important;
    } 
}

.energyoptions button.checkoutbutton {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 15px 0px;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: left;
    float: left;
    border: none;
    outline: none;
    background: none;
    color: #fff;
    font-family: 'LG EI Headline Semibold';
    font-size: 30px;
    border-bottom: 1px solid #797d7f;
}
.energyoptions button.checkoutbutton::after {
    content: "";
    background-image: url(../images/icon-plus.png);
    background-size: inherit;
    background-repeat: no-repeat;
    height: 40px!important;
    width: 2.3rem!important;
    display: inline-block;
    float: right;
}
.energyoptions  button.checkoutbutton.expanded::after {
    content: "";
    background-image: none;
    background-size: inherit;
    background-repeat: no-repeat;
    height: 40px!important;
    width: 2.3rem!important;
    display: inline-block;
}
.energyoptions button#button1.checkoutbutton::after ,
.energyoptions button#button2-alt.checkoutbutton::after {
    background-image: none;
}





/* section powering-possibilities */
.section.powering-possibilities {
    background-color: #F1F0EA;
    color: #767678;;
}
.section.powering-possibilities h2 {
    color: #000000;;
}
.section.powering-possibilities .tout {
    padding: 25px;
    background-color: #fff;
    margin: 0px 0px 30px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* box-shadow: 0px 1px 2px rgba(27, 26, 30, 0.15); */
    box-shadow: rgba(27, 26, 30, 0.1) 0px 1px 1px;
    width: 100%;
}
/* .section.powering-possibilities .tout.full {
    width: 98%;
} */



.section.powering-possibilities .tab-content {
    background-color: #fff;
    padding: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}



.section.powering-possibilities .title {
    min-height: 35px;
}
.section.powering-possibilities .title h2 {
    font-size: 36px;
    font-style: normal;
    /* font-weight: 550; */
}
.section.powering-possibilities .tout .copy {
    min-height: 100px;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    color: #767678;
}
.section.powering-possibilities .copyblock.tout.full .copy  {
    min-height: 50px;
}
.section.powering-possibilities .tout .title h2 {
    font-size: 24px;
    line-height: 24px;
    font-style: normal;
    padding-bottom: 0px;
}
.section.powering-possibilities .copyblock.tout {
    display: inline-block;
}
.section.powering-possibilities .copyblock.tout .lefty {
    float: left;
    width: 20%;
}
.section.powering-possibilities .copyblock.tout .righty {
    float: right;
    width: 80%;
}
.section.powering-possibilities .six.columns.handraisers {
    width: 51%;
    margin-left: 1%;
}
.section.powering-possibilities .six.columns.callouts {
    width: 43%;
    margin-left: 0%;
}
.section.powering-possibilities .six.columns.callouts .cta {
    padding-bottom: 37px;
}
.section.powering-possibilities .six.columns.callouts .row .six.columns:last-child {
    width: 48%;
    margin-left: 4%;
}
.vertical {
    -ms-writing-mode: tb-rl; /* old syntax, IE */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	max-height: 100vh;
	padding: 0.5em;
	text-align: right;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* Tablet */
    .section.powering-possibilities .six.columns.handraisers {
        width: 100%;
        margin-left: 0%;
    }
    .section.powering-possibilities .six.columns.callouts {
        width: 96%;
        margin-left: 3%;
        margin-top: 50px;
    }
}
@media (max-width: 599px) {
    /*  Mobile Portrait  */
    .section.powering-possibilities .six.columns.callouts .row .six.columns {
        width: 43%;
        margin-left: 5%;
    }
    .section.powering-possibilities .six.columns.callouts .row .six.columns:last-child {
        width: 43%;
        margin-left: 4%;
    }
    .section.powering-possibilities .tout .copy {
        min-height: 190px;
    }
    .vertical {
        -ms-writing-mode: inherit; /* old syntax, IE */
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        max-height: inherit;
        padding: inherit;
        text-align: inherit;
    }
    .section.powering-possibilities .six.columns.callouts .row .twelve.columns {
        width: 90%;
        margin-left: 5%;
    }
    .nav-justified .nav-item {
        -ms-flex-preferred-size: 0;
        flex-basis: auto;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 0;
        text-align: center;
    }
    ul.nav.nav-tabs {
        float: right;
    }
    .section.powering-possibilities .tab-content {
        padding: 20px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
.section.powering-possibilities .row.accordion .two.columns,
.section.powering-possibilities .row.accordion .ten.columns {
   margin: 0px; 
}
.section.powering-possibilities .accord-tog {
    width: 8%;
    float: left;
}
.section.powering-possibilities .accord-bod {
    width: 88%;
    float: left;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* Tablet - iPad */
    .section.powering-possibilities .accord-tog {
        width: 6.5%;
        float: left;
    }
    .section.powering-possibilities .accord-bod {
        width: 90%;
        float: left;
        /* padding-left: 15px; */
    }
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	/* Tablet - iPad Pro */
}

@media (max-width: 599px) {
    /*  Mobile Portrait  */
    .section.powering-possibilities {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .section.powering-possibilities .sectitle {
        padding: 40px 10px 30px 10px;
        text-align: left;
    }
    .section.powering-possibilities .container-skel { 
        width: 100%;
    } 
    .section.powering-possibilities .row.accordion { 
        --bs-gutter-x: 0rem;
    } 
    .section.powering-possibilities .six.columns.handraisers {
        width: 100%;
        margin-left: 0%;
    }
    .section.powering-possibilities .six.columns.callouts {
        width: 100%;
        margin-left: 0%;
        margin-top: 50px;
    }
    .section.powering-possibilities .accord-tog {
        width: 100%;
        float: left;
    }
    .section.powering-possibilities .accord-bod {
        width: 100%;
        float: left;
    }
}


.section.comfort .seven.columns .copyblock {
    margin-top: 60px;
}