nav {
    /* background-image: -webkit-linear-gradient(left, #003b57 0%, #7e2d68 100%);
    background-image: -o-linear-gradient(left, #003b57 0%, #7e2d68 100%);
    background-image: linear-gradient(to right, #003b57 0%, #7e2d68 100%);
    background-repeat: repeat-x; */
    background-color: #4665AF;
    box-shadow: none;
    -webkit-box-shadow: none;
}

nav ul li a {
    font-family: 'korolev', 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.row#hero-row-1 .col {
    padding: 0;
}

#hero {
    margin: 0;
    overflow: hidden;
    position: relative;
}

#hero-row-1 .col {
    flex: 1;
}

#headline-card {
    background-image: url("/assets/images/home-a.jpg");
    background-position: center bottom;
    background-size:cover;
    display: flex;
    align-items: center;
}

#hero.subpage {
    background-image: none;
    background-color: #eaeaea;
}

.h1-thin {
    color: #000;
    font-weight: 300;
}

.h1-thin-light {
    color: #e9e9e9;
    font-weight: 300;
}

#hero-headlines, #faq-headlines, #contact-headlines, #partner-headlines {
    text-align: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    text-align: left;
}

#hero-headlines {
    padding: 50px 20px;
    color: #fff;
    margin-left: 0;
}

#hero-headlines p, .square-card p {
    font-family: 'korolev-condensed', 'Roboto', sans-serif;
    font-size: 21px;
    color: #fff;
    margin-bottom: 5em;
    font-weight: 300;
}

.square-card p {
    font-family: 'korolev', 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5em;
}

#video-holder {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    margin: 0 auto;
}

#video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #d3d5d5;
    background-image: url("/assets/images/home-b.png");
    background-position: center bottom;
    background-size:cover;
}

.subpage #video-holder iframe {
    background-color: #000;
}

#image-holder {
    height: 100%;
}

#image-holder img {
    height: 100%;
    object-fit: cover;
    width: auto;
}

.row#hero-row-1 div#video-placeholder-card {
    /* padding: 10px; */
    /* background-image: url("/assets/images/home-b.png"); */
    /* background-image: url("/assets/images/SBS_HealthIns_Hero_R2.jpg");
    background-position: center center;
    background-size:cover; */
}

#video-placeholder {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    margin: 0 auto;
}

#video-placeholder img {
    /* height: 315px;
    width: 560px; */
    /* opacity: .5;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out; */
}

/* #video-placeholder img:hover {
    opacity: 1;
} */


#hero-row-1 {
    margin-bottom: 0;
}
#hero-row-2 {
    margin-bottom: 75px;
    background: #d3d5d5;
}

.hero-content {
    position: relative;
    z-index: 2;
}

#cta-card {
    text-align: center;
    padding: 12px 0;
}

#cta-card a {
    color: #003b57;
    font-weight: 300;
    text-transform: uppercase;
}

.arrow-right {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 26px;
    height: 14px;
    background-image: url("https://www.asid.org/theme_master/images/arrow-right-black.png");
}
.arrow-right-blue {
    background-image: url("https://www.asid.org/theme_master/images/arrow-right-blue.png");
    height: 16px;
    margin-left: 5px;
}

.square-card {
    position: relative;
    background-color: #d3d5d5;
    min-height: 400px;
}

.square-card#carda {
    background-image: url("/assets/images/carda.png");
    background-position: center bottom;
    background-size:cover;
}

.square-card#cardb {
    background-image: url("/assets/images/cardb.jpeg");
    background-position: center bottom;
    background-size:cover;
}

.square-card#cardc {
    background-image: url("/assets/images/carde.jpeg");
    background-position: center bottom;
    background-size:cover;
}

.square-card#cardd {
    background-image: url("/assets/images/cardd.png");
    background-position: center bottom;
    background-size:cover;
}

.square-card#carde {
    background-image: url("/assets/images/cardc.jpeg");
    background-position: center bottom;
    background-size:cover;
}

.square-card .color-holder {
    position: absolute;
    height: 100%;
    padding: 50px 25px 35px 25px;
    width: 100%;
}

.square-card#carda .color-holder {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, rgba(54, 65, 67, 0.50), rgba(167, 171, 173, 0.50));
    background-image: -o-linear-gradient(45deg, rgba(54, 65, 67, 0.50), rgba(167, 171, 173, 0.50));
    background-image: linear-gradient(45deg, rgba(54, 65, 67, 0.50), rgba(167, 171, 173, 0.50));
}

.square-card#cardb .color-holder {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, rgba(86, 34, 80, 0.65), rgba(199, 2, 132, 0.65));
    background-image: -o-linear-gradient(45deg, rgba(86, 34, 80, 0.65), rgba(199, 2, 132, 0.65));
    background-image: linear-gradient(45deg, rgba(86, 34, 80, 0.65), rgba(199, 2, 132, 0.65));
}

.square-card#cardc .color-holder {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, rgba(218, 28, 35, 0.65), rgba(244, 118, 33, 0.65));
    background-image: -o-linear-gradient(45deg, rgba(218, 28, 35, 0.65), rgba(244, 118, 33, 0.65));
    background-image: linear-gradient(45deg, rgba(218, 28, 35, 0.65), rgba(244, 118, 33, 0.65));
}

.square-card#cardd .color-holder {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, rgba(2, 59, 87, 0.65), rgba(0, 174, 239, 0.65));
    background-image: -o-linear-gradient(45deg, rgba(2, 59, 87, 0.65), rgba(0, 174, 239, 0.65));
    background-image: linear-gradient(45deg, rgba(2, 59, 87, 0.65), rgba(0, 174, 239, 0.65));
}

.square-card#carde .color-holder {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, rgba(247, 146, 30, 0.65), rgba(255, 242, 0, 0.65));
    background-image: -o-linear-gradient(45deg, rgba(247, 146, 30, 0.65), rgba(255, 242, 0, 0.65));
    background-image: linear-gradient(45deg, rgba(247, 146, 30, 0.65), rgba(255, 242, 0, 0.65));
}

.square-card#carda:hover, .square-card#cardb:hover, .square-card#cardc:hover, .square-card#cardd:hover, .square-card#carde:hover {
    background-image: none;
}

.subpage .square-card {
    background-color: #000;
}

.square-card h3 {
    color: #fff;
}

.square-card p {
    font-weight: 500;
}

#options-row {
    margin-top: 75px;
}

#options {
    min-height:100%;
    background: linear-gradient(45deg, rgba(86, 34, 80, 0.65), rgba(199, 2, 132, 0.65)), url("/assets/images/cardb.jpeg");
    background-size:cover;
}

#options h4, #options p {
    color: #fff;
}

.h2-thin {
    color: #e9e9e9;
    font-weight: 300;
}

.h2-thin-dark {
    color: #000;
    font-weight: 300;
}

.light-text {
    color: #e9e9e9;
}

div.extra-space {
    height:5em;
}

span.go-button {
    background-color: #f7e904;
    color: #000;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    float: right;
}

span.go-button:hover {
    background-color: #e4c685;
}

span.go-button i {
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    padding-left: 2px;
}

.floaters {
    position: absolute;
    width: 100%;
    height: 100%;
}

.floaters .top-floater img {
    position: absolute;
    top: -20%;
    left: -5%;
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    transform: rotate(350deg);
    opacity: 20%;
}

.subpage .floaters .top-floater img {
    opacity: 90%;
}

.floaters .right-floater, .floaters .left-floater, .floaters .right-side-floater {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.floaters .right-floater, .floaters .right-side-floater {
    text-align: right;
}

.floaters .right-floater img, .floaters .left-floater img {
    max-width: 20%;
}

.floaters .right-floater img {
    position: relative;
    right: -5%;
    bottom: -2%;
} 

.floaters .bottom-floater {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -50%;
    /* padding: 0 10%; */
    z-index: 0;
}

.floaters .bottom-floater img {
    max-width: 100%;
    opacity: 35%;
}

.subpage .floaters .bottom-floater img {
    opacity: 90%;
}

#faqs {
    background-color: #eaeaea;
    padding: 125px 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

#faqs.subpage {
    background-image: url("/assets/images/onefuture-hero.png");
    background-position: center bottom;
    background-size:cover;
}

#faqsRetirement {
    background-color: #eaeaea;
    background-image: url("/assets/images/cardb.jpeg");
    background-position: center bottom;
    background-size:cover;
    /* padding: 125px 0; */
    margin: 0;
    position: relative;
    z-index: 2;
}

#partnersRetirement {
    margin-bottom: 100px;
}

.floaters .left-floater {
    text-align: left;
}

.floaters .left-floater img {
    position: relative;
    left: -2%;
    bottom: 20px;
}

.floaters .right-side-floater {
    top: 0;
} 

.floaters .right-side-floater img {
    position: relative;
    right: 0;
    bottom: 8%;
    max-width: 35%;
} 

#faq-content {
    position: relative;
    z-index: 2;
    /* background-color: rgb(106, 90, 205,.5);
    padding: 125px 0; */
}

#faqsRetirement #faq-content {
    background-color: rgb(106, 90, 205,.8);
    padding: 125px 0;
}

#faq-headlines {
    margin-bottom: 50px;
}

.faq-card, .tree-card {
    background-color: #d3d5d5;
    padding: 25px 50px;
    margin-bottom: 25px;
}

.faq-question i, .faq-question h3, .tree-question i, .tree-question h3, .content-header i, .content-header h3 {
    display: inline-block;
}

.faq-question h3, .tree-question h3, .content-header h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: none;
    color: #000;
    max-width: 90%;
}

.faq-question i, .tree-question i, .content-header i {
    font-size: 24px;
    line-height: 1.2;
    float: right;
    color: #f7e904;
}

.faq-answer, .tree-answer {
    margin-top: 25px;
}

.faq-answer img, .tree-answer img {
    max-width: 75%;
    margin: 25px 0;
}

#video-link, #faq-link {
    text-align: center;
    margin-top: 50px;
}

#form-holder.square-card {
    padding: 0;
}

iframe#docusign-401k {
    width: 100%;
    height: 1250px;
    border-radius: 25px;
    padding: 10px;
    background-color: #d3d5d5;
}

.form-step {
    min-height: 400px;
}

td.table-info {
    font-weight: 500;
}

.datepicker-date-display {
    background-color: #000;
    color: #d3d5d5;
}

.datepicker-table td.is-today {
    color: #f7e904;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #f7e904;
}

.datepicker-table td.is-selected {
    background-color: #f7e904;
}

.datepicker-modal {
    border-radius: 25px;
    padding: 10px;
    background-color: #d3d5d5;
}

.modal .modal-content {
    border-radius: 25px;
    overflow: hidden;
}

#hero .coming-soon.hero-content {
    min-height: 750px;
}

#hero .coming-soon.floaters {
    max-height: 1000px;
}

#hero .coming-soon.floaters .bottom-floater {
    display:none;
}

.contact-result-message {
    display: none;
}

.contact-result-message p {
    height: 36px;
    line-height: 36px;
}

.failed p {
    border-bottom: 1px solid red;
}

.succeeded p {
    border-bottom: 1px solid greenyellow;
}

#partners {
    margin: 75px auto;
}

#partners a {
    background-image: none;
}

.brand-row {
    height: 150px;
}

.brand-row div.col, .fund-row div.col{
    height: 100%;
}

.brand-holder, .fund-holder {
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    text-align: center;
    height: 100%;
}

.brand-holder img, .fund-holder img {
    margin: 0;
    max-height: 100%;
}

.fund-holder img {
    max-height: 100px;
}

#funds, #options {
    padding: 100px 0;
    /* background-color: #29478f; */
    margin-bottom: 0;
}

#fund-headlines h3, #fund-headlines h1, #info-headlines h3, #info-headlines h1 {
    color: #fff;
}

#funds .container.row {
    display: flex;
}

.fund-card {
    padding: 25px 0;
    background-color: #fff;
    border-radius: 25px;
}

.fund-row {
    display: flex;
    align-items: center;
}

.row.fund-row .col {
    padding: 0 1.25rem;
}

#infotabs {
    padding: 0 0 100px 0;
    background-color: #fff;
    margin-bottom: 0;
}

#info-headlines {
    text-align: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.row.tab-row {
    margin-bottom: 0;
}

#infotabs .tab-button {
    background-color: #000;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    padding-top: 25px;
    padding-bottom: 25px;
    /* min-height: 100px; */
}

.tab-button h4 {
    color: #fff;
    margin-bottom: 0;
}

#infotabs .tab-button#basics {
    background-color: #1072bb;
    background-image: url("/assets/images/carda.png");
    background-position: center bottom;
    background-size:cover;
}

#infotabs .tab-button#contributions {
    background-color: #ef9b38;
    background-image: url("/assets/images/carde.jpeg");
    background-position: center bottom;
    background-size:cover;
}

#infotabs .tab-button#pricing {
    background-color: #19af4e;
    background-image: url("/assets/images/cardc.jpeg");
    background-position: center bottom;
    background-size:cover;
}

/* div#info-holder {
    min-height: 330px;
} */

.row.info-row {
    background-color: #fff;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 3%;
}

.row.info-row table tr td {
    vertical-align: top;
}

.row.info-row table tr td ul {
    margin-top: 0;
    padding-inline-start: 1em;
}

td.definition {
    font-weight: 500;
    word-break: break-word;
}

.lower {
    text-transform: lowercase;
}

.subpage-title {
    text-align: center;
    background-color: #2c3754;
    background-size: cover;
    position: relative;
    min-height: 200px;
}

.subpage-title h1 {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "korolev-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 56px;
    color: #fff;
    text-transform: none;
    font-weight: 100;
    letter-spacing: 0.075em;
}

#subpage-hero {
    margin-bottom: 75px;
}

#subpage-hero .subhero-image {
    padding: 0;
    max-height: 475px;
    overflow: hidden;
    position: relative;
}

#subpage-hero .subhero-image .subhero-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#countdown-headline {
    max-width: 50%;
    font-family: "korolev", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}
#countdown-footer {
    margin-top: 10px;
    max-width: 50%;
    text-align: center;
}
#countdown-footer a {
    color: #fff;
}

#subpage-hero .subhero-text {
    background-color: #7e2d68;
    color: #fff;
    flex: 1;
    padding: 0 3%;
    display: flex;
    align-items: center;
}

#subpage-hero .subhero-text h2 {
    text-transform: none;
    border-bottom: 0;
    font-family: "korolev", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: inherit;
    font-size: 28px;
}

#subpage-hero .subhero-text p {
    font-weight: 100;
    font-size: 17px;
}

#ctas .cta-card {
    padding: 50px 25px;
    color: #fff;
    font-family: "korolev-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 100;
    text-transform: none;
    width: 100%;
}

#ctas .cta-card p {
    color: #fff;
}

#ctas .cta-card i {
    font-size: 56px;
}

.cta-card#cta-carda {
    background-color: #7E2D68;
}
.cta-card#cta-cardb {
    background-color: #403460;
}
.cta-card#cta-cardc {
    background-color: #023B58;
}
.cta-card#cta-cardd {
    background-color: #023B58;
}
.cta-card#cta-carde {
    background-color: #403460;
}
.cta-card#cta-cardf {
    background-color: #7E2D68;
}
.cta-card#cta-cardg {
    background-color: #7E2D68;
}
.cta-card#cta-cardh {
    background-color: #403460;
}
.cta-card#cta-cardi {
    background-color: #023B58;
}

#ctas .col .row .col {
    margin-top: 20px;
}

.cta-row, .glossary-row {
    font-weight: 100;
}
.cta-row ul, .glossary-row ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.cta-row ul li, .glossary-row ul li {
    list-style-type: circle;
}

/* .cta-row a {
    color: #c70284;
    text-decoration: underline;
    text-decoration-color: #f7e904;
} */

/* .cta-row a:hover {
    color: #f7e904;
} */

.cta-bar {
    background-color: #c70284;
    padding: 50px 0;
}

.cta-bar .container.row.flex {
    align-items: center;
}

.cta-bar-header {
    font-size: 36px;
    color: #fff;
}

.cta-bar-button {
    text-align: right;
}

.cta-bar-button a {
    background-color: #fff200;
    color: #000;
    font-weight: 200;
}

.cta-bar-button a:hover {
    background-color: #f7e904;
    color: #000;
}

a.subtle-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #fff200;
}

a.subtle-link:hover {
    text-decoration-color:  #f7e904;
}

a.btn.tree-answer-button, .big-button {
    height: auto;
    font-size: 20px;
    padding: 2% 5%;
    display: block;
    margin-bottom: 10px;
    background-image: none;
}

.tree-question h3, .tree-question p {
    margin-bottom: 10px;
}

span.tree-term {
    font-weight: bold;
    font-style: italic;
}

#fteModal {
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 25%;
    left: 30%;
}
.tree-question .big-button {
    margin-top: 10px;
}

h3.tree-final {
    font-size: 32px;
    font-weight: 400;
}

h3.space-around {
    padding: 20px 0;
}

.tree-question .big-button.decisiontree-last {
    background-color: #003b57;
}
.tree-question .big-button.decisiontree-last:hover {
    background-color: #792863;
}

.youtube-embed {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.youtube-embed-square {
    aspect-ratio: 309 / 260;
    width: 100%;
}

/* Flipdown */
.flipdown {
    margin: 0 auto;
}

/* responsive */

/* large and up */
@media only screen and (min-width: 980px) {

}

/* medium and below */
@media only screen and (max-width: 980px) {
    h1 {
        font-size: 3em;
    }
    
    h2 {
        font-size: 1.5em;
    }
    
    h3 {
        font-size: 2em;
    }

    #hero {
        background-position: right center;
    }
    
    .row .col.hero-content {
        padding: 0;
    }

    #hero-headlines, #video-headlines, #faq-headlines {
        max-width: 100%;
    }

    #hero-headlines h1, #video-headlines h1, #faq-headlines h1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #countdown-headline {
        max-width: 90%;
    }
    #countdown-footer {
        max-width: 90%;
    }

    #video-card {
        margin-top: 50px;
    }

    #hero-row-1 {
        display: block;
    }

    .row#hero-row-1 div#video-placeholder-card {
        background-size: cover;
        height: 225px;
        background-repeat: no-repeat;
    }

    .square-card {
        margin-bottom: 15px;
    }

    .floaters {
        position: relative;
    }
    #faqs .floaters {
        display: none;
    }
    .faq-card, .tree-card {
        padding: 25px 25px;
    }

    .faq-question h3, .tree-question h3 {
        font-size: 16px;
    }
    
    .faq-question i, .tree-question i {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .form-step {
        min-height: 580px;
    }

    .brand-holder img, .fund-holder img {
        max-height: 75%;
        max-width: 75%;
    }

    #funds .container.row {
        display: inherit;
    }

    #funds .fund-card {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    a.link-button-light, a.link-button-dark {
        width: auto;
    }

    #options .tab-button {
        min-height: 160px;
    }

    .subpage-title h1 {
        font-size: 40px;
    }

    .subpage-title {
        min-height: 150px;
    }

    #subpage-hero .subhero-text {
        margin-top: -10px;
        padding: 5%;
    }

    #subpage-hero {
        margin-bottom: 25px;
    }
    
    a.btn.waves-effect.waves-light.tree-answer-button {
        font-size: 12px;
        line-height: 1.5;
    }

    .ctas-row {
        flex-wrap: wrap;
    }
    .ctas-row .cta-card {
        margin-bottom: 10px;
    }

}