@font-face {
    font-family: "apis-light";
    font-style: normal;
    src: url("/content/dam/liveunlimited/fonts/apis-web/woff-2-tt/ApisWeb-Light.woff2") format("woff2"), url("/content/dam/liveunlimited/fonts/apis-web/woff-tt/ApisWeb-Light.woff") format("woff"), url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/ApisWeb-Light.eot") format("eot")
}

@font-face {
    font-family: "Apis-Regular";
    font-style: normal;
    /* src: url("/content/dam/liveunlimited/fonts/apis-web/woff-2-tt/ApisWeb-Regular.woff2") format("woff2"), url("/content/dam/liveunlimited/fonts/apis-web/woff-tt/ApisWeb-Regular.woff") format("woff"), url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/ApisWeb-Regular.eot") format("eot") */
    src: url("/content/dam/liveunlimited/fonts/apis-web/Apis-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "apis-med";
    font-style: normal;
    src: url("/content/dam/liveunlimited/fonts/apis-web/woff-2-tt/ApisWeb-Medium.woff2") format("woff2"), url("/content/dam/liveunlimited/fonts/apis-web/woff-tt/ApisWeb-Medium.woff") format("woff"), url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/ApisWeb-Medium.eot") format("eot")
}

@font-face {
    font-family: "Apis-Bold";
    font-style: normal;
    /* src: url("/content/dam/liveunlimited/fonts/apis-web/woff-2-tt/ApisWeb-Bold.woff2") format("woff2"), url("/content/dam/liveunlimited/fonts/apis-web/woff-tt/ApisWeb-Bold.woff") format("woff"), url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/ApisWeb-Bold.eot") format("eot") */
    src: url("/content/dam/liveunlimited/fonts/apis-web/Apis-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "apis-italic";
    font-style: normal;
    src: url("/content/dam/liveunlimited/fonts/apis-web/woff-2-tt/ApisWeb-Italic.woff2") format("woff2"), url("/content/dam/liveunlimited/fonts/apis-web/woff-tt/ApisWeb-Italic.woff") format("woff"), url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/ApisWeb-Italic.eot") format("eot")
}

@font-face {
    font-family: "apis-light-italic";
    font-style: normal;
    src: url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/ApisWeb-LightItalic.woff2") format("woff2"), url("/content/dam/liveunlimited/fonts/apis-web/woff-tt/ApisWeb-LightItalic.woff") format("woff"), url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/ApisWeb-LightItalic.eot") format("eot")
}

@font-face {
    font-family: "apis-medium-italic";
    font-style: normal;
    src: url("/content/dam/liveunlimited/fonts/apis-web/woff-2-tt/ApisWeb-MediumItalic.woff2") format("woff2"), url("/content/dam/liveunlimited/fonts/apis-web/woff-tt/ApisWeb-MediumItalic.woff") format("woff"), url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/eot/ApisWeb-mediumItalic.eot") format("eot")
}

@font-face {
    font-family: "apis-bold-italic";
    font-style: normal;
    src: url("/content/dam/liveunlimited/fonts/apis-web/woff-2-tt/ApisWeb-BoldItalic.woff2") format("woff2"), url("/content/dam/liveunlimited/fonts/apis-web/woff-tt/ApisWeb-BoldItalic.woff") format("woff"), url("/content/dam/liveunlimited/fonts/apis-web/eot-tt/ApisWeb-BoldItalic.eot") format("eot")
}

:root {
    --base-primary-font: "Apis-Regular", sans-serif;
    --base-primary-font-light: "apis-light", sans-serif;
    --base-primary-font-med: "apis-med", sans-serif;
    --base-primary-font-bold: "Apis-Bold", sans-serif;
    --top-nav-height: 200px;
    --globalnavigation-height: 65px
}

.root {
    overflow-x: hidden
}

body {
    border-top: 12px solid #E6553F;
}

body * {
    font-family: var(--base-primary-font) !important;
}

h1,h2{
    font-family: var(--base-primary-font-bold) !important;
}

.cope-core-text p {
    font-size: 22px;
    line-height: 27px;
}

.cope-core-text.header-text .font-footnote {
    font-size: 16px;
}

.cope-core-text.header-text p {
    margin: 0;
}

.cope-core-navigation-global .cope-core-navigation-global-content nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

.cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container .cope-core-navigation-global-column.cope-core-navigation-global-col-links {
    width: 100%;
}

.cope-core-navigation-global .cope-core-navigation-global-content nav a {
    border-radius: 48px;
    background: #F6BA2F;
    padding: 10px 20px;
    color: #000;
    display: flex;
    width: 320px;
    margin-right: 0;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    font-family: var(--base-primary-font);
}

.cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container {
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 24px;
}

.cope-core-navigation-top.cope-core-navigation-top-static {
    display: none;
}

.cope-core-section.section-1 .section1-container .cope-core-container-content>div>.aem-Grid.aem-Grid--12 {
    position: absolute;
    bottom: 0;
    max-width: 1160px;
}

.cope-core-column-container.cope-core-column-col-two.column-up {
    margin-top: -50px;
}

.cope-core-text.margin-0 p {
    margin: 0;
}

.cope-core-text.margin-0 p .font-footnote {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.cope-core-text h1 {
    font-size: 64px;
    margin: 0;
    line-height: 60px;
}

.cope-core-text.no-margin p {
    margin-bottom: 0;
}


.cope-core-section.section-2 {
    background-size: 100% 100%;
    margin-left: 20%;
    margin-right: 0px;
    padding: 24px 60px;
    margin-top: 10px;
}

.cope-core-section.section-2 .cope-core-column.cope-core-column-one .image {
    padding-top: 34px;
    width: 70%;
}

.cope-core-text.quote-section {
    margin-bottom: -30px;
}

.cope-core-section.section-2 .font-footnote em {
    font-size: 16px;
    font-weight: 400;
}

.cope-core-text h2 {
    font-size: 40px;
    line-height: 48px;
}

.cope-core-section.section-3 .cope-core-column.cope-core-column-two .image {
    margin-top: -20px;
}

.cope-core-section.section-3 .cope-core-text h1 {
    margin: 30px 0;
    line-height: 65px;
}

.cope-core-section.section-3 .cope-core-text p {
    line-height: 31px;
}

.cope-core-column-container.left-column-full {
    margin-left: -3.5%;
}

.cope-core-section.section-4 .text:first-child {
    width: 60% !important;
    margin-left: 38% !important;
}

.cope-core-section.section-4 h2 {
    margin: 20px 0;
}

.cope-core-section.section-4 {
    padding-left: 15px;
}

.cope-core-section.section-5 .cope-core-column-one .section {
    margin-left: 0;
}

.cope-core-section.section-5 .cope-core-column-one .cope-core-section {
    background-size: 80% 100%;
    padding-left: 70px;
    background-position: left;
}

.cope-core-section.section-5 .cope-core-column-one .cope-core-section .text h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 59px;
    padding: 15px 0;
}

.cope-core-text.lineheight-70 p {
    font-size: 24px;
    line-height: 40px;
}

.cope-core-text.lineheight-70 {
    padding-right: 90px;
}

.cope-core-text.insta-section h2 {
    margin: 0;
    font-size: 55px;
    line-height: 50px;
}

.cope-core-text.insta-section p {
    font-size: 24px;
    line-height: 30px;
}

.cope-core-text.insta-section {
    margin-left: 8%;
}

.cope-core-text.insta-section p:last-child {
    padding-right: 40px;
}

#yellow-button {
    background-color: #F6BA2F;
    border: none;
    border-radius: 45px;
    width: 260px;
    height: 44px;
    font-size: 16px;
    color: #001965;
    margin-left: 8%;
}

.footer .cope-core-column.cope-core-column-one .text {
    width: auto;
    margin-left: 0;
    padding-right: 0;
}

.footer .cope-core-column.cope-core-column-one .text a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer .cope-core-column.cope-core-column-one .image {
    padding-left: 0;
    margin-top: 4px;
}

.footer .cope-core-column.cope-core-column-one .image img {
    height: 24px;
}

.footer .cope-core-column.cope-core-column-one .text h3 {
    font-size: 24px;
    margin: 0;
}

.footer .cope-core-column.cope-core-column-one .aem-Grid.aem-Grid--12 {
    display: flex !important;
    align-items: center;
}

.cope-core-footer .cope-core-footer-footnotes p strong {
    font-weight: 700;
}

.footer .cope-core-column.cope-core-column-three .aem-Grid--12 {
    display: flex !important;
    justify-content: right;
}

.footer .cope-core-column.cope-core-column-three .image {
    width: auto;
}

.footer .cope-core-column.cope-core-column-three .text {
    width: auto;
}

.footer .cope-core-column.cope-core-column-three .text p {
    font-size: 16px;
    margin: 0;
}

.cope-core-footer .cope-core-footer-footnotes p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.cope-core-footer .cope-core-footer-text ul li a {
    font-size: 14px;
    line-height: 20px;
}

.cope-core-section.second-nav .cope-core-navigation-global {
    display: none;
}

.cope-core-navigation-top .cope-core-navigation-global-mobile:before {
    display: none !important;
}

.smile-section .cope-core-column-container.cope-core-column-col-two.column-up {
    align-items: flex-end;
}

section#second-nav-sticky {
    position: fixed;
    top: 60px;
    right: 8%;
    z-index: 10;
    width: 92%;
    display: none;
}

body.cope-core-scroll-lock {
    overflow-y: auto;
    overflow-x: hidden;
}

.lineheight-59 {
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-static {
        display: block;
        background: none;
        position: absolute;
        top: 120px;
    }

    .cope-core-section.second-nav .cope-core-navigation-top button.cope-core-navigation-top-mobile-only {
        display: block !important;
        background: #F6BA2F;
        color: #001965;
        width: 50px;
        height: 66px;
        border: none;
        border-radius: 50px;
    }

    .cope-core-section.second-nav .cope-core-navigation-top .cope-core-navigation-top-mobile-only span:first-child {
        width: 60%;
        display: block;
        height: 4px;
        background: #001965;
        top: 13px;
        position: absolute;
        left: 20%;
        right: 20%;
        border-radius: 4px;
    }

    .cope-core-section.second-nav .cope-core-navigation-top .cope-core-navigation-top-mobile-only span:last-child {
        width: 60%;
        display: block;
        height: 4px;
        background: #001965;
        bottom: 13px;
        position: absolute;
        left: 20%;
        right: 20%;
        border-radius: 4px;
    }

    .cope-core-section.second-nav .cope-core-navigation-top .cope-core-navigation-top-mobile-toggle:before,
    .cope-core-section.second-nav .cope-core-navigation-top .cope-core-navigation-top-mobile-toggle:after {
        width: 60%;
        background: #001965;
        border-radius: 4px;
    }

    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-open .cope-core-navigation-top-mobile-toggle:before,
    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-open .cope-core-navigation-top-mobile-toggle:after {
        background: #F6BA2F;
        width: 80%;
    }

    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-open .cope-core-navigation-top-mobile-only span:first-child,
    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-open .cope-core-navigation-top-mobile-only span:last-child {
        display: none;
    }

    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-open button.cope-core-navigation-top-mobile-only {
        background: transparent;
    }

    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-open .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile {
        display: block !important;
        margin-top: 40px;
    }

    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-open .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile a {
        background: none !important;
        font-size: 24px;
        font-weight: 700;
        line-height: 33px;
        padding-bottom: 0;
        text-align: right;
        padding-right: 0;
    }

    .cope-core-section.second-nav .cope-core-navigation-top.cope-core-navigation-top-static .cope-core-navigation-top-container {
        flex-direction: column-reverse;
        align-items: end;
    }

    .cope-core-section.second-nav .cope-core-navigation-top .cope-core-navigation-top-additional-content {
        display: none;
    }

    .cope-core-footer .cope-core-footer-text ul li a::after {
        right: 0.5px;
    }
}

@media screen and (min-width: 1440px) {
    .cope-core-column-container.left-column-full {
        margin-left: 2.5%;
    }

    .cope-core-section.section-5 .cope-core-column-one .cope-core-section {
        padding-left: 15%;
    }
}

@media screen and (max-width: 767px) {
    section#second-nav-sticky {
        display: none !important;
    }

    .cope-core-navigation-top.cope-core-navigation-top-static.sticky {
        position: fixed;
    }

    .cope-core-navigation-top.cope-core-navigation-top-static {
        display: block;
    }

    .cope-core-navigation-top .cope-core-navigation-top-mobile-toggle {
        color: #001965;
    }

    .cope-core-navigation-top .cope-core-navigation-top-mobile-toggle:before,
    .cope-core-navigation-top .cope-core-navigation-top-mobile-toggle:after {
        background: #001965;
    }

    body {
        border-top: none;
    }

    .cope-core-navigation-top .cope-core-navigation-global-mobile a {
        font-size: 16px;
    }

    .cope-core-text.margin-0 p .font-footnote {
        font-size: 12px;
        line-height: 12px;
    }

    .cope-core-text p {
        font-size: 16px;
        line-height: 22px;
    }

    .cope-core-text h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .cope-core-container.full-width-container {
        padding: 10px 0 60px 0;
        position: relative;
    }

    .cope-core-section.section-2 {
        margin: 0 -30px;
        padding: 24px 30px;
    }

    .cope-core-container.full-width-container:before {
        content: "";
        background: #c59526;
        position: absolute;
        width: 100%;
        top: 200px;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .cope-core-section.section-3 .columns {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 25px;
    }

    .cope-core-text h2 {
        font-size: 24px;
    }

    .cope-core-section.section-3 .cope-core-column.cope-core-column-two {
        order: 1;
    }

    .cope-core-section.section-3 .columns .cope-core-column-container .cope-core-column-one {
        order: 2;
    }

    .cope-core-section.section-3 .cope-core-column.cope-core-column-two .image {
        padding: 0;
    }

    .cope-core-section.section-3 .cope-core-column.cope-core-column-two .image img {
        width: 110px;
    }

    .cope-core-section.section-3 .cope-core-column.cope-core-column-one .text h2 {
        margin-top: 0;
    }

    .cope-core-section.section-2 .text {
        text-align: center;
    }

    .cope-core-section.section-4 .text {
        width: 80% !important;
        margin-left: 10% !important;
    }

    .cope-core-section.section-5 .cope-core-column-one .cope-core-section {
        padding-left: 0;
        background-size: 100% 100%;
    }

    .cope-core-section.section-5 .cope-core-column-one .cope-core-section .text h2 {
        margin-top: 0px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 30px;
        padding: 15px 0 15px 30px;
    }

    .cope-core-text.lineheight-70 {
        padding-right: 35px;
    }

    .cope-core-text.lineheight-70 p {
        font-size: 16px;
        line-height: 22px;
    }

    .cope-core-section.section-5 .cope-core-column-two .image img {
        width: 100px;
    }

    .cope-core-section.section-5 .cope-core-column-two .image {
        margin-top: 0px;
    }

    .cope-core-text.insta-section {
        margin-left: 0%;
    }

    .cope-core-text.insta-section h2 {
        margin: 0;
        font-size: 24px;
        line-height: 33px;
        text-align: right !important;
    }

    .cope-core-text.insta-section p {
        font-size: 16px;
        text-align: right !important;
        line-height: 22px;
    }

    #yellow-button {
        margin: 0 auto;
    }

    .footer .cope-core-column.cope-core-column-one .text {
        width: auto;
        text-align: center;
    }

    .footer .cope-core-column.cope-core-column-one .image {
        width: auto;
        text-align: center;
    }

    .cope-core-column-container.share-link .cope-core-column-one .aem-Grid.aem-Grid--12 {
        justify-content: center;
    }

    .footer .cope-core-column.cope-core-column-one .image .cope-core-image__wrapper {
        margin: 15px auto;
        display: table;
    }

    .footer .cope-core-column.cope-core-column-one .text h3 {
        font-size: 20px;
    }

    .footer .cope-core-column.cope-core-column-three .text {
        margin-left: 0;
    }

    .footer .cope-core-column.cope-core-column-three .aem-Grid--12 {
        justify-content: center;
        margin: 15px 0;
    }

    .cope-core-footer .cope-core-footer-text ul {
        border: none;
        display: inline-block;
        column-count: auto;
        margin: 14px -20px;
    }

    .cope-core-footer .cope-core-footer-text ul li a {
        padding: 5px !important;
    }

    .cope-core-footer .cope-core-footer-footnotes p strong {
        font-size: 16px;
        font-weight: 700;
    }

    .cope-core-footer-logo {
        padding-top: 40px;
        text-align: right;
    }

    .cope-core-text.header-text p {
        text-align: left !important;
    }

    .cope-core-footer .cope-core-footer-text ul li a::after {
        width: 1.4px;
        height: 50%;
    }

    .cope-core-footer .cope-core-footer-text ul li {
        display: inline-block;
        padding: 0 15px;
    }

    .cope-core-text.header-text .font-footnote {
        font-size: 6px;
    }

    .cope-core-section.section-1 .cope-core-column-container .text p {
        text-align: left !important;
    }

    .cope-core-section.section-1 .cope-core-navigation-top .cope-core-navigation-top-links-container {
        background: transparent;
    }

    .cope-core-section.section-1 .cope-core-navigation-top .cope-core-navigation-global-mobile a {
        background: #FFFADB;
        color: #001965;
        font-weight: 700;
        margin: -1px 0 0 0;
        padding: 0 22px 20px;
        line-height: 24px;
        font-family: var(--base-primary-font-bold) !important;
    }

    .cope-core-section.section-1 .cope-core-navigation-top .cope-core-navigation-global-mobile a:first-child {
        padding-top: 20px;
    }

    .cope-core-section.second-nav .topnavigation {
        display: none !important;
    }

    .cope-core-section.section-2 .cope-core-column.cope-core-column-one .image {
        width: 100%;
    }

    .cope-core-text.quote-section {
        margin-bottom: 0;
    }

    .cope-core-text.quote-section p {
        font-size: 18px;
        line-height: 25px;
    }

    .cope-core-section.section-2 .cope-core-column.cope-core-column-two .image+.text {
        width: 100%;
    }

    .cope-core-column-container.left-column-full {
        margin-left: 0;
    }

    .cope-core-section.section-3 .cope-core-text h1 {
        margin: 0 0 30px 0;
        line-height: 33px;
        font-size: 24px;
    }

    .cope-core-section.section-3 .cope-core-text p {
        font-size: 16px;
        line-height: 22px;
    }

    .cope-core-section.section-4 .text:first-child {
        width: 98% !important;
        margin-left: 0% !important;
    }

    .cope-core-section.section-4 h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .cope-core-text.margin-0.new-color p .font-footnote {
        font-size: 10px;
        color: #001A6A;
    }

    .cope-core-section.smile-section h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .cope-core-section.section-5 .cope-core-column-one .section {
        margin-left: 15px;
    }

    .cope-core-section.section-1 {
        background-size: 100%;
        background-position: center 65px;
    }

    #second-section {
        background-position: center top;
    }

    .cope-core-section.smile-section {
        background-position: center top;
    }

    .cope-core-section.section-5 {
        background-position: center top;
    }

    .font-size-24 p strong {
        font-size: 15px;
        line-height: 22px;
    }

    .lineheight-59 * {
        font-size: 15px;
        line-height: 22px;
    }

    .lineheight-59 {
        padding-top: 25px;
    }

    .insta h2 {
        font-size: 24px !important;
    }

    .cope-core-text.insta-section p:last-child {
        padding-right: 0px;
    }

    .cope-core-section.section-1 .cope-core-column-container .text p .font-footnote {
        line-height: 10px;
    }

    .cope-core-footer .cope-core-footer-logo .cope-core-footer-mobile-logo {
        display: block !important;
    }

    .cope-core-footer .cope-core-footer-logo .cope-core-footer-desktop-logo {
        display: none !important;
    }

    .smile-section .cope-core-column-container.cope-core-column-col-two.column-up .cope-core-column-two .text:last-child .font-footnote {
        padding-left: 50px;
        line-height: 18px;
    }
    .smile-section .cope-core-column-container.cope-core-column-col-two.column-up{
        padding-bottom: 24px;
    }
}