﻿@font-face {
    font-family: "Macha-Book";
    src: url("/assets/fonts/300EEE_3_0.eot");
    src: url("/assets/fonts/300EEE_3_0.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/300EEE_3_0.woff") format('woff'), url("/assets/fonts/300EEE_3_0.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Macha-Book";
    src: url("/assets/fonts/300EEE_2_0.eot");
    src: url("/assets/fonts/300EEE_2_0.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/300EEE_2_0.woff") format('woff'), url("/assets/fonts/300EEE_2_0.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Macha-Medium";
    src: url("/assets/fonts/300EEE_4_0.eot");
    src: url("/assets/fonts/300EEE_4_0.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/300EEE_4_0.woff") format('woff'), url("/assets/fonts/300EEE_4_0.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Macha-Medium";
    src: url("/assets/fonts/300EEE_5_0.eot");
    src: url("/assets/fonts/300EEE_5_0.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/300EEE_5_0.woff") format('woff'), url("/assets/fonts/300EEE_5_0.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Macha-Bold";
    src: url("/assets/fonts/300EEE_0_0.eot");
    src: url("/assets/fonts/300EEE_0_0.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/300EEE_0_0.woff") format('woff'), url("/assets/fonts/300EEE_0_0.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
.c-resources--additional .c-resources__item-header,
.c-resources--two-boxes .c-resources__item-header,
.c-callout__header,
.c-hero__header,
.u-text-p-above-mobile {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    /*font-size: 100%;*/
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

body {
    position: relative;
}

    body.debug-breakpoints:after {
        width: auto;
        display: block;
        height: 20px;
        line-height: 20px;
        background: rgba(255,255,255,0.8);
        border: 1px solid #808080;
        color: #000;
        font-weight: bold;
        padding: 0 20px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        content: 'UNDEFINED';
        font-family: sans-serif;
        font-size: 12px;
    }

@media only screen and (max-width: 365px) {
    body.debug-breakpoints:after {
        content: 'mobile';
    }
}

@media only screen and (min-width: 365px) and (max-width: 699px) {
    body.debug-breakpoints:after {
        content: 'tablet-portrait';
    }
}

@media only screen and (min-width: 699px) and (max-width: 959px) {
    body.debug-breakpoints:after {
        content: 'tablet-landscape';
    }
}

@media only screen and (min-width: 959px) and (max-width: 1280px) {
    body.debug-breakpoints:after {
        content: 'desktop';
    }
}

@media only screen and (min-width: 1280px) {
    body.debug-breakpoints:after {
        content: 'hd';
    }
}

html,
body,
* {
    box-sizing: border-box;
}

    *,
    *:before,
    *:after {
        box-sizing: inherit;
    }

html,
body {
    width: 100%;
    height: auto;
}

> header,
> main {
    min-width: 320px;
}

body {
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    body > main {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    body > footer {
        height: 260px;
        margin-top: auto;
        /*margin-top: 40px;
  position: fixed;
  bottom: 0;
  width: 100%;*/
    }

@media only screen and (max-width: 699px) {
    body > main,
    body > footer {
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    }
}

main {
    display: block;
    overflow-y: visible;
    /*overflow-x: hidden;*/
    padding-top: 95px;
    min-height: calc(100vh - 260px); /*SIGNIFICANT RDA CHANGE*/
}

@media only screen and (max-width: 699px) {
    main {
        padding-top: 60px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-page-subnav.is-pinned,
    .c-hero.is-clone.is-shown {
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    }
}

@media only screen and (max-width: 699px) {
    /*RDA Redisign of Mobile Nav*/
    body.mobile-menu-open {
        overflow: hidden;
    }

        /*body.mobile-menu-open > main,
        body.mobile-menu-open > footer {
            -webkit-transform: translateX(-270px);
            -ms-transform: translateX(-270px);
            transform: translateX(-270px);
        }

        body.mobile-menu-open .c-megamenu {
            right: -285px;
        }

        body.mobile-menu-open .c-mainheader {
            -webkit-transform: translateX(-270px);
            -ms-transform: translateX(-270px);
            transform: translateX(-270px);
        }*/


         body.mobile-menu-open .c-mainheader .l-content-holder {
             margin: 0;
         }
}

@media only screen and (max-width: 699px) and (-ms-high-contrast: active), only screen and (max-width: 699px) and (-ms-high-contrast: none) {
    body.mobile-menu-open .c-page-subnav.is-pinned,
    body.mobile-menu-open .c-hero.is-clone {
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        transform: translateX(-270px);
    }
}

@media only screen and (max-width: 699px) {
    .c-mainheader {
        overflow-x: hidden;
    }
}

.mobile-menu-open .c-mainheader,
.mobile-menu-animating .c-mainheader {
    overflow: visible;
}


/*RDA Mobile Menu Redesign*/
.mobile-menu-open .c-megamenu {
    display: flex;
    padding-bottom: 100px;
}

.mobile-close-container {
        width: 100%;
        background-color: #FFF;
        z-index: 2000;
        height: 40px;
        position: fixed;
        display:none;
        border-bottom:1px solid #dadee3
}

.mobile-menu-open .mobile-close-container {
    display: block;
}


@media only screen and (max-width: 699px) {
    #nfl-mobile-shade {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #142435;
        /*display: block;*/
        display: none;
        float: none;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        padding: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.2s linear;
        transition: opacity 0.5s, -webkit-transform 0.2s linear;
        transition: opacity 0.5s, transform 0.2s linear;
        transition: opacity 0.5s, transform 0.2s linear, -webkit-transform 0.2s linear;
        z-index: 9;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.mobile-menu-open #nfl-mobile-shade {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    visibility: visible;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
}

/*Rda Change - MAIN SPACING CHANGE*/
/*main > section + section .l-content-holder:first-child {
  padding-top: 0;
}*/

/*RDA Change BIG Change, make 70px padding target sections only*/
/*main > section:last-child > .l-content-holder {
  padding-bottom: 70px;
}

main > section:last-child > section > .l-content-holder {
  padding-bottom: 70px;
}*/

/*section > .l-content-holder:last-child {
  padding-bottom: 70px;
}*/

/*RDA Change added for components that should not have large amount of padding, that are wrapped by l-content-holder*/
/*section > .l-content-holder.less-padding:last-child {
  padding-bottom: 20px;
}

section > .l-content-holder.less-padding {
  padding-bottom: 20px;
}

section > .l-content-holder.medium-padding:last-child {
  padding-bottom: 60px;
}

section > .l-content-holder.section-padding:last-child {
  padding-bottom: 20px;
}


section > .l-content-holder.less-padding {
  padding-bottom: 20px;
}

section > .l-content-holder.medium-padding {
  padding-bottom: 60px;
}*/

section > .l-content-holder.no-bot-padding:last-child {
    padding-bottom: 0px;
}

section > .l-content-holder.no-bot-padding {
    padding-bottom: 0px;
}

.l-content-holder.no-top-padding {
    padding-top: 0px;
}

.l-content-holder.no-bottom-padding {
    padding-bottom: 0px;
}

/*Rda Change - MAIN SPACING CHANGE*/
/*@media only screen and (max-width: 699px) {
    section > .l-content-holder:last-child {
        padding-bottom: 50px;
    }


}*/
body {
    font-family: "Macha-Book", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #152c46;
    font-size: 16px;
}




section > .l-content-holder > .header--section,
.c-checklist__section-header {
    padding-top: 12px;
    border-top: 2px solid #eaedf0;
    font-family: "Macha-Medium", sans-serif;
    font-size: 25px;
    line-height: 28px;
    color: #687582;
    /*Rda Change - MAIN SPACING CHANGE*/
    margin-bottom: 20px;
}


/*Rda Change - MAIN SPACING CHANGE*/
/*RDA Change added so that the headers in Generic text have less bottom margin*/
/*section > .l-content-holder > .header--section,
.c-checklist__section-header.generic-header-text {
    margin-bottom: 25px;
}*/

/*Rda Change - MAIN SPACING CHANGE*/
/*section > .l-content-holder > .header--section,
.c-checklist__section-header.generic-header-text.header-only {
    margin-bottom: 0px;
}*/
/*Rda Change - MAIN SPACING CHANGE*/
/*@media only screen and (max-width: 1280px) {
    section > .l-content-holder > .header--section,
    .c-checklist__section-header {
        margin-bottom: 30px;
    }

    section > .l-content-holder > .header--section,
    .c-checklist__section-header.generic-header-text {
        margin-bottom: 20px;
    }

}*/

/*RDA Change: Changed to text-align: left*/
@media only screen and (max-width: 959px) {
    section > .l-content-holder > .header--section,
    .c-checklist__section-header {
        text-align: left;
    }
}

/*RDA Change changed text-align from left to center*/
@media only screen and (max-width: 699px) {
    section > .l-content-holder > .header--section,
    .c-checklist__section-header {
        text-align: center;
    }
}

/*RDA Change: Removed margin right and left (switched from auto to 0) for Page Header 2 Main header, commented out max-width: 80%*/
h1,
.c-hero__header {
    font-size: 46px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
    /*max-width: 80%;*/
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (min-width: 699px) and (max-width: 959px) {
    h1,
    .c-hero__header {
        font-size: 34px;
        font-size: -webkit-calc( 34px + (45 - 34) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 34px + (45 - 34) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 699px) {
    h1,
    .c-hero__header {
        font-size: 34px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 699px) {
    h1,
    .c-hero__header {
        font-size: 20px;
        font-size: -webkit-calc( 20px + (34 - 20) * ( (100vw - 320px) / ( 699 - 320) ));
        font-size: calc( 20px + (34 - 20) * ( (100vw - 320px) / ( 699 - 320) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 320px) {
    h1,
    .c-hero__header {
        font-size: 20px;
    }
}

@media only screen and (max-width: 959px) {
    h1,
    .c-hero__header {
        line-height: 40px;
    }
}

/*RDA Change: commented out max-width: 90%*/
@media only screen and (max-width: 699px) {
    h1,
    .c-hero__header {
        line-height: 25px;
        margin-bottom: 25px;
        /*max-width: 90%;*/
    }
}

h1.h1--forms + h2,
.c-hero__header.h1--forms + h2 {
    margin-top: 85px;
    position: relative;
}

    h1.h1--forms + h2:before,
    h1.h1--forms + div.form-column-extra-text:before,
    .c-hero__header.h1--forms + h2:before {
        content: '';
        display: block;
        position: absolute;
        width: 46px;
        height: 5px;
        top: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #eaedf0;
    }

h1.h1--forms + div.form-column-extra-text {
    margin-top: 85px;
    position: relative;
}

h1.h1--forms.form-title {
    margin-left:40px;
    margin-right: 40px;
}

@media only screen and (max-width: 699px) {
    h1.h1--forms + h2,
    .c-hero__header.h1--forms + h2 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 50px;
    }

        h1.h1--forms + h2:before,
        .c-hero__header.h1--forms + h2:before {
            width: 23px;
            top: -25px;
        }

        h1.h1--forms.form-title {
            margin-left:20px;
            margin-right: 20px;
        }
}

h1.h1--green,
.c-hero__header.h1--green {
    color: #00ba98;
}

.header-green {
    color: #00ba98;
}



/* RDA Change: Made changed font sizes to:
    > 959px           : 30px
    959px - 701px : 30px - 22px (scale bases on width)
    <700px            : 22p
*/
h2,
.c-resources--two-boxes .c-resources__item-header {
    color: #142435;
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 38px;
}

    h2.h2--extra-margin,
    .c-resources--two-boxes .c-resources__item-header.h2--extra-margin {
        margin-bottom: 30px;
    }

@media only screen and (min-width: 699px) and (max-width: 959px) {
    h2,
    .c-resources--two-boxes .c-resources__item-header {
        font-size: 28px;
        font-size: -webkit-calc( 28px + (30 - 28) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 28px + (30 - 28) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 699px) {
    h2,
    .c-resources--two-boxes .c-resources__item-header {
        font-size: 28px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 699px) {
    h2,
    .c-resources--two-boxes .c-resources__item-header {
        font-size: 18px;
        font-size: -webkit-calc( 18px + (28 - 18) * ( (100vw - 320px) / ( 699 - 320) ));
        font-size: calc( 18px + (28 - 18) * ( (100vw - 320px) / ( 699 - 320) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 320px) {
    h2,
    .c-resources--two-boxes .c-resources__item-header {
        font-size: 18px;
    }
}
/*RDA CHange, Reduced margin-bot*/
@media only screen and (max-width: 699px) {
    h2,
    .c-resources--two-boxes .c-resources__item-header {
        line-height: 22px;
        margin-bottom: 15px;
    }
}

h2.version--green,
.c-resources--two-boxes .c-resources__item-header.version--green {
    color: #00a88c;
}

/*RDA Change: Made font sizes changed*/
h3,
.c-callout__header {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
    font-family: "Macha-Medium", sans-serif;
}

@media only screen and (max-width: 699px) {
    h3,
    .c-callout__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

h3.version--green,
.c-callout__header.version--green {
    color: #00a88c;
}

h3.benef-name {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
}

@media only screen and (min-width: 699px) and (max-width: 959px) {
    h3.version--dynamic,
    .c-callout__header.version--dynamic {
        font-size: 18px;
        font-size: -webkit-calc( 18px + (22 - 18) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 18px + (22 - 18) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }

    h3.benef-name {
        font-size: 22.5px;
        font-size: -webkit-calc( 22.5px + (30 - 22.5) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 22.5px + (30 - 22.5) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 699px) {
    h3.version--dynamic,
    .c-callout__header.version--dynamic {
        font-size: 18px;
    }

    h3.benef-name {
        font-size: 22.5px;
        line-height: 24.5px;
    }
}
/*RDA Change: reduced margin bttom from 15px to 11, added style to Additioanl resources <p> element for margin-bottom*/
h4,
.c-resources--additional .c-resources__item-header {
    color: #132c45;
    font-size: 20px;
    line-height: 24px;
    font-family: "Macha-Medium", sans-serif;
    /*margin-bottom: 15px;*/
    margin-bottom: 11px;
}

    h4.version--green,
    .c-resources--additional .c-resources__item-header.version--green,
    .c-infographic__header {
        color: #00a88c;
    }

.c-resources--additional p {
    margin-bottom: 10px;
}

ul.ul--default {
    margin-bottom: 15px;
    line-height: 24px;
}

@media only screen and (max-width: 699px) {
    ul.ul--default li {
        text-align: center;
    }
}

ul.ul--default li::before {
    content: '•';
    padding-right: 10px;
}

ul.ul--default li + li {
    margin-top: 15px;
}

b,
strong {
    font-family: "Macha-Medium", sans-serif;
}

p,
.u-text-p-above-mobile {
    margin-bottom: 15px;
    line-height: 1.5em;
}

@media only screen and (max-width: 699px) {
    .l-content-holder > p,
    .l-content-holder > .u-text-p-above-mobile {
        text-align: center;
    }
}

p:last-child,
.u-text-p-above-mobile:last-child {
    margin-bottom: 0;
}

p.p--intro,
.u-text-p-above-mobile.p--intro {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #606f7f;
}

p.p--text-secondary,
.u-text-p-above-mobile.p--text-secondary {
    font-size: 14px;
    color: #5f6f7f;
    line-height: 20px;
}

p.p--smaller,
.u-text-p-above-mobile.p--smaller {
    font-size: 14px;
}

p.p--bigger,
.u-text-p-above-mobile.p--bigger {
    font-size: 18px;
}

p.p--light,
.u-text-p-above-mobile.p--light {
    color: #606f7f;
}

p.p--legal,
.u-text-p-above-mobile.p--legal {
    font-size: 13px;
    line-height: 16px;
    color: #606f7f;
    margin: 50px auto 0px auto;
    padding: 0 0;
}

@media only screen and (max-width: 699px) {
    p.p--legal,
    .u-text-p-above-mobile.p--legal {
        text-align: center;
    }
}

a {
    color: #107eb1;
    text-decoration: none;
}

    a:hover {
        color: #0583ad;
    }

    a:active {
        color: #04698a;
    }

p > a:only-child {
    line-height: 1.1em;
}

.a--chevron:after {
    content: '>';
    display: inline-block;
    margin-left: 0.3em;
}

.a--external:after {
    content: '';
    display: inline-block;
    margin-left: 0.3em;
    width: 13px;
    height: 13px;
    background: url("/Assets/images/controls/ui/link-external.svg") no-repeat;
}

.a--accented,
.c-checklist__header a {
    font-family: "Macha-Bold", sans-serif;
    text-decoration: underline;
}

.text-footnote {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
}

.text-footnote--smalltype {
    color: #5f6f7f;
    font-size: 13px;
    line-height: 16px;
}

.text-pipe {
    color: #949fab;
    padding-left: 4px;
    padding-right: 4px;
}

.u-dev {
    position: relative;
}

    .u-dev:before {
        content: 'placeholder';
        display: block;
        position: absolute;
        background: #808080;
        color: #fff;
        font-size: 10px;
        padding: 5px;
        left: 0;
        top: 0;
        font-family: "Macha-Medium", sans-serif;
    }

.u-dev--placeholder {
    display: block;
    padding: 10px;
    background: #808080;
    border: 1px solid #a9a9a9;
    margin: 10px 0;
}

.c-account-pulldown__trigger {
    position: relative;
    padding-right: 40px;
    padding-left: 20px;
    cursor: pointer;
}

    .c-account-pulldown__trigger:hover {
        color: #76f4d8;
    }

        .c-account-pulldown__trigger:hover:after {
            content: '';
            width: 0;
            height: 0;
            background: 0;
            border-style: solid;
            border-width: 5px 4.5px 0 4.5px;
            border-color: #76f4d8 transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .c-account-pulldown__trigger:active {
        color: #33efc5;
    }

    .c-account-pulldown__trigger:after {
        content: '';
        width: 0;
        height: 0;
        background: 0;
        border-style: solid;
        border-width: 5px 4.5px 0 4.5px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.is-open .c-account-pulldown__trigger {
    color: #fff;
}

    .is-open .c-account-pulldown__trigger:after {
        content: '';
        width: 0;
        height: 0;
        background: 0;
        border-style: solid;
        border-width: 5px 4.5px 0 4.5px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.is-open.c-account-pulldown {
    background: #5f6e7c;
}

.c-account-pulldown__panel {
    display: none;
    position: absolute;
    padding: 15px 20px 30px 25px;
    z-index: 20;
    box-shadow: 3px 3px 0px 0px rgba(20,36,52,0.4);
    line-height: 1.3em;
}

.is-open .c-account-pulldown__panel {
    display: block;
    background: #5f6e7c;
}

.c-account-pulldown__menu li + li {
    margin-top: 20px;
}

@media only screen and (max-width: 699px) {
    .c-account-pulldown__menu {
        font-size: 13px;
    }
}

.c-account-pulldown__extras {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #87929c;
    color: #c7ced6;
}

@media only screen and (min-width: 699px) {
    .c-account-pulldown__extras b {
        font-family: "Macha-Book", sans-serif;
        font-weight: normal;
    }
}

.c-account-pulldown__extras > p {
    margin-bottom: 2px;
}

    .c-account-pulldown__extras > p:last-child {
        margin-bottom: 0;
    }
/*.c-resources {
  margin-top: 30px;
}*/
.c-resources > .l-content-holder {
    border: none !important;
}

@media only screen and (max-width: 959px) {
    .l-template--home .c-resources > .l-content-holder {
        margin-left: 0;
        margin-right: 0;
    }
}

/*RDA Change: Reduced margin from 30px to 20px*/
@media only screen and (max-width: 699px) {
    .c-resources .c-resources__item + .c-resources__item {
        margin-top: 20px;
    }
}

.c-resources__icon {
    margin-bottom: 10px;
}

/* RDA Change: Reduced Margin bottom from 40px to 30px*/
.c-resources--top-header {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: #5f6f7f;
    font-family: "Macha-Bold", sans-serif;
    margin-bottom: 30px;
    display: table;
    white-space: nowrap;
}

    .c-resources--top-header:before,
    .c-resources--top-header:after {
        border-top: 1px solid #c6cdd4;
        content: '';
        display: table-cell;
        position: relative;
        top: 0.5em;
        width: 45%;
    }

    .c-resources--top-header:before {
        right: 0.15%;
    }

    .c-resources--top-header:after {
        left: 0.15%;
    }

.c-resources--additional {
    text-align: center;
}

@media only screen and (max-width: 699px) {
    .c-resources--additional .c-resources__item-header {
        margin-bottom: 10px;
    }

    .c-resources--top-header {
        display: inline-block;
        white-space: initial;
    }
}

@media only screen and (max-width: 699px) {
    .c-resources--additional p {
        margin-bottom: 10px;
    }
}

.c-resources--additional__item {
    text-align: center;
    padding: 0 3%;
}

    .c-resources--additional__item:first-child {
        padding-left: 5%;
    }

    .c-resources--additional__item:last-child {
        padding-right: 5%;
    }

.c-resources--two-boxes {
    text-align: center;
}

    .c-resources--two-boxes.single-box-callout {
        text-align: center;
        width: 100%;
    }

    .c-resources--two-boxes .c-resources__item-header {
        margin-bottom: 5px;
    }

@media only screen and (max-width: 699px) {
    .c-resources--two-boxes .c-resources__item-header {
        font-size: 22px;
        line-height: 28px;
    }
}

.c-resources--two-boxes .c-resources__item {
    padding: 40px 5.9% 40px 5.9%;
    border: 1px solid #dadee3;
}

@media only screen and (max-width: 959px) {
    .c-resources--two-boxes .c-resources__item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c-resources--two-boxes .l-columns__item + .l-columns__item {
    margin-left: 15px;
}

@media only screen and (max-width: 699px) {
    .c-resources--two-boxes .l-columns__item + .l-columns__item {
        margin-left: 0;
    }
}

.c-infobox {
    margin-bottom: 10px;
}
/*RDA Change: Changed font sizes to 40-30 (was 30-22) */
.c-infobox__display {
    /*font-size: 30px;*/
    /*line-height: 32px;*/
    line-height: 42px;
    font-size: 40px;
    color: #00a88c;
}

.l-columns--steps__num {
    /*font-size: 30px;*/
    /*line-height: 32px;*/
    line-height: 42px;
    font-size: 40px;
    color: #00a88c;
}
/*RDA Change: Changed font sizes to 40-30 (was 30-22) */
@media only screen and (min-width: 699px) and (max-width: 959px) {
    .c-infobox__display,
    .l-columns--steps__num {
        /*font-size: 22px;
    font-size: -webkit-calc( 22px + (30 - 22) * ( (100vw - 699px) / ( 959 - 699) ));
    font-size: calc( 22px + (30 - 22) * ( (100vw - 699px) / ( 959 - 699) ));*/
        font-size: 30px;
        font-size: -webkit-calc( 30px + (40 - 30) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 30px + (40 - 30) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}
/*RDA Change: Changed font sizes to 40-30 (was 30-22) */
@media only screen and (max-width: 699px) {
    .c-infobox__display,
    .l-columns--steps__num {
        /*font-size: 22px;*/
        font-size: 30px;
    }
}

/*RDA Change: Changed font size to 17px from 13px*/
.c-infobox__display-frequence,
.l-columns--steps__num-frequence {
    font-size: 17px;
    line-height: 17px;
}

/*RDA Change: Changed font sizes to 40-30 (was 30-22) */
@media only screen and (max-width: 699px) {
    .c-infobox__display,
    .l-columns--steps__num {
        /*font-size: 22px;
    line-height: 24px;*/
        font-size: 30px;
        line-height: 32px;
    }
}

.c-infobox__note {
    font-size: 13px;
    line-height: 16px;
    color: #5f6f7f;
}

@media only screen and (max-width: 699px) {
    .c-infobox__note {
        margin-top: 3px;
    }
}

.c-infobox--xlarge .c-infobox__display {
    font-size: 60px;
    line-height: 64px;
}

@media only screen and (min-width: 699px) and (max-width: 959px) {
    .c-infobox--xlarge .c-infobox__display {
        font-size: 45px;
        font-size: -webkit-calc( 45px + (60 - 45) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 45px + (60 - 45) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 699px) {
    .c-infobox--xlarge .c-infobox__display {
        font-size: 45px;
    }
}

.c-infobox--xlarge .c-infobox__display-frequence {
    font-size: 30px;
    line-height: 34px;
}

@media only screen and (max-width: 699px) {
    .c-infobox--xlarge {
        display: none;
    }
}

.c-infobox--large .c-infobox__display {
    font-size: 40px;
    line-height: 42px;
}

@media only screen and (min-width: 699px) and (max-width: 959px) {
    .c-infobox--large .c-infobox__display {
        font-size: 30px;
        font-size: -webkit-calc( 30px + (40 - 30) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 30px + (40 - 30) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 699px) {
    .c-infobox--large .c-infobox__display {
        font-size: 30px;
    }
}

.c-infobox--large .c-infobox__display-frequence {
    font-size: 17px;
    line-height: 24px;
}

@media only screen and (max-width: 699px) {
    .c-infobox--large .c-infobox__display {
        font-size: 30px;
        line-height: 32px;
    }
}

.c-infobox--small .c-infobox__display {
    font-size: 22px;
    line-height: 24px;
}

.c-infobox--small .c-infobox__display-frequence {
    font-size: 13px;
    line-height: 24px;
}

@media only screen and (max-width: 699px) {
    .c-infobox--small .c-infobox__display {
        font-size: 22px;
        line-height: 24px;
    }
}

.c-hero .c-infobox {
    margin-bottom: 0;
}

    .c-hero .c-infobox > .c-infobox__display,
    .c-hero .c-infobox > .c-infobox__note {
        color: #fff;
    }

    .c-hero .c-infobox > .c-infobox__display {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 0px;
    }

.c-hero__returnLink {
    padding-top: 0px;
   /* padding-top: 15px;*/
    padding-left: 25px;
}

    .c-hero__returnLink a {
        color: #fff;
        text-decoration: underline;
        background: transparent url(/Assets/images/controls/ui/back-arrow.svg) center left no-repeat;
        padding-left: 35px;
    }

@media only screen and (max-width: 959px) {
    .c-hero .c-infobox > .c-infobox__display {
        font-size: 45px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 959px) and (min-width: 699px) and (max-width: 959px) {
    .c-hero .c-infobox > .c-infobox__display {
        font-size: 45px;
        font-size: -webkit-calc( 45px + (60 - 45) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 45px + (60 - 45) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 959px) and (max-width: 699px) {
    .c-hero .c-infobox > .c-infobox__display {
        font-size: 45px;
    }
}

.c-hero .c-infobox > .c-infobox__note {
    font-size: 14px;
    line-height: 18px;
}

.c-callout {
    position: relative;
}

    .c-callout + .c-callout {
        margin-top: 50px;
    }

.c-callout__header {
    line-height: 28px;
}

.c-callout--iconheader {
    background: #fff;
    text-align: center;
    border: 1px solid #dadee3;
    box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.3);
    margin-bottom: 4px;
    /*z-index: -1;*/
}

    .c-callout--iconheader.l-content-holder {
        padding: 50px 0 20px 0;
    }

@media only screen and (max-width: 959px) {
    .c-callout--iconheader.l-content-holder {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c-callout--iconheader__icon {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #dadee3;
    position: absolute;
    left: 50%;
    top: -32px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85px;
    height: 85px;
}
    /*RDA Change: Removed, do not know why this styling is necessary, but was causing a bug on Notched callout text*/
    .c-callout--iconheader__icon:before {
        content: '';
        display: block;
        width: 110%;
        margin-left: -5%;
        height: 56px;
        background: #000;
        background: #fff;
        position: absolute;
        bottom: -4px;
        left: 0;
    }

.c-callout--on-sidebar .c-callout--iconheader__icon {
    width: 60px;
    height: 60px;
}

    .c-callout--on-sidebar .c-callout--iconheader__icon:before {
        height: 31px;
    }

.c-callout--iconheader__icon > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .c-callout--iconheader__icon > img:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

/*RDA Change: Added calculations*/
.c-callout--iconheader__header {
    font-size: 30px;
    margin-top: 4px;
    margin-bottom: 20px;
    z-index: 1000;
}

@media only screen and (max-width: 959px) {
    .c-callout--iconheader__header {
        font-size: 28px;
        font-size: -webkit-calc( 28px + (30 - 28) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 28px + (30 - 28) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}

@media only screen and (min-width: 320px) and (max-width: 699px) {
    .c-callout--iconheader__header {
        font-size: 18px;
        font-size: -webkit-calc( 18px + (28 - 18) * ( (100vw - 320px) / ( 699 - 320) ));
        font-size: calc( 18px + (28 - 18) * ( (100vw - 320px) / ( 699 - 320) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 320px) {
    .c-callout--iconheader__header {
        font-size: 18px;
        line-height: 1.2em;
    }
}

.c-callout--iconheader__content {
    padding: 10px 0 10px 0;
    font-size: 18px;
    line-height: 24px;
}

.c-callout--iconheader__content_aside {
    padding: 30px 0 10px 0;
    font-size: 18px;
    line-height: 24px;
}

.c-callout--gray {
    padding: 30px 25px;
    background-color: #f2f3f5;
    text-align: center;
}

.c-plainlist li {
    display: inline-block;
    position: relative;
}

    .c-plainlist li + li {
        margin-left: 19px;
    }

        .c-plainlist li + li:before {
            content: '';
            display: inline-block;
            margin-right: 19px;
            width: 9px;
            height: 9px;
            border: 3px solid #c6cdd4;
            border-radius: 50%;
        }

@media only screen and (max-width: 959px) {
    .c-plainlist {
        font-size: 14px;
        line-height: 18px;
    }

        .c-plainlist li + li {
            margin-left: 15px;
        }

            .c-plainlist li + li:before {
                margin-right: 15px;
            }
}

@media only screen and (max-width: 699px) {
    .c-plainlist li {
        display: block;
    }

        .c-plainlist li + li {
            margin-left: 0px;
            /*RDA CHange decreased margin*/
            margin-top: 30px;
        }

            .c-plainlist li + li:before {
                position: absolute;
                left: 50%;
                top: -18px;
                -webkit-transform: translateX(-52%);
                -ms-transform: translateX(-52%);
                transform: translateX(-52%);
            }
}

.c-mainheader {
    min-width: 320px;
    position: fixed;
    height: 95px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    color: #fff;
    background: #1b3045;
}

@media only screen and (max-width: 699px) {
    .c-mainheader {
        height: 60px;
    }
}

@media only screen and (max-width: 699px) {
    .c-mainheader {
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear;
        overflow: hidden;
    }
}

.c-mainheader a {
    color: #fff;
}

    .c-mainheader a:hover {
        color: #76f4d8;
    }

@media only screen and (max-width: 699px) {
    .c-mainheader a:hover {
        color: #1b3045;
    }
}

.c-mainheader__hamburger {
    display: none;
    cursor: pointer;
}

@media only screen and (max-width: 699px) {
    .c-mainheader__hamburger {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    .mobile-menu-open .c-mainheader__hamburger {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
    }
}

.c-mainheader__hamburger-close {
    display: none;
    cursor: pointer;
}

@media only screen and (max-width: 699px) {
    .c-mainheader__hamburger-close {
        z-index: 10;
        display: block;
        position: absolute;
        top: 6px;
        right: 12px;
        width: 30px;
        height: 30px;
        /*RDA Update close button*/
        background: url("/Assets/images/icons/close-blue.svg") 50% 50% no-repeat;
        background-size: 16px 16px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        visibility: hidden;
        z-index:200;
    }

    .mobile-menu-open .c-mainheader__hamburger-close {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        visibility: visible;
    }

    .mobile-menu-open .c-megamenu__topmenu {
        margin-top: 40px;
    }
}
/*RDA URGENT HERE IS START OF NAVIGATION CSS*/

/*RDA NEw header CSS*/


.c-mainheader__logo {
    position: absolute;
    bottom: 18px;
    left: 0;
    z-index: 1;
}

    .c-mainheader__logo img {
        display: block;
    }

    .c-mainheader__logo > * {
        float: left;
    }

    .c-mainheader__logo a + a {
        margin-left: 15px;
    }

@media only screen and (max-width: 959px) {
    .c-mainheader__logo {
        height: 40px;
    }

        .c-mainheader__logo a + a {
            margin-left: 12px;
        }
}

@media only screen and (max-width: 699px) {
    .c-mainheader__logo {
        height: 34px;
        bottom: 14px;
    }

        .c-mainheader__logo a + a {
            margin-left: 10px;
        }
}

@media only screen and (max-width: 959px) {
    .c-mainheader__logo-nfl > img {
        width: 29px;
        height: auto;
    }
}

@media only screen and (max-width: 699px) {
    .c-mainheader__logo-nfl > img {
        width: 26px;
    }
}

@media only screen and (min-width: 959px) {
    .c-mainheader__logo-nflpa {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }
}

@media only screen and (max-width: 959px) {
    .c-mainheader__logo-nflpa > img {
        width: 30px;
        height: auto;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }
}

@media only screen and (max-width: 699px) {
    .c-mainheader__logo-nflpa {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

        .c-mainheader__logo-nflpa > img {
            width: 27px;
        }
}

.c-mainheader__logohr {
    width: 1px;
    height: 57px;
    background: #5f6e7c;
    display: inline-block;
    margin: 0px 18px;
}

@media only screen and (min-width: 699px) and (max-width: 959px) {
    .c-mainheader__logohr {
        height: 39px;
        margin: 0px 13px;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 699px) {
    .c-mainheader__logohr {
        display: none;
    }
}

.c-mainheader__logotext {
    display: inline-block;
}

@media only screen and (min-width: 959px) {
    .c-mainheader__logotext {
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
    }
}

@media only screen and (max-width: 959px) {
    .c-mainheader__logotext {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }

        .c-mainheader__logotext img {
            width: 85px;
            height: auto;
        }
}

@media only screen and (max-width: 699px) {
    .c-mainheader__logotext {
        margin-left: 12px;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }

        .c-mainheader__logotext img {
            width: 92px;
            height: 34px;
        }
}

.c-mainheader__user-tools {
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    line-height: 40px;
}

.c-mainheader__user-tools__links a + a {
    margin-left: 25px;
}

.c-mainheader__user-tools__block {
    float: left;
}

    .c-mainheader__user-tools__block + .c-mainheader__user-tools__block {
        margin-left: 25px;
    }

    .c-mainheader__user-tools__block + .c-mainheader__user-tools__links {
        margin-left: 10px;
    }

@media only screen and (max-width: 699px) {
    .c-mainheader__user-tools {
        position: relative;
        right: inherit;
        top: inherit;
        position: absolute;
        right: 40px;
        width: 15px;
        height: 60px;
        padding-top: 11px;
    }
}

/*Old Logo Header CSS*/
/*.c-mainheader__logo {
  position: absolute;
  bottom: 16px;
  left: 0;
}
.c-mainheader__logo img {
  display: block;
}
.c-mainheader__logo > a {
  display: inline-block;
}
.c-mainheader__logo a + a {
  margin-left: 8px;
}
@media only screen and (max-width: 959px) {
  .c-mainheader__logo {
    bottom: 18px;
  }
  .c-mainheader__logo a {
    float: left;
  }
  .c-mainheader__logo a > img {
    -webkit-transform: scale(0.69);
    -ms-transform: scale(0.69);
    transform: scale(0.69);
    -webkit-transform-origin: 0% 70%;
    -ms-transform-origin: 0% 70%;
    transform-origin: 0% 70%;
  }
  .c-mainheader__logo .c-mainheader__logotext a > img {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  .c-mainheader__logo a + a {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 699px) {
  .c-mainheader__logo {
    bottom: 10px;
  }
  .c-mainheader__logo a > img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 0% 90%;
    -ms-transform-origin: 0% 90%;
    transform-origin: 0% 90%;
  }
  .c-mainheader__logo a + a {
    margin-left: -2px;
  }
  .c-mainheader__logo .c-mainheader__logotext a > img {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@media only screen and (min-width: 959px) {
  .c-mainheader__logo-nflpa {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@media only screen and (max-width: 699px) {
  .c-mainheader__logo-nflpa {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.c-mainheader__logohr {
  width: 1px;
  height: 57px;
  background: #5f6e7c;
  display: inline-block;
  margin: 0px 14px;
}
@media only screen and (min-width: 699px) and (max-width: 959px) {
  .c-mainheader__logohr {
    height: 35px;
    margin: 0px 6px 0 0px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@media only screen and (max-width: 699px) {
  .c-mainheader__logohr {
    display: none;
  }
}
.c-mainheader__logotext {
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .c-mainheader__logotext {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .c-mainheader__logotext > img {
    width: 70%;
  }
}
@media only screen and (max-width: 699px) {
  .c-mainheader__logotext {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
}*/



/*RDA URGENT HERE IS END OF NAVIGATION CSS*/
.c-mainheader__user-tools {
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    line-height: 40px;
}

.c-mainheader__user-tools__links a + a {
    margin-left: 25px;
}

.c-mainheader__user-tools__block {
    float: left;
}

    .c-mainheader__user-tools__block + .c-mainheader__user-tools__block {
        margin-left: 25px;
    }

    .c-mainheader__user-tools__block + .c-mainheader__user-tools__links {
        margin-left: 10px;
    }

@media only screen and (max-width: 699px) {
    .c-mainheader__user-tools {
        position: relative;
        right: inherit;
        top: inherit;
        position: absolute;
        right: 50px;
        width: 15px;
        height: 60px;
        padding-top: 11px;
    }
}

.c-hero {
    /*background: #27b696;*/
    background: #25aa8d;
    color: #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .c-hero .l-content-holder {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .c-hero.is-clone .l-content-holder {
        padding-top: 30px;
        padding-bottom: 30px;
    }

@media only screen and (max-width: 699px) {
    .c-hero .l-content-holder {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.c-hero__header {
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (min-width: 699px) and (max-width: 959px) {
    .c-hero__header {
        font-size: 34px;
        font-size: -webkit-calc( 34px + (46 - 34) * ( (100vw - 699px) / ( 959 - 699) ));
        font-size: calc( 34px + (46 - 34) * ( (100vw - 699px) / ( 959 - 699) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 699px) {
    .c-hero__header {
        font-size: 34px;
    }
}

@media only screen and (max-width: 699px) {
    .c-hero__header {
        font-size: 20px;
    }
}

.c-hero__header + .c-hero__columns {
    margin-top: 25px;
}

@media only screen and (max-width: 699px) {
    .c-hero__header + .c-hero__columns {
        margin-top: 10px;
    }
}

.c-hero__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.c-hero__columns__primary {
    -webkit-flex-basis: 64%;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
    font-size: 16px;
    line-height: 22px;
}

.c-hero__columns__secondary {
    -webkit-flex-basis: 25.44444%;
    -ms-flex-preferred-size: 25.44444%;
    flex-basis: 25.44444%;
    position: relative;
}

    .c-hero__columns__secondary:before {
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background: #76f4d8;
        position: absolute;
        top: 0;
        left: -15px;
    }

@media only screen and (max-width: 699px) {
    .c-hero__columns__primary {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        display:flex;
        flex-direction:column;
        
    }

    .c-hero__columns__secondary {
        display: none;
    }

    .c-hero__columns {
        flex-direction:column;
    }
}

.c-hero .c-hero__header {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0.5s 0.2s linear, -webkit-transform 1s 0.2s;
    transition: opacity 0.5s 0.2s linear, -webkit-transform 1s 0.2s;
    transition: opacity 0.5s 0.2s linear, transform 1s 0.2s;
    transition: opacity 0.5s 0.2s linear, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}

.c-hero .c-hero__columns {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.c-hero.is-offscreen .c-hero__columns {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

html.fixed-header-mobile .c-hero.is-offscreen .c-hero__columns {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

html.fixed-header-mobile .c-hero.is-offscreen .c-hero__header {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.c-hero.is-clone {
    overflow: hidden;
    position: fixed;
    top: 95px;
    width: 100%;
    background: #1b997d;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    z-index: 28;
}

    .c-hero.is-clone.is-shown {
        visibility: visible;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

@media only screen and (max-width: 699px) {
   
    
     .c-hero.is-clone {
        top: 60px;
        height: 60px;
        overflow: hidden;
    }


      .mobile-search-open  .c-hero.is-clone {
          top: 113px;
      }  
}

@media only screen and (max-width: 699px) {
    .c-hero.is-clone .l-content-holder {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 699px) {
    .c-hero.is-clone .c-hero__header {
        font-size: 20px;
    }
}
/*
.c-hero.is-clone .c-hero__columns {
    display: none;
}*/

.c-hero.is-clone .c-hero__columns .c-hero-overview-text {
    display: none;
}

.c-hero.is-clone .c-hero__columns .c-hero__columns__secondary {
    display: none;
}

.c-hero.is-clone .c-hero__columns .c-hero-column-image {
    display: none;
}
/*Rda Change - MAIN SPACING CHANGE*/
.c-mainfooter {
    background: #f2f3f5;
    text-align: center;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 90px;
}

.footer-spacing {
    margin-top: 0px !important;
}

.c-mainfooter__contact {
    padding: 23px 0 18px 0;
}

.c-mainfooter__contact__head {
    font-family: "Macha-Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    color: #5f6f7f;
}

.c-mainfooter__copy {
    font-size: 14px;
    color: #949fab;
    padding: 25px 0;
    border-top: 1px solid #dadee3;
}

@media only screen and (max-width: 699px) {
    .c-mainfooter__copy {
        font-size: 12px;
    }
}

.c-mainfooter__copy p {
    margin: 0;
}

    .c-mainfooter__copy p + p {
        margin-top: 15px;
    }

.c-mainfooter__links {
    margin-top: 15px;
}

@media only screen and (max-width: 699px) {
    .c-mainfooter__links {
        margin-top: 20px;
    }
}

.c-mainfooter__links li {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

    .c-mainfooter__links li + li {
        border-left: 1px solid #606f7f;
    }

    .c-mainfooter__links li:first-child {
        padding-left: 0;
    }

    .c-mainfooter__links li:last-child {
        padding-right: 0;
    }

@media only screen and (max-width: 699px) {
    .c-mainfooter__links li {
        display: block;
        bottom: 0;
    }

        .c-mainfooter__links li + li {
            margin-top: 15px;
        }
}

@media only screen and (max-width: 699px) {
    .c-mainfooter__copy-nfplb {
        display: block;
    }
}

.c-infographic {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

@media only screen and (max-width: 699px) {
    .c-infographic {
        padding-bottom: 40px;
    }
}

.c-infographic__header {
    margin-bottom: 5px;
    line-height: 24px;
}

.c-infographic__item {
    position: relative;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .c-infographic__item + .c-infographic__item {
        margin-left: 40px;
    }

@media only screen and (max-width: 699px) {
    .c-infographic__item + .c-infographic__item {
        margin-left: 0;
        margin-top: 0px;
    }
}

.c-infographic__item p {
    margin-bottom: 10px;
}

.c-infographic--2-items > .c-infographic__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media only screen and (min-width: 699px) {
    .c-infographic--3-items {
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .c-infographic--3-items .c-infographic__item {
            -webkit-flex-basis: 33.33333%;
            -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
            margin-left: 0;
        }

        /*RDA Change Made made width 205 (was 175)*/
        .c-infographic--3-items .c-infographic__item-wrapper {
            width: 205px;
            margin-right: auto;
            margin-left: auto;
        }

        .c-infographic--3-items .c-infographic__item:first-child .c-infographic__item-wrapper {
            margin-left: inherit;
        }

        .c-infographic--3-items .c-infographic__item:nth-last-child(4) .c-infographic__item-wrapper {
            margin-right: inherit;
            margin-left: auto;
        }
}

.c-infographic--4-items > .c-infographic__item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.c-infographic__item {
    text-align: center;
    position: relative;
}

    .c-infographic__item:before {
        content: '';
        display: block;
        position: absolute;
        padding-top: 90px;
        left: -25px;
        width: 12px;
        height: 19px;
        background: url("/Assets/images/controls/progress-arrow.svg") 50% 100% no-repeat;
    }

@media only screen and (max-width: 699px) {
    .c-infographic__item:before {
        display: none;
    }
}

.c-infographic__item:first-child:before {
    display: none;
}

.c-infographic--3-items > .arrow {
    display: block;
    position: absolute;
    padding-top: 90px;
    width: 12px;
    height: 19px;
    background: url("/Assets/images/controls/progress-arrow.svg") 50% 100% no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .c-infographic--3-items > .arrow:nth-last-child(2) {
        left: 30.97222%;
    }

@media only screen and (max-width: 699px) {
    .c-infographic--3-items > .arrow:nth-last-child(2) {
        display: none;
    }
}

.c-infographic--3-items > .arrow:nth-last-child(1) {
    left: 69.02778%;
}

@media only screen and (max-width: 699px) {
    .c-infographic--3-items > .arrow:nth-last-child(1) {
        display: none;
    }
}

.c-infographic--3-items .c-infographic__item:before {
    display: none;
}

.c-infographic--3-items .c-infographic__item:first-child {
    margin-left: 1.95%;
}

@media only screen and (max-width: 900px) {
    .c-infographic--3-items .c-infographic__item:first-child {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 800px) {
    .c-infographic--3-items .c-infographic__item:first-child {
        margin-left: 0;
    }
}

.c-infographic--3-items .c-infographic__item:nth-last-child(4) {
    margin-right: 1.95%;
}

@media only screen and (max-width: 900px) {
    .c-infographic--3-items .c-infographic__item:nth-last-child(4) {
        margin-right: 1%;
    }
}

@media only screen and (max-width: 800px) {
    .c-infographic--3-items .c-infographic__item:nth-last-child(4) {
        margin-right: 0;
    }
}

.c-infographic__controls-holder {
    display: none;
}

@media only screen and (max-width: 699px) {
    .c-infographic__controls-holder {
        display: block;
    }
}

.c-infographic__next,
.c-infographic__prev {
    position: absolute;
    top: 120px;
    left: 0;
}

    .c-infographic__next path,
    .c-infographic__prev path {
        stroke: #dadee3;
    }

    .c-infographic__next.is-enabled,
    .c-infographic__prev.is-enabled {
        cursor: pointer;
    }

        .c-infographic__next.is-enabled path,
        .c-infographic__prev.is-enabled path {
            stroke: #107eb1;
        }

        .c-infographic__next.is-enabled:active path,
        .c-infographic__prev.is-enabled:active path {
            stroke: #0083ae;
        }

.c-infographic__next {
    left: inherit;
    right: 0;
}

.c-infographic__navdots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .c-infographic__navdots > .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #dadee3;
        -webkit-transition: background 0.5s;
        transition: background 0.5s;
        cursor: pointer;
    }

        .c-infographic__navdots > .dot.is-selected {
            background: #107eb1;
        }

        .c-infographic__navdots > .dot + .dot {
            margin-left: 10px;
        }

@media only screen and (max-width: 699px) {
    .c-infographic .l-columns__item + .l-columns__item {
        margin-top: 0;
        margin-left: inherit;
    }

    .c-infographic__item {
        width: 100%;
        position: absolute !important;
        top: 0;
        -webkit-transition: -webkit-transform 0.7s;
        transition: -webkit-transform 0.7s;
        transition: transform 0.7s;
        transition: transform 0.7s, -webkit-transform 0.7s;
    }

        .c-infographic__item.is-current {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

        .c-infographic__item.is-offscreen-left {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .c-infographic__item.is-offscreen-right {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }

    .c-infographic__item-wrapper {
        max-width: 270px;
        margin: auto;
    }
}

/* TODO Added for bug on small screens*/
@media only screen and (max-width: 344px) {
    .c-infographic__item-wrapper {
        margin-right: 20px;
        margin-left: 20px;
    }
}

/*TODO Mod made stop max width*/
.c-infographic__icon {
    position: relative;
    display: block;
    width: 100%;
    background: #eaedf0;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    overflow: hidden;
    /*max-width: 150px;*/
    max-width: 160px;
}

.c-infographic--3-items .c-infographic__icon {
    max-width: 175px;
    height: 175px;
}

@media only screen and (max-width: 699px) {
    .c-infographic--3-items .c-infographic__icon > img {
        /*max-width: 150px;*/
        /*width: 150px;
    height: 150px;*/
    }

    .c-infographic--4-items .c-infographic__icon > img {
        /*max-width: 150px;*/
        /*max-width: 175px;
    height: 175px;*/
    }

    .c-infographic--4-items .c-infographic__icon {
        max-width: 175px;
        height: 175px;
    }
}

@media only screen and (min-width: 699px) and (max-width: 900px) {
    .c-infographic--4-items .c-infographic__icon > img {
        /*max-width: 150px;*/
        width: 140px;
        height: 140px;
    }
}
/*.c-infographic__icon:before {
  content: "";
  display: block;
  padding-top: 100%;
}*/
.c-infographic__icon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.c-infographic__icon--school:after {
    -webkit-transform: translate(-31px, -30px);
    -ms-transform: translate(-31px, -30px);
    transform: translate(-31px, -30px);
    background-image: url("/Assets/images/icons/infographics/school.svg");
}

.c-infographic__icon--college-tuition:after {
    -webkit-transform: translate(-29px, -33px);
    -ms-transform: translate(-29px, -33px);
    transform: translate(-29px, -33px);
    background-image: url("/Assets/images/icons/infographics/college-tuition.svg");
}

.c-infographic__icon--checklist:after {
    -webkit-transform: translate(-26px, -30px);
    -ms-transform: translate(-26px, -30px);
    transform: translate(-26px, -30px);
    background-image: url("/Assets/images/icons/infographics/checklist.svg");
}

.c-infographic__icon--reimbursement:after {
    -webkit-transform: translate(-36px, -35px);
    -ms-transform: translate(-36px, -35px);
    transform: translate(-36px, -35px);
    background-image: url("/Assets/images/icons/infographics/reimbursement.svg");
}

.c-header-search {
    width: 15px;
    width: 18px;
    height: 26px;
    /*overflow: hidden*/;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.mobile-menu-open .c-header-search {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.c-header-search__field,
.c-header-search__but {
    position: absolute;
    right: 0;
    top: 0;
}

.c-header-search__but {
    top: 3px;
    right: 0;
    cursor: pointer;
    z-index: 2;
}

    

   @media only screen and (max-width: 699px) {
    .c-header-search__but > svg {
        width: 22px;
        height: 22px;
    }

    .c-header-search {
        margin-top: 2px;
        width: 22px;
        
    }
}


.c-header-search__field {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

    .c-header-search__field input {
        font-size: 16px;
        padding: 2px 5px;
        width: 100%;
        padding-right: 30px;
    }

.c-header-search.is-shown {
    width: 200px;
    height: 100%;
}

    .c-header-search.is-shown .c-header-search__field {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    .c-header-search.is-shown .c-header-search__but {
        right: 5px;
    }

    .c-header-search.is-shown .c-header-search__but svg g {
        stroke: #808080;
    }


#mobile-search-bar .c-header-search__but svg g {
    stroke: #808080;
}

#mobile-search-bar .c-header-search__but {
    top: 19px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}


.c-guided {
    background: #2b9ecb;
    /*background: #00a4da;*/
    color: #fff;
    text-align: center;
    height: 410px;
}

@media only screen and (max-width: 959px) {
    .c-guided {
        height: 480px;
    }
}

@media only screen and (max-width: 699px) {
    .c-guided {
        height: 425px;
    }
}

.c-guided-message-holder {
    padding: 20px;
    background: #56d3fc;
    position: relative;
    margin-bottom: 40px;
}

    .c-guided-message-holder::after {
        content: '';
        width: 0;
        height: 0;
        background: 0;
        border-style: solid;
        border-width: 15px 17.5px 0 17.5px;
        border-color: #56d3fc transparent transparent transparent;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -15px;
    }

    .c-guided-message-holder ~ .c-guided {
        margin-top: -40px;
    }

.c-guided__message {
    text-align: center;
    color: #152c46;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-family: "Macha-Medium", sans-serif;
}

.c-guided__header-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 150px;
}

@media only screen and (max-width: 1440px) {
    .c-guided__header-holder {
        position: relative;
    }
}

@media only screen and (max-width: 959px) {
    .c-guided__header-holder {
        height: 140px;
    }
}

@media only screen and (max-width: 699px) {
    .c-guided__header-holder {
        height: 80px;
    }
}

.c-guided__welcome {
    text-transform: uppercase;
    letter-spacing: 0.57px;
    font-size: 16px;
    color: #d5f5ff;
    margin-bottom: 9px;
    font-family: "Macha-Bold", sans-serif;
}

@media only screen and (min-width: 320px) and (max-width: 699px) {
    .c-guided__welcome {
        font-size: 13px;
        font-size: -webkit-calc( 13px + (16 - 13) * ( (100vw - 320px) / ( 699 - 320) ));
        font-size: calc( 13px + (16 - 13) * ( (100vw - 320px) / ( 699 - 320) ));
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 320px) {
    .c-guided__welcome {
        font-size: 13px;
    }
}

.c-guided__welcome ~ .c-guided__header-holder {
    margin-top: 0;
}

@media only screen and (max-width: 699px) {
    .c-guided__welcome {
        margin-bottom: 5px;
    }
}

.c-guided__footnote {
    margin-top: 15px;
    line-height: 21px;
    font-size: 14px;
}

@media only screen and (max-width: 959px) {
    .c-guided__footnote {
        margin-top: 45px;
    }
}

.c-guided__header {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 35px;
    padding: 0 70px;
}

    .c-guided__header.bottom-message {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 35px;
        padding: 55px 70px;
    }

@media only screen and (max-width: 959px) {
    .c-guided__header {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 25px;
    }

        .c-guided__header.bottom-message {
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 15px;
            padding: 55px 70px;
        }
}

@media only screen and (max-width: 699px) {
    .c-guided__header {
        font-size: 18px;
        line-height: 24px;
        padding: 0 35px;
        margin-bottom: 15px;
    }

        .c-guided__header.bottom-message {
            color: #b6edff;
            font-size: 12px;
            line-height: 14px;
            margin-bottom: 0px;
            padding: 18px 5px;
        }
}

.c-guided__options-holder {
    position: relative;
    height: 260px;
}

@media only screen and (max-width: 959px) {
    .c-guided__options-holder {
        height: 340px;
    }
}

@media only screen and (max-width: 699px) {
    .c-guided__options-holder {
        height: 330px;
    }
}

.c-guided__back {
    position: absolute;
    left: -75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: inline-block;
    background-position: 47% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2215%22 height=%2224%22 viewBox=%220 0 15 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ctitle%3ELine%3C/title%3E%3Cpath d=%22M12 2.346l-9 9L12 21%22 stroke-width=%223%22 stroke=%22%23FFF%22 fill=%22none%22 stroke-linecap=%22square%22/%3E%3C/svg%3E");
    background-color: rgba(86,211,252,0.5);
    overflow: hidden;
    border-radius: 50%;
    text-indent: -200px;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
}

    .c-guided__back:hover {
        background-color: #56d3fc;
    }

@media only screen and (max-width: 1440px) {
    .c-guided__back {
        left: 0px;
        top: inherit;
        bottom: 0px;
    }
}

@media only screen and (max-width: 959px) {
    .c-guided__back {
        width: 44px;
        height: 44px;
        background-size: 12px 20px;
    }
}

@media only screen and (max-width: 699px) {
    .c-guided__back {
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2212%22 height=%2220%22 viewBox=%220 0 12 20%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg transform=%22translate(-14 -12)%22 fill=%22none%22 fill-rule=%22evenodd%22%3E%3Ccircle cx=%2222%22 cy=%2222%22 r=%2222%22/%3E%3Cpath stroke=%22%2355D3FD%22 stroke-width=%222%22 d=%22M25 13l-9 9 9 9%22/%3E%3C/g%3E%3C/svg%3E");
        background-color: transparent;
        left: -10px;
        top: inherit;
        bottom: 9px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

        .c-guided__back:hover,
        .c-guided__back:active {
            background-color: transparent;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2212%22 height=%2220%22 viewBox=%220 0 12 20%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg transform=%22translate(-14 -12)%22 fill=%22none%22 fill-rule=%22evenodd%22%3E%3Ccircle cx=%2222%22 cy=%2222%22 r=%2222%22/%3E%3Cpath stroke=%22%23FFFFFF%22 stroke-width=%222%22 d=%22M25 13l-9 9 9 9%22/%3E%3C/g%3E%3C/svg%3E");
        }
}

.c-guided__options {
    zoom: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .c-guided__options:after,
    .c-guided__options:before {
        content: "";
        display: table;
    }

    .c-guided__options:after {
        clear: both;
    }

@media only screen and (max-width: 959px) {
    .c-guided__options {
        margin-left: auto;
        margin-right: auto;
    }
}

.c-guided__options > li {
    -webkit-flex-basis: 31.61017%;
    -ms-flex-preferred-size: 31.61017%;
    flex-basis: 31.61017%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 1.69492%;
    margin-right: 1.69492%;
    font-size: 22px;
    line-height: 28px;
    border: 2px solid #4ec0e5;
    border-radius: 5px;
    font-family: "Macha-Medium", sans-serif;
}


    .c-guided__options > li:nth-child(3n) {
        margin-right: 0;
    }

@media only screen and (max-width: 959px) {
    .c-guided__options > li {
        -webkit-flex-basis: 47.61905%;
        -ms-flex-preferred-size: 47.61905%;
        flex-basis: 47.61905%;
        margin-right: 1.90476%;
        margin-bottom: 1.90476%;
    }

        .c-guided__options > li:nth-child(3n) {
            margin-right: 1.90476%;
        }

        .c-guided__options > li:nth-child(2n) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 959px) {
    .c-guided__options > li {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 699px) {
    .c-guided__options > li {
        font-size: 15px;
        line-height: 18px;
    }
}

.c-guided__options a {
    color: #fff;
    display: block;
    height: 85px;
    padding: 0 23px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .c-guided__options a:hover {
        background-color: #14b8ee;
    }

    .c-guided__options a:active {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        background-color: #43c6f1;
    }

@media only screen and (max-width: 699px) {
    .c-guided__options a {
        padding-left: 10px;
        padding-right: 10px;
        height: 80px;
    }
}

.c-guided__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .c-guided__columns > .c-guided__column {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 20px;
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 35px;
        margin-right: 35px;
    }

        .c-guided__columns > .c-guided__column:first-child {
            margin-left: 0;
        }

        .c-guided__columns > .c-guided__column:last-child {
            margin-right: 0;
        }

@media only screen and (max-width: 959px) {
    .c-guided__columns > .c-guided__column {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.c-guided__columns > .c-guided__column + .c-guided__column:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #56d3fc;
    position: absolute;
    top: 0;
    left: -35px;
}

.c-guided__columns > .c-guided__column + .c-guided__column:first-child:before {
    display: none;
}

@media only screen and (max-width: 959px) {
    .c-guided__columns > .c-guided__column + .c-guided__column:before {
        left: -20px;
    }
}

.c-guided__columns--2col > .c-guided__column {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: 50px;
    margin-right: 50px;
}

    .c-guided__columns--2col > .c-guided__column + .c-guided__column:before {
        left: -50px;
    }

@media only screen and (max-width: 959px) {
    .c-guided__columns--2col > .c-guided__column + .c-guided__column:before {
        left: -35px;
    }
}

@media only screen and (max-width: 959px) {
    .c-guided__columns--2col > .c-guided__column {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-left: 35px;
        margin-right: 35px;
    }
}

.c-guided__column-header {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    letter-spacing: -0.1px;
}

.c-guided__column-content {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.c-guided__column-cta {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    margin-top: auto;
    z-index: 100;
}

    .c-guided__column-cta > .ui-btn {
        margin-bottom: 0;
    }

@media only screen and (max-width: 699px) {
    .c-guided__columns {
        display: block;
        margin-bottom: 15px;
    }

    .c-guided__column {
        margin: 0;
        background: #0083b5;
        width: 100%;
        margin-bottom: 2px !important;
        overflow: hidden;
        display: block !important;
        -webkit-transition: max-height 0.35s;
        transition: max-height 0.35s;
        max-height: 44px;
    }

        .c-guided__column.is-collapsed {
            max-height: 44px !important;
        }

        .c-guided__column.is-expanded {
            max-height: none;
        }

    .c-guided .c-guided__column + .c-guided__column {
        border: 0px;
        margin-left: 0;
    }

    .c-guided__column-header {
        height: 44px;
        font-size: 15px;
        line-height: 18px;
        padding: 0 8px;
        background: #20bff3;
        font-family: "Macha-Medium", sans-serif;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        letter-spacing: 0;
        cursor: pointer;
    }

        .c-guided__column-header:after {
            content: '';
            display: block;
            width: 20px;
            height: 9px;
            width: 0;
            height: 0;
            background: 0;
            border-style: solid;
            border-width: 9px 10px 0 10px;
            border-color: #20bff3 transparent transparent transparent;
            position: absolute;
            bottom: -9px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .c-guided__column-content {
        padding: 12px 15px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .c-guided__column-cta {
        padding-bottom: 15px;
    }

        .c-guided__column-cta a {
            text-transform: uppercase;
            letter-spacing: 1.5px;
            border: 0;
            box-shadow: none !important;
            padding: 0 !important;
            margin: 0 !important;
            background: transparent !important;
            color: #fff !important;
            border-radius: 0 !important;
            -webkit-transition-duration: 0 !important;
            transition-duration: 0 !important;
        }

            .c-guided__column-cta a::after {
                content: '';
                width: 17px;
                height: 10px;
                display: inline-block;
                background: url("/Assets/images/controls/c-guided/cta-arrow-mobile.svg") no-repeat;
                margin-left: 6px;
            }

            .c-guided__column-cta a:hover {
                text-decoration: underline;
            }

            .c-guided__column-cta a:active {
                text-decoration: underline;
                color: #d9d9d9 !important;
            }

    .c-guided__column-content,
    .c-guided__column-cta {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.25s 0.35s ease-out;
        transition: opacity 0.25s 0.35s ease-out;
    }

    .is-expanded .c-guided__column-content,
    .is-expanded .c-guided__column-cta {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    .c-guided__footnote {
        font-size: 12px;
        line-height: 14px;
        color: #b6edff;
        margin-top: 0;
    }
}

.c-guided__panel {
    width: 100%;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

@media only screen and (max-width: 699px) {
    .c-guided__panel {
        -webkit-transition: all c-guided__transition--slide--mobile 0.2s ease-out;
        transition: all c-guided__transition--slide--mobile 0.2s ease-out;
    }
}

.c-guided__panel .c-guided__header,
.c-guided__panel .c-guided__welcome {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.c-guided__panel .c-guided__back {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.c-guided__panel--moving {
    position: absolute;
}

    .c-guided__panel--moving .c-guided__header,
    .c-guided__panel--moving .c-guided__welcome,
    .c-guided__panel--moving .c-guided__back {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    .c-guided__panel--moving .c-guided__back {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

.c-guided__panel--upcoming {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.c-guided__panel--outgoing {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.c-accordion__section-header {
    padding: 15px 20px 14px 20px;
    border-top: 1px solid #c6cdd4;
    border-bottom: 1px solid #c6cdd4;
    background-color: #f2f3f5;
    font-family: "Macha-Medium", sans-serif;
    color: #132c45;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}
/*RDA Change: Added so that first child will have a top border*/
.c-accordion .c-accordion__section:first-child {
    border-top: 1px solid #c6cdd4;
}

.c-accordion__section {
    border-bottom: 1px solid #c6cdd4;
}

    .c-accordion__section + .c-accordion__section-header {
        border-top: none;
    }

.c-accordion__header-holder,
.c-accordion__content-holder {
    padding-left: 35px;
}

.c-accordion__header-holder {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    cursor: pointer;
}

@media only screen and (max-width: 699px) {
    .c-accordion__header-holder {
        padding-top: 15px;
        padding-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.c-accordion__header {
    margin-bottom: 0;
}

    .c-accordion__header:hover {
        color: #0583ad;
    }

    .c-accordion__header:before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        margin-top: -3px;
        background-size: contain;
        background: url("/Assets/images/controls/c-accordion/plus.svg") no-repeat;
    }

.is-expanded .c-accordion__header:before {
    background-image: url("/Assets/images/controls/c-accordion/minus.svg");
}

@media only screen and (max-width: 699px) {
    .c-accordion {
        padding-top: 20px;
        /*padding-bottom: 20px;*/
    }

    .c-accordion__header {
        padding-right: 20px;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

@media only screen and (max-width: 699px) {
    .new-mix-review-table .c-accordion {
        padding-top: 0px;
    }
}

.c-accordion__header-holder__infobox {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 699px) {
    .c-accordion__header-holder__infobox {
        position: relative;
        float: right;
        padding-bottom: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
    }
}

.c-accordion__header-holder__infobox .c-infobox {
    margin-bottom: 0;
    text-align: right;
}

.c-accordion__header-holder__infobox .c-infobox__display {
    font-size: 30px;
}

@media only screen and (max-width: 699px) {
    .c-accordion__header-holder__infobox .c-infobox__note {
        margin-top: 0px;
    }
}

/*RDA Change: Removed dynamic font resizing*/
@media only screen and (max-width: 699px) and (min-width: 320px) and (max-width: 699px) {
    .c-accordion__header-holder__infobox .c-infobox__display {
        font-size: 22px;
        /*font-size: -webkit-calc( 22px + (30 - 22) * ( (100vw - 320px) / ( 699 - 320) ));
    font-size: calc( 22px + (30 - 22) * ( (100vw - 320px) / ( 699 - 320) ));*/
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 699px) and (max-width: 320px) {
    .c-accordion__header-holder__infobox .c-infobox__display {
        font-size: 22px;
    }
}

.c-accordion__content-holder {
    overflow: hidden;
    height: 0;
}
/*RDA Change: increase padding from 15 to 30px*/
.is-expanded > .c-accordion__content-holder {
    height: auto;
    padding-bottom: 30px;
}

/*RDA Change: Removed dynamci font size from Accordion header*/
@media only screen and (max-width: 699px) and (min-width: 320px) and (max-width: 699px) {
    .c-accordion__header {
        font-size: 16px;
        /*font-size: -webkit-calc( 16px + (22 - 16) * ( (100vw - 320px) / ( 699 - 320) ));
    font-size: calc( 16px + (22 - 16) * ( (100vw - 320px) / ( 699 - 320) ));*/
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 699px) and (max-width: 320px) {
    .c-accordion__header {
        font-size: 16px;
    }
}

.c-aside {
    padding-top: 55px;
}

.c-calc-slider {
    margin-top: 27px;
}

.c-calc-slider__tick {
    font-size: 14px;
    color: #5f6e7c;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 29px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .c-calc-slider__tick:after {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background: #c6cdd4;
        position: absolute;
        bottom: 0;
        left: 50%;
    }

.c-calc-slider > header {
    font-size: 14px;
    color: #132c45;
    margin-bottom: 10px;
}

.c-calc-slider__rail-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 22px;
    background-image: -webkit-linear-gradient(180deg, #0c5676 0%, #00a4da 48%, #27cea0 100%);
    background-image: -webkit-linear-gradient(right, #0c5676 0%, #00a4da 48%, #27cea0 100%);
    background-image: linear-gradient(-90deg, #0c5676 0%, #00a4da 48%, #27cea0 100%);
}

.c-calc-slider--with-ticks .c-calc-slider__rail-wrapper {
    margin-top: 50px;
}

.c-calc-slider__rail {
    height: 29px;
    position: relative;
}

    .c-calc-slider__rail > .ui-slider-handle {
        cursor: pointer;
        z-index: 1;
        position: absolute;
        top: -4px;
        width: 39px;
        height: 39px;
        background: url("/Assets/images/controls/slider-handle.svg") no-repeat;
        background-size: contain;
        display: block;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.c-calc-slider__result {
    font-size: 30px;
    margin-top: 19px;
    margin-bottom: 24px;
}

.c-page-subnav {
    background: #0f7d68;
    /*background: #1b997d;*/
    color: #fff;
    font-size: 15px;
    font-family: "Macha-Medium", sans-serif;
    text-align: center;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0.2s linear, visibility 0s;
    transition: opacity 0.2s linear, visibility 0s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .c-page-subnav > .l-content-holder {
        padding-top: 0;
        padding-bottom: 0;
    }

.c-page-subnav--desktop header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.c-page-subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.c-page-subnav--narrow.c-page-subnav ul {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.c-page-subnav--wide.c-page-subnav ul {
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.c-page-subnav a {
    color: #fff;
}

    .c-page-subnav a:hover {
        color: #76f4d8;
    }

.c-page-subnav li {
    margin: 0px 50px;
    padding-top: 25px;
    padding-bottom: 22px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    letter-spacing: 0.5px;
}

.c-page-subnav--wide.c-page-subnav li {
    margin: 0px 4px;
}

    .c-page-subnav--wide.c-page-subnav li:first-child {
        margin-left: 0;
    }

    .c-page-subnav--wide.c-page-subnav li:last-child {
        margin-right: 0;
    }

.c-page-subnav li.is-selected:after {
    content: '';
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    border-width: 7px 8px 0 8px;
    border-color: #76f4d8 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -8px;
}

.c-page-subnav li.is-selected a {
    color: #76f4d8;
}

    .c-page-subnav li.is-selected a:after {
        content: '';
        display: block;
        width: 100%;
        height: 6px;
        background: #76f4d8;
        position: absolute;
        bottom: 0;
    }

.c-page-subnav--mobile {
    background: #25aa8d;
    padding: 0;
    border: none;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    letter-spacing: 0.5px;
    font-family: "Macha-Medium", sans-serif;
}

    .c-page-subnav--mobile .l-content-holder {
        margin-left: 0;
        margin-right: 0;
    }

    .c-page-subnav--mobile br {
        content: ' ';
    }

        .c-page-subnav--mobile br:after {
            content: ' ';
        }

    .c-page-subnav--mobile header {
        height: 45px;
        cursor: pointer;
    }

        .c-page-subnav--mobile header:after {
            content: '';
            display: inline-block;
            width: 13px;
            height: 8px;
            background: url("/Assets/images/controls/c-subnav/arrow-down.svg") no-repeat;
            margin-left: 10px;
            margin-bottom: 2px;
        }

.is-open.c-page-subnav--mobile header:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.c-page-subnav--mobile ul {
    background: #1b997d;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.is-open.c-page-subnav--mobile ul {
    display: block;
    border-top: 1px solid #8dccbe;
}

.c-page-subnav--mobile li {
    line-height: 45px;
    text-align: center;
    padding: 0;
    line-height: 1em;
    margin-left: 0px;
    margin-right: 0px;
}

    .c-page-subnav--mobile li a {
        color: #fff;
        display: block;
        padding-top: 23px;
        padding-bottom: 22px;
        padding: 15px 10px;
    }

    .c-page-subnav--mobile li.is-selected {
        display: block;
    }

        .c-page-subnav--mobile li.is-selected:after {
            display: none;
        }

        .c-page-subnav--mobile li.is-selected a {
            color: #68f6d9;
        }

            .c-page-subnav--mobile li.is-selected a:after {
                display: none;
            }

.c-page-subnav.is-pinned {
    position: fixed;
    z-index: 28;
    width: 100%;
    top: 143px;
    left: 0;
    visibility: visible;
}

    .c-page-subnav.is-pinned.is-hidden {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: opacity 0.2s linear, visibility 0s 0.2s;
        transition: opacity 0.2s linear, visibility 0s 0.2s;
    }

@media only screen and (max-width: 699px) {
    .c-page-subnav.is-pinned {
        margin-top: 0;
        top: 120px;
    }

    .mobile-search-open .c-page-subnav.is-pinned {
        margin-top: 0;
        top: 173px;
    }
}

.c-megamenu {
    position: absolute;
    right: 0;
    bottom: 17px;
    width: 100%;
    text-align: right;
    font-family: "Macha-Medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    letter-spacing: 0.5px;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

@media only screen and (max-width: 959px) {
    .c-megamenu {
        bottom: 15px;
    }
}

@media only screen and (max-width: 699px) {
    /*RDA Mobile Nav Redesign*/
    .c-megamenu {
        width: 100%;
        position: absolute;
        top: 0;
        background-color: white;

    }
}

.c-megamenu__topmenu > li {
    display: inline-block;
    font-size: 16px;
    position: relative;
}

@media only screen and (min-width: 699px) and (max-width: 959px) {
    .c-megamenu__topmenu > li {
        font-size: 14px;
        line-height: 17px;
        max-width: 85px;
        text-align: center;
    }
}

.c-megamenu__topmenu > li + li {
    margin-left: 48px;
}

@media only screen and (max-width: 1280px) {
    .c-megamenu__topmenu > li + li {
        margin-left: 3.75%;
    }
}

@media only screen and (max-width: 959px) {
    .c-megamenu__topmenu > li + li {
        margin-left: 2.85714%;
    }
}

.c-megamenu__topmenu .is-current > a,
.c-megamenu__topmenu .is-hover > a {
    color: #67f6d8;
    cursor: default;
}

    .c-megamenu__topmenu .is-current > a.cursor-hand {
        cursor: pointer;
    }

@media only screen and (max-width: 699px) {
    .c-megamenu__topmenu .is-current > a,
    .c-megamenu__topmenu .is-hover > a {
        /*color: #1b3045;*/
        color: #107EB1;
        
    }
}

@media only screen and (max-width: 699px) {
    .c-megamenu__topmenu {
        height: auto;
    }

        .c-megamenu__topmenu > li {
            display: block;
            text-align: left;
        }

            .c-megamenu__topmenu > li + li {
                margin-left: 0;
                border-top: 1px solid #dadee3;
            }

            .c-megamenu__topmenu > li > a {
                display: block;
                padding: 24px 40px 20px 20px;
                color: #1b3045;
                font-size:18px;
            }
}

.c-megamenu__toplevel.is-open > a {
    color: #76f4d8;
}

    .c-megamenu__toplevel.is-open > a:after {
        content: '';
        width: 0;
        height: 0;
        background: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #76f4d8 transparent;
        position: absolute;
        bottom: -17px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media only screen and (max-width: 959px) {
    .c-megamenu__toplevel.is-open > a:after {
        bottom: -15px;
    }
}

@media only screen and (max-width: 699px) {
    .c-megamenu__toplevel.is-open > a {
        color: #1b3045;
    }

        .c-megamenu__toplevel.is-open > a:after {
            display: none;
        }
}

.c-megamenu__toplevel.is-open .c-megamenu__submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

@media only screen and (max-width: 699px) {
    .c-megamenu__toplevel.is-open .c-megamenu__submenu {
        display: block;
    }
}

@media only screen and (max-width: 699px) {
    /*RDA Menu Redesign*/
    .c-megamenu__toplevel.has-submenu:before {
        content: '';
        display: block;
        position: absolute;
        right: 20px;
        top: 25px;
        width: 15px;
        height: 15px;
        background: url("/Assets/images/icons/caret-blue.svg") 50% 50% no-repeat;
        /*background: url("/Assets/images/controls/mobile-menu-plus.svg") 50% 50% no-repeat;*/
    }

    .c-megamenu__toplevel.has-submenu.is-open:before {
        transform: rotate(180deg);
        background: url("/Assets/images/icons/caret-blue.svg") 50% 50% no-repeat;
        /*background: url("/Assets/images/controls/mobile-menu-minus.svg") 50% 50% no-repeat;*/
    }
}

.c-megamenu__submenu {
    display: none;
    background: #fff;
    position: absolute;
    border: 1px solid #dadee3;
    border-top: 6px solid #76f4d8;
    box-shadow: 3px 3px 0px 0px rgba(20,36,52,0.2);
    z-index: 10;
    top: -webkit-calc(100% + 17px);
    top: calc(100% + 17px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
}

@media only screen and (max-width: 959px) {
    .c-megamenu__submenu {
        top: -webkit-calc(100% + 15px);
        top: calc(100% + 15px);
    }
}

.c-megamenu__submenu a {
    color: #107eb1;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "Macha-Book", sans-serif;
}

    .c-megamenu__submenu a:hover {
        color: #0583ad;
    }

    .c-megamenu__submenu a:active {
        color: #04698a;
    }

.c-megamenu__column a {
    color: #107eb1;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "Macha-Book", sans-serif;
    /*margin-top: 20px;*/
    display: block;
}

    .c-megamenu__column a:hover {
        color: #0583ad;
    }

    .c-megamenu__column a:active {
        color: #04698a;
    }

    .c-megamenu__column a + .c-megamenu__subhead {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #dadee3;
    }

.c-megamenu__column .c-megamenu__subhead + a {
    margin-top: 20px;
}

.c-megamenu__column a + a {
    margin-top: 20px;
}

.c-megamenu__column .c-megamenu__submenu-extra + a {
    margin-top: 20px;
}


.c-megamenu__column a + .c-megamenu__submenu-extra {
    border-top: 1px solid #dadee3;
    margin-top: 20px;
}


.c-megamenu__column .c-megamenu__subhead + .c-megamenu__submenu-extra {
    border-top: 1px solid #dadee3;
    margin-top: 20px;
}


@media only screen and (max-width: 699px) {
    .c-megamenu__submenu {
        position: relative;
        border: none;
        box-shadow: none;
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

        .c-megamenu__submenu:after {
            display: none;
        }

        .c-megamenu__submenu a {
            font-size: 14px;
        }

    .c-megamenu__column a {
        font-size: 14px;
        padding-right: 20px;
    }
}

.c-megamenu__column {
    padding: 0 30px;
    margin: 30px 0;
    min-width: 310px;
}

    .c-megamenu__column > .c-megamenu__subhead {
        font-size: 13px;
        color: #939eae;
        font-family: "Macha-Medium", sans-serif;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 699px) {
    .c-megamenu__column {
        padding: 0 30px 0 30px;
        margin: 0 0 20px 0;
    }

        .c-megamenu__column > .c-megamenu__subhead {
            margin-bottom: 15px;
            font-size: 12px;
        }
}

.c-megamenu__column + .c-megamenu__column {
    border-left: 1px solid #dadee3;
}

@media only screen and (max-width: 699px) {
    .c-megamenu__column + .c-megamenu__column {
        margin-top: 30px;
    }
}

.c-megamenu__submenu-nav {
    width: 250px;
}

    .c-megamenu__submenu-nav li + li {
        margin-top: 20px;
    }

    .c-megamenu__submenu-nav + .c-megamenu__subhead {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #dadee3;
    }

@media only screen and (max-width: 699px) {
    .c-megamenu__submenu-nav {
        width: auto;
    }
}

.c-megamenu__submenu-nav + .c-megamenu__submenu-extra {
    border-top: 1px solid #dadee3;
    margin-top: 20px;
}

.c-megamenu__submenu-extra {
    padding-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.c-megamenu__submenu-extratext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 18px;
    max-width: 210px;
}

.c-megamenu .c-account-pulldown__extras .mobile-extras {
    display:none;
}

@media only screen and (max-width: 699px) {
    .c-megamenu__submenu-extra {
        display: none;
    }
}

@media only screen and (max-width: 699px) {


    .c-megamenu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: none;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: justify;
        -webkit-align-content: space-between;
        align-content: space-between;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 100vh;
        height: auto;
        z-index: 100;
    }
    /*RDA Redesign*/
        .c-megamenu .c-account-pulldown__extras .mobile-extras {
            display:block;
            font-weight:400;
            font-size: 16px;
            font-family: "Macha-Medium", sans-serif;
        }

        .c-megamenu .c-account-pulldown__extras .desktop-extras {
            display:none;
        }

        .c-megamenu .c-account-pulldown__extras {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin-top: 0;
            border-top: 1px solid #dadee3;
            /*border-bottom: 1px solid #dadee3;*/
            color: #1b3045;
            text-align: left;
            padding: 15px 20px;
            padding-top: 30px;
            text-transform: none;
            letter-spacing: 0;
            font-family: "Macha-Book", sans-serif;
        }

            .c-megamenu .c-account-pulldown__extras a {
                color: #107EB1;
                /*color: #00a4da;*/
            }

                .c-megamenu .c-account-pulldown__extras a:hover {
                    color: #0583ad;
                }

                .c-megamenu .c-account-pulldown__extras a:active {
                    color: #04698a;
                }

        .c-megamenu .c-mainheader__user-tools__links {
            float: none;
            text-align: left;
            /*margin-top: 10px;
            margin-bottom: 10px;*/
            margin: 0;
            display: block;
        }

        .c-megamenu .c-mainheader__user-tools__links a {
            color: #107EB1;
            display: block;
            margin-left: 0;
            padding: 15px 20px;
            text-transform: none;
            letter-spacing: 0px;
            font-size: 16px;
            font-weight: 400;
            font-family: "Macha-Medium", sans-serif;
        }

            .c-megamenu .c-mainheader__user-tools__links a:hover {
                color: #0583ad;
            }

            .c-megamenu .c-mainheader__user-tools__links a:active {
                color: #04698a;
            }

        .c-megamenu .c-mainheader__user-tools__links a.logout-btn {
            text-transform: uppercase;
            font-weight: bold;
        }


        .c-megamenu .c-account-pulldown {
            text-align: center;
            left: 0;
            width: 100%;
            font-size: 12px;
            text-transform: none;
            letter-spacing: 0px;
            margin-left: 0;
            /*RDA MOD*/
            /*margin-top: auto;*/
        }

        .c-megamenu .c-account-pulldown__extras {
            color: #152c46;
        }

        .c-megamenu .c-account-pulldown__trigger {
            display: none;
        }

        .c-megamenu .c-account-pulldown__panel {
            display: block;
            box-shadow: none;
            padding: 0;
            position: relative;
        }

            .c-megamenu .c-account-pulldown__panel a {
                /*color: #5f6f7f;*/
                color: #107EB1;
                font-size:16px;
                
            }

        .c-megamenu .c-account-pulldown__menu {
            /*display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: box;*/
            display: block;
            /*-webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            -webkit-box-orient: horizontal;
            -o-box-orient: horizontal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;*/
            /*border-top: 1px solid #dadee3;    
            border-bottom: 1px solid #dadee3;*/
        }

            .c-megamenu .c-account-pulldown__menu > li {
                /*display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: box;*/
                display: block;
                /*-webkit-box-pack: center;
                -o-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-orient: vertical;
                -o-box-orient: vertical;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
                -webkit-flex-basis: 50%;
                -ms-flex-preferred-size: 50%;
                flex-basis: 50%;*/
                text-align:left;
            }

            .c-megamenu .c-account-pulldown__menu > li {
                padding: 15px 20px;
            }

                .c-megamenu .c-account-pulldown__menu > li + li {
                    margin-top: 0;
                    border-left: 1px solid #dadee3;
                }

                .c-megamenu .c-account-pulldown__menu > li a {
                    padding: 0;
                }

                .c-megamenu .c-account-pulldown__menu > li.c-account--hide-on-mobile {
                    display: none;
                }
}

.c-calculator-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .c-calculator-dropdown > select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 20px;
        line-height: 28px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        visibility: hidden;
    }

        .c-calculator-dropdown > select ::ms-expand {
            display: none;
        }

.c-calculator-dropdown--native-mode > select {
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: visible;
}

.c-calculator-dropdown__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    color: #107eb1;
    border-bottom: 2px solid #939eae;
    padding-right: 20px;
    background: url("/Assets/images/controls/c-dropdown/down-arrow.svg") 100% 50% no-repeat;
    background-position: right 3px top 50%;
}

    .c-calculator-dropdown__title:hover {
        color: #0583ad;
    }

.c-calculator-dropdown__list {
    position: absolute;
    text-align: left;
    font-size: 20px;
    line-height: 23px;
    background: #fff;
    border: 2px solid #dadee3;
    box-shadow: 3px 3px 0px 0px rgba(20,36,52,0.1);
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 7px;
    z-index: 15;
}

.c-calculator-dropdown__list-item {
    padding: 7px 15px;
    display: block;
    cursor: pointer;
    font-family: "Macha-Medium", sans-serif;
}

    .c-calculator-dropdown__list-item:hover,
    .c-calculator-dropdown__list-item.is-active {
        background: #f2f3f5;
    }

    .c-calculator-dropdown__list-item.is-current {
        color: #107eb1;
    }

.Drag-slider-to-see-h {
    width: 305px;
    height: 16px;
    font-family: Macha-Book;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #5f6e7c;
}

.c-form + .c-form {
    margin-top: 60px;
}

.c-form .l-columns + .l-columns,
.c-form .l-columns + .c-form-group,
.c-form .c-form-group + .l-columns,
.c-form .c-form-group--inline + .c-form-group--inline,
.c-form .c-form-group--inline + .c-form-group,
.c-form .c-form-group--inline + .l-columns,
.c-form .c-form-group + .l-columns--inline {
    margin-top: 25px;
}

@media only screen and (max-width: 699px) {
    .c-form .l-columns + .l-columns,
    .c-form .l-columns + .c-form-group,
    .c-form .c-form-group + .l-columns,
    .c-form .c-form-group--inline + .c-form-group--inline,
    .c-form .c-form-group--inline + .c-form-group,
    .c-form .c-form-group--inline + .l-columns,
    .c-form .c-form-group + .l-columns--inline {
        margin-top: 20px;
    }
}

.c-form--static-block .l-columns + .l-columns,
.c-form--static-block .l-columns + .c-form-group,
.c-form--static-block .c-form-group + .l-columns,
.c-form--static-block .c-form-group--inline + .c-form-group--inline,
.c-form--static-block .c-form-group--inline + .c-form-group,
.c-form--static-block .c-form-group--inline + .l-columns,
.c-form--static-block .c-form-group + .l-columns--inline {
    margin-top: 0;
}

.c-form div[class^="l-col"] > .l-columns,
.c-form div[class*=" l-col"] > .l-columns {
    padding-top: 14px;
}

    .c-form div[class^="l-col"] > .l-columns + .l-columns,
    .c-form div[class*=" l-col"] > .l-columns + .l-columns {
        padding-top: 0;
    }
/*RDA Change added this for Form review pages*/
.c-form div[class^="l-col"] > .c-form-control-static,
.c-form div[class*=" l-col"] > .c-form-control-static {
    margin-bottom: 0;
}

.c-form div[class^="l-col"] > .c-form-control-static,
.c-form div[class*=" l-col"] > .c-form-control-static {
    padding-top: 14px;
}

.c-form div[class^="l-col"] > .c-form-control-static--multiline,
.c-form div[class*=" l-col"] > .c-form-control-static--multiline {
    padding-top: 10px;
}

@media only screen and (max-width: 699px) {
    .c-form .c-form-group + .c-form-group {
        margin-top: 25px;
    }
}

.c-form h3 {
    margin-bottom: 15px;
}

@media only screen and (max-width: 699px) {
    .c-form h3 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 699px) {
    .c-form h3.h3--c-form-subhead {
        text-align: left;
    }
}

.c-form h3.h3--c-form-subhead ~ .c-form-fieldset {
    border-top: 0;
    padding-top: 0;
}

.c-form h4 {
    margin-top: 45px;
    margin-bottom: 20px;
}

.c-form label,
.c-form-label {
    font-size: 17px;
    line-height: 20px;
    color: #687582;
    font-family: "Macha-Medium", sans-serif;
}

@media only screen and (max-width: 699px) {
    .c-form label,
    .c-form-label {
        font-size: 15px;
        line-height: 18px;
    }
}

.c-form input[type='text'],
.c-form input[type='password'],
.c-form input[type='number'],
.c-form input[type='email'],
.c-form input[type='date'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-form input[type='text'],
.c-form input[type='password'],
.c-form input[type='number'],
.c-form input[type='email'],
.c-form input[type='date'],
.c-form input[type='search'],
.c-form select {
    border: 2px solid #dadee3;
    border-radius: 3px;
    font-family: "Macha-Book", sans-serif;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.c-form input[type=number]::-webkit-outer-spin-button,
.c-form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.c-form input[type=number] {
    -moz-appearance: textfield;
}

.c-form input[type='text']:focus,
.c-form input[type='password']:focus,
.c-form input[type='number']:focus,
.c-form input[type='email']:focus,
.c-form input[type='date']:focus,
.c-form input[type='search']:focus,
.c-form select:focus {
    outline: none;
    border-color: #92e2fd;
}

.c-form .has-error input[type='text'],
.c-form .has-error input[type='password'],
.c-form .has-error input[type='number'],
.c-form .has-error input[type='date'],
.c-form .has-error input[type='email'] {
    background: -color #fdeded;
    border-color: #e40000;
}

input[type='date'].c-form-control {
    padding-top: 9px;
}


.c-form select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: url("/Assets/images/controls/c-form/select-arrow.svg") -webkit-calc(100% - 10px) 50% no-repeat;
    background: url("/Assets/images/controls/c-form/select-arrow.svg") calc(100% - 10px) 50% no-repeat;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    height: 51px;
    line-height: 20px;
}

@media only screen and (max-width: 699px) {
    .c-form select {
        height: 49px;
    }
}

.c-form select ::ms-expand {
    display: none;
}

.c-form-message {
    font-size: 16px;
    margin-top: 6px;
}

.has-error .c-form-message {
    color: #e40000;
}

.c-form-fieldset {
    position: relative;
}

/*RDA Change added for Review form page (distribution application)*/
.c-form--confirmation {
    margin-bottom: 25px;
}

    .c-form--confirmation .c-form-fieldset {
        padding: 10px 0 15px 0;
    }

.c-form-fieldset + .c-form-fieldset {
    margin-top: 40px;
}

.c-form--confirmation .c-form-fieldset + .c-form-fieldset {
    margin-top: 0;
}

.c-form-fieldset + h3 {
    border-top: 1px solid #dadee3;
}

.c-form-static-fieldset-but {
    position: absolute;
    right: 0;
    top: 17px;
    display: block;
    font-size: 16px;
    background: url(/Assets/images/icons/nfl-edit.svg) no-repeat;
    background-position: left;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0583AD;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    
}

.c-form-group label {
    display: block;
    margin-bottom: 6px;
}

@media only screen and (max-width: 699px) {
    .c-form-group label {
        margin-bottom: 4px;
    }
}

.c-form-group--inline label {
    display: inline-block;
    margin-bottom: 0;
}

    .c-form-group--inline label + label {
        margin-left: 20px;
    }

.c-form-group--inline input,
.c-form-group--inline select {
    display: inline-block;
    width: auto;
}

.c-form-group--inline select {
    padding-right: 30px;
}

.c-form-group--inline label + input,
.c-form-group--inline label + select {
    margin-left: 10px;
}

.c-form-control,
.c-form-control-static,
.c-form-control-label,
.c-form-input-group__addon,
.c-form-input-group__addon-external {
    display: block;
    width: 100%;
    padding: 13px 15px 9px;
    font-size: 18px;
    line-height: 20px;
    color: #152c46;
    background-color: #fff;
}

    .c-form-control::-ms-expand,
    .c-form-control-static::-ms-expand,
    .c-form-control-label::-ms-expand,
    .c-form-input-group__addon::-ms-expand,
    .c-form-input-group__addon-external::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .c-form-control::-webkit-input-placeholder,
    .c-form-control-static::-webkit-input-placeholder,
    .c-form-control-label::-webkit-input-placeholder,
    .c-form-input-group__addon::-webkit-input-placeholder,
    .c-form-input-group__addon-external::-webkit-input-placeholder {
        color: #d3d3d3;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    .c-form-control::-moz-placeholder,
    .c-form-control-static::-moz-placeholder,
    .c-form-control-label::-moz-placeholder,
    .c-form-input-group__addon::-moz-placeholder,
    .c-form-input-group__addon-external::-moz-placeholder {
        color: #d3d3d3;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .c-form-control:-ms-input-placeholder,
    .c-form-control-static:-ms-input-placeholder,
    .c-form-control-label:-ms-input-placeholder,
    .c-form-input-group__addon:-ms-input-placeholder,
    .c-form-input-group__addon-external:-ms-input-placeholder {
        color: #d3d3d3;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .c-form-control::placeholder,
    .c-form-control-static::placeholder,
    .c-form-control-label::placeholder,
    .c-form-input-group__addon::placeholder,
    .c-form-input-group__addon-external::placeholder {
        color: #d3d3d3;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

@media only screen and (max-width: 699px) {
    .c-form-control,
    .c-form-control-static,
    .c-form-control-label,
    .c-form-input-group__addon,
    .c-form-input-group__addon-external {
        font-size: 18px;
        line-height: 18px;
    }
}

.c-form select::-ms-expand {
    display: none;
}

.c-form input::-ms-clear {
    display: none;
}

.c-form-control-static,
.c-form-control-label {
    min-height: 42px;
    padding-left: 0;
    padding-right: 0;
}

.c-form-control-label {
    padding-top: 15px;
    padding-bottom: 7px;
}

.c-form-control-static--multiline {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 0;
    font-size: 20px;
    line-height: 28px;
}

@media only screen and (max-width: 699px) {
    .c-form-control-static--multiline {
        font-size: 18px;
        line-height: 26px;
    }
}

.c-form-control-static--multiline + .c-form-control-static--multiline {
    margin-top: 10px;
}

@media only screen and (min-width: 699px) {
    .c-form-control-static--multiline + .c-form-control-static--multiline {
        margin-top: -6px;
    }
}

.c-form-control-static--multiline-smaller {
    font-size: 16px;
    line-height: 24px;
}

.c-form-control-static--multiline-smaller {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
    margin-bottom: 0;
}

    .c-form-control-static--multiline-smaller + .c-form-control-static--multiline-smaller {
        margin-top: 10px;
    }

@media only screen and (min-width: 699px) {
    .c-form-control-static--multiline-smaller + .c-form-control-static--multiline-smaller {
        margin-top: -6px;
    }
}

.c-form-static-money-head {
    font-size: 20px;
    font-family: "Macha-Medium", sans-serif;
}

.c-form-control-static-edit-holder {
    float: right;
    font-size: 16px;
}

.c-form-control-static-edit-holder {
  
    display: block;
    background: url(/Assets/images/icons/nfl-edit.svg) no-repeat;
    background-position: left;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0583AD;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.c-form-input-group {
    position: relative;
}

.c-form-input-group__addon,
.c-form-input-group__addon-external {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    color: #959fab;
}

.c-form-input-group input.c-form-control--with-ext-addon {
    width: 75%;
}

.c-form-input-group__addon {
    position: absolute;
    top: 5px;
    /*RDA Change*/
    left: 5px;
}

    .c-form-input-group__addon:first-child {
        left: 15px;
    }

    .c-form-input-group__addon ~ input {
        padding-left: 27px;
    }

.c-form-input-group__addon-external {
    width: 25%;
    position: absolute;
    right: 0;
    top: 4px;
    padding-left: 8px;
    border-left: 0;
    background: transparent;
}

.c-form-label {
    margin-bottom: 10px;
}

.c-form-label--bottom-margin {
    margin-bottom: 25px;
}

.c-form-radio,
.c-form-radio-inline {
    padding-left: 33px;
    position: relative;
    cursor: pointer;
}

label.c-form-radio,
label.c-form-radio-inline,
label.c-form-title-inline {
    font-size: 20px;
    line-height: 24px;
    color: #152c46;
    font-family: "Macha-Book", sans-serif;
}

@media only screen and (max-width: 699px) {
    label.c-form-radio,
    label.c-form-radio-inlin.eb-percentage,
    label.c-form-title-inline {
        font-size: 18px;
        line-height: 22px;
    }
}

.c-form-radio > input[type=radio],
.c-form-radio-inline > input[type=radio] {
    display: none;
}

.c-form-radio .c-form-custom-ind,
.c-form-radio-inline .c-form-custom-ind {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #dadee3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -4px;
}

    .c-form-radio .c-form-custom-ind::before,
    .c-form-radio-inline .c-form-custom-ind::before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        background: transparent;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: background 0.15s;
        transition: background 0.15s;
    }

.c-form-radio > input[type=radio]:checked ~ .c-form-custom-ind:before,
.c-form-radio-inline > input[type=radio]:checked ~ .c-form-custom-ind:before {
    background: #27b696;
}

.c-form-radio-inline,
label.c-form-radio-inline {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    vertical-align: middle;
}

    .c-form-radio-inline + .c-form-radio-inline,
    label.c-form-radio-inline + .c-form-radio-inline {
        margin-left: 40px;
    }

@media only screen and (max-width: 699px) {
    .c-form-radio-inline,
    label.c-form-radio-inline {
        display: block;
    }

        .c-form-radio-inline + .c-form-radio-inline,
        label.c-form-radio-inline + .c-form-radio-inline {
            margin-left: 0;
            margin-top: 20px;
        }
}

.c-form-radio + .c-form-radio {
    margin-top: 18px;
}

.c-form-checkbox,
.c-form-checkbox-inline {
    padding-left: 33px;
    position: relative;
    cursor: pointer;
}

label.c-form-checkbox,
label.c-form-checkbox-inline {
    font-size: 20px;
    color: #152c46;
    font-family: "Macha-Book", sans-serif;
}

@media only screen and (max-width: 699px) {
    label.c-form-checkbox,
    label.c-form-checkbox-inline {
        font-size: 18px;
        line-height: 24px;
    }
}

.c-form-checkbox > input[type=checkbox],
.c-form-checkbox-inline > input[type=checkbox] {
    display: none;
}

.c-form-checkbox .c-form-custom-ind,
.c-form-checkbox-inline .c-form-custom-ind {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid #dadee3;
    position: absolute;
    left: 0;
    top: -4px;
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
}

    .c-form-checkbox .c-form-custom-ind::before,
    .c-form-checkbox-inline .c-form-custom-ind::before {
        content: '';
        display: block;
        width: 21px;
        height: 21px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2217%22 height=%2213%22 viewBox=%220 0 17 13%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1 7.413l4.56 4.56 6.356-6.68L16 1%22 stroke=%22%23FFF%22 stroke-width=%222%22 fill=%22none%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: background 0.15s;
        transition: background 0.15s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

@media only screen and (max-width: 699px) {
    .c-form-checkbox .c-form-custom-ind,
    .c-form-checkbox-inline .c-form-custom-ind {
        top: 0;
    }
}

.c-form-checkbox > input[type=checkbox]:checked ~ .c-form-custom-ind,
.c-form-checkbox-inline > input[type=checkbox]:checked ~ .c-form-custom-ind {
    background: #27b696;
}

    .c-form-checkbox > input[type=checkbox]:checked ~ .c-form-custom-ind:before,
    .c-form-checkbox-inline > input[type=checkbox]:checked ~ .c-form-custom-ind:before {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

.c-form-explanation {
    font-size: 13px;
    line-height: 16px;
    color: #5f6f7f;
    margin-top: 5px;
}

.c-form--confirmation .c-form-fieldset + h3 {
    padding-top: 60px;
}

@media only screen and (max-width: 699px) {
    .c-form--confirmation .c-form-fieldset + h3 {
        padding-top: 30px;
    }
}

.c-form--confirmation h3 ~ .c-form-fieldset {
    border-top: 1px solid #dadee3;
}

.account-settings .c-form--confirmation h3 ~ .c-form-fieldset {
    border-top: 2px solid #dadee3;
}
/*RDA Change added for review personal info form */
.c-form--confirmation h3 ~ .c-form-fieldset.final-child {
    border-bottom: 1px solid #dadee3;
}

.c-form-balance-info {
    text-align: center;
}

.c-form-balance-info__header {
    color: #7e8b96;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Macha-Bold", sans-serif;
    margin-bottom: 8px;
}

.c-form-balance-info__amount {
    color: #00ba98;
    font-size: 40px;
    letter-spacing: -1px;
}

@media only screen and (max-width: 699px) {
    .c-form-balance-info__header {
        font-size: 14px;
    }

    .c-form-balance-info__amount {
        font-size: 32px;
        line-height: 35px;
        letter-spacing: -0.8px;
    }
}

.c-form-flagged-text {
    padding-left: 22px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 18px;
    color: #5f6f7f;
    background: url("/Assets/images/controls/c-message/flag.svg") no-repeat;
    margin-top: 15px;
}

@media only screen and (max-width: 699px) {
    .c-form-flagged-text {
        font-family: "Macha-Book", sans-serif;
        font-size: 14px;
        line-height: 18px;
        padding-top: 0;
        background-position-y: 2px;
    }
}

.c-form-file.c-form-file__add {
    width: 150px;
    height: 150px;
    position: relative;
    background: #eaedf0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #95a0ac;
    cursor: pointer;
}

    .c-form-file.c-form-file__add > input[type="file"] {
        position: fixed;
        top: -1000px;
    }

    .c-form-file.c-form-file__add:hover {
        color: #718090;
    }

.c-form-label-comment {
    color: #949fab;
    font-size: 13px;
}

@media only screen and (max-width: 699px) {
    .c-form--static-block.c-form-fieldset {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .c-form--static-block .c-form-control-label {
        padding-top: 0;
        padding-bottom: 2px;
        min-height: auto;
    }

    .c-form--static-block .c-form-control-static {
        min-height: auto;
        padding-top: 0 !important;
        padding-bottom: 0;
    }

    .c-form--static-block .l-columns + .l-columns {
        margin-top: 18px;
    }
}

.c-dot-progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 50px auto;
    color: #606f7f;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}

@media only screen and (max-width: 699px) {
    .c-dot-progress {
        margin: 20px auto 30px auto;
    }
}

.c-dot-progress__item {
    width: 50px;
    position: relative;
    height: auto;
    text-align: center;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
}

    .c-dot-progress__item:before {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #c6cdd4;
        position: absolute;
        bottom: -3px;
    }

    .c-dot-progress__item:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background: #fff;
        border: 4px solid #c6cdd4;
        border-radius: 50%;
        position: absolute;
        bottom: -8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.c-dot-progress--2 .c-dot-progress__item {
    width: 50%;
}

.c-dot-progress--3 .c-dot-progress__item {
    width: 33.33333%;
}

.c-dot-progress--4 .c-dot-progress__item {
    width: 25%;
}

.c-dot-progress--5 .c-dot-progress__item {
    width: 20%;
}

.c-dot-progress--6 .c-dot-progress__item {
    width: 16.66667%;
}

.c-dot-progress--7 .c-dot-progress__item {
    width: 14.28571%;
}

.c-dot-progress--8 .c-dot-progress__item {
    width: 12.5%;
}

.c-dot-progress__item:first-child:before {
    width: 50%;
    right: 0;
}

.c-dot-progress__item:nth-last-child(2):before {
    width: 50%;
}

.c-dot-progress__item.is-complete {
    color: #152c46;
}

    .c-dot-progress__item.is-complete:after {
        background: #27b696;
        border-color: #27b696;
    }

    .c-dot-progress__item.is-complete:before {
        background: #27b696;
    }

.c-dot-progress__item.is-current {
    color: #152c46;
    font-family: "Macha-Bold", sans-serif;
}

    .c-dot-progress__item.is-current:after {
        border-color: #27b696;
    }

    .c-dot-progress__item.is-current:before {
        background: -webkit-linear-gradient(left, #27b696 50%, #c6cdd4 50%);
        background: linear-gradient(to right, #27b696 50%, #c6cdd4 50%);
    }

    .c-dot-progress__item.is-current:first-child:before {
        background: #c6cdd4;
    }

    .c-dot-progress__item.is-current:nth-last-child(2):before {
        background: #27b696;
    }

.c-dot-progress__mobile-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -35px;
    font-size: 14px;
    font-family: "Macha-Bold", sans-serif;
    text-align: center;
    line-height: 14px;
    color: #152c46;
    display: none;
}

@media only screen and (max-width: 699px) {
    .c-dot-progress__mobile-title {
        display: block;
    }
}

@media only screen and (max-width: 699px) {
    .c-dot-progress {
        margin-bottom: 50px;
        margin-top: -15px;
    }

    .c-dot-progress__item {
        font-size: 0px;
        padding-bottom: 0;
    }

        .c-dot-progress__item br {
            display: none;
        }
}

.c-submit-block {
    margin-top: 70px;
    padding-top: 60px;
    border-top: 1px solid #dadee3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 699px) {
    .c-submit-block {
        margin-top: 30px;
        padding-top: 30px;
        text-align:center;
    }
}

.c-submit-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

    .c-submit-block__item:nth-child(1) {
        -webkit-box-pack: start;
        -o-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .c-submit-block__item:nth-child(2) {
        -webkit-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .c-submit-block__item > .ui-btn {
        margin: 0;
    }

        .c-submit-block__item > .ui-btn + .ui-btn {
            margin-left: 30px;
        }

    .c-submit-block__item .ui-btn.ui-btn--link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-align-self: center;
        align-self: center;
        -ms-flex-item-align: center;
    }

    .c-submit-block__item.c-submit-block--save {
        flex-basis: 60%;
    }

    .c-submit-block__item.c-submit-block--cancel {
        flex-basis: 40%;
    }

@media only screen and (max-width: 699px) {
    .c-submit-block__item {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .c-submit-block__item:nth-child(1),
        .c-submit-block__item:nth-child(2) {
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -ms-flex-line-pack: center;
            -webkit-align-content: center;
            align-content: center;
        }

        .c-submit-block__item .ui-btn {
            width: 100%;
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }

        .c-submit-block__item > .ui-btn + a.ui-btn {
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }

        .c-submit-block__item .ui-btn--link {
            text-align: center;
            display: block !important;
        }

            .c-submit-block__item .ui-btn--link:hover {
                margin-bottom: 0;
                margin-top: 0;
            }

        .c-submit-block__item.c-submit-block--save {
            -webkit-box-ordinal-group: 1;
            -o-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            margin-bottom: 20px;
        }

        .c-submit-block__item.c-submit-block--cancel {
            -webkit-box-ordinal-group: 2;
            -o-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
        }
}

.c-submit-block__notes {
    padding-top: 17px;
    padding-right: 20px;
    text-align: right;
    line-height: 1.2em;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: right;
    padding-right: 0;
}

@media only screen and (max-width: 699px) {
    .c-submit-block__notes {
        text-align: center;
        padding-bottom: 15px;
    }
}

.c-submit-block--local {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
}

    .c-submit-block--local .ui-btn {
        margin-bottom: 0;
    }

@media only screen and (max-width: 699px) {
    .c-submit-block--local {
        margin-bottom: 10px;
    }

        .c-submit-block--local .ui-btn {
            width: 100%;
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }
}

.c-tile-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 30px auto;
}

@media only screen and (min-width: 699px) {
    .c-tile-selector {
        margin-bottom: 50px;
    }
}

.c-tile-selector .c-tile-selector__item + .c-tile-selector__item {
    margin-left: 60px;
}

.c-tile-selector__item {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.3);
    padding: 30px 20px;
    text-align: center;
    background: #f2f3f5;
    border: 3px solid #f2f3f5;
    border-radius: 3px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    cursor: pointer;
}

    .c-tile-selector__item.is-selected,
    .c-tile-selector__item.is-selected:hover {
        border-color: #27b696;
        background: #fff;
        box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.3);
        cursor: default;
    }

    .c-tile-selector__item:hover {
        background: #eaedf0;
        border: 3px solid #eaedf0;
        box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.6);
    }

.c-tile-selector__header {
    font-family: "Macha-Medium", sans-serif;
    font-size: 22px;
    line-height: 28px;
}

.c-tile-selector__desc {
    margin-top: 10px;
}

@media only screen and (max-width: 699px) {
    .c-tile-selector__item {
        padding: 18px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-tile-selector__header {
        font-size: 18px;
        line-height: 22px;
    }

    .c-tile-selector__desc {
        font-size: 14px;
        line-height: 20px;
    }

    .c-tile-selector .c-tile-selector__item + .c-tile-selector__item {
        margin-left: 18px;
    }
}

.c-checklist {
    margin-bottom: 30px;
}

.c-checklist__header {
    position: relative;
    background: #66c8e9;
    text-align: center;
    padding: 28px 80px 35px 80px;
}

@media only screen and (max-width: 699px) {
    .c-checklist__header {
        padding: 30px;
    }
}

.c-checklist__header h1,
.c-checklist__header h2,
.c-checklist__header h3,
.c-checklist__header h4,
.c-checklist__header p {
    color: #fff;
}

.c-checklist__header a {
    color: #fff;
}

    .c-checklist__header a:hover {
        color: #f2f2f2;
    }

    .c-checklist__header a:active {
        color: #d9d9d9;
    }

.c-checklist__header:before {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    border-width: 0 66px 66px 0;
    border-color: transparent #fff transparent transparent;
}

@media only screen and (max-width: 1280px) {
    .c-checklist__header:before {
        width: 46px;
        height: 46px;
        width: 0;
        height: 0;
        background: 0;
        border-style: solid;
        border-width: 0 46px 46px 0;
        border-color: transparent #fff transparent transparent;
    }
}

@media only screen and (max-width: 699px) {
    .c-checklist__header:before {
        display: none;
    }
}

.c-checklist__header:after {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    border-width: 66px 0 0 66px;
    border-color: transparent transparent transparent #00a4da;
}

@media only screen and (max-width: 1280px) {
    .c-checklist__header:after {
        width: 46px;
        height: 46px;
        width: 0;
        height: 0;
        background: 0;
        border-style: solid;
        border-width: 46px 0 0 46px;
        border-color: transparent transparent transparent #00a4da;
    }
}

@media only screen and (max-width: 699px) {
    .c-checklist__header:after {
        display: none;
    }
}

.c-checklist__content {
    padding: 40px 35px 40px 35px;
    border: 2px solid #dadee3;
    border-top: 0;
}

    .c-checklist__content.no-header-block {
        border-top: 2px solid #dadee3;
    }

@media only screen and (max-width: 699px) {
    .c-checklist__content {
        padding: 40px 17px;
    }
}

.c-checklist__section-header {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 25px;
}

.c-checklist .c-checklist__item + .c-checklist__section-header {
    margin-top: 40px;
}

.c-checklist__item {
    padding-left: 60px;
    min-height: 45px;
    position: relative;
}

    .c-checklist__item:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 45px;
        height: 45px;
        display: block;
        background: url("/Assets/images/controls/c-checklist/checkmark.svg") no-repeat;
        background-size: contain;
    }

.c-checklist__item--checklist-green-check:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/checklist-green-check.svg");
}

.c-checklist__item--checklist-red-x:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/checklist-red-x.svg");
}

.c-checklist__item--checkmark-gray:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/checkmark-gray.svg");
}

.c-checklist__item--checkmark-green:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/checkmark-green.svg");
}

.c-checklist__item--hourglass:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/hourglass.svg");
}

.c-checklist__item--install:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/install.svg");
}

.c-checklist__item--leaf:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/leaf.svg");
}

.c-checklist__item--life-10:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/life-10.svg");
}

.c-checklist__item--life-100:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/life-100.svg");
}

.c-checklist__item--life-25:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/life-25.svg");
}

.c-checklist__item--life-50:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/life-50.svg");
}

.c-checklist__item--life-75:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/life-75.svg");
}

.c-checklist__item--lifetime-payments:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/lifetime-payments.svg");
}

.c-checklist__item--list-icon-flag:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/list-icon-flag.svg");
}

.c-checklist__item--lump-sum:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/lump-sum.svg");
}

.c-checklist__item--partial-lump-sum:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/partial-lump-sum.svg");
}

.c-checklist__item--payment-lifetime-with-ss:before {
    background-image: url("/Assets/images/controls/c-checklist/icons/payment-lifetime-with-ss.svg");
}

.c-checklist__item h4 {
    margin-bottom: 3px;
}

.c-checklist__item + .c-checklist__item {
    margin-top: 25px;
}

.c-message {
    font-size: 16px;
    line-height: 22px;
    color: #606f7f;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 699px) {
    .c-message {
        font-size: 14px;
        line-height: 20px;
    }
}

.c-message--smaller {
    font-size: 14px;
    line-height: 20px;
    color: #95a0ac;
}

.c-message--important {
    color: #ff6e38;
}

.c-message--error {
    color: #e40000;
}

.c-message--info {
    padding-left: 22px;
    background: url("/Assets/images/controls/c-message/info-icon.svg") no-repeat;
    background-position-y: 6%;
}

    .c-message--info:before {
        padding-left: 22px;
        padding-top: 2px;
        background: url("/Assets/images/controls/c-message/info-icon.svg") no-repeat;
        background-position-y: 2px;
    }

@media only screen and (max-width: 699px) {
    .c-message--info {
        font-family: "Macha-Book", sans-serif;
        padding-top: 0;
        background-position-y: 2px;
        background: none;
    }

        .c-message--info:before {
            content: '';
            padding-top: 0;
        }
}



.c-message--flag {
    padding-left: 22px;
    background: url("/Assets/images/controls/c-message/flag.svg") no-repeat;
}

    .c-message--flag:before {
        padding-left: 22px;
        padding-top: 2px;
        background: url("/Assets/images/controls/c-message/flag.svg") no-repeat;
        background-position-y: 2px;
    }

.c-message--success {
    padding-left: 22px;
    background: url("/Assets/images/icons/bold-checkmark.svg") no-repeat;
    background-position: left center;
}

    .c-message--success:before {
        padding-left: 22px;
        padding-top: 2px;
        background: url("/Assets/images/icons/bold-checkmark.svg") no-repeat;
        background-position-y: 2px;
    }

.c-message--blue-info {
    padding-left: 22px;
    background: url("/Assets/images/icons/blue-info.svg") no-repeat;
    background-position: left center;
}

    .c-message--blue-info:before {
        padding-left: 22px;
        padding-top: 2px;
        background: url("/Assets/images/icons/blue-info.svg") no-repeat;
        background-position-y: 2px;
    }

.c-message--urgent {
    padding-left: 22px;
    background: url("/Assets/images/controls/c-message/flag.svg") no-repeat;
    background-position: left center;
}

    .c-message--urgent:before {
        padding-left: 22px;
        padding-top: 2px;
        background: url("/Assets/images/controls/c-message/flag.svg") no-repeat;
        background-position-y: 2px;
    }

.c-message--disability {
    padding-left: 40px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    background: url("/Assets/images/controls/c-message/disability.svg") no-repeat;
    background-position: left center;
}

    .c-message--disability:before {
        padding-left: 40px;
        background: url("/Assets/images/controls/c-message/disability.svg") no-repeat;
        background-position-y: 2px;
    }




@media only screen and (max-width: 699px) {
    .c-message--flag {
        font-family: "Macha-Book", sans-serif;
        padding-top: 0;
        background-position-y: 2px;
        background: none;
    }

        .c-message--flag:before {
            content: '';
            padding-top: 0;
        }
}

.c-message--hourglass {
    padding-left: 22px;
    /*padding-top: 2px;*/
    background: url("/Assets/images/controls/c-message/hourglass.svg") no-repeat;
}

    .c-message--hourglass:before {
        padding-left: 22px;
        padding-top: 2px;
        background: url("/Assets/images/controls/c-message/hourglass.svg") no-repeat;
        background-position-y: 2px;
    }

@media only screen and (max-width: 699px) {
    .c-message--hourglass {
        font-family: "Macha-Book", sans-serif;
        padding-top: 0;
        background-position-y: 2px;
        background: none;
    }

        .c-message--hourglass:before {
            content: '';
            padding-top: 0px;
        }
}

@media only screen and (max-width: 959px) {
    #credited-seasons {
        display: none;
    }
}

.l-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.l-columns__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .l-columns__item + .l-columns__item {
        margin-left: 40px;
    }

@media only screen and (max-width: 699px) {
    .l-columns__item + .l-columns__item {
        margin-left: 0;
        margin-top: 0px;
    }
}

.l-columns--1 > .l-columns__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.l-columns--2 > .l-columns__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.l-columns--3 > .l-columns__item {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}

.l-columns--4 > .l-columns__item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.l-columns__item a.ui-btn:last-child {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    margin-top: auto;
}

@media only screen and (max-width: 699px) {
    .l-columns {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .l-columns .l-columns__item {
            -webkit-flex-basis: 100% !important;
            -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
            text-align: center;
        }

            .l-columns .l-columns__item .ui-btn {
                width: 100%;
                max-width: 375px;
            }
}

.l-columns__col-icon {
    margin-bottom: 25px;
    height: 80px;
}

@media only screen and (max-width: 699px) {
    .l-columns__col-icon {
        display: none;
    }
}

.l-columns--with-divider > .l-columns__item:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #DADEE3;
    position: absolute;
    top: 0;
    left: -19px;
}

.l-columns--with-divider > .l-columns__item:first-child:before {
    display: none;
}

@media only screen and (max-width: 699px) {
    .l-columns--with-divider > .l-columns__item:before {
        width: 100%;
        height: 1px;
        margin: 30px 0;
        position: relative;
        left: 0;
    }
}

@media only screen and (max-width: 699px) {
    .l-columns--steps {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .l-columns--steps > .l-columns__item {
            zoom: 1;
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 420px;
            margin-left: auto;
            margin-right: auto;
            text-align: left;
        }

            .l-columns--steps > .l-columns__item:after,
            .l-columns--steps > .l-columns__item:before {
                content: "";
                display: table;
            }

            .l-columns--steps > .l-columns__item:after {
                clear: both;
            }

            .l-columns--steps > .l-columns__item:before {
                display: none;
            }

            .l-columns--steps > .l-columns__item + .l-columns__item {
                margin-top: 30px;
            }

            .l-columns--steps > .l-columns__item > * {
                margin-left: 40px;
            }

            .l-columns--steps > .l-columns__item > .ui-btn {
                width: -webkit-calc(100% - 40px);
                width: calc(100% - 40px);
            }

            .l-columns--steps > .l-columns__item > .c-infobox {
                position: absolute;
                margin-left: 0;
                padding-top: 0;
                left: 0;
                top: 0;
            }
}

.l-columns.l-columns--grid {
    *zoom: 1;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .l-columns.l-columns--grid:before {
        content: '';
        display: table;
    }

    .l-columns.l-columns--grid:after {
        content: '';
        display: table;
        clear: both;
    }

    .l-columns.l-columns--grid > .l-col1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 0.99/12 - (20px - 20px * 0.99/12));
        width: calc(99.99% * 0.99/12 - (20px - 20px * 0.99/12));
    }

        .l-columns.l-columns--grid > .l-col1:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col1:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col1:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1.99/12 - (20px - 20px * 1.99/12));
        width: calc(99.99% * 1.99/12 - (20px - 20px * 1.99/12));
    }

/*RDA Change: Added this 3 classes from new CSSS file*/
.l-columns--steps > .l-columns__item .ui-btn {
    width: auto;
}

.l-columns--steps__num {
    font-size: 46px;
    line-height: 1em;
    margin-bottom: 10px;
}

@media only screen and (max-width: 699px) {
    .l-columns--steps__num {
        position: absolute;
        left: -35px;
        top: 0;
    }
}


.l-columns.l-columns--grid > .l-col2:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
}

.l-columns.l-columns--grid > .l-col2:last-child {
    margin-right: 0;
}

.l-columns.l-columns--grid > .l-col2:nth-child(20pxn) {
    margin-right: 0;
    margin-left: auto;
}

.l-columns.l-columns--grid > .l-col3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 2.99/12 - (20px - 20px * 2.99/12));
    width: calc(99.99% * 2.99/12 - (20px - 20px * 2.99/12));
}

    .l-columns.l-columns--grid > .l-col3:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col3:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col3:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 3.99/12 - (20px - 20px * 3.99/12));
    width: calc(99.99% * 3.99/12 - (20px - 20px * 3.99/12));
}

    .l-columns.l-columns--grid > .l-col4:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col4:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col4:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 4.99/12 - (20px - 20px * 4.99/12));
    width: calc(99.99% * 4.99/12 - (20px - 20px * 4.99/12));
}

    .l-columns.l-columns--grid > .l-col5:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col5:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col5:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 5.99/12 - (20px - 20px * 5.99/12));
    width: calc(99.99% * 5.99/12 - (20px - 20px * 5.99/12));
}

    .l-columns.l-columns--grid > .l-col6:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col6:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col6:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 6.99/12 - (20px - 20px * 6.99/12));
    width: calc(99.99% * 6.99/12 - (20px - 20px * 6.99/12));
}

    .l-columns.l-columns--grid > .l-col7:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col7:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col7:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 7.99/12 - (20px - 20px * 7.99/12));
    width: calc(99.99% * 7.99/12 - (20px - 20px * 7.99/12));
}

    .l-columns.l-columns--grid > .l-col8:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col8:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col8:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 8.99/12 - (20px - 20px * 8.99/12));
    width: calc(99.99% * 8.99/12 - (20px - 20px * 8.99/12));
}

    .l-columns.l-columns--grid > .l-col9:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col9:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col9:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 9.99/12 - (20px - 20px * 9.99/12));
    width: calc(99.99% * 9.99/12 - (20px - 20px * 9.99/12));
}

    .l-columns.l-columns--grid > .l-col10:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col10:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col10:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 10.99/12 - (20px - 20px * 10.99/12));
    width: calc(99.99% * 10.99/12 - (20px - 20px * 10.99/12));
}

    .l-columns.l-columns--grid > .l-col11:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col11:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col11:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid > .l-col12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(99.99% * 11.99/12 - (20px - 20px * 11.99/12));
    width: calc(99.99% * 11.99/12 - (20px - 20px * 11.99/12));
}

    .l-columns.l-columns--grid > .l-col12:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid > .l-col12:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid > .l-col12:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }

.l-columns.l-columns--grid .l-col--with-left-divider {
    border-left: 1px solid #c6cdd4;
    padding-left: 18px;
}

@media only screen and (max-width: 699px) {
    .l-columns.l-columns--grid > .l-col1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1/2 - (20px - 20px * 1/2));
        width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
    }

        .l-columns.l-columns--grid > .l-col1:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col1:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col1:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1/2 - (20px - 20px * 1/2));
        width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
    }

        .l-columns.l-columns--grid > .l-col2:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col2:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col2:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col3:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col3:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col3:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col4:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col4:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col4:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col5:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col5:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col5:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.6% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1)); 
    }

        .l-columns.l-columns--grid > .l-col6:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col6:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col6:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col7:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col7:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col7:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col8:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col8:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col8:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col9:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col9:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col9:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col10:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col10:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col10:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col11:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col11:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col11:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid > .l-col12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.99% * 1 - (20px - 20px * 1));
        width: calc(99.99% * 1 - (20px - 20px * 1));
    }

        .l-columns.l-columns--grid > .l-col12:nth-child(1n) {
            margin-right: 20px;
            margin-left: 0;
        }

        .l-columns.l-columns--grid > .l-col12:last-child {
            margin-right: 0;
        }

        .l-columns.l-columns--grid > .l-col12:nth-child(20pxn) {
            margin-right: 0;
            margin-left: auto;
        }

    .l-columns.l-columns--grid .l-col--with-left-divider {
        border-left: 0;
        border-top: 1px solid #c6cdd4;
        padding-left: 0;
        margin-top: 30px;
        padding-top: 30px;
    }

    .l-columns.l-columns--grid .l-col--mobile-half {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.4% * 1/2 - (20px - 20px * 1/2));
        width: calc(99.4% * 1/2 - (20px - 20px * 1/2)); /* Reduce to fix issue with iPhone */
    }

    .l-columns.l-columns--grid .l-col--mobile-third {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: -webkit-calc(99.6% * 1/3 - (20px - 20px * 1/3));
        width: calc(99.6% * 1/3 - (20px - 20px * 1/3));
    }

    .l-columns.l-columns--grid .l-col--mobile-half:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .l-columns.l-columns--grid .l-col--mobile-half:last-child {
        margin-right: 0;
    }

    .l-columns.l-columns--grid .l-col--mobile-half:nth-child(20pxn) {
        margin-right: 0;
        margin-left: auto;
    }
}

/*Rda Change - MAIN SPACING CHANGE*/
.l-content-holder {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    /*padding: 40px 0;*/
    padding-top: 50px;
}

.l-template {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    /*padding: 40px 0;*/
    /*padding-top: 50px;*/
}

@media only screen and (max-width: 970px) {
    .l-content-holder,
    .l-template {
        width: auto;
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (max-width: 699px) {
    .l-content-holder,
    .l-template {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 699px) {
    .l-content-holder,
    .l-template {
        margin-left: 20px;
        margin-right: 20px;
    }
    /*Rda Change - MAIN SPACING CHANGE*/
    /*main .l-content-holder,
  main .l-template {
    padding-top: 25px;
  }*/
}

.c-mainheader .l-content-holder,
.c-mainheader .l-template {
    max-width: 1250px;
    padding: 0;
    height: 100%;
}

@media only screen and (max-width: 1320px) {
    .c-mainheader .l-content-holder,
    .c-mainheader .l-template {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (max-width: 699px) {
    .c-mainheader .l-content-holder,
    .c-mainheader .l-template {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.c-guided .l-content-holder,
.c-guided .l-template {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 1320px) {
    .c-guided .l-content-holder,
    .c-guided .l-template {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1270px) {
    .c-guided .l-content-holder,
    .c-guided .l-template {
        margin-left: 27px;
        margin-right: 27px;
    }
}

@media only screen and (max-width: 699px) {
    .c-guided .l-content-holder,
    .c-guided .l-template {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.l-template {
    zoom: 1;
}

    .l-template:after,
    .l-template:before {
        content: "";
        display: table;
    }

    .l-template:after {
        clear: both;
    }
/*RDA Change: Made padding bottom 0 to accomadate most components being surrounded by l-content-holder. Big Change*/
.l-template--home {
    max-width: 1180px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1250px) {
    .l-template--home {
        width: auto;
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (max-width: 699px) {
    .l-template--home {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 365px) {
    .l-template--home {
        margin-left: 15px;
        margin-right: 15px;
    }
}

> section .l-template--home {
    margin-left: 0;
    margin-right: 0;
}

.l-template--home > section {
    width: 66.35593%;
    float: left;
}

.l-template--home > aside {
    width: 27.11864%;
    float: right;
}

@media only screen and (max-width: 1280px) {
    .l-template--home > section {
        width: -webkit-calc(100% - 320px - 3.89831%);
        width: calc(100% - 320px - 3.89831%);
        max-width: 783px;
    }

    .l-template--home > aside {
        width: 320px;
    }
}

@media only screen and (max-width: 959px) {
    .l-template--home > section,
    .l-template--home > aside {
        width: 100%;
        max-width: none;
        float: none;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 365px) {
    .l-template--home {
        margin-left: 0;
        margin-right: 0;
    }

        .l-template--home > section {
            padding-left: 15px;
            padding-right: 15px;
        }
}
/*RDA Change: Changed drop shadow color*/
.ui-btn {
    display: inline-block;
    padding: 17px 26px 15px 26px;
    font-size: 18px;
    line-height: 18px;
    font-family: "Macha-Bold", sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff;
    background: #27a5d6;
    /*box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.3);*/
    box-shadow: 3px 3px 0px 0px rgba(21, 24, 28, 0.3);
    border-radius: 100px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}



    .ui-btn:hover {
        color: #fff;
        background: #00a4da;
        /*box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.6); RDA Change  hover shadow*/
        box-shadow: 3px 3px 0px 0px #3D4955;
    }

    .ui-btn:active {
        color: #fff;
        background: #0095d2;
        box-shadow: 1px 1px 0px 0px rgba(147,158,169,0.6);
        -webkit-transition: none;
        transition: none;
    }

.ui-btn--disabled {
    color: #95a0ac !important;
    background-color: #f2f3f5 !important;
    cursor: default;
    box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.3) !important;
}

.ui-btn--secondary {
    background-color: #f2f3f5;
    color: #107eb1;
}

    .ui-btn--secondary:hover {
        background-color: #f2f3f5;
        color: #0583ad;
    }

    .ui-btn--secondary:active {
        background-color: #f2f3f5;
        color: #04698a;
    }

.ui-btn--secondary-white {
    background-color: #fff;
    color: #107eb1;
    box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.3);
}

    .ui-btn--secondary-white:hover {
        color: #0583ad;
        background-color: #fff;
        box-shadow: 3px 3px 0px 0px rgba(147,158,169,0.6);
    }

.ui-btn--secondary-simple {
    width: 245px;
    height: 43px;
    margin: 41px 0 81px 16.5px;
    padding: 13px 25px 30px;
    border-radius: 100px;
    border: solid 3px #eaedf0;
    background-color: #fff;
}

    .ui-btn--secondary-simple a {
        width: 173px;
        height: 17px;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: 1.14px;
        text-align: center;
        color: #107eb1;
    }
}

/*RDA Change: Added this from new CSS file*/
@media only screen and (max-width: 959px) {
    .ui-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ui-btn--secondary-white:active {
    color: #04698a;
    background-color: #fff;
}

.c-guided .ui-btn--secondary-white {
    box-shadow: 3px 3px 0px 0px rgba(0,145,195,0.2);
}

    .c-guided .ui-btn--secondary-white:hover {
        box-shadow: 3px 3px 0px 0px #0091c3;
    }

    .c-guided .ui-btn--secondary-white:active {
        box-shadow: 1px 1px 0px 0px #0091c3;
    }

.ui-btn--tetriary {
    background-color: #fff;
    color: #107eb1;
    letter-spacing: 1.03px;
    border: 3px solid #eaedf0;
    box-shadow: none;
    padding: 15px 26px 13px 26px;
}

    .ui-btn--tetriary:hover {
        color: #0583ad;
        background-color: #fff;
        border: 3px solid #dadee3;
        box-shadow: none;
    }

/*RDA Change added dashed button*/
.ui-btn--tetriary-dashed {
    background-color: #fff;
    color: #107eb1;
    letter-spacing: 1.03px;
    border: 3px dashed #eaedf0;
    box-shadow: none;
    padding: 15px 26px 13px 26px;
}

    .ui-btn--tetriary-dashed:hover {
        color: #0583ad;
        background-color: #fff;
        border: 3px dashed #dadee3;
        box-shadow: none;
    }

.ui-btn--tetriary:active {
    color: #04698a;
    background-color: #fff;
    border: 3px solid #c9cfd6;
    box-shadow: none;
}

.ui-btn--quarternary,
.ui-btn--quarternary:active,
.ui-btn--quarternary:hover {
    color: #00a4da;
    padding: 0;
    display: block;
    box-shadow: none;
    background: transparent;
    margin: 10px 0;
    text-transform: none;
    font-family: "Macha-Bold", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 0;
    height: 16px;
    text-transform: uppercase;
}

    .ui-btn--quarternary:hover,
    .ui-btn--quarternary:active:hover,
    .ui-btn--quarternary:hover:hover {
        color: #0583ad;
    }

        .ui-btn--quarternary:active,
        .ui-btn--quarternary:active:active,
        .ui-btn--quarternary:hover:active {
            color: #04698a;
        }

.ui-btn--link,
.ui-btn--link:active,
.ui-btn--link:hover {
    color: #107eb1;
    padding: 0;
    display: block;
    box-shadow: none;
    background: transparent;
    margin: 10px 0;
    text-transform: none;
    font-family: "Macha-Book", sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    border-radius: 0;
    height: 16px;
}

    .ui-btn--link:hover,
    .ui-btn--link:active:hover,
    .ui-btn--link:hover:hover {
        color: #0583ad;
    }

        .ui-btn--link:active,
        .ui-btn--link:active:active,
        .ui-btn--link:hover:active {
            color: #04698a;
        }

.ui-icon {
    display: inline-block;
    position: relative;
}

.ui-icon--check {
    background: url("/Assets/images/icons/circled-green-check.svg") no-repeat;
    width: 64px;
    height: 67px;
}

.ui-icon--info-gray {
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%224%22 height=%2211%22 viewBox=%220 0 4 11%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.653 2.648c.528 0 1.008-.448 1.008-1.008 0-.544-.462-.992-.99-.992-.544 0-1.01.448-1.01.992a1 1 0 0 0 .994 1.008zM.005 11h3.6V9.848H2.5V4.104H.006v1.184h1.12v4.56H.006V11z%22 fill=%22%231B3045%22 fill-rule=%22evenodd%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #dadee3;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    /*RDA MOD*/
    margin-bottom: 5px;
    vertical-align:middle;
}

.ui-icon.ui-icon--info-gray {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%224%22 height=%2211%22 viewBox=%220 0 4 11%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.653 2.648c.528 0 1.008-.448 1.008-1.008 0-.544-.462-.992-.99-.992-.544 0-1.01.448-1.01.992a1 1 0 0 0 .994 1.008zM.005 11h3.6V9.848H2.5V4.104H.006v1.184h1.12v4.56H.006V11z%22 fill=%22%231B3045%22 fill-rule=%22evenodd%22/%3E%3C/svg%3E");
}

.tooltipster-default {
    border-radius: 5px;
    background: #1b3045;
    color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 0px 0px rgba(94,109,123,0.35);
}

.tooltipster {
    cursor: pointer;
}

.tooltipster-default .tooltipster-content {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    overflow: hidden;
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url("/Assets/images/controls/tooltipster/close.svg") 50% 50% no-repeat;
    overflow: hidden;
    text-indent: -200px;
    z-index: 2;
    cursor: pointer;
}

    .tooltipster-close:hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2214%22 height=%2213%22 viewBox=%220 0 14 13%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M2.25 2.25l9.28 9.28m.22-9.28l-9.28 9.28%22 stroke-width=%222%22 stroke=%22%23FFFFFF%22 fill=%22none%22 stroke-linecap=%22square%22/%3E%3C/svg%3E");
    }

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999998;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

    .tooltipster-base .tooltipster-content {
        overflow: hidden;
    }

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .tooltipster-arrow span,
    .tooltipster-arrow-border {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
    }

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 11px solid transparent !important;
    border-right: 11px solid transparent !important;
    border-top: 15px solid;
    bottom: -14px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 11px solid transparent !important;
    border-right: 11px solid transparent !important;
    border-bottom: 15px solid;
    top: -12px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        transition-property: all;
        top: 0px !important;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        transition-property: all;
        left: 0px !important;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

.tooltipster-content-changing {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.u-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.disable-transitions {
    -webkit-transition: none !important;
    transition: none !important;
}

.u-text-center {
    text-align: center;
}


.u-text-left {
    text-align: left;
}

.u-text-right {
    text-align: right;
}


.u-text-float-right {
    float: right;
}

@media only screen and (min-width: 700px) {
    .u-text-float-right {
        float: right;
    }

}

@media only screen and (max-width: 699px) {
    .u-text-float-right {
        float: unset;
    }
}

@media only screen and (min-width: 699px) {
    .u-text-p-above-mobile {
        display: block;
        padding-top: 15px;
    }
}

.u-text-nobr {
    white-space: nowrap;
}

@media only screen and (min-width: 699px) {
    .u-mobile-only {
        display: none;
    }
}

@media only screen and (max-width: 699px) {
    .u-non-mobile-only {
        display: none;
    }
}

.u-add-top-vspace {
    margin-top: 10px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #000;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-container {
    background: rgba(95,110,124,0.7);
}

.mfp-content {
    background: #fff;
    padding: 40px 60px 40px 40px;
    max-width: 892px;
}

.mfp-ajax-holder .mfp-content {
    width: auto;
}

button.mfp-close {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2217%22 height=%2217%22 viewBox=%220 0 17 17%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.375 1.375l13.92 13.92m.33-13.92l-13.92 13.92%22 stroke=%22%23939EA9%22 stroke-width=%222%22 fill=%22none%22 stroke-linecap=%22square%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    text-indent: -100px;
    position: absolute;
    top: 10px;
    right: 10px;
}

    button.mfp-close:hover,
    button.mfp-close:active {
        top: 10px;
        right: 10px;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    }

.mfp-popup-alert {
    max-width: 480px;
    text-align: center;
}

.mfp-popup-buttons {
    margin-top: 30px;
}

    .mfp-popup-buttons .ui-btn + .ui-btn {
        margin-left: 30px;
    }

@media only screen and (max-width: 699px) {
    .mfp-popup-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .mfp-popup-buttons .ui-btn,
        .mfp-popup-buttons .ui-btn + .ui-btn {
            margin-left: auto;
            margin-right: auto;
        }

        .mfp-popup-buttons .ui-btn {
            width: 100%;
            max-width: 375px;
        }
}

/* Investment Mix CSS */

.investment-mix-asset-title {
    color: #1b3045;
    line-height: 24px;
    font-size:18px;
}

h3.investment-mix-asset-title {
    margin-bottom:0px;
}

.investment-mix-asset-description {
    line-height: 24px;
    font-size: 14px;
    color: #1b3045;
}

.investment-mix-row-header {
    background: #F8F9FA;
    border-top: solid 2px #dadee3;
    border-bottom: solid 2px #dadee3;
    padding-left: 5px;
    padding-right: 5px;
    font-stretch: normal;
    line-height: 1.29;
    height: 48px;
    padding-top: 0px !important;
    text-justify: inherit;
    align-self: center;

    color:#5F6E7C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Macha-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .investment-mix-row-header .hidden {
        border-bottom: 0px;
    }

    .investment-mix-row {
        border-bottom: solid 1px #dadee3;
        min-height: 46px;
        padding-left: 5px;
        padding-right: 5px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .investment-mix-row {
       height:46px;
    }
}

.investment-mix-col {
    display: flex;
    align-items: center;
}

.investment-mix-col-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.investment-mix-row-footer {
    border-bottom: none;
    text-transform: uppercase;
}

.investment-mix-row .c-form-control {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #dadee3;
    border-width: 2px;
    border-style: solid;
    text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.investment-desktop-form-navigation-container {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
    margin-top: 5px;
}

.investment-contribution-input {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    width: 80%;
    height: 44px;
    text-align: right;
    padding-right: 5px;
}

.investment-contribution-input.dollar {
   margin-left:5px;
}

.investment-contribution-input.percent {
   margin-right:5px;
}


.investment-contribution-input.transfer-imput {
    width: 50%;
}

.investment-contribution-input::-webkit-input-placeholder
{ 
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    color: #152c46;
    font-family: Macha-Book, sans-serif;
}

.investment-contribution-input::-moz-placeholder
{ 
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    color: #152c46;
    font-family: Macha-Book, sans-serif;
}

.investment-contribution-input::-moz-placeholder
{ 
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    color: #152c46;
    font-family: Macha-Book, sans-serif;
}

.investment-contribution-input:-ms-input-placeholder
{ 
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    color: #152c46;
    font-family: Macha-Book, sans-serif;
}

.investment-contribution-input:-moz-placeholder
{ 
    font-weight: normal;
    font-size: 16px;
    line-height: 1.38;
    color: #152c46;
    font-family: Macha-Book, sans-serif;
}

.investment-eb-percentage {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
}

.investment-info-circle {
    font-size: 22px;
}

.investment-mobile-details
{
    font-size: 12px;
    line-height: 1.17;
}

@media only screen and (min-width: 700px) {
    .investment-desktop-hidden {
        display: none !important;
    }

    .investment-mobile-hidden {
        display: flex;
    }
}



@media only screen and (max-width: 699px) {
    .investment-mix-row-header {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 14px;
        letter-spacing: 1px;
    }

    .investment-mix-row {
        border-bottom: solid 1px #dadee3;
        line-height: 1.43;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .investment-mobile-hidden {
        display: none !important;
    }

    .investment-desktop-hidden {
        display: flex;
    }

    .investment-mix-row .c-form-control {
        width: 60px;
        height: 40px;
    }

    .investment-mix-row-header {
        margin-top: 20px;
    }

    .eb-percentage {
        text-align: left;
    }

}

@media only screen and (max-width: 970px) {
    .investment-desktop-form-navigation-container {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.investment-assetclass_row_data {
    margin-bottom: 20px;
    background-color:#f3f5f6;
    border-top: solid 2px #dadee3;
    border-bottom: solid 1px #dadee3;
}

.investment-assetclass_row_data .l-columns.l-columns--grid.investment-mix-row-header {
    border-top: none;
}
.investment-assetclass_row_data .l-columns.l-columns--grid.investment-mix-row {
    background-color: white;
    border-top: none;
}

.investment-assetclass_row_data .l-columns.l-columns--grid .l-col4 {
    padding:20px;
}

.investment-assetclass_row_data .l-columns.l-columns--grid .l-col8 {
    background-color: white;
}

div.l-columns.l-columns--grid.investment-mix-row:last-child {
    border-bottom: none;
}

.investment-desktop-form-navigation {
    border-top: 1px solid #dadee3;
    width: 100%;
    height: 112px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: white;
}

@media only screen and (max-width: 1199px) {
    .investment-desktop-form-navigation {
        width: 100%;
    }
}

.investment-mobile-form-navigation {
    border-top: 1px solid #dadee3;
    width: 100%;
    height: 90px;
    z-index: 1000;
    background: white;
}

/* End Investment Mix CSS*/
.skeleton-box {
    display: inline-block;
    height: 3em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
    line-height:1em;
    width:100%;
}

    .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer 2s infinite;
        content: "";
    }

.still-skeleton-box {
    display: inline-block;
    height: 3em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
    line-height: 1em;
    width: 100%;
}

    .still-skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        content: "";
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.graph-empty__headline {
    font-size: 1.25em;
    font-weight: bold;
}

.graph-empty__meta {
    font-size: 0.85em;
    color: #6b6b6b;
}

.o-media {
    display: flex;
}

.o-media__body {
    flex-grow: 1;
    margin-left: 1em;
}

.o-vertical-spacing > * + * {
    margin-top: 0.75em;
}

.o-vertical-spacing--l > * + * {
    margin-top: 2em;
}


.review-mix-save-button {
    align-items: flex-end;
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}

    .review-mix-save-button a {
        align-self: flex-end;
        margin-bottom: 10px !important
    }


@media (max-width: 699px) {
    .review-mix-save-button {
        text-align: center;
    }
}

