@import url('../reset.css');
@import url('../defaults.css');
.live-chat,
#about_click {
    cursor: pointer;
}

.tab-content ul li {
    list-style: disc;
    margin: 10px 30px;
}


/*******************************************
:--- Defaults ---:
*******************************************/

div,
article,
section,
header,
footer,
nav,
li {
    position: relative;
}

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}

body {
    background: #fff;
    font-size: 16px;
    font-family: var(--raleway);
}

section.block {
    padding: 80px 0;
}

.overflow-y {
    overflow-y: hidden;
}

.inner {
    position: relative;
}


/*******************************************
:--- General ---:
*******************************************/

body,
input,
textarea {}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .5em;
}

h1,
.page-title {
    font-size: 3.2em;
    line-height: 1.2 !important;
}

.h1-smaller {
    font-size: 3.1em;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.25em;
}

p {
    margin: 0 0 1.5em;
}

a {
    outline: none;
    color: var(--purple);
}

a:active,
a:focus,
a:hover {
    outline: none;
    color: var(--purple-alt);
}

a.bypass-block {
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}

.bleed-up {
    margin-top: -50px;
}

hr.gold-hr {
    border-top: 2px solid var(--gold);
    opacity: 1;
    margin: 2.5rem 0;
}

hr.purple-hr {
    border-top: 2px solid var(--purple);
    opacity: 1;
    margin: 2.5rem 0;
}

.txt-shadow {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}

.anchor-link {
    height: auto;
    width: 100%;
    clear: both;
    margin-top: -50px;
    position: absolute;
}


/*******************************************
:--- Buttons ---:
*******************************************/

.btn {
    background-color: transparent;
    border: none;
    box-shadow: none !important;
    font-size: 1.5rem;
    font-family: var(--tungsten);
    font-weight: 500;
    padding: 5px 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
}

.btn-arrow {
    position: relative;
    /* display: flex;
    justify-content: center; */
    line-height: normal;
    max-width: 260px;
    padding: 10px 20px;
    -webkit-appearance: initial;
}

.btn-arrow::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f0da';
    font-weight: 900;
    font-size: 1em;
    margin-left: 10px;
}

.btn.btn-hero {
    font-size: 2em;
    background-color: var(--gold-alt) !important;
    color: var(--purple) !important;
}

.btn.btn-hero:hover,
.btn.btn-hero:focus,
.btn.btn-hero:active {
    background-color: var(--gold) !important;
    /* Change this */
}

.btn.btn-purple {
    font-size: 2em;
    background-color: var(--purple) !important;
    color: var(--white) !important;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple:active {
    background-color: var(--purple-alt) !important;
    /* Change this */
}

.btn.btn-purple-alt {
    font-size: 2em;
    background-color: var(--purple-alt) !important;
    color: var(--white) !important;
}

.btn.btn-purple-alt:hover,
.btn.btn-purple-alt:focus,
.btn.btn-purple-alt:active {
    background-color: var(--purple) !important;
    /* Change this */
}


/*******************************************
:--- Header ---:
*******************************************/

header.page-header {
    position: relative;
}

header.page-header .site-logo {
    max-width: 300px;
    height: 65px;
}

header.page-header .site-logo img {
    width: 100%;
}


/* Mobile nav style */

#menu-mobile {
    background-color: var(--gold);
    display: flex;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 5;
    display: none;
}

#menu-mobile .menu-item {
    flex: 1;
    position: relative;
}

#menu-mobile .menu-item>a {
    align-items: center;
    color: var(--black);
    display: flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding: 13px 0;
}


/*******************************************
:--- Hero Section ---:
*******************************************/

.hero-variable-content>div {
    display: none;
}

.hero-wrap {
    background-position: top center;
    background-size: cover;
    margin: 0;
    position: relative;
}

.hero-wrap::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    content: "";
    position: absolute;
    width: 70%;
    top: 0;
    right: 0;
    height: 100%;
}

.hero-wrap .hero-content {
    min-height: 650px;
    height: 75vh;
}

.hero-wrap .video-wrap .hero-content {
    /* min-height: 420px; */
    align-items: center;
}

.hero-wrap .hero-content .subheadline {
    font-size: 1.75em;
}


/* HOME PAGE - VIDEO BACKGROUND */

.video-wrap,
.video-wrap .video-loop,
.video-wrap .video-headline,
.video-wrap .hero-content {
    height: 100%;
    max-height: 650px;
}

.video-wrap {
    display: block;
    overflow: hidden;
    margin-top: 0;
    width: 100%;
    z-index: 0;
}

.video-wrap .video-loop {
    /* Placeholder just to show something until video loads */
    background: url("../../images/ppc/video-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
}

.video-wrap .video-loop:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-wrap .video-headline {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.video-wrap #video-controls {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 4;
}


/* SINGLE BUTTON CSS */

.video-wrap button#playpause {
    border: 2px solid transparent;
    background-image: none;
    background-color: rgba(255, 255, 255, .25);
    padding: 10px;
    color: #FFF;
}

.video-wrap #playpause.play-video .button {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 10px 0px 10px 20px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .75);
    transition: 100ms all ease;
}

.video-wrap #playpause.pause-video .button {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-style: double;
    border-width: 0px 0px 0px 20px;
    border-color: rgba(255, 255, 255, .75);
    transition: 100ms all ease;
}

.video-wrap #playpause.play-video:hover .button {
    border-color: transparent transparent transparent #ffbc2e;
}

.video-wrap #playpause.pause-video:hover .button {
    border-color: #ffbc2e;
}

.video-wrap #playpause:focus {
    border: 2px solid #ffbc2e;
}


/*******************************************
:--- Form ---:
*******************************************/

.form-content h2 {
    font-size: 2.25em;
    z-index: 1;
}

.form-content {
    float: left;
    padding: 0;
}

.form-content .download {
    color: var(--purple-alt);
    cursor: pointer;
}

.form-content .download:hover {
    text-decoration: underline;
}

.form-controls {
    float: left;
    clear: both;
    width: 100%
}

.form .step {
    float: left;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
}

.form .step#step3 {
    margin: 0 0 10px;
}

.form .step:after {
    content: '';
    width: 60%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 20%;
    top: 26px;
    z-index: 0;
}


/* STEPS */

.step-header {
    float: left;
    margin: 0 0 2em;
    width: 100%;
}

.step-header div {
    float: left;
    text-align: center;
    width: 33.3333%;
    z-index: 2;
}

.step-header div span {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    height: 50px;
    padding: 8px 0 0;
    text-align: center;
    width: 50px;
    position: relative;
}

.step-header div.active span {
    background: var(--purple);
    color: #FFF;
    position: relative;
}

.form p.privacy {
    font-size: 12px;
    clear: both;
    padding-top: 20px;
    margin-bottom: 10px;
}

.form p.privacy span {
    color: #CD273C;
}


/* INPUT WRAPS */

.multistep-fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.multistep-fields .input-wrap {
    flex-grow: 1;
    width: 45%;
}


/* LABELS */

.form label {
    font-weight: 700;
    font-size: 1.125em;
    margin: 0 0 10px;
}

.form span.asterisk {
    color: #CD273C;
    margin-left: 5px;
}

.form span.error {
    color: #CD273C;
    font-size: .72222em;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 0 0 0.5em;
    left: 0;
    position: absolute;
    bottom: -25px;
}

.form span.error:after {
    content: none;
}

.form #step3 label {
    display: none;
}


/* INPUTS & SELECT */

.form .select-wrap select {
    white-space: nowrap;
    padding: 12px 60px 10px .96154em;
    font-size: .94444em;
    font-weight: 400;
    display: block;
    border: none;
    border-bottom: 2px solid var(--gold);
    border-radius: 0 !important;
    position: relative;
    z-index: 4;
    width: 100%;
    cursor: pointer;
    background: 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form .select-wrap {
    background-color: var(--offwhite);
    position: relative;
    margin-bottom: 20px;
}

.form .select-wrap:before {
    content: "\25BE";
    color: var(--purple);
    text-align: center;
    line-height: 48px;
    height: 100%;
    width: 48px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form input[type=email],
.form input[type=tel],
.form input[type=text] {
    line-height: 1em;
    border: none;
    border-bottom: 2px solid var(--gold);
    padding: 12px 10px;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
    background: var(--offwhite);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    letter-spacing: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form select:focus {
    outline: var(--gold-alt) solid 1px;
}

.form button:focus {
    outline: var(--gold-alt) solid 1px;
    box-shadow: none;
}

.intl-tel-input {
    margin: 0;
    width: 100%;
}


/* BUTTONS */

.form button.form-control {
    height: auto;
    font-size: 1.25rem;
    line-height: 1;
    white-space: nowrap;
    border-radius: 0.1px;
    display: inline-block;
    text-align: left;
    width: auto;
}


/* Next Button */

.form button#next {
    font-family: var(--tungsten);
    text-transform: uppercase;
    font-size: 2em;
    background-color: var(--purple-alt);
    border-radius: 10px;
    border: 1px solid var(--purple-alt);
    color: var(--white);
    float: right;
    min-width: 170px;
    min-height: 100%;
    padding: 10px 20px;
    -webkit-appearance: initial;
    text-align: center;
    transition: all .2s ease-in-out;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    /* display: flex;
    justify-content: center; */
    line-height: normal;
}

.form button#next::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f0da';
    font-weight: 900;
    font-size: 1em;
    margin-left: 10px;
}

.form button#next:hover {
    text-decoration: none;
    border-color: var(--purple);
    background-color: var(--purple);
}


/* Previous Button */

.form button#previous {
    background-color: transparent;
    border: none;
    color: var(--dark);
    float: unset;
    font-size: 0.875em;
    padding: 0;
    margin-bottom: 20px;
}

.form button#previous:hover {
    color: var(--purple);
    text-decoration: none;
    background-color: transparent;
}


/* Request Button */

.form button#request {
    font-family: var(--tungsten);
    text-transform: uppercase;
    font-size: 2em;
    background-color: var(--purple-alt);
    border-radius: 10px;
    border: 1px solid var(--purple-alt);
    color: var(--white);
    float: unset;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    transition: all .2s ease-in-out;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.form button#request:hover {
    text-decoration: none;
    border-color: var(--purple);
    background-color: var(--purple);
}


/* Input restyling */

.form #step3 .input-wrap:after {
    color: #CD273C;
    content: '*';
    position: absolute;
    right: -12px;
    top: -6px;
    font-weight: 600;
}


/* Chrome */

.form #step3 :focus::-webkit-input-placeholder {
    opacity: 0.5;
}

.form #step3 :-ms-input-placeholder {
    /* IE 10+ */
    color: #5a5a5a;
    transition: opacity 250ms ease-in-out;
}

.form #step3 :focus:-ms-input-placeholder {
    opacity: 0.5;
}

.form #step3 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5a5a;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

.form #step3 :focus::-moz-placeholder {
    opacity: 0.5;
}

.form #step3 :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #5a5a5a;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

.form #step3 :focus:-moz-placeholder {
    opacity: 0.5;
}

p.tcpa {
    font-size: 12px;
}


/* Radio & Address wraps for mailing information */

.form #step3 .radio-wrap,
.form #step3 .address-wrap {
    width: 100%;
    display: block;
}

.form #step3 .radio-wrap label {
    display: unset;
}

.form #step3 .address-wrap .input-wrap:after {
    display: none;
}


/* sms opt-in */

.sms-opt-in-container {
    display: block;
    clear: both;
}

#ai-opt-in,
#sms-opt-in {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0 !important;
}

#sms-opt-in {
    margin-bottom: 10px !important;
}

#ai-opt-in input,
#sms-opt-in input {
    margin-top: 6px !important;
}

#ai-opt-in label,
#sms-opt-in label {
    display: unset !important;
    margin: 0 0 0 10px !important;
    text-transform: unset !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}


/* Popover */

.popover {
    background: var(--purple);
    border: 1px solid var(--purple) !important;
    color: var(--white);
    padding: 6px;
    text-align: center;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.popover-body {
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-bottom-color: var(--purple);
    border-top-color: var(--purple);
}


/* Benefits Section */

.program-benefits .icon {
    min-width: 90px;
}


/* benefits-full-width */

.benefits-full-width .benefit-item .icon {
    height: 100px;
    width: auto;
}

.benefits-full-width .benefit-item .icon img {
    max-width: 90px;
    max-height: 100px;
}


/* Quick Facts Section */

.quick-facts {}


/*******************************************
:--- Main Content ---:
*******************************************/

.content-wrap {}

.nav-tabs li a {
    background: #f6f6f6;
}

.nav-tabs li a:hover {
    background: #eee;
    text-decoration: none;
}

ul.gold-list {
    margin-left: 2em;
}

ul.gold-list li {
    position: relative;
    margin-bottom: 1em;
}

ul.gold-list li::before {
    content: "\2022";
    font-weight: 900;
    color: var(--gold);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: bottom;
}

ul.double-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}


/*******************************************
:--- Tabs Section ---:
*******************************************/

.nav-pills .nav-link {
    color: var(--black);
    border-radius: 0;
    margin: 0;
    padding: 15px 20px;
}

.tabs-section .nav-pills .nav-link.active,
.tabs-section .nav-pills .show>.nav-link {
    background-color: var(--offwhite);
    color: var(--purple);
    border-left: 2px solid var(--purple);
}


/*******************************************
:--- Brochure Modal ---:
*******************************************/

.brochure-modal {
    left: -20%;
}

@media (max-width: 992px) {
    .brochure-modal {
        left: unset;
    }
}

.brochure-modal .modal-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.brochure-modal .modal-header .icon img {
    width: 60px;
    max-height: 100px;
}

.brochure-modal .modal-header .btn-close {
    top: 25px;
    position: absolute;
    right: 25px;
}

.brochure-modal .modal-body .icon img {
    width: 45px;
    max-height: 45px;
}

.brochure-modal .modal-footer {
    border-top: 0;
}


/*******************************************
:--- Footer ---:
*******************************************/

footer {
    font-size: 14px;
}

footer .footer-logo {
    max-width: 250px;
    height: auto;
}

footer a {
    color: var(--white);
    text-decoration: underline;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: var(--gold);
}


/*******************************************
:--- Wistia Video Thumbnail Fix ---:
*******************************************/
.wistia_embed div[data-handle="thumbnail"],
.wistia_embed div[data-handle="thumbnail"] * {
	height: 100%;
}

/*******************************************
:--- Media Queries ---:
*******************************************/


/* Large Displays */

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1440px) {
    h1,
    .page-title {
        font-size: 2.9em;
    }
}

@media (max-width: 1200px) {
    .hero-wrap .hero-content .subheadline {
        font-size: 1.4em;
    }
    .video-wrap .video-loop:before {
        background: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    }
}

@media (max-width: 992px) {
    h1,
    .page-title,
    .h1-smaller {
        font-size: 2.5em;
    }
    .hero-wrap .hero-content {
        min-height: 550px;
    }
    .bleed-up {
        margin-top: 40px;
    }
    .hero-wrap {
        background-position: top left 20%;
    }
    .hero-wrap::before {
        width: 100%;
        background: rgba(0, 0, 0, .3);
    }
    .video-wrap,
    .video-wrap .video-loop,
    .video-wrap .video-headline,
    .video-wrap .hero-content {
        max-height: unset;
    }
    .hero-wrap .video-wrap .hero-content {
        min-height: 350px;
    }
    #menu-mobile {
        display: block;
    }
    ul.double-col {
        columns: unset;
        -webkit-columns: unset;
        -moz-columns: unset;
    }
}

@media (max-width: 767px) {
    section.block {
        padding: 40px 0;
    }
}

@media (max-width: 640px) {
    .multistep-fields .input-wrap {
        width: 100%;
        display: inline-block;
        margin-bottom: 0;
        position: relative;
    }
    .video-wrap .video-loop::before {
        background: transparent;
    }
    .video-wrap .video-headline {
        background: var(--purple);
        position: relative;
        padding: 30px 0;
    }
}

@media (max-width: 480px) {}

@media (max-width: 320px) {}


/*******************************************
:--- Safari Fixes ---:
*******************************************/


/* Safari 10.1+ */


/* @media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .btn-arrow::after {
            font-size: 1.2em;
        }

        .form button#next::after {
            font-size: 1.2em;
        }
    }
} */


/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .tooltip,
.ie8 .tooltip {
    display: none !important
}

.ie7 label,
.ie8 label,
.ie9 label {
    display: block !important;
}

.ie7 .required-ast-nolabel,
.ie8 .required-ast-nolabel,
.ie9 .required-ast-nolabel {
    display: none;
}