@font-face {
    font-family: "Duke Energy";
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    src: url("/Assets/site/fonts/duke-energy-regular.woff2") format("woff2"), url("/Assets/site/fonts/duke-energy-regular.woff") format("woff");
}

@font-face {
    font-family: "Duke Energy";
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    src: url("/Assets/site/fonts/duke-energy-bold.woff2") format("woff2"), url("/Assets/site/fonts/duke-energy-bold.woff") format("woff");
}

@font-face {
    font-family: "Roboto Flex";
    font-weight: 100 1000;
    font-style: normal;
    font-display: auto;
    src: url("/Assets/site/fonts/roboto-flex.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

.alert-danger a, .alert-danger li {
    color: #175f96 !important;
}

html *, html:before, html:after, html *:before, html *:after {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto Flex", Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out;
    color: dimgray;
    background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 692px) {
    body {
        font-size: 1.6rem
    }
}

main, article, aside, figure, footer, header, nav, section, details, summary {
    display: block
}

sup {
    vertical-align: super;
    font-size: 50%
}

.ds-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 900px;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16px 0;
    font-weight: normal;
    color: #4c4c4c
}

a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #00789e
}

h1 {
    font-size: 2.9rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out;
    color: #005984
}

@media only screen and (min-width: 692px) {
    h1 {
        font-size: 6rem
    }
}

h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    h2 {
        font-size: 4rem
    }
}

h3 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    h3 {
        font-size: 2.7rem
    }
}

h4 {
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    h4 {
        font-size: 1.8rem
    }
}

h5 {
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    h5 {
        font-size: 1.8rem
    }
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    h6 {
        font-size: 1.6rem
    }
}

p, ul, ol, dl {
    margin-bottom: 16px;
    color: dimgray
}

.accordion__items {
    margin: 0;
    padding: 0;
    list-style: none
}

.accordion__item {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #dfe4e4
}

.accordion__title {
    margin: 0;
    padding: 16px 54px 16px 0;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out;
    position: relative;
    width: 100%;
    height: auto;
    color: #00789e;
    text-align: left;
    overflow: hidden;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    .accordion__title {
        font-size: 2.7rem
    }
}

@media only screen and (min-width: 576px) {
    .accordion__title {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.accordion__title:hover {
    background-color: #f3fbfd
}

.accordion__title:focus {
    outline: -webkit-focus-ring-color auto 5px
}

.accordion__title:before, .accordion__title:after {
    content: "";
    position: absolute;
    background-color: #00789e;
    transition: all .2s ease-in-out
}

.accordion__title:before {
    top: 50%;
    right: 0;
    margin-top: -1px;
    width: 20px;
    height: 2px
}

@media only screen and (min-width: 576px) {
    .accordion__title:before {
        width: 24px
    }
}

.accordion__title:after {
    top: 50%;
    right: 9px;
    margin-top: -11px;
    width: 2px;
    height: 20px
}

@media only screen and (min-width: 576px) {
    .accordion__title:after {
        right: 11px;
        margin-top: -13px;
        height: 24px
    }
}

.accordion__title[aria-expanded="true"]:before, .accordion__title[aria-expanded="true"]:after {
    transform: rotate(-90deg)
}

.accordion__title[aria-expanded="true"]:before {
    margin-top: 0;
    height: 0
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out
}

    .accordion__content[aria-hidden="false"] {
        padding-bottom: 24px;
        max-height: 3000px
    }

@media only screen and (min-width: 576px) {
    .accordion__content[aria-hidden="false"] {
        padding-top: 11px;
        padding-bottom: 36px
    }
}

.accordion__content *:last-child {
    margin-bottom: 0
}

.component {
    padding: 36px 16px
}

@media only screen and (min-width: 576px) {
    .component {
        padding-right: 24px;
        padding-left: 24px
    }
}

@media only screen and (min-width: 692px) {
    .component {
        padding-top: 54px;
        padding-bottom: 54px
    }
}

.component--white {
    background-color: #fff
}

.component--gray {
    background-color: #f2f4f4
}

.component--teal {
    background-color: #f3fbfd
}

.component--cream {
    background-color: #feb
}

.component--tan {
    background-color: #e7d2ad
}

.component.is-desktop {
    display: none
}

@media only screen and (min-width: 480px) {
    .component.is-desktop {
        display: flex
    }
}

@media only screen and (min-width: 480px) {
    .component.is-mobile {
        display: none
    }
}

.component__container {
    margin: 0 auto;
    max-width: 1200px
}

.component-header {
    margin: 0 auto 16px;
    max-width: 620px;
    text-align: center
}

@media only screen and (min-width: 576px) {
    .component-header {
        margin-bottom: 24px
    }
}

.component-header__icon {
    margin: 0 auto 11px;
    width: 48px;
    height: 48px;
    display: block;
    background-color: #005984;
    border-radius: 50%
}

@media only screen and (min-width: 576px) {
    .component-header__icon {
        width: 76px;
        height: 76px
    }
}

.component-header__title {
    margin-bottom: 11px;
    color: #4c4c4c
}

.component-header__intro {
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    .component-header__intro {
        font-size: 1.8rem
    }
}

.component-header__intro a {
    color: #00789e;
    border-bottom: none;
    text-decoration: none;
    border-bottom: 2px solid #a7e1ea;
    transition: border .1s ease-in-out
}

    .component-header__intro a:hover {
        text-decoration: none;
        border-bottom-color: transparent
    }

.component-header > *:last-child, .component-header > *:last-child:before, .component-header > *:last-child:after {
    margin-bottom: 0
}

.component-footer {
    margin: 24px auto 0 auto;
    max-width: 620px;
    text-align: center;
    background-color: transparent
}

.component-footer__action {
    margin-bottom: 16px
}

.component-footer__button {
    padding: 0 7px;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.16px;
    transition: font .15s ease-in-out;
    border-radius: 2px;
    width: 160px;
    max-width: 414px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #00789e;
    background-color: #00789e;
    transition: all .1s ease-in-out;
    margin: 0 auto;
    display: block;
    min-width: 180px
}

@media only screen and (min-width: 692px) {
    .component-footer__button {
        font-size: 1.4rem
    }
}

.component-footer__button:hover {
    color: #fff;
    text-decoration: none;
    border-color: #26bcd7;
    background-color: #005984
}

.component-footer__button.is-desktop {
    display: none
}

@media only screen and (min-width: 480px) {
    .component-footer__button.is-desktop {
        display: block
    }
}

@media only screen and (min-width: 480px) {
    .component-footer__button.is-mobile {
        display: none
    }
}

.component-footer__content a {
    color: #00789e;
    border-bottom: none;
    text-decoration: none;
    border-bottom: 2px solid #a7e1ea;
    transition: border .1s ease-in-out
}

    .component-footer__content a:hover {
        text-decoration: none;
        border-bottom-color: transparent
    }

.component-footer > *:last-child, .component-footer > *:last-child:before, .component-footer > *:last-child:after {
    margin-bottom: 0
}

.nav-cards {
    margin: 0 auto
}

.nav-cards__items {
    margin: -11px;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none
}

@media only screen and (min-width: 480px) {
    .nav-cards__items {
        margin: -16px
    }
}

ol.nav-cards__items {
    counter-reset: nav-card-count
}

.nav-cards--rectangular .nav-cards__items {
    flex-flow: column nowrap
}

@media only screen and (min-width: 480px) {
    .nav-cards--rectangular .nav-cards__items {
        flex-flow: row wrap;
        justify-content: center
    }
}

.nav-cards--centered .nav-cards__items {
    flex-flow: column nowrap
}

@media only screen and (min-width: 480px) {
    .nav-cards--centered .nav-cards__items {
        flex-flow: row wrap;
        justify-content: center
    }
}

.nav-cards--big-icon .nav-cards__items {
    flex-flow: row wrap;
    justify-content: center
}

.nav-cards--quicklinks .nav-cards__items {
    flex-flow: row wrap;
    justify-content: center
}

.nav-cards--bulleted .nav-cards__items {
    flex-flow: row wrap;
    justify-content: center
}

.nav-cards--quicklinks .nav-cards__items {
    margin: 0
}

@media only screen and (min-width: 576px) {
    .nav-cards--quicklinks .nav-cards__items {
        margin: -16px
    }
}

.nav-cards--flipboard .nav-cards__items {
    margin: -7px;
    flex-flow: row nowrap;
    justify-content: start;
    overflow-x: scroll;
    scroll-snap-type: mandatory;
    scroll-snap-destination: 100% 0%;
    scroll-snap-points-x: repeat(100%)
}

@media only screen and (min-width: 576px) {
    .nav-cards--flipboard .nav-cards__items {
        flex-flow: row wrap;
        justify-content: center
    }
}

.nav-cards__item {
    position: relative
}

.nav-cards--rectangular .nav-cards__item {
    width: 100%;
    padding: 11px
}

@media only screen and (min-width: 480px) {
    .nav-cards--rectangular .nav-cards__item {
        width: 50%;
        padding: 16px
    }
}

@media only screen and (min-width: 692px) {
    .nav-cards--rectangular .nav-cards__item {
        width: 33.33333%
    }
}

@media only screen and (min-width: 996px) {
    .nav-cards--rectangular .nav-cards__item:nth-last-child(4):first-child, .nav-cards--rectangular .nav-cards__item:nth-last-child(4):first-child ~ * {
        width: 25%
    }

    .nav-cards--rectangular .nav-cards__item:nth-last-child(7):first-child, .nav-cards--rectangular .nav-cards__item:nth-last-child(7):first-child ~ * {
        width: 25%
    }

    .nav-cards--rectangular .nav-cards__item:nth-last-child(8):first-child, .nav-cards--rectangular .nav-cards__item:nth-last-child(8):first-child ~ * {
        width: 25%
    }

    .nav-cards--rectangular .nav-cards__item:nth-last-child(10):first-child, .nav-cards--rectangular .nav-cards__item:nth-last-child(10):first-child ~ * {
        width: 25%
    }

    .nav-cards--rectangular .nav-cards__item:nth-last-child(12):first-child, .nav-cards--rectangular .nav-cards__item:nth-last-child(12):first-child ~ * {
        width: 25%
    }
}

.nav-cards--centered .nav-cards__item {
    width: 100%;
    padding: 11px
}

@media only screen and (min-width: 480px) {
    .nav-cards--centered .nav-cards__item {
        width: 50%;
        padding: 16px;
        max-width: 360px
    }
}

@media only screen and (min-width: 830px) {
    .nav-cards--centered .nav-cards__item {
        width: 33.33333%
    }
}

@media only screen and (min-width: 996px) {
    .nav-cards--centered .nav-cards__item:nth-last-child(4):first-child, .nav-cards--centered .nav-cards__item:nth-last-child(4):first-child ~ * {
        width: 25%
    }

    .nav-cards--centered .nav-cards__item:nth-last-child(7):first-child, .nav-cards--centered .nav-cards__item:nth-last-child(7):first-child ~ * {
        width: 25%
    }

    .nav-cards--centered .nav-cards__item:nth-last-child(8):first-child, .nav-cards--centered .nav-cards__item:nth-last-child(8):first-child ~ * {
        width: 25%
    }

    .nav-cards--centered .nav-cards__item:nth-last-child(10):first-child, .nav-cards--centered .nav-cards__item:nth-last-child(10):first-child ~ * {
        width: 25%
    }

    .nav-cards--centered .nav-cards__item:nth-last-child(12):first-child, .nav-cards--centered .nav-cards__item:nth-last-child(12):first-child ~ * {
        width: 25%
    }
}

.nav-cards--big-icon .nav-cards__item {
    width: 50%;
    padding: 11px
}

@media only screen and (min-width: 480px) {
    .nav-cards--big-icon .nav-cards__item {
        width: 50%;
        padding: 16px;
        max-width: 360px
    }
}

@media only screen and (min-width: 830px) {
    .nav-cards--big-icon .nav-cards__item {
        width: 33.33333%
    }
}

@media only screen and (min-width: 996px) {
    .nav-cards--big-icon .nav-cards__item:nth-last-child(4):first-child, .nav-cards--big-icon .nav-cards__item:nth-last-child(4):first-child ~ * {
        width: 25%
    }

    .nav-cards--big-icon .nav-cards__item:nth-last-child(7):first-child, .nav-cards--big-icon .nav-cards__item:nth-last-child(7):first-child ~ * {
        width: 25%
    }

    .nav-cards--big-icon .nav-cards__item:nth-last-child(8):first-child, .nav-cards--big-icon .nav-cards__item:nth-last-child(8):first-child ~ * {
        width: 25%
    }

    .nav-cards--big-icon .nav-cards__item:nth-last-child(10):first-child, .nav-cards--big-icon .nav-cards__item:nth-last-child(10):first-child ~ * {
        width: 25%
    }

    .nav-cards--big-icon .nav-cards__item:nth-last-child(12):first-child, .nav-cards--big-icon .nav-cards__item:nth-last-child(12):first-child ~ * {
        width: 25%
    }
}

.nav-cards--bulleted .nav-cards__item {
    width: 50%;
    padding: 11px
}

@media only screen and (min-width: 480px) {
    .nav-cards--bulleted .nav-cards__item {
        width: 33.33333%;
        padding: 16px
    }
}

@media only screen and (min-width: 692px) {
    .nav-cards--bulleted .nav-cards__item {
        width: 25%
    }
}

@media only screen and (min-width: 996px) {
    .nav-cards--bulleted .nav-cards__item {
        width: 20%
    }
}

.nav-cards--quicklinks .nav-cards__item {
    width: 50%
}

@media only screen and (min-width: 692px) {
    .nav-cards--quicklinks .nav-cards__item {
        width: 25%
    }
}

.nav-cards--quicklinks .nav-cards__item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #dfe4e4
}

@media only screen and (min-width: 692px) {
    .nav-cards--quicklinks .nav-cards__item:after {
        top: 11px;
        bottom: 11px
    }
}

.nav-cards--quicklinks .nav-cards__item:not(:last-child):after {
    content: ""
}

.nav-cards--quicklinks .nav-cards__item:nth-last-child(3):first-child:nth-child(-n+2), .nav-cards--quicklinks .nav-cards__item:nth-last-child(3):first-child ~ *:nth-child(-n+2) {
    border-bottom: 1px solid #dfe4e4
}

@media only screen and (min-width: 692px) {
    .nav-cards--quicklinks .nav-cards__item:nth-last-child(3):first-child:nth-child(-n+2), .nav-cards--quicklinks .nav-cards__item:nth-last-child(3):first-child ~ *:nth-child(-n+2) {
        border-bottom: none
    }
}

@media only screen and (max-width: 691px) {
    .nav-cards--quicklinks .nav-cards__item:nth-last-child(3):first-child:nth-child(2n):after, .nav-cards--quicklinks .nav-cards__item:nth-last-child(3):first-child ~ *:nth-child(2n):after {
        content: none
    }
}

.nav-cards--quicklinks .nav-cards__item:nth-last-child(4):first-child:nth-child(-n+2), .nav-cards--quicklinks .nav-cards__item:nth-last-child(4):first-child ~ *:nth-child(-n+2) {
    border-bottom: 1px solid #dfe4e4
}

@media only screen and (min-width: 692px) {
    .nav-cards--quicklinks .nav-cards__item:nth-last-child(4):first-child:nth-child(-n+2), .nav-cards--quicklinks .nav-cards__item:nth-last-child(4):first-child ~ *:nth-child(-n+2) {
        border-bottom: none
    }
}

@media only screen and (max-width: 691px) {
    .nav-cards--quicklinks .nav-cards__item:nth-last-child(4):first-child:nth-child(2n):after, .nav-cards--quicklinks .nav-cards__item:nth-last-child(4):first-child ~ *:nth-child(2n):after {
        content: none
    }
}

.nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child, .nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child ~ * {
    width: 33.33333%
}

@media only screen and (min-width: 692px) {
    .nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child, .nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child ~ * {
        width: 20%
    }
}

.nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child:nth-child(-n+3), .nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child ~ *:nth-child(-n+3) {
    border-bottom: 1px solid #dfe4e4
}

@media only screen and (min-width: 692px) {
    .nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child:nth-child(-n+3), .nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child ~ *:nth-child(-n+3) {
        border-bottom: none
    }
}

@media only screen and (max-width: 691px) {
    .nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child:nth-child(3n):after, .nav-cards--quicklinks .nav-cards__item:nth-last-child(5):first-child ~ *:nth-child(3n):after {
        content: none
    }
}

.nav-cards--flipboard .nav-cards__item {
    padding: 7px;
    width: 80%;
    flex-shrink: 0
}

@media only screen and (min-width: 480px) {
    .nav-cards--flipboard .nav-cards__item {
        width: 50%
    }
}

@media only screen and (min-width: 692px) {
    .nav-cards--flipboard .nav-cards__item {
        width: 33.33333%;
        padding: 11px
    }
}

@media only screen and (min-width: 996px) {
    .nav-cards--flipboard .nav-cards__item {
        padding: 16px
    }
}

@media only screen and (min-width: 996px) {
    .nav-cards--flipboard[de-item-count="4"] .nav-cards__item:nth-child(odd), .nav-cards--flipboard[de-item-count="7"] .nav-cards__item:nth-child(odd), .nav-cards--flipboard[de-item-count="8"] .nav-cards__item:nth-child(odd), .nav-cards--flipboard[de-item-count="10"] .nav-cards__item:nth-child(odd), .nav-cards--flipboard[de-item-count="12"] .nav-cards__item:nth-child(odd) {
        margin-left: .1px
    }

    .nav-cards--flipboard[de-item-count="4"] .nav-cards__item:nth-child(even), .nav-cards--flipboard[de-item-count="7"] .nav-cards__item:nth-child(even), .nav-cards--flipboard[de-item-count="8"] .nav-cards__item:nth-child(even), .nav-cards--flipboard[de-item-count="10"] .nav-cards__item:nth-child(even), .nav-cards--flipboard[de-item-count="12"] .nav-cards__item:nth-child(even) {
        margin-right: .1px
    }
}

.nav-card {
    position: relative;
    display: flex;
    height: 100%;
    background-image: none;
    transition: all .15s ease-in-out
}

    .nav-card.is-desktop {
        display: none
    }

@media only screen and (min-width: 480px) {
    .nav-card.is-desktop {
        display: flex
    }
}

@media only screen and (min-width: 480px) {
    .nav-card.is-mobile {
        display: none
    }
}

a.nav-card {
    text-decoration: none;
    border-bottom: none
}

.nav-card--rectangular, .nav-card--centered {
    flex-direction: row;
    text-align: left
}

@media only screen and (min-width: 480px) {
    .nav-card--rectangular, .nav-card--centered {
        flex-direction: column
    }
}

@media only screen and (min-width: 480px) {
    .nav-card--centered {
        flex-direction: column;
        text-align: center
    }
}

.nav-card--big-icon, .nav-card--quicklinks, .nav-card--bulleted {
    flex-direction: column;
    text-align: center
}

.nav-card--quicklinks {
    padding: 11px;
    text-align: center
}

@media only screen and (min-width: 480px) {
    .nav-card--quicklinks {
        padding: 16px
    }
}

.nav-card--flipboard {
    padding: 24px;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1)
}

@media only screen and (min-width: 576px) {
    .nav-card--flipboard {
        padding: 36px
    }

        .nav-card--flipboard:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: transparent;
            z-index: 1;
            transition: background-color .15s ease-in-out
        }

    .nav-cards__item:nth-child(4n+1) .nav-card--flipboard:hover:before {
        background-color: rgba(0,89,132,0.8)
    }

    .nav-cards__item:nth-child(2n) .nav-card--flipboard:hover:before {
        background-color: rgba(0,133,63,0.8)
    }

    .nav-cards__item:nth-child(3n) .nav-card--flipboard:hover:before {
        background-color: rgba(105,105,105,0.8)
    }

    .nav-cards__item:nth-child(4n) .nav-card--flipboard:hover:before {
        background-color: rgba(158,27,50,0.8)
    }
}

@media only screen and (min-width: 996px) {
    .nav-card--flipboard {
        padding: 54px
    }
}

.nav-card-media {
    display: block;
    flex-grow: 0
}

.nav-card--rectangular .nav-card-media, .nav-card--centered .nav-card-media {
    margin-right: 16px;
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    overflow: hidden
}

@media only screen and (min-width: 480px) {
    .nav-card--rectangular .nav-card-media, .nav-card--centered .nav-card-media {
        margin-bottom: 11px;
        width: auto;
        height: auto
    }
}

@media only screen and (min-width: 692px) {
    .nav-card--rectangular .nav-card-media, .nav-card--centered .nav-card-media {
        margin-bottom: 16px
    }
}

@media only screen and (min-width: 480px) {
    .nav-card--rectangular .nav-card-media {
        margin-right: 0
    }
}

.nav-card--centered .nav-card-media, .nav-card--big-icon .nav-card-media {
    width: 76px;
    height: 76px
}

@media only screen and (min-width: 692px) {
    .nav-card--centered .nav-card-media, .nav-card--big-icon .nav-card-media {
        width: 122px;
        height: 122px
    }
}

@media only screen and (min-width: 480px) {
    .nav-card--centered .nav-card-media {
        margin-right: auto;
        margin-left: auto
    }
}

.nav-card--big-icon .nav-card-media {
    margin: 0 auto 11px
}

@media only screen and (min-width: 692px) {
    .nav-card--big-icon .nav-card-media {
        margin-bottom: 16px
    }
}

.nav-card--quicklinks .nav-card-media {
    margin: 0 auto 7px;
    width: 30px;
    height: 30px
}

.nav-card--bulleted .nav-card-media {
    margin: 0 auto 7px;
    width: 48px;
    height: 48px
}

@media only screen and (min-width: 692px) {
    .nav-card--bulleted .nav-card-media {
        margin-bottom: 11px;
        width: 76px;
        height: 76px
    }
}

.nav-card--flipboard .nav-card-media {
    margin: 0 auto 11px;
    width: 122px;
    height: auto;
    max-width: 100%
}

@media only screen and (min-width: 692px) {
    .nav-card--flipboard .nav-card-media {
        margin-bottom: 24px;
        width: 190px
    }
}

.nav-card-media__image {
    position: relative;
    display: block
}

.nav-card--rectangular .nav-card-media__image, .nav-card--centered .nav-card-media__image {
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, 0)
}

@media only screen and (min-width: 480px) {
    .nav-card--rectangular .nav-card-media__image, .nav-card--centered .nav-card-media__image {
        left: 0;
        width: 100%;
        height: auto;
        transform: none
    }
}

.nav-card--centered .nav-card-media__image, .nav-card--big-icon .nav-card-media__image, .nav-card--quicklinks .nav-card-media__image, .nav-card--flipboard .nav-card-media__image {
    width: 100%;
    height: auto;
    border-radius: 50%
}

@media only screen and (min-width: 576px) {
    .nav-card--flipboard .nav-card-media__image {
        margin: 0 auto;
        filter: blur(0);
        transition: all .15s ease-in-out
    }
}

@media only screen and (min-width: 576px) and (pointer: fine) {
    .nav-card--flipboard:hover .nav-card-media__image {
        filter: blur(3px);
        transform: scale(0.95)
    }
}

.nav-card-body {
    flex-grow: 1
}

@media only screen and (min-width: 576px) {
    .nav-card-body {
        display: flex;
        flex-direction: column
    }
}

.nav-card-body__title {
    margin-bottom: 5px;
    color: dimgray
}

@media only screen and (min-width: 692px) {
    .nav-card-body__title {
        margin-bottom: 7px
    }
}

a.nav-card .nav-card-body__title, .nav-card .nav-card-body__title a {
    color: #00789e;
    text-decoration: none
}

    a.nav-card .nav-card-body__title:after, .nav-card .nav-card-body__title a:after {
        content: "";
        position: relative;
        padding-left: 13px;
        background: url(../img/components/chevron.svg) 100% 60% no-repeat;
        background-size: auto 52%
    }

@media only screen and (min-width: 692px) {
    a.nav-card .nav-card-body__title:after, .nav-card .nav-card-body__title a:after {
        padding-left: 16px
    }
}

.nav-card--flipboard a.nav-card .nav-card-body__title:after, .nav-card--flipboard .nav-card .nav-card-body__title a:after {
    display: none
}

a.nav-card .nav-card-body__title span, .nav-card .nav-card-body__title a span {
    border-bottom: 2px solid transparent;
    transition: border .15s ease-in-out
}

a.nav-card:hover, .nav-card .nav-card-body__title a:hover {
    text-decoration: none
}

    a.nav-card:hover span, .nav-card .nav-card-body__title a:hover span {
        border-bottom-color: #a7e1ea
    }

.nav-card-body__title a.is-desktop {
    display: none
}

@media only screen and (min-width: 480px) {
    .nav-card-body__title a.is-desktop {
        display: inline
    }
}

.nav-card-body__title a.is-mobile {
    display: inline
}

@media only screen and (min-width: 480px) {
    .nav-card-body__title a.is-mobile {
        display: none
    }
}

ol .nav-card-body__title span:before {
    counter-increment: nav-card-count;
    content: counter(nav-card-count);
    width: 30px;
    height: 30px;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out;
    float: left;
    display: block;
    margin-right: 7px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: dimgray;
    border-radius: 50%;
    zoom: 75%
}

@media only screen and (min-width: 692px) {
    ol .nav-card-body__title span:before {
        font-size: 1.8rem
    }
}

@media only screen and (min-width: 576px) {
    ol .nav-card-body__title span:before {
        margin-bottom: 7px;
        float: none;
        zoom: normal
    }
}

ol .nav-card-body__title a span:before {
    background-color: #00789e
}

.nav-card--quicklinks .nav-card-body__title {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.16px;
    transition: font .15s ease-in-out;
    text-transform: uppercase
}

@media only screen and (min-width: 692px) {
    .nav-card--quicklinks .nav-card-body__title {
        font-size: 1.4rem
    }
}

.nav-card--quicklinks .nav-card-body__title:after {
    display: none
}

.nav-card--bulleted .nav-card-body__title {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.16px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    .nav-card--bulleted .nav-card-body__title {
        font-size: 1.4rem
    }
}

@media only screen and (min-width: 576px) {
    .nav-card--flipboard .nav-card-body__title {
        margin: 0 -16px;
        word-wrap: break-word;
        filter: blur(0);
        transition: filter .15s ease-in-out
    }

        .nav-card--flipboard .nav-card-body__title span:after {
            display: none
        }
}

@media only screen and (min-width: 830px) {
    .nav-card--flipboard .nav-card-body__title {
        text-transform: uppercase
    }
}

@media only screen and (min-width: 996px) {
    .nav-card--flipboard .nav-card-body__title {
        margin: 0 -36px
    }
}

@media only screen and (min-width: 576px) and (pointer: fine) {
    .nav-card--flipboard:hover .nav-card-body__title span {
        background-image: none;
        filter: blur(3px)
    }
}

.nav-card-body__description {
    flex-grow: 1;
    text-decoration: none
}

    .nav-card-body__description a {
        color: #00789e;
        border-bottom: none;
        text-decoration: none;
        border-bottom: 2px solid #a7e1ea;
        transition: border .1s ease-in-out
    }

        .nav-card-body__description a:hover {
            text-decoration: none;
            border-bottom-color: transparent
        }

.nav-card--flipboard .nav-card-body__description {
    color: dimgray
}

@media only screen and (min-width: 576px) and (pointer: fine) {
    .nav-card--flipboard .nav-card-body__description {
        font-size: 1.7rem;
        line-height: 1.6;
        letter-spacing: 0.4px;
        transition: font .15s ease-in-out;
        position: absolute;
        top: 36px;
        right: 36px;
        left: 36px;
        display: flex;
        align-items: center;
        height: 190px;
        color: #fff;
        opacity: 0;
        z-index: 2
    }
}

@media only screen and (min-width: 576px) and (pointer: fine) and (min-width: 692px) {
    .nav-card--flipboard .nav-card-body__description {
        font-size: 1.8rem
    }
}

@media only screen and (min-width: 576px) and (pointer: fine) and (min-width: 996px) {
    .nav-card--flipboard .nav-card-body__description {
        top: 54px;
        right: 54px;
        left: 54px;
        height: 190px
    }
}

@media only screen and (min-width: 576px) and (pointer: fine) {
    .nav-card--flipboard:hover .nav-card-body__description {
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        opacity: 1
    }
}

.nav-card-body__action {
    display: none
}

@media only screen and (min-width: 480px) {
    .nav-card-body__action {
        display: block;
        margin-top: 11px
    }
}

@media only screen and (min-width: 692px) {
    .nav-card-body__action {
        margin-top: 16px
    }
}

@media only screen and (min-width: 576px) {
    .nav-card--flipboard .nav-card-body__action {
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 1px;
        transition: font .15s ease-in-out;
        position: absolute;
        bottom: 54px;
        right: 24px;
        left: 24px;
        color: #fff;
        opacity: 0;
        z-index: 2;
        transition: all .2s ease-in-out
    }
}

@media only screen and (min-width: 576px) and (min-width: 692px) {
    .nav-card--flipboard .nav-card-body__action {
        font-size: 2.7rem
    }
}

@media only screen and (min-width: 576px) {
    .nav-card--flipboard:hover .nav-card-body__action {
        bottom: 54px;
        opacity: 1
    }
}

.nav-card-body__button {
    display: block;
    padding: 0 7px;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.16px;
    transition: font .15s ease-in-out;
    border-radius: 2px;
    width: 160px;
    max-width: 414px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #00789e;
    background-color: #00789e;
    transition: all .1s ease-in-out;
    margin: 0 auto;
    display: block;
    min-width: 180px
}

@media only screen and (min-width: 692px) {
    .nav-card-body__button {
        font-size: 1.4rem
    }
}

.nav-card-body__button:hover {
    color: #fff;
    text-decoration: none;
    border-color: #26bcd7;
    background-color: #005984
}

@media only screen and (min-width: 576px) {
    .nav-card--flipboard .nav-card-body__button {
        background-color: #fff;
        color: #00789e
    }

        .nav-card--flipboard .nav-card-body__button:hover, .nav-card--flipboard .nav-card-body__button:focus, .nav-card--flipboard .nav-card-body__button:active {
            background-color: #f2f4f4;
            color: #00789e
        }
}

.nav-card-body > *:last-child, .nav-card-body > *:last-child:before, .nav-card-body > *:last-child:after {
    margin-bottom: 0
}

.fade {
    animation: fade 1s
}

@keyframes fade {
    0% {
        opacity: 0%
    }

    10% {
        opacity: 50%
    }

    20% {
        opacity: 100%
    }
}

.searchbar {
    padding: 16px;
    background-color: #dfe4e4
}

.searchbar__input-and-img-container {
    margin: 0 auto;
    width: 460px;
    white-space: nowrap;
    position: relative
}

@media (max-width: 550px) {
    .searchbar__input-and-img-container {
        width: unset
    }
}

.searchbar__icon {
    position: absolute;
    top: 9px;
    right: 0px;
    padding-right: 18px;
    padding: 0 16px 0 0;
    color: #005984;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out;
    width: 50px
}

@media only screen and (min-width: 692px) {
    .searchbar__icon {
        font-size: 2.7rem
    }
}

.searchbar__input {
    margin: 0px auto;
    display: block;
    height: 45px;
    padding: 0 0 0 16px;
    width: 460px;
    height: 50px;
    border: 1px solid #dfe4e4;
    padding: 0 0 0 24px;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out;
    color: dimgray
}

@media only screen and (min-width: 692px) {
    .searchbar__input {
        font-size: 1.8rem
    }
}

@media (max-width: 550px) {
    .searchbar__input {
        width: 350px
    }
}

@media (max-width: 400px) {
    .searchbar__input {
        width: 325px
    }
}

@media (max-width: 375px) {
    .searchbar__input {
        width: 290px
    }
}

@media (max-width: 320px) {
    .searchbar__input {
        width: 265px
    }
}

.pagination {
    height: 40px;
    display: block;
    text-align: center
}

.pagination__list {
    display: inline-table;
    padding-left: unset;
    zoom: 1
}

    .pagination__list:first-child a {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px
    }

.pagination__list-element {
    display: inline
}

    .pagination__list-element.active a {
        color: #4c4c4c;
        cursor: default;
        text-decoration: none
    }

    .pagination__list-element.disabled .pagination__anchor {
        color: #999;
        background-color: transparent;
        cursor: default
    }

        .pagination__list-element.disabled .pagination__anchor:focus {
            text-decoration: none
        }

.pagination__anchor {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 25px;
    text-decoration: none;
    background-color: #fff;
    color: #00789e;
    text-align: center
}

    .pagination__anchor:hover {
        border-bottom: 2px solid #a7e1ea;
        text-decoration: none;
        color: #00789e
    }

    .pagination__anchor:focus {
        text-decoration: none;
        color: #00789e
    }

.pagination__ellipses {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    color: #999
}

.pagination__left-arrow {
    margin-right: 16px
}

@media (max-width: 320px) {
    .pagination__left-arrow {
        margin-right: 5px
    }
}

.pagination__right-arrow {
    margin-left: 16px
}

@media (max-width: 320px) {
    .pagination__right-arrow {
        margin-left: 5px
    }
}

.pagination__center {
    width: 20px
}

@media (max-width: 360px) {
    .pagination__center {
        width: 18px
    }
}

@media (max-width: 320px) {
    .pagination__center {
        width: 16px
    }
}

.pagination__right-anchor {
    margin: 0 0 0 7px
}

.no-accounts {
    margin: 0 0 24px 0
}

.no-accounts__center {
    padding: 54px
}

.no-accounts__exclamation img {
    display: block;
    margin: 0 auto;
    padding: 5px
}

.no-accounts__text {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding: 12px
}

.data-table {
    width: 100%;
    margin: 54px 0 54px 0
}

.data-table__row {
    border-top: 1px solid #dfe4e4
}

    .data-table__row:nth-child(even) {
        background-color: #f3fbfd
    }

.data-table__loading img {
    width: 60px
}

.data-table__img-anchor-container {
    margin-top: 12px
}

.data-table__error-text {
    color: #9e1b32
}

.data-table__th {
    position: relative !important;
    text-transform: uppercase;
    border-right: 1px solid #dfe4e4;
    padding: 24px 24px 24px 11px;
    color: #014464;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.16px;
    transition: font .15s ease-in-out;
    font-weight: normal
}

@media only screen and (min-width: 692px) {
    .data-table__th {
        font-size: 1.4rem
    }
}

.data-table__th:last-child {
    border-right: none
}

@media (max-width: 768px) {
    .data-table__th:first-child {
        border-right: none
    }
}

@media (max-width: 768px) {
    .data-table__th:nth-child(1) {
        width: 100%
    }
}

@media (max-width: 768px) {
    .data-table__th:nth-child(2) {
        display: none
    }
}

@media (max-width: 768px) {
    .data-table__th:nth-child(3) {
        display: none
    }
}

@media (max-width: 768px) {
    .data-table__th:nth-child(4) {
        display: none
    }
}

.data-table__th.active {
    background-color: rgba(242,244,244,0.5)
}

    .data-table__th.active.desc:before {
        border-bottom: 6px solid #bfd5e0;
        border-top: 0;
        border-bottom-color: #005984
    }

    .data-table__th.active.asc:before {
        border-top: 6px solid #bfd5e0;
        border-bottom: 0;
        border-top-color: #005984
    }

.data-table__th.desc:before {
    border-bottom: 6px solid #bfd5e0;
    border-top: 0
}

.data-table__th.asc:before {
    border-top: 6px solid #bfd5e0;
    border-bottom: 0
}

.data-table__th.asc:before {
    bottom: 5px;
    right: 5px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    content: ' '
}

.data-table__th.desc:before {
    bottom: 5px;
    right: 5px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    content: ' '
}

.data-table__td {
    border-right: 1px solid #dfe4e4;
    padding: 11px;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.16px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    .data-table__td {
        font-size: 1.4rem
    }
}

.data-table__td:last-child {
    border-right: none
}

@media (max-width: 768px) {
    .data-table__td:first-child {
        border-right: none
    }
}

@media (max-width: 768px) {
    .data-table__td:nth-child(1) {
        width: 100%
    }
}

@media (max-width: 768px) {
    .data-table__td:nth-child(2) {
        display: none
    }
}

@media (max-width: 768px) {
    .data-table__td:nth-child(3) {
        display: none
    }
}

@media (max-width: 768px) {
    .data-table__td:nth-child(4) {
        display: none
    }
}

.data-table__td.active .data-table__span--hidden-field {
    display: block;
    margin: 16px 0 16px 0
}

@media (max-width: 768px) {
    .data-table__td.active .data-table__button--show-active {
        display: block
    }
}

@media (max-width: 768px) {
    .data-table__td.active .data-table__button--hide-active {
        display: none
    }
}

.data-table__span .header-container {
    width: auto;
    text-align: left;
    max-width: none
}

.data-table__span--block {
    display: block
}

.data-table__span--hidden-field {
    display: none
}

.data-table__icon {
    width: 20px;
    height: 20px
}

.data-table__anchor {
    color: #005984;
    width: fit-content;
    display: inline-block
}

@media (max-width: 768px) {
    .data-table__anchor {
        margin-bottom: 24px
    }
}

.data-table__anchor:hover {
    text-decoration: none;
    background-color: #e0f6fb;
    color: #005984
}

.data-table__anchor:focus {
    text-decoration: none;
    background-color: #e0f6fb;
    border-bottom: none;
    color: #005984
}

.data-table__anchor--hidden-field {
    display: none
}

@media (max-width: 768px) {
    .data-table__anchor--hidden-field {
        display: block
    }
}

.data-table__anchor--show-active {
    display: none
}

.data-table__anchor--block {
    display: table
}

.data-table__button {
    color: #005984;
    width: fit-content;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    color: #005984;
    border: none
}

@media (max-width: 768px) {
    .data-table__button {
        margin-bottom: 24px
    }
}

.data-table__button:hover {
    text-decoration: none;
    background-color: #e0f6fb;
    color: #005984;
    border: none
}

.data-table__button:focus {
    text-decoration: none;
    background-color: #e0f6fb;
    border-bottom: none;
    color: #005984;
    border: none
}

.data-table__button:active {
    border: none;
    background-color: #e0f6fb
}

.data-table__button--hidden-field {
    display: none
}

@media (max-width: 768px) {
    .data-table__button--hidden-field {
        display: block
    }
}

.data-table__button--show-active {
    display: none
}

.data-table__button--block {
    display: table
}

html {
    height: 100%
}

body {
   
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out;
    color: dimgray;
    font-style: normal;
    font-weight: normal;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    position: relative;
    min-height: 100%
}

@media only screen and (min-width: 692px) {
    body {
        font-size: 1.6rem
    }
}

body .tooltip, body .tooltip.in {
    opacity: 1
}

    body .tooltip .tooltip-inner {
        background: #005984;
        border-radius: 0;
        color: white;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.025em;
        line-height: 1.5;
        max-width: 260px;
        min-width: 180px;
        text-align: left;
        padding: 16px 20px 15px
    }

@media only screen and (max-width: 767px) {
    body .tooltip .tooltip-inner {
        max-width: 180px
    }
}

body .tooltip.top, body .tooltip.bottom {
    padding: 10px 0
}

body .tooltip.right, body .tooltip.left {
    padding: 0 10px
}

    body .tooltip.right .tooltip-arrow, body .tooltip.left .tooltip-arrow {
        top: 15px !important
    }

body .tooltip.right {
    margin-left: 10px
}

    body .tooltip.right .tooltip-arrow {
        border-right-color: #005984;
        border-width: 10px 10px 10px 0;
        left: 0
    }

body .tooltip.left {
    left: auto !important;
    right: 10px
}

    body .tooltip.left .tooltip-arrow {
        border-left-color: #005984;
        border-width: 10px 0 10px 10px;
        right: 0
    }

body .tooltip.top {
    margin-top: -5px
}

    body .tooltip.top .tooltip-arrow {
        border-top-color: #005984;
        border-width: 10px 10px 0 10px;
        bottom: 0;
        top: auto !important;
        margin-left: -10px
    }

body .tooltip.bottom {
    margin-top: 5px
}

    body .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #005984;
        border-width: 0 10px 10px 10px;
        top: 0;
        bottom: auto !important;
        margin-left: -10px
    }

h1, h2, h3, h4, h5, h6, q, .form-title {
    font-family: "Duke Energy", "Roboto Flex", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: #005984;
    font-style: normal;
    font-weight: normal
}
.modal h2{
	  font-family: "Duke Energy", "Roboto Flex", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
}
a {
    color: #fff;
    font-size: inherit;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.5px
}

ul {
    list-style: none
}

iframe {
    width: 100%
}

@media (max-width: 767px) {
    iframe[src^='https://outagemap.duke-energy.com/'], iframe[src^='https://outagemaptest.duke-energy.com/'] {
        height: 84vh
    }
}

.no-js {
    display: none
}

.sticky-nav {
    position: fixed;
    top: 0;
    z-index: 206;
    width: 100%
}

.main-content-skinny {
    padding-bottom: 95px
}

    .main-content-skinny.stickyNavOn {
        padding-top: 109px
    }

        .main-content-skinny.stickyNavOn.account-active {
            padding-top: 0
        }

.main-content-big {
    padding-bottom: 512px
}

    .main-content-big.stickyNavOn {
        padding-top: 109px
    }

        .main-content-big.stickyNavOn.account-active {
            padding-top: 0
        }

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important
}

.visually-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.error-message {
    text-align: center;
    margin: 33px auto 0
}

    .error-message * a {
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid;
        padding-bottom: 2px
    }

    .error-message img {
        width: 34px;
        height: 34px;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto
    }

    .error-message .invalid-span, .error-message *, .error-message a {
        margin-bottom: 0;
        font-size: 16px;
        color: #8b0e04;
        line-height: 1.7;
        letter-spacing: 0.5px
    }

.display-block {
    display: block
}

.no-overflow {
    overflow: visible !important;
    white-space: normal !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.mb-50 {
    margin-bottom: 50px
}

.adminbar-btn {
    cursor: pointer;
    font-size: 12px;
    margin: 5px
}

.no-border {
    border: 0
}

.no-border-right {
    border-right: none !important
}

.no-border-bottom {
    border-bottom: none !important
}

.no-padding {
    padding: 0 !important
}

.no-right-padding {
    padding-right: 0 !important
}

.no-left-padding {
    padding-left: 0 !important
}

.full-width {
    width: 100%
}

.no-visible {
    visibility: hidden !important
}

.carousel-indicators li {
    text-indent: -1000%
}

.medium-blue {
    color: #06abc8 !important
}

.duotone {
    color: #077faa;
    text-align: center
}

.page-title {
    font-size: 45px
}

input[name="RETURN"][value="Additional Payment"] {
    width: 220px !important;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out
}

    .home-submenu.active {
        max-height: 1000px
    }

.component-description {
    font-size: 18px;
    margin-bottom: 40px
}

.extra-p {
    color: #005984;
    display: block;
    font-weight: bold;
    text-transform: uppercase
}

.component-subtitle {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    color: #006496;
    margin-bottom: 20px;
    font-size: 40px
}

.admin-tab-btn {
    background-color: #016698;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    cursor: pointer
}

    .admin-tab-btn:before {
        font-size: 20px
    }

    .admin-tab-btn:hover {
        color: #06abc8;
        text-decoration: none
    }

.duke-logo-img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 55px;
    width: 125px;
    vertical-align: middle;
    margin-top: 12px
}

    .duke-logo-img.duke-logo-progress {
        margin-top: 3px
    }

.content-borders {
    border-top: 1px solid #e1e5e6;
    border-bottom: 1px solid #e1e5e6
}

@media (min-width: 768px) {
    .container .container {
        width: 100%
    }
}

input, select, option, textarea {
    font-family: inherit;
}

    input:focus, select:focus, option:focus, textarea:focus {
        outline: 0
    }

.input-frameless {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #06abc8;
    color: #06abc8;
    font-size: 18px;
    padding-bottom: 12px;
    width: 237px
}

.w-80 {
    width: 80%;
    margin: auto
}

.blue-x {
    cursor: pointer
}

    .blue-x:before {
        color: #92dbe8;
        font-size: 20px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px
    }

.placeholder {
    color: #abacaf
}

.choose-later {
    margin: 51px 0 30px;
    text-align: center
}

    .choose-later a {
        color: #929397;
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer
    }

        .choose-later a:hover, .choose-later a:active {
            text-decoration: underline
        }

.btn, .btn-main-blue, .btn-small-main-blue, .btn-medium-main-blue, .btn-large-main-blue, .btn-reverse, .btn-small-reverse, .btn-medium-reverse, .btn-large-reverse, .btn-light, .btn-submit, .btn-previous, .btn-blue, a.btn-blue, .btn-aqua-blue, a.btn-aqua-blue, .btn-dark-blue, a.btn-dark-blue, input.btn-dark-blue, .btn-green, a.btn-green, .btn-white, a.btn-white, .btn-white-blue, a.btn-white-blue, .btn-white-whitebackground, a.btn-white-whitebackground, input.btn-white-whitebackground[type="button"], .btn-grey, a.btn-grey, input.btn-grey[type="button"], .btn-light-grey, a.btn-light-grey, input.btn-light-grey[type="button"], .btn-disabled, .general-form-styles .toggle-btn-container .toggle-btn {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 14px;
    letter-spacing: .35px;
   
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .btn.tall, .tall.btn-main-blue, .tall.btn-small-main-blue, .tall.btn-medium-main-blue, .tall.btn-large-main-blue, .tall.btn-reverse, .tall.btn-small-reverse, .tall.btn-medium-reverse, .tall.btn-large-reverse, .tall.btn-light, .tall.btn-submit, .tall.btn-previous, .tall.btn-blue, .tall.btn-aqua-blue, .tall.btn-dark-blue, .tall.btn-green, .tall.btn-white, .tall.btn-white-blue, .tall.btn-white-whitebackground, input.tall.btn-white-whitebackground[type="button"], .tall.btn-grey, input.tall.btn-grey[type="button"], .tall.btn-light-grey, input.tall.btn-light-grey[type="button"], .tall.btn-disabled, .general-form-styles .toggle-btn-container .tall.toggle-btn {
        padding: 30px 0
    }

    .btn.btn-large, .btn-large.btn-main-blue, .btn-large.btn-small-main-blue, .btn-large.btn-medium-main-blue, .btn-large.btn-reverse, .btn-large.btn-small-reverse, .btn-large.btn-medium-reverse, .btn-large.btn-light, .btn-large.btn-submit, .btn-large.btn-previous, .btn-large-main-blue, .btn-large-reverse, .btn-large.btn-blue, .btn-large.btn-aqua-blue, .btn-large.btn-dark-blue, .btn-large.btn-green, .btn-large.btn-white, .btn-large.btn-white-blue, .btn-large.btn-white-whitebackground, input.btn-large.btn-white-whitebackground[type="button"], .btn-large.btn-grey, input.btn-large.btn-grey[type="button"], .btn-large.btn-light-grey, input.btn-large.btn-light-grey[type="button"], .btn-large.btn-disabled, .general-form-styles .toggle-btn-container .btn-large.toggle-btn {
        width: 285px;
        height: 70px;
        padding: 25px 20px
    }

    .btn.btn-medium, .btn-medium.btn-main-blue, .btn-medium.btn-small-main-blue, .btn-medium.btn-large-main-blue, .btn-medium.btn-reverse, .btn-medium.btn-small-reverse, .btn-medium.btn-large-reverse, .btn-medium.btn-light, .btn-medium.btn-submit, .btn-medium.btn-previous, .btn-medium-main-blue, .btn-medium-reverse, .btn-medium.btn-blue, .btn-medium.btn-aqua-blue, .btn-medium.btn-dark-blue, .btn-medium.btn-green, .btn-medium.btn-white, .btn-medium.btn-white-blue, .btn-medium.btn-white-whitebackground, input.btn-medium.btn-white-whitebackground[type="button"], .btn-medium.btn-grey, input.btn-medium.btn-grey[type="button"], .btn-medium.btn-light-grey, input.btn-medium.btn-light-grey[type="button"], .btn-medium.btn-disabled, .general-form-styles .toggle-btn-container .btn-medium.toggle-btn {
        width: 180px;
        height: 44px;
        padding: 0 7px;
        line-height: 44px
    }

    .btn.btn-small, .btn-small.btn-main-blue, .btn-small.btn-medium-main-blue, .btn-small.btn-large-main-blue, .btn-small.btn-reverse, .btn-small.btn-medium-reverse, .btn-small.btn-large-reverse, .btn-small.btn-light, .btn-small.btn-submit, .btn-small.btn-previous, .btn-small-main-blue, .btn-small-reverse, .btn-small.btn-blue, .btn-small.btn-aqua-blue, .btn-small.btn-dark-blue, .btn-small.btn-green, .btn-small.btn-white, .btn-small.btn-white-blue, .btn-small.btn-white-whitebackground, input.btn-small.btn-white-whitebackground[type="button"], .btn-small.btn-grey, input.btn-small.btn-grey[type="button"], .btn-small.btn-light-grey, input.btn-small.btn-light-grey[type="button"], .btn-small.btn-disabled, .general-form-styles .toggle-btn-container .btn-small.toggle-btn {
        width: 130px;
        height: 44px;
        padding: 0 7px;
        line-height: 44px
    }

    .btn.btn-narrow, .btn-narrow.btn-main-blue, .btn-narrow.btn-small-main-blue, .btn-narrow.btn-medium-main-blue, .btn-narrow.btn-large-main-blue, .btn-narrow.btn-reverse, .btn-narrow.btn-small-reverse, .btn-narrow.btn-medium-reverse, .btn-narrow.btn-large-reverse, .btn-narrow.btn-light, .btn-narrow.btn-submit, .btn-narrow.btn-previous, .btn-narrow.btn-blue, .btn-narrow.btn-aqua-blue, .btn-narrow.btn-dark-blue, .btn-narrow.btn-green, .btn-narrow.btn-white, .btn-narrow.btn-white-blue, .btn-narrow.btn-white-whitebackground, input.btn-narrow.btn-white-whitebackground[type="button"], .btn-narrow.btn-grey, input.btn-narrow.btn-grey[type="button"], .btn-narrow.btn-light-grey, input.btn-narrow.btn-light-grey[type="button"], .btn-narrow.btn-disabled, .general-form-styles .toggle-btn-container .btn-narrow.toggle-btn {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .btn.btn-width-auto, .btn-width-auto.btn-main-blue, .btn-width-auto.btn-small-main-blue, .btn-width-auto.btn-medium-main-blue, .btn-width-auto.btn-large-main-blue, .btn-width-auto.btn-reverse, .btn-width-auto.btn-small-reverse, .btn-width-auto.btn-medium-reverse, .btn-width-auto.btn-large-reverse, .btn-width-auto.btn-light, .btn-width-auto.btn-submit, .btn-width-auto.btn-previous, .btn-width-auto.btn-blue, .btn-width-auto.btn-aqua-blue, .btn-width-auto.btn-dark-blue, .btn-width-auto.btn-green, .btn-width-auto.btn-white, .btn-width-auto.btn-white-blue, .btn-width-auto.btn-white-whitebackground, input.btn-width-auto.btn-white-whitebackground[type="button"], .btn-width-auto.btn-grey, input.btn-width-auto.btn-grey[type="button"], .btn-width-auto.btn-light-grey, input.btn-width-auto.btn-light-grey[type="button"], .btn-width-auto.btn-disabled, .general-form-styles .toggle-btn-container .btn-width-auto.toggle-btn {
        display: inline-block;
        width: auto
    }

    .btn:hover, .btn-main-blue:hover, .btn-small-main-blue:hover, .btn-medium-main-blue:hover, .btn-large-main-blue:hover, .btn-reverse:hover, .btn-small-reverse:hover, .btn-medium-reverse:hover, .btn-large-reverse:hover, .btn-light:hover, .btn-submit:hover, .btn-previous:hover, .btn-blue:hover, .btn-aqua-blue:hover, .btn-dark-blue:hover, .btn-green:hover, .btn-white:hover, .btn-white-blue:hover, .btn-white-whitebackground:hover, input.btn-white-whitebackground:hover[type="button"], .btn-grey:hover, input.btn-grey:hover[type="button"], .btn-light-grey:hover, input.btn-light-grey:hover[type="button"], .btn-disabled:hover, .general-form-styles .toggle-btn-container .toggle-btn:hover, .btn:active, .btn-main-blue:active, .btn-small-main-blue:active, .btn-medium-main-blue:active, .btn-large-main-blue:active, .btn-reverse:active, .btn-small-reverse:active, .btn-medium-reverse:active, .btn-large-reverse:active, .btn-light:active, .btn-submit:active, .btn-previous:active, .btn-blue:active, .btn-aqua-blue:active, .btn-dark-blue:active, .btn-green:active, .btn-white:active, .btn-white-blue:active, .btn-white-whitebackground:active, input.btn-white-whitebackground:active[type="button"], .btn-grey:active, input.btn-grey:active[type="button"], .btn-light-grey:active, input.btn-light-grey:active[type="button"], .btn-disabled:active, .general-form-styles .toggle-btn-container .toggle-btn:active {
        text-decoration: none !important;
        box-shadow: none
    }

.btn-main-blue, .btn-small-main-blue, .btn-medium-main-blue, .btn-large-main-blue {
    background-color: #00789e;
    color: #fff
}

    .btn-main-blue:hover, .btn-small-main-blue:hover, .btn-medium-main-blue:hover, .btn-large-main-blue:hover, .btn-main-blue:focus, .btn-small-main-blue:focus, .btn-medium-main-blue:focus, .btn-large-main-blue:focus, .btn-main-blue:active, .btn-small-main-blue:active, .btn-medium-main-blue:active, .btn-large-main-blue:active {
        background-color: #005984;
        color: #fff
    }

.btn-reverse, .btn-small-reverse, .btn-medium-reverse, .btn-large-reverse {
    background-color: #fff;
    color: #00789e
}

    .btn-reverse:hover, .btn-small-reverse:hover, .btn-medium-reverse:hover, .btn-large-reverse:hover, .btn-reverse:focus, .btn-small-reverse:focus, .btn-medium-reverse:focus, .btn-large-reverse:focus, .btn-reverse:active, .btn-small-reverse:active, .btn-medium-reverse:active, .btn-large-reverse:active {
        background-color: #e0f6fb;
        color: #00789e
    }

.btn-light {
    background-color: #edf0f0;
    color: #005984
}

    .btn-light:hover, .btn-light:focus, .btn-light:active {
        background-color: #f2f4f4;
        color: #005984
    }

.btn-submit {
    background-color: #00853f;
    color: #fff
}

    .btn-submit:hover, .btn-submit:focus, .btn-submit:active {
        background-color: #006b33;
        color: #fff
    }

.btn-previous {
    background-color: #edf0f0;
    color: #006060
}

    .btn-previous:hover, .btn-previous:focus, .btn-previous:active {
        background-color: #dfe4e4 !important;
        color: #006060
    }

.btn-small-main-blue, .btn-medium-main-blue, .btn-large-main-blue, .btn-small-reverse, .btn-medium-reverse, .btn-large-reverse {
    display: block;
    margin-bottom: 40px
}

.skip-nav.sr-only-focusable:focus {
    width: 200px;
    margin: 5px auto
}

.btn-blue, a.btn-blue {
    background-color: #005984;
    color: #fff !important;
    margin-bottom: 10px
}

.btn-aqua-blue, a.btn-aqua-blue {
    background-color: #06abc8;
    color: #fff !important;
    margin-bottom: 10px
}

    .btn-aqua-blue:hover, .btn-aqua-blue:active, a.btn-aqua-blue:hover, a.btn-aqua-blue:active {
        background-color: #23b1cd
    }

@media (min-width: 0) and (max-width: 979px) {
    a.btn-aqua-blue {
        display: inline-block
    }
}

@media (min-width: 980px) {
    a.btn-aqua-blue {
        display: inline-block
    }
}

.btn-dark-blue, a.btn-dark-blue, input.btn-dark-blue {
    background-color: #193542;
    color: #fff !important
}

    .btn-dark-blue:hover, .btn-dark-blue:active, a.btn-dark-blue:hover, a.btn-dark-blue:active, input.btn-dark-blue:hover, input.btn-dark-blue:active {
        background-color: #f2f2f2
    }

.btn-green, a.btn-green {
    background-color: #54b948;
    color: #fff !important
}

.btn-white, a.btn-white {
    background-color: #f8fafa;
    color: #06abc8 !important;
    margin: 0 0 10px
}

    .btn-white:hover, .btn-white:active, a.btn-white:hover, a.btn-white:active {
        background-color: #f2f2f2
    }

.btn-white-blue, a.btn-white-blue {
    background-color: #FFF;
    color: #077faa !important;
    margin: 0 0 10px
}

    .btn-white-blue:hover, .btn-white-blue:active, a.btn-white-blue:hover, a.btn-white-blue:active {
        background-color: #f2f4f4
    }

.btn-white-whitebackground, a.btn-white-whitebackground, input[type="button"].btn-white-whitebackground {
    background-color: #fff;
    color: #06abc8 !important;
    margin: 0 0 10px
}

    .btn-white-whitebackground:hover, .btn-white-whitebackground:active, a.btn-white-whitebackground:hover, a.btn-white-whitebackground:active, input[type="button"].btn-white-whitebackground:hover, input[type="button"].btn-white-whitebackground:active {
        background-color: #f2f2f2
    }

.btn-link {
    cursor: pointer;
    text-decoration: none
}

.btn-grey, a.btn-grey, input[type="button"].btn-grey {
    background-color: #6d6e71;
    color: #fff !important;
    margin: 0 0 10px
}

    .btn-grey:hover, .btn-grey:active, a.btn-grey:hover, a.btn-grey:active, input[type="button"].btn-grey:hover, input[type="button"].btn-grey:active {
        background-color: #b1b7b9
    }

.btn-light-grey, a.btn-light-grey, input[type="button"].btn-light-grey {
    background-color: #b1b7b9;
    color: #193542;
    margin: 0 0 10px
}

    .btn-light-grey:hover, .btn-light-grey:active, a.btn-light-grey:hover, a.btn-light-grey:active, input[type="button"].btn-light-grey:hover, input[type="button"].btn-light-grey:active {
        background-color: #6d6e71
    }

.btn-disabled {
    background-color: #f5f6f7;
    color: #6d6e71 !important;
    cursor: default;
    margin: 0 0 10px
}

    .btn-disabled:hover, .btn-disabled:active {
        background-color: #f5f6f7
    }

.btn-continue {
    background-color: #00853f;
    color: #fff !important
}

    .btn-continue:hover, .btn-continue:active {
        background-color: #006b33
    }

.btn-secondary-continue {
    background-color: #B5E7B6;
    color: #06abc8 !important
}

    .btn-secondary-continue:hover, .btn-secondary-continue:active {
        background-color: #a2e1a3
    }

.btn-enroll {
    background-color: #005984;
    color: #fff !important
}

    .btn-enroll:hover, .btn-enroll:active {
        background-color: #014464
    }

.button-container-bottom {
    zoom: 1;
    clear: both;
    padding-top: 20px;
    text-align: center
}

    .button-container-bottom:after {
        clear: both;
        content: "";
        display: block;
        float: none;
        height: 0;
        overflow: hidden
    }

@media (min-width: 980px) {
    .button-container-bottom {
        padding-top: 60px
    }
}

.button-container-bottom.centered-buttons {
    padding-top: 0
}

    .button-container-bottom.centered-buttons input[type="button"] {
        margin: 0 auto 10px
    }

hr {
    margin: 0
}

.header-1, .rich-text-editor h1 {
    font-size: 2.9rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out;
    text-align: center;
    padding: 20px 0px;
    margin: 0
}

@media only screen and (min-width: 692px) {
    .header-1, .rich-text-editor h1 {
        font-size: 6rem
    }
}

@media (max-width: 414px) and (min-width: 0) {
    .header-1, .rich-text-editor h1 {
        padding-top: 20px
    }
}

.header-2, .rich-text-editor h2 {
    color: #4c4c4c;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out;
    text-align: center;
    padding: 10px 0 15px;
    margin: 0
}

@media only screen and (min-width: 692px) {
    .header-2, .rich-text-editor h2 {
        font-size: 4rem
    }
}

.header-2, .rich-text-editor h2, .header-2 .duotone, .rich-text-editor h2 .duotone {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out
}

@media only screen and (min-width: 692px) {
    .header-2, .rich-text-editor h2, .header-2 .duotone, .rich-text-editor h2 .duotone {
        font-size: 4rem
    }
}

.header-3, .rich-text-editor h3 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: font .15s ease-in-out;
    text-align: left;
    margin-bottom: 8px
}

@media only screen and (min-width: 692px) {
    .header-3, .rich-text-editor h3 {
        font-size: 2.7rem
    }
}

.header-4 {
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out;
    text-align: left;
    margin-bottom: 8px
}

@media only screen and (min-width: 692px) {
    .header-4 {
        font-size: 1.8rem
    }
}

.intro {
    color: dimgray;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out;
    text-align: center;
    padding: 10px;
    margin: 0
}

@media only screen and (min-width: 692px) {
    .intro {
        font-size: 1.8rem
    }
}

p, .body-copy, .body-copy p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out;
    color: dimgray;
    margin: 0 0 30px
}

@media only screen and (min-width: 692px) {
    p, .body-copy, .body-copy p {
        font-size: 1.6rem
    }
}

.header-3-link {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #006060;
    margin-bottom: 30px;
    text-decoration: none
}

    .header-3-link:hover, .header-3-link:focus {
        color: #006060;
        text-decoration: none
    }

        .header-3-link:hover .inner-wrapper {
            box-shadow: 0 0 0 2px #e0f6fb !important;
            background-color: #e0f6fb;
            text-decoration: none
        }

    .header-3-link .inner-wrapper .ci-i-right-arrow-slim:before {
        margin-left: 8px;
        font-size: 14px
    }

.header-4-link {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #006060;
    margin-bottom: 50px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: left
}

    .header-4-link:hover, .header-4-link:focus {
        color: #006060;
        text-decoration: none
    }

        .header-4-link:hover .inner-wrapper {
            box-shadow: 0 0 0 2px #e0f6fb !important;
            background-color: #e0f6fb;
            text-decoration: none
        }

.item-button {
    text-decoration: none !important;
    display: block
}

    .item-button img {
        margin-bottom: 30px
    }

    .item-button .text-button {
        text-transform: uppercase;
        margin-top: 0;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.6px;
        color: #006060 !important;
        margin-bottom: 30px;
        text-decoration: none
    }

    .item-button:hover .text-button, .item-button:focus .text-button {
        color: #006060;
        text-decoration: none
    }

        .item-button:hover .text-button .inner-wrapper {
            box-shadow: 0 0 0 2.5px #e0f6fb !important;
            background-color: #e0f6fb;
            text-decoration: none
        }

.contextual-link {
    color: #006060;
    font-size: inherit
}

    .contextual-link > span {
        display: inline;
        border-bottom: 2px solid #a7e1ea
    }

    .contextual-link:hover {
        text-decoration: none
    }

        .contextual-link:hover > span {
            background-color: #e0f6fb;
            border-bottom: none
        }

.unordered-list {
    list-style-type: disc;
    color: #a7e1ea;
    margin: 30px 0;
    padding-left: 20px
}

    .unordered-list > li {
        line-height: 1.5;
        letter-spacing: 1px;
        text-align: left
    }

        .unordered-list > li > span {
            color: dimgray
        }

.ordered-list {
    list-style-type: decimal;
    color: #a7e1ea;
    margin: 30px 0;
    padding-left: 30px
}

    .ordered-list > li {
        line-height: 1.5;
        letter-spacing: 1px;
        text-align: left
    }

        .ordered-list > li > span {
            color: dimgray
        }

.no-padding {
    padding: 0
}

.alert.alert-duke button.close, .rich-text-editor .alert-duke.alert2 button.close, .rich-text-editor .alert-duke.alert-success button.close, .rich-text-editor .alert-duke.alert-info button.close, .rich-text-editor .alert-duke.alert-warning button.close, .rich-text-editor .alert-duke.alert-danger button.close, .admin-bar button.close {
    color: #000000 !important;
    opacity: 1
}

    .alert.alert-duke button.close:hover, .rich-text-editor .alert-duke.alert2 button.close:hover, .rich-text-editor .alert-duke.alert-success button.close:hover, .rich-text-editor .alert-duke.alert-info button.close:hover, .rich-text-editor .alert-duke.alert-warning button.close:hover, .rich-text-editor .alert-duke.alert-danger button.close:hover, .admin-bar button.close:hover {
        background-color: transparent
    }

.alert.alert-duke, .rich-text-editor .alert-duke.alert2, .rich-text-editor .alert-duke.alert-success, .rich-text-editor .alert-duke.alert-info, .rich-text-editor .alert-duke.alert-warning, .rich-text-editor .alert-duke.alert-danger {
    color: #000000;
    margin: 0;
    font-size: 16px;
    background-color: #fdb913;
    border-color: #fdb913
}

    .alert.alert-duke .alert-uppercase, .rich-text-editor .alert-duke.alert2 .alert-uppercase, .rich-text-editor .alert-duke.alert-success .alert-uppercase, .rich-text-editor .alert-duke.alert-info .alert-uppercase, .rich-text-editor .alert-duke.alert-warning .alert-uppercase, .rich-text-editor .alert-duke.alert-danger .alert-uppercase {
        text-transform: uppercase
    }

    .alert.alert-duke .icon:before, .rich-text-editor .alert-duke.alert2 .icon:before, .rich-text-editor .alert-duke.alert-success .icon:before, .rich-text-editor .alert-duke.alert-info .icon:before, .rich-text-editor .alert-duke.alert-warning .icon:before, .rich-text-editor .alert-duke.alert-danger .icon:before {
        margin-right: 5px
    }

    .alert.alert-duke a, .rich-text-editor .alert-duke.alert2 a, .rich-text-editor .alert-duke.alert-success a, .rich-text-editor .alert-duke.alert-info a, .rich-text-editor .alert-duke.alert-warning a, .rich-text-editor .alert-duke.alert-danger a {
        color: #000;
        font-weight: bold;
        text-decoration: underline
    }

.panel {
    border-radius: 0
}

table {
    border-color: #dfe4e4
}

.link {
    cursor: pointer
}

a.link-aqua {
    text-transform: uppercase;
    color: #26bcd7;
    font-size: 14px
}

    a.link-aqua:hover {
        text-decoration: none
    }

.right-border {
    border-right: 1px solid #dfe4e4
}

.top-border {
    border-top: 1px solid #dfe4e4
}

.bottom-border {
    border-bottom: 1px solid #dfe4e4
}

.show-only-xs-sm {
    display: none;
    opacity: 1
}

ul.dropdown-menu-custom {
    width: 100%;
    border: 1px solid #dfe4e4
}

    ul.dropdown-menu-custom > li {
        border-bottom: 1px solid #dfe4e4
    }

        ul.dropdown-menu-custom > li:first-child {
            border-top: 0
        }

        ul.dropdown-menu-custom > li:last-child {
            border-bottom: 0
        }

        ul.dropdown-menu-custom > li > a {
            text-transform: capitalize;
            background-color: transparent;
            color: #005984;
            white-space: normal
        }

            ul.dropdown-menu-custom > li > a:hover {
                color: #26bcd7
            }

.info-icon:after {
    border-radius: 50%;
    background-color: white;
    content: '?';
    height: 16px;
    width: 16px;
    position: absolute;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dfe4e4;
    top: 9%
}

.deactive-item {
    color: #b1b7b9 !important;
    pointer-events: none
}

.btn-item {
    text-align: center;
    text-decoration: none
}

    .btn-item:hover {
        text-decoration: none
    }

    .btn-item .title {
        color: #005984;
        text-transform: uppercase;
        width: 87%;
        margin: 0 auto;
        padding: 0.5px;
        margin-bottom: 30px
    }

        .btn-item .title .inner-wrapper:hover {
            box-shadow: 0 0 0 10px #f3fbfd;
            display: inline;
            background-color: #f3fbfd
        }

    .btn-item > .icon {
        font-size: 145px;
        display: inline-block;
        color: #005984 !important;
        float: none;
        margin-right: 0
    }

.green h6 {
    color: #54b948;
    text-transform: uppercase
}

.yellow h6 {
    color: #fdb913;
    text-transform: uppercase
}

.orange h6 {
    color: #f78e1e;
    text-transform: uppercase
}

.back-to-top {
    border-bottom: 1px solid #dfe4e4
}

    .back-to-top .close {
        display: inline-block;
        position: relative;
        top: inherit;
        right: inherit;
        margin-left: 10px;
        border-left: 1px solid #005984;
        padding: 0 10px;
        margin-right: 10px;
        color: #06abc8;
        opacity: 1
    }

    .back-to-top .back {
        color: #005984;
        font-size: 16px;
        display: inline-block;
        cursor: pointer
    }

    .back-to-top a:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #06abc8;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }

.components-header2 {
    margin: 50px auto
}

.angular-google-map-container {
    height: 400px
}

.text-red {
    color: red
}

.text-blue {
    color: #008bb0
}

.text-green {
    color: #54b948
}

.shaded-bg {
    background: #f2f4f4 !important
}

.white-bg {
    background: #fff !important
}

.xsmall-icon {
    width: 34px;
    height: 34px
}

.small-icon {
    width: 76px;
    height: 76px
}

.medium-icon {
    width: 145px;
    height: 145px
}

.large-icon {
    width: 200px;
    height: 200px
}

object.svg {
    width: 100%
}

.header-2 .break, .rich-text-editor h2 .break {
    display: block
}

.header-container {
    text-align: center;
    max-width: 640px;
    width: 100%;
    margin: auto
}

    .header-container .small-icon {
        margin-bottom: 30px
    }

    .header-container .header-2, .header-container .rich-text-editor h2, .rich-text-editor .header-container h2 {
        margin-bottom: 10px;
        padding: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        white-space: normal
    }

.intro-txt {
    color: dimgray;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    transition: font .15s ease-in-out;
    width: 92%;
    margin: 0 auto 40px
}

@media only screen and (min-width: 692px) {
    .intro-txt {
        font-size: 1.8rem
    }
}

.intro-txt a {
    display: inline;
    color: #006060;
    border-bottom: 2px solid #a7e1ea
}

    .intro-txt a:focus {
        text-decoration: none
    }

    .intro-txt a:hover {
        text-decoration: none;
        background-color: #e0f6fb;
        border-bottom: none
    }

.row-centered {
    text-align: center
}

    .row-centered > [class*="col"] {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: -5px
    }

        .row-centered > [class*="col"].col-5 {
            margin-right: -5px
        }

@media (min-width: 1200px) {
    .error-message {
        width: 810px
    }

    .header-container {
        width: 750px
    }
}

@media (min-width: 980px) {
    .header-container {
        width: 620px
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .error-message {
        width: 660px
    }

    .show-only-md-lg {
        display: block !important;
        opacity: 1
    }
}

@media (max-width: 979px) and (min-width: 0) {
    body {
        padding-top: 50px
    }

    .component-description {
        font-size: 15px
    }

    .intro-txt {
        width: 100%
    }

    .header-2, .rich-text-editor h2 {
        padding-bottom: 22px
    }

    .header-container {
        max-width: 464px;
        width: 100%
    }

    .main-content-skinny {
        padding-bottom: 221px
    }

    .main-content-big {
        padding-bottom: 0
    }

        .main-content-big.stickyNavOn, .main-content-skinny.stickyNavOn {
            padding-top: 0
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .error-message {
        width: 640px;
        margin-top: 34px
    }
}

@media (min-width: 768px) {
    .home-submenu.active {
        max-height: 0
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .row-centered > [class*="col"].col-5 {
        margin-right: -4px
    }

    body {
        padding-top: 45px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: .375px
    }

        body.mobile-open .duke-logo-img {
            margin-left: -1px
        }

    .error-message {
        margin: 25px auto 0
    }

        .error-message img {
            margin-bottom: 11px
        }

        .error-message .invalid-span {
            line-height: 1.65;
            letter-spacing: .4px
        }

    .component-subtitle {
        margin-bottom: 15px
    }

    .home-submenu.active {
        max-height: 1000px
    }

    .duke-logo-img {
        margin-top: 3px;
        height: 45px
    }

        .duke-logo-img.duke-logo-progess {
            height: 38px
        }

    .header-container {
        width: 100%
    }

        .header-container .small-icon {
            margin-bottom: 20px
        }

        .header-container .header-2, .header-container .rich-text-editor h2, .rich-text-editor .header-container h2 {
            padding: 0;
            margin-bottom: 10px;
            width: 100%
        }

    .intro-txt {
        margin-bottom: 33px
    }

    .small-icon {
        width: 48px;
        height: 48px
    }

    .header-2, .rich-text-editor h2 {
        padding: 10px 0 18px
    }

    .duotone {
        font-size: 26px
    }

    .intro {
        margin-bottom: 27px;
        width: 80%
    }

    body, .body-copy, p {
        font-size: 15px;
        letter-spacing: 0.375px
    }

    .header-3-link {
        font-size: 21px;
        letter-spacing: 0.525px
    }

        .header-3-link .inner-wrapper .ci-i-right-arrow-slim:before {
            font-size: 14px
        }

    .header-4-link {
        font-size: 19px;
        letter-spacing: 0.476px
    }

    .main-content-skinny {
        padding-bottom: 343px
    }
}

@media (max-width: 500px) and (min-width: 0px) {
    body {
        padding-top: 14% !important
    }
}

@font-face {
    font-family: 'duke-icons';
    src: url("/Assets/site/fonts/duke-icons.eot");
    src: url("/Assets/site/fonts/duke-icons.eot");
    src: url("/Assets/site/fonts/duke-icons.eot?#iefix") format("embedded-opentype"),url("/Assets/site/fonts/duke-icons.woff") format("woff"),url("/Assets/site/fonts/duke-icons.ttf") format("truetype"),url("/Assets/site/fonts/duke-icons.svg#custom-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'custom-icons';
    src: url("/Assets/site/fonts/custom-icons.eot?-ipgvnu");
    src: url("/Assets/site/fonts/custom-icons.eot?#iefix-ipgvnu") format("embedded-opentype"),url("/Assets/site/fonts/custom-icons.woff?-ipgvnu") format("woff"),url("/Assets/site/fonts/custom-icons.ttf?-ipgvnu") format("truetype"),url("/Assets/site/fonts/custom-icons.svg?-ipgvnu#custom-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="ci-icon-"]:before, [class^="ci-icon-"] .ie7-before, [class^="ci-icon-"]:after, [class^="ci-icon-"] .ie7-after, [class*=" ci-icon-"]:before, [class*=" ci-icon-"] .ie7-before, [class*=" ci-icon-"]:after, [class*=" ci-icon-"] .ie7-after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'duke-icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none
}

[class^="ci-i-"]:before, [class^="ci-i-"] .ie7-before, [class^="ci-i-"]:after, [class^="ci-i-"] .ie7-after, [class*=" ci-i-"]:before, [class*=" ci-i-"] .ie7-before, [class*=" ci-i-"]:after, [class*=" ci-i-"] .ie7-after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'custom-icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none
}

[class^="ci-"].after:before, [class^="ci-"].after .ie7-before, [class*=" ci-"].after:before, [class*=" ci-"].after .ie7-before {
    display: none
}

.svg {
    display: inline-block;
    float: left
}

.lt-ie9 .svg {
    display: none
}

.ci-icon-alert:before {
    content: "\e600"
}

.ci-icon-outage:before {
    content: "\e601"
}

.ci-icon-customer-service:before {
    content: "\e602"
}

.ci-icon-left-arrow-slim:before {
    content: "\e603"
}

.ci-icon-location:before {
    content: "\e604"
}

.ci-icon-down-arrow:before {
    content: "\e605"
}

.ci-icon-plus:before {
    content: "\e606"
}

.ci-icon-calendar-dollar:before {
    content: "\e607"
}

.ci-icon-link-arrow2:before {
    content: "\e608"
}

.ci-icon-link-arrow:before {
    content: "\e609"
}

.ci-icon-scales:before {
    content: "\e60a"
}

.ci-icon-paper-dollar:before {
    content: "\e60b"
}

.ci-icon-credit-card:before {
    content: "\e60c"
}

.ci-icon-mail:before {
    content: "\e60d"
}

.ci-icon-phone:before {
    content: "\e60e"
}

.ci-icon-office:before {
    content: "\e60f"
}

.ci-icon-check:before {
    content: "\e610"
}

.ci-icon-eliminate:before {
    content: "\e611"
}

.ci-icon-dollar:before {
    content: "\e612"
}

.ci-icon-winter:before {
    content: "\e613"
}

.ci-icon-star:before {
    content: "\e614"
}

.ci-icon-info:before {
    content: "\e615"
}

.ci-icon-list:before {
    content: "\e616"
}

.ci-icon-money-account:before {
    content: "\e617"
}

.ci-icon-news:before {
    content: "\e618"
}

.ci-icon-play-large:before {
    content: "\e619"
}

.ci-icon-youtube:before {
    content: "\e61a"
}

.ci-icon-twitter:before {
    content: "\e61b"
}

.ci-icon-state-x:before {
    content: "\e61c"
}

.ci-icon-state-southcarolina:before {
    content: "\e61d"
}

.ci-icon-state-ohio:before {
    content: "\e61e"
}

.ci-icon-state-northcarolina:before {
    content: "\e61f"
}

.ci-icon-state-kentucky:before {
    content: "\e620"
}

.ci-icon-state-indiana:before {
    content: "\e621"
}

.ci-icon-state-florida:before {
    content: "\e622"
}

.ci-icon-search:before {
    content: "\e623"
}

.ci-icon-rss:before {
    content: "\e624"
}

.ci-icon-person:before {
    content: "\e625"
}

.ci-icon-linkedin:before {
    content: "\e626"
}

.ci-icon-flickr:before {
    content: "\e627"
}

.ci-icon-facebook:before {
    content: "\e628"
}

.ci-icon-profile:before {
    content: "\e629"
}

.ci-icon-safety:before {
    content: "\e62a"
}

.ci-icon-contact:before {
    content: "\e900"
}

.ci-icon-outages:before {
    content: "\e901"
}

.ci-icon-padlock:before {
    content: "\e902"
}

.ci-icon-minus:before {
    content: "\e62b"
}

.ci-icon-wind:before {
    content: "\e62c"
}

.ci-icon-storm:before {
    content: "\e62d"
}

.ci-icon-news2:before {
    content: "\e62e"
}

.ci-icon-list:before {
    content: "\e62f"
}

.ci-icon-leaf:before {
    content: "\e630"
}

.ci-icon-hard-hat:before {
    content: "\e631"
}

.ci-icon-electric:before {
    content: "\e632"
}

.ci-icon-charity:before {
    content: "\e633"
}

.ci-icon-box:before {
    content: "\e634"
}

.ci-icon-refresh:before {
    content: "\e635"
}

.ci-icon-play:before {
    content: "\e636"
}

.ci-icon-audio:before {
    content: "\e637"
}

.ci-i-info:before {
    content: "\e611"
}

.ci-i-piechart:before {
    content: "\e612"
}

.ci-i-document:before {
    content: "\e613"
}

.ci-i-news:before {
    content: "\e614"
}

.ci-i-hand-heart:before {
    content: "\e615"
}

.ci-i-phone-dollar:before {
    content: "\e616"
}

.ci-i-graph:before {
    content: "\e617"
}

.ci-i-cash:before {
    content: "\e618"
}

.ci-i-documents:before {
    content: "\e619"
}

.ci-i-phone-bolt:before {
    content: "\e61a"
}

.ci-i-play-large:before {
    content: "\e61b"
}

.ci-i-left-arrow-slim:before {
    content: "\e61c"
}

.ci-i-right-arrow-slim:before {
    content: "\e61d"
}

.ci-i-youtube:before {
    content: "\e61e"
}

.ci-i-x:before {
    content: "\e61f"
}

.ci-i-update:before {
    content: "\e620"
}

.ci-i-twitter:before {
    content: "\e621"
}

.ci-i-truck:before {
    content: "\e622"
}

.ci-i-state-x:before {
    content: "\e623"
}

.ci-i-state-sc:before {
    content: "\e624"
}

.ci-i-state-ohio:before {
    content: "\e625"
}

.ci-i-state-nc:before {
    content: "\e626"
}

.ci-i-state-kentucky:before {
    content: "\e627"
}

.ci-i-state-indiana:before {
    content: "\e628"
}

.ci-i-state-florida:before {
    content: "\e629"
}

.ci-i-speaker:before {
    content: "\e62a"
}

.ci-i-search:before {
    content: "\e62b"
}

.ci-i-rss:before {
    content: "\e62c"
}

.ci-i-right-arrow:before {
    content: "\e62d"
}

.ci-i-person:before {
    content: "\e62e"
}

.ci-i-outage:before {
    content: "\e62f"
}

.ci-i-outage-circle:before {
    content: "\e630"
}

.ci-i-minus:before {
    content: "\e631"
}

.ci-i-location:before {
    content: "\e632"
}

.ci-i-linkedin:before {
    content: "\e633"
}

.ci-i-lake:before {
    content: "\e634"
}

.ci-i-hamburger:before {
    content: "\e635"
}

.ci-i-flickr:before {
    content: "\e636"
}

.ci-i-facebook:before {
    content: "\e637"
}

.ci-i-down-arrow:before {
    content: "\e638"
}

.ci-i-dollar:before {
    content: "\e639"
}

.ci-i-customer-service:before {
    content: "\e63a"
}

.ci-i-cross:before {
    content: "\e63b"
}

.ci-i-clock:before {
    content: "\e63c"
}

.ci-i-checkmark:before {
    content: "\e63d"
}

.ci-i-lightning:before {
    content: "\e63e"
}

.ci-i-alert:before {
    content: "\e63f"
}

.ci-i-link-arrow:before {
    content: "\e641"
}

.ci-i-down-arrow-no-circle:before {
    content: "\e642"
}

.ci-i-circleperson:before {
    content: "\e643"
}

.ci-i-compiled:before {
    content: "\e644"
}

.ci-i-pointer:before {
    content: "\e645"
}

.ci-i-link-arrow2:before {
    content: "\e646"
}

.ci-i-house:before {
    content: "\e640"
}

.ci-i-outlet:before {
    content: "\e648"
}

.ci-i-hammer:before {
    content: "\e649"
}

.ci-i-paper:before {
    content: "\e64a"
}

.ci-i-key:before {
    content: "\e64b"
}

.ci-i-professionals:before {
    content: "\e64c"
}

.ci-i-skilled-craft:before {
    content: "\e64d"
}

.ci-i-interns-co-ops:before {
    content: "\e64e"
}

.ci-i-customer-service2:before {
    content: "\e64f"
}

.ci-i-military-veterans:before {
    content: "\e650"
}

.ci-i-spinner:before {
    content: "\e647"
}

.ci-i-play:before {
    content: "\e600"
}

.ci-i-pause:before {
    content: "\e601"
}

.ci-i-stop:before {
    content: "\e602"
}

.ci-i-backward:before {
    content: "\e603"
}

.ci-i-forward:before {
    content: "\e604"
}

.ci-i-first:before {
    content: "\e605"
}

.ci-i-last:before {
    content: "\e606"
}

.ci-i-previous:before {
    content: "\e607"
}

.ci-i-next:before {
    content: "\e608"
}

.ci-i-eject:before {
    content: "\e609"
}

.ci-i-volume-high:before {
    content: "\e60a"
}

.ci-i-volume-medium:before {
    content: "\e60b"
}

.ci-i-volume-low:before {
    content: "\e60c"
}

.ci-i-volume-mute:before {
    content: "\e60d"
}

.ci-i-volume-mute2:before {
    content: "\e60e"
}

.ci-i-volume-increase:before {
    content: "\e60f"
}

.ci-i-volume-decrease:before {
    content: "\e610"
}

@font-face {
    font-family: "duke-energy";
    src: url("/Assets/site/fonts/duke-energy.eot");
    src: url("/Assets/site/fonts/duke-energy.eot?#iefix") format("embedded-opentype"),url("/Assets/site/fonts/duke-energy.woff") format("woff"),url("/Assets/site/fonts/duke-energy.ttf") format("truetype"),url("/Assets/site/fonts/duke-energy.svg#duke-energy") format("svg");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "duke-energy" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="duke-icon-"]:before, [class*=" duke-icon-"]:before {
    font-family: "duke-energy" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.duke-icon-dolar:before {
    content: "a"
}

.duke-icon-truck:before {
    content: "b"
}

.duke-icon-alert:before {
    content: "c"
}

.duke-icon-dolar-window:before {
    content: "d"
}

.duke-icon-list:before {
    content: "e"
}

.duke-icon-plug:before {
    content: "f"
}

.body-copy a[href^=tel] {
    color: #006060 !important;
    border-bottom: 2px solid #a7e1ea !important;
    padding-bottom: 2px
}

.account-details-blue-item a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    color: #696969
}

.payment-options-item a[href^=tel] {
    text-decoration: none;
    color: #006060 !important;
    border-bottom: 2px solid #a7e1ea !important;
    padding-bottom: 2px
}

input::-ms-clear {
    display: none
}

.inline-block {
    display: inline-block
}

.popover .popover-content {
    background: #005984;
    border-radius: 0;
    color: white;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 1.5;
    max-width: 260px;
    min-width: 180px;
    padding: 16px 20px 15px
}

@media only screen and (max-width: 767px) {
    .popover .popover-content {
        max-width: 180px
    }
}

.popover .popover-content p {
    color: white;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 15px
}

.popover.right {
    top: -7px !important
}

    .popover.right .arrow {
        border-width: 10px 10px 10px 0;
        left: 0;
        top: 22px !important;
        left: -10px
    }

        .popover.right .arrow:after {
            left: 0;
            border-right-color: #005984
        }

.cancel-btn:focus {
    background-color: transparent !important
}

.link {
    font-size: 16px;
    border-bottom: 2px solid #a7e1ea;
    color: #006060;
    cursor: pointer;
    display: inline;
    letter-spacing: .025em;
    line-height: 1.6;
    padding-bottom: 2px;
    text-decoration: none
}

    .link.disabled-files {
        position: relative;
        z-index: -1
    }

    .link:hover, .link:focus {
        color: #006060;
        text-decoration: none;
        background-color: #e0f6fb;
        border-bottom: none;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .link.block:before {
        content: '';
        display: block
    }

@media only screen and (max-width: 767px) {
    .link {
        font-size: 15px;
        padding-bottom: 3px
    }

        .link:hover {
            padding-bottom: 5px
        }
}

.link-button {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 0;
    border-bottom: 2px solid #a7e1ea;
    color: #006060;
    cursor: pointer;
    display: inline;
    letter-spacing: .025em;
    line-height: 1.6;
    padding-bottom: 2px;
    text-decoration: none;
    padding-bottom: 0px;
    line-height: 1.5
}

    .link-button.disabled-files {
        position: relative;
        z-index: -1
    }

    .link-button:hover, .link-button:focus {
        color: #006060;
        text-decoration: none;
        background-color: #e0f6fb;
        border-bottom: none;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .link-button.block:before {
        content: '';
        display: block
    }

@media only screen and (max-width: 767px) {
    .link-button {
        font-size: 15px;
        padding-bottom: 3px
    }

        .link-button:hover {
            padding-bottom: 5px
        }
}

.link-button:hover, .link-button:focus {
    padding-top: 0px;
    padding-bottom: 2px
}

.intro-label {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: dimgray
}

.body-container:after {
    content: ' ';
    background-color: #dfe4e4;
    color: #dfe4e4;
    margin-bottom: 44px;
    display: inline-block;
    height: 1px;
    position: relative;
    min-width: 100%
}

.body-container .account-overview-blocks {
    margin-top: 45px
}

.btn-main-blue:focus, .btn-small-main-blue:focus, .btn-medium-main-blue:focus, .btn-large-main-blue:focus {
    color: #fff;
    text-decoration: underline
}

.overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 97%;
    z-index: 1;
    background-color: #6d6e71;
    opacity: 0.8;
    margin-left: 5px
}

.overlay .overlay-text-container {
    display: inline-flex;
    position: absolute;
    top: 0;
    height: 100%;
    width: 80%;
    left: 10%
}

    .overlay .overlay-text-container .overlay-text-wrap {
        margin: auto;
        text-align: center;
        z-index: 2
    }

        .overlay .overlay-text-container .overlay-text-wrap p {
            margin: 0;
            font-size: 14px;
            background-color: white;
            border-color: lightgray
        }

            .overlay .overlay-text-container .overlay-text-wrap p .caret {
                margin-left: 70%
            }

        .overlay .overlay-text-container .overlay-text-wrap ul {
            width: 100%
        }

p {
    margin: 0;
    padding: 0
}

.disabled {
    z-index: 1000;
    opacity: 0.5;
    pointer-events: none
}

.has-strength .password-indicator span {
    visibility: visible
}

.password-strength, .match-status, .password-indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: -19px
}

    .password-strength span, .match-status span, .password-indicator span {
        font-size: 12px;
        font-weight: bold;
        float: right;
        letter-spacing: 0.025em;
        line-height: 1.5;
        visibility: hidden
    }

.password-strength, .match-status {
    left: auto;
    right: 15px;
    top: -24px
}

    .password-strength span, .match-status span {
        float: none;
        visibility: visible
    }

.red-text {
    color: #8b0e04
}

.yellow-text {
    color: #ffd200
}

.orange-text {
    color: #f78e1e
}

.green-text {
    color: #54b948 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.btn-blue.enable-button, .btn-submit.enable-button, .btn-medium-green.enable-button, .btn-light-gray.enable-button {
    opacity: 1 !important
}

.btn-blue[disabled="disabled"] {
    opacity: .3
}

    .btn-blue[disabled="disabled"]:hover {
        background: #077faa
    }

.btn-submit[disabled="disabled"], .btn-medium-green[disabled="disabled"] {
    opacity: .3
}

    .btn-submit[disabled="disabled"]:hover, .btn-medium-green[disabled="disabled"]:hover {
        background-color: #00853f
    }

.btn-light-gray[disabled="disabled"]:hover {
    background-color: #edf0f0
}

.error-component-message {
    background: #edf0f0;
    max-width: 100%;
    width: 100%;
    padding: 15px
}

    .error-component-message .validation-confirm {
        text-align: center;
        margin-bottom: 34px
    }

        .error-component-message .validation-confirm .confirm-icon {
            width: 34px;
            height: 34px;
            margin-bottom: 15px
        }

        .error-component-message .validation-confirm.not-validated .help-label {
            color: #8b0e04;
            margin-bottom: 2px
        }

    .error-component-message .validation-confirm {
        margin: 15px auto
    }

        .error-component-message .validation-confirm p {
            color: #8b0e04
        }

.auth .auth-header {
    margin-bottom: 34px;
    margin-top: 36px
}

    .auth .auth-header .title {
        color: #005984;
        font-size: 60px;
        letter-spacing: .025em;
        line-height: 1.2;
        margin-top: 0
    }

    .auth .auth-header .subtitle {
       
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: 0.025em;
        margin-top: 3px;
        margin-bottom: 25px
    }

    .auth .auth-header .icon-header {
        margin: 7px 0 7px;
        width: 34px
    }

    .auth .auth-header .page-intro {
        color: dimgray;
        font-size: 18px;
        letter-spacing: .025em;
        line-height: 1.5
    }

        .auth .auth-header .page-intro.error {
            margin-top: 0;
            font-size: 16px;
            color: #8b0e04;
            padding-left: 0;
            letter-spacing: 0.025em;
            margin-bottom: 7px
        }

            .auth .auth-header .page-intro.error.large-margin {
                margin-bottom: 28px;
                line-height: 1.6
            }

                .auth .auth-header .page-intro.error.large-margin .link {
                    letter-spacing: 0.025em;
                    font-size: 16px
                }

        .auth .auth-header .page-intro.large-margin {
            margin-bottom: 26px;
            line-height: 1.6
        }

            .auth .auth-header .page-intro.large-margin .link {
                letter-spacing: 0.025em;
                font-size: 18px
            }

    .auth .auth-header .page-intro-icon.error {
        color: #8b0e04;
        margin-bottom: 8px;
        margin-top: 19px;
        font-size: 35px
    }

    .auth .auth-header .icon-header + .page-intro {
        margin-top: 7px
    }

.auth .account-details-blue, .auth .auth-body .account-details-blue {
    background: #f3fbfd;
    padding: 15px 20px;
    margin-bottom: 40px;
    padding-bottom: 14px
}

    .auth .account-details-blue.account-details-above-text, .auth .auth-body .account-details-blue.account-details-above-text {
        margin-bottom: 35px
    }

    .auth .account-details-blue.account-details-below-check, .auth .auth-body .account-details-blue.account-details-below-check {
        margin-top: 0
    }

    .auth .account-details-blue .account-details-blue-header h2, .auth .auth-body .account-details-blue .account-details-blue-header h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.6;
        font-weight: bold;
        text-transform: uppercase;
    
        color: dimgray;
        letter-spacing: 0.025em
    }

    .auth .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-left, .auth .auth-body .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-left {
        min-width: 214px;
        display: inline-block;
        font-weight: bold
    }

    .auth .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right, .auth .auth-body .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right {
        display: inline-table
    }

        .auth .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right > a, .auth .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right > a:focus, .auth .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right > a:hover, .auth .auth-body .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right > a, .auth .auth-body .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right > a:focus, .auth .auth-body .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right > a:hover {
            color: dimgray;
            pointer-events: none;
            text-decoration: none
        }

        .auth .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right.service-address, .auth .auth-body .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right.service-address {
            max-width: 355px;
            width: 100%
        }

            .auth .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right.service-address span, .auth .auth-body .account-details-blue .account-details-blue-body .account-details-blue-item .account-details-blue-item-right.service-address span {
                display: inline-block
            }

.auth .form-actions, .auth .auth-body .form-actions {
    margin-top: 0;
    margin-bottom: 43px;
    display: inline-block;
    width: 100%
}

    .auth .form-actions .btn, .auth .form-actions .btn-main-blue, .auth .form-actions .btn-small-main-blue, .auth .form-actions .btn-medium-main-blue, .auth .form-actions .btn-large-main-blue, .auth .form-actions .btn-reverse, .auth .form-actions .btn-small-reverse, .auth .form-actions .btn-medium-reverse, .auth .form-actions .btn-large-reverse, .auth .form-actions .btn-light, .auth .form-actions .btn-submit, .auth .form-actions .btn-previous, .auth .form-actions .btn-blue, .auth .form-actions .btn-aqua-blue, .auth .form-actions .btn-dark-blue, .auth .form-actions .btn-green, .auth .form-actions .btn-white, .auth .form-actions .btn-white-blue, .auth .form-actions .btn-white-whitebackground, .auth .form-actions .btn-grey, .auth .form-actions .btn-light-grey, .auth .form-actions .btn-disabled, .auth .form-actions .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth .form-actions .toggle-btn, .auth .auth-body .form-actions .btn, .auth .auth-body .form-actions .btn-main-blue, .auth .auth-body .form-actions .btn-small-main-blue, .auth .auth-body .form-actions .btn-medium-main-blue, .auth .auth-body .form-actions .btn-large-main-blue, .auth .auth-body .form-actions .btn-reverse, .auth .auth-body .form-actions .btn-small-reverse, .auth .auth-body .form-actions .btn-medium-reverse, .auth .auth-body .form-actions .btn-large-reverse, .auth .auth-body .form-actions .btn-light, .auth .auth-body .form-actions .btn-submit, .auth .auth-body .form-actions .btn-previous, .auth .auth-body .form-actions .btn-blue, .auth .auth-body .form-actions .btn-aqua-blue, .auth .auth-body .form-actions .btn-dark-blue, .auth .auth-body .form-actions .btn-green, .auth .auth-body .form-actions .btn-white, .auth .auth-body .form-actions .btn-white-blue, .auth .auth-body .form-actions .btn-white-whitebackground, .auth .auth-body .form-actions .btn-grey, .auth .auth-body .form-actions .btn-light-grey, .auth .auth-body .form-actions .btn-disabled, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .toggle-btn {
        margin: 8px auto;
        display: block
    }

        .auth .form-actions .btn.no-margin-top, .auth .form-actions .no-margin-top.btn-main-blue, .auth .form-actions .no-margin-top.btn-small-main-blue, .auth .form-actions .no-margin-top.btn-medium-main-blue, .auth .form-actions .no-margin-top.btn-large-main-blue, .auth .form-actions .no-margin-top.btn-reverse, .auth .form-actions .no-margin-top.btn-small-reverse, .auth .form-actions .no-margin-top.btn-medium-reverse, .auth .form-actions .no-margin-top.btn-large-reverse, .auth .form-actions .no-margin-top.btn-light, .auth .form-actions .no-margin-top.btn-submit, .auth .form-actions .no-margin-top.btn-previous, .auth .form-actions .no-margin-top.btn-blue, .auth .form-actions .no-margin-top.btn-aqua-blue, .auth .form-actions .no-margin-top.btn-dark-blue, .auth .form-actions .no-margin-top.btn-green, .auth .form-actions .no-margin-top.btn-white, .auth .form-actions .no-margin-top.btn-white-blue, .auth .form-actions .no-margin-top.btn-white-whitebackground, .auth .form-actions .no-margin-top.btn-grey, .auth .form-actions .no-margin-top.btn-light-grey, .auth .form-actions .no-margin-top.btn-disabled, .auth .form-actions .general-form-styles .toggle-btn-container .no-margin-top.toggle-btn, .general-form-styles .toggle-btn-container .auth .form-actions .no-margin-top.toggle-btn, .auth .auth-body .form-actions .btn.no-margin-top, .auth .auth-body .form-actions .no-margin-top.btn-main-blue, .auth .auth-body .form-actions .no-margin-top.btn-small-main-blue, .auth .auth-body .form-actions .no-margin-top.btn-medium-main-blue, .auth .auth-body .form-actions .no-margin-top.btn-large-main-blue, .auth .auth-body .form-actions .no-margin-top.btn-reverse, .auth .auth-body .form-actions .no-margin-top.btn-small-reverse, .auth .auth-body .form-actions .no-margin-top.btn-medium-reverse, .auth .auth-body .form-actions .no-margin-top.btn-large-reverse, .auth .auth-body .form-actions .no-margin-top.btn-light, .auth .auth-body .form-actions .no-margin-top.btn-submit, .auth .auth-body .form-actions .no-margin-top.btn-previous, .auth .auth-body .form-actions .no-margin-top.btn-blue, .auth .auth-body .form-actions .no-margin-top.btn-aqua-blue, .auth .auth-body .form-actions .no-margin-top.btn-dark-blue, .auth .auth-body .form-actions .no-margin-top.btn-green, .auth .auth-body .form-actions .no-margin-top.btn-white, .auth .auth-body .form-actions .no-margin-top.btn-white-blue, .auth .auth-body .form-actions .no-margin-top.btn-white-whitebackground, .auth .auth-body .form-actions .no-margin-top.btn-grey, .auth .auth-body .form-actions .no-margin-top.btn-light-grey, .auth .auth-body .form-actions .no-margin-top.btn-disabled, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .no-margin-top.toggle-btn, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .no-margin-top.toggle-btn {
            margin-top: 0
        }

        .auth .form-actions .btn.btn-medium, .auth .form-actions .btn-medium.btn-main-blue, .auth .form-actions .btn-medium.btn-small-main-blue, .auth .form-actions .btn-medium.btn-medium-main-blue, .auth .form-actions .btn-medium.btn-large-main-blue, .auth .form-actions .btn-medium.btn-reverse, .auth .form-actions .btn-medium.btn-small-reverse, .auth .form-actions .btn-medium.btn-medium-reverse, .auth .form-actions .btn-medium.btn-large-reverse, .auth .form-actions .btn-medium.btn-light, .auth .form-actions .btn-medium.btn-submit, .auth .form-actions .btn-medium.btn-previous, .auth .form-actions .btn-medium-main-blue, .auth .form-actions .btn-medium-reverse, .auth .form-actions .btn-medium.btn-blue, .auth .form-actions .btn-medium.btn-aqua-blue, .auth .form-actions .btn-medium.btn-dark-blue, .auth .form-actions .btn-medium.btn-green, .auth .form-actions .btn-medium.btn-white, .auth .form-actions .btn-medium.btn-white-blue, .auth .form-actions .btn-medium.btn-white-whitebackground, .auth .form-actions .btn-medium.btn-grey, .auth .form-actions .btn-medium.btn-light-grey, .auth .form-actions .btn-medium.btn-disabled, .auth .form-actions .general-form-styles .toggle-btn-container .btn-medium.toggle-btn, .general-form-styles .toggle-btn-container .auth .form-actions .btn-medium.toggle-btn, .auth .auth-body .form-actions .btn.btn-medium, .auth .auth-body .form-actions .btn-medium.btn-main-blue, .auth .auth-body .form-actions .btn-medium.btn-small-main-blue, .auth .auth-body .form-actions .btn-medium.btn-medium-main-blue, .auth .auth-body .form-actions .btn-medium.btn-large-main-blue, .auth .auth-body .form-actions .btn-medium.btn-reverse, .auth .auth-body .form-actions .btn-medium.btn-small-reverse, .auth .auth-body .form-actions .btn-medium.btn-medium-reverse, .auth .auth-body .form-actions .btn-medium.btn-large-reverse, .auth .auth-body .form-actions .btn-medium.btn-light, .auth .auth-body .form-actions .btn-medium.btn-submit, .auth .auth-body .form-actions .btn-medium.btn-previous, .auth .auth-body .form-actions .btn-medium-main-blue, .auth .auth-body .form-actions .btn-medium-reverse, .auth .auth-body .form-actions .btn-medium.btn-blue, .auth .auth-body .form-actions .btn-medium.btn-aqua-blue, .auth .auth-body .form-actions .btn-medium.btn-dark-blue, .auth .auth-body .form-actions .btn-medium.btn-green, .auth .auth-body .form-actions .btn-medium.btn-white, .auth .auth-body .form-actions .btn-medium.btn-white-blue, .auth .auth-body .form-actions .btn-medium.btn-white-whitebackground, .auth .auth-body .form-actions .btn-medium.btn-grey, .auth .auth-body .form-actions .btn-medium.btn-light-grey, .auth .auth-body .form-actions .btn-medium.btn-disabled, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .btn-medium.toggle-btn, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .btn-medium.toggle-btn {
            width: 220px;
            height: 70px;
            line-height: 70px
        }

        .auth .form-actions .btn.btn-blue, .auth .form-actions .btn-blue.btn-main-blue, .auth .form-actions .btn-blue.btn-small-main-blue, .auth .form-actions .btn-blue.btn-medium-main-blue, .auth .form-actions .btn-blue.btn-large-main-blue, .auth .form-actions .btn-blue.btn-reverse, .auth .form-actions .btn-blue.btn-small-reverse, .auth .form-actions .btn-blue.btn-medium-reverse, .auth .form-actions .btn-blue.btn-large-reverse, .auth .form-actions .btn-blue.btn-light, .auth .form-actions .btn-blue.btn-submit, .auth .form-actions .btn-blue.btn-previous, .auth .form-actions .btn-blue, .auth .form-actions a.btn-blue, .auth .form-actions .btn-blue.btn-aqua-blue, .auth .form-actions .btn-blue.btn-dark-blue, .auth .form-actions .btn-blue.btn-green, .auth .form-actions .btn-blue.btn-white, .auth .form-actions .btn-blue.btn-white-blue, .auth .form-actions .btn-blue.btn-white-whitebackground, .auth .form-actions .btn-blue.btn-grey, .auth .form-actions .btn-blue.btn-light-grey, .auth .form-actions .btn-blue.btn-disabled, .auth .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn, .general-form-styles .toggle-btn-container .auth .form-actions .btn-blue.toggle-btn, .auth .auth-body .form-actions .btn.btn-blue, .auth .auth-body .form-actions .btn-blue.btn-main-blue, .auth .auth-body .form-actions .btn-blue.btn-small-main-blue, .auth .auth-body .form-actions .btn-blue.btn-medium-main-blue, .auth .auth-body .form-actions .btn-blue.btn-large-main-blue, .auth .auth-body .form-actions .btn-blue.btn-reverse, .auth .auth-body .form-actions .btn-blue.btn-small-reverse, .auth .auth-body .form-actions .btn-blue.btn-medium-reverse, .auth .auth-body .form-actions .btn-blue.btn-large-reverse, .auth .auth-body .form-actions .btn-blue.btn-light, .auth .auth-body .form-actions .btn-blue.btn-submit, .auth .auth-body .form-actions .btn-blue.btn-previous, .auth .auth-body .form-actions .btn-blue, .auth .auth-body .form-actions a.btn-blue, .auth .auth-body .form-actions .btn-blue.btn-aqua-blue, .auth .auth-body .form-actions .btn-blue.btn-dark-blue, .auth .auth-body .form-actions .btn-blue.btn-green, .auth .auth-body .form-actions .btn-blue.btn-white, .auth .auth-body .form-actions .btn-blue.btn-white-blue, .auth .auth-body .form-actions .btn-blue.btn-white-whitebackground, .auth .auth-body .form-actions .btn-blue.btn-grey, .auth .auth-body .form-actions .btn-blue.btn-light-grey, .auth .auth-body .form-actions .btn-blue.btn-disabled, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .btn-blue.toggle-btn {
            background: #077faa
        }

            .auth .form-actions .btn.btn-blue:hover, .auth .form-actions .btn-blue.btn-main-blue:hover, .auth .form-actions .btn-blue.btn-small-main-blue:hover, .auth .form-actions .btn-blue.btn-medium-main-blue:hover, .auth .form-actions .btn-blue.btn-large-main-blue:hover, .auth .form-actions .btn-blue.btn-reverse:hover, .auth .form-actions .btn-blue.btn-small-reverse:hover, .auth .form-actions .btn-blue.btn-medium-reverse:hover, .auth .form-actions .btn-blue.btn-large-reverse:hover, .auth .form-actions .btn-blue.btn-light:hover, .auth .form-actions .btn-blue.btn-submit:hover, .auth .form-actions .btn-blue.btn-previous:hover, .auth .form-actions .btn-blue:hover, .auth .form-actions a.btn-blue:hover, .auth .form-actions .btn-blue.btn-aqua-blue:hover, .auth .form-actions .btn-blue.btn-dark-blue:hover, .auth .form-actions .btn-blue.btn-green:hover, .auth .form-actions .btn-blue.btn-white:hover, .auth .form-actions .btn-blue.btn-white-blue:hover, .auth .form-actions .btn-blue.btn-white-whitebackground:hover, .auth .form-actions .btn-blue.btn-grey:hover, .auth .form-actions .btn-blue.btn-light-grey:hover, .auth .form-actions .btn-blue.btn-disabled:hover, .auth .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .auth .form-actions .btn-blue.toggle-btn:hover, .auth .form-actions .btn.btn-blue:focus, .auth .form-actions .btn-blue.btn-main-blue:focus, .auth .form-actions .btn-blue.btn-small-main-blue:focus, .auth .form-actions .btn-blue.btn-medium-main-blue:focus, .auth .form-actions .btn-blue.btn-large-main-blue:focus, .auth .form-actions .btn-blue.btn-reverse:focus, .auth .form-actions .btn-blue.btn-small-reverse:focus, .auth .form-actions .btn-blue.btn-medium-reverse:focus, .auth .form-actions .btn-blue.btn-large-reverse:focus, .auth .form-actions .btn-blue.btn-light:focus, .auth .form-actions .btn-blue.btn-submit:focus, .auth .form-actions .btn-blue.btn-previous:focus, .auth .form-actions .btn-blue:focus, .auth .form-actions a.btn-blue:focus, .auth .form-actions .btn-blue.btn-aqua-blue:focus, .auth .form-actions .btn-blue.btn-dark-blue:focus, .auth .form-actions .btn-blue.btn-green:focus, .auth .form-actions .btn-blue.btn-white:focus, .auth .form-actions .btn-blue.btn-white-blue:focus, .auth .form-actions .btn-blue.btn-white-whitebackground:focus, .auth .form-actions .btn-blue.btn-grey:focus, .auth .form-actions .btn-blue.btn-light-grey:focus, .auth .form-actions .btn-blue.btn-disabled:focus, .auth .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn:focus, .general-form-styles .toggle-btn-container .auth .form-actions .btn-blue.toggle-btn:focus, .auth .auth-body .form-actions .btn.btn-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-main-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-small-main-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-medium-main-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-large-main-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-reverse:hover, .auth .auth-body .form-actions .btn-blue.btn-small-reverse:hover, .auth .auth-body .form-actions .btn-blue.btn-medium-reverse:hover, .auth .auth-body .form-actions .btn-blue.btn-large-reverse:hover, .auth .auth-body .form-actions .btn-blue.btn-light:hover, .auth .auth-body .form-actions .btn-blue.btn-submit:hover, .auth .auth-body .form-actions .btn-blue.btn-previous:hover, .auth .auth-body .form-actions .btn-blue:hover, .auth .auth-body .form-actions a.btn-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-aqua-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-dark-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-green:hover, .auth .auth-body .form-actions .btn-blue.btn-white:hover, .auth .auth-body .form-actions .btn-blue.btn-white-blue:hover, .auth .auth-body .form-actions .btn-blue.btn-white-whitebackground:hover, .auth .auth-body .form-actions .btn-blue.btn-grey:hover, .auth .auth-body .form-actions .btn-blue.btn-light-grey:hover, .auth .auth-body .form-actions .btn-blue.btn-disabled:hover, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .btn-blue.toggle-btn:hover, .auth .auth-body .form-actions .btn.btn-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-main-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-small-main-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-medium-main-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-large-main-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-reverse:focus, .auth .auth-body .form-actions .btn-blue.btn-small-reverse:focus, .auth .auth-body .form-actions .btn-blue.btn-medium-reverse:focus, .auth .auth-body .form-actions .btn-blue.btn-large-reverse:focus, .auth .auth-body .form-actions .btn-blue.btn-light:focus, .auth .auth-body .form-actions .btn-blue.btn-submit:focus, .auth .auth-body .form-actions .btn-blue.btn-previous:focus, .auth .auth-body .form-actions .btn-blue:focus, .auth .auth-body .form-actions a.btn-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-aqua-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-dark-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-green:focus, .auth .auth-body .form-actions .btn-blue.btn-white:focus, .auth .auth-body .form-actions .btn-blue.btn-white-blue:focus, .auth .auth-body .form-actions .btn-blue.btn-white-whitebackground:focus, .auth .auth-body .form-actions .btn-blue.btn-grey:focus, .auth .auth-body .form-actions .btn-blue.btn-light-grey:focus, .auth .auth-body .form-actions .btn-blue.btn-disabled:focus, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn:focus, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .btn-blue.toggle-btn:focus {
                background: #076f94
            }

            .auth .form-actions .btn.btn-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-main-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-small-main-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-medium-main-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-large-main-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-reverse[disabled="disabled"], .auth .form-actions .btn-blue.btn-small-reverse[disabled="disabled"], .auth .form-actions .btn-blue.btn-medium-reverse[disabled="disabled"], .auth .form-actions .btn-blue.btn-large-reverse[disabled="disabled"], .auth .form-actions .btn-blue.btn-light[disabled="disabled"], .auth .form-actions .btn-blue.btn-submit[disabled="disabled"], .auth .form-actions .btn-blue.btn-previous[disabled="disabled"], .auth .form-actions .btn-blue[disabled="disabled"], .auth .form-actions a.btn-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-aqua-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-dark-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-green[disabled="disabled"], .auth .form-actions .btn-blue.btn-white[disabled="disabled"], .auth .form-actions .btn-blue.btn-white-blue[disabled="disabled"], .auth .form-actions .btn-blue.btn-white-whitebackground[disabled="disabled"], .auth .form-actions .btn-blue.btn-grey[disabled="disabled"], .auth .form-actions .btn-blue.btn-light-grey[disabled="disabled"], .auth .form-actions .btn-blue.btn-disabled[disabled="disabled"], .auth .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn[disabled="disabled"], .general-form-styles .toggle-btn-container .auth .form-actions .btn-blue.toggle-btn[disabled="disabled"], .auth .auth-body .form-actions .btn.btn-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-main-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-small-main-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-medium-main-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-large-main-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-reverse[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-small-reverse[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-medium-reverse[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-large-reverse[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-light[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-submit[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-previous[disabled="disabled"], .auth .auth-body .form-actions .btn-blue[disabled="disabled"], .auth .auth-body .form-actions a.btn-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-aqua-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-dark-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-green[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-white[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-white-blue[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-white-whitebackground[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-grey[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-light-grey[disabled="disabled"], .auth .auth-body .form-actions .btn-blue.btn-disabled[disabled="disabled"], .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn[disabled="disabled"], .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .btn-blue.toggle-btn[disabled="disabled"] {
                opacity: 0.3
            }

                .auth .form-actions .btn.btn-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-main-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-small-main-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-medium-main-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-large-main-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-reverse[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-small-reverse[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-medium-reverse[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-large-reverse[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-light[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-submit[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-previous[disabled="disabled"]:hover, .auth .form-actions .btn-blue[disabled="disabled"]:hover, .auth .form-actions a.btn-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-aqua-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-dark-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-green[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-white[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-white-blue[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-white-whitebackground[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-grey[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-light-grey[disabled="disabled"]:hover, .auth .form-actions .btn-blue.btn-disabled[disabled="disabled"]:hover, .auth .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn[disabled="disabled"]:hover, .general-form-styles .toggle-btn-container .auth .form-actions .btn-blue.toggle-btn[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn.btn-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-main-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-small-main-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-medium-main-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-large-main-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-reverse[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-small-reverse[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-medium-reverse[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-large-reverse[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-light[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-submit[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-previous[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions a.btn-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-aqua-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-dark-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-green[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-white[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-white-blue[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-white-whitebackground[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-grey[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-light-grey[disabled="disabled"]:hover, .auth .auth-body .form-actions .btn-blue.btn-disabled[disabled="disabled"]:hover, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn[disabled="disabled"]:hover, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .btn-blue.toggle-btn[disabled="disabled"]:hover {
                    background: #077faa
                }

                .auth .form-actions .btn.btn-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-main-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-small-main-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-medium-main-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-large-main-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-reverse[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-small-reverse[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-medium-reverse[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-large-reverse[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-light[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-submit[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-previous[disabled="disabled"].enable-button, .auth .form-actions .btn-blue[disabled="disabled"].enable-button, .auth .form-actions a.btn-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-aqua-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-dark-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-green[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-white[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-white-blue[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-white-whitebackground[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-grey[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-light-grey[disabled="disabled"].enable-button, .auth .form-actions .btn-blue.btn-disabled[disabled="disabled"].enable-button, .auth .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn[disabled="disabled"].enable-button, .general-form-styles .toggle-btn-container .auth .form-actions .btn-blue.toggle-btn[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn.btn-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-main-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-small-main-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-medium-main-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-large-main-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-reverse[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-small-reverse[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-medium-reverse[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-large-reverse[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-light[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-submit[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-previous[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions a.btn-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-aqua-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-dark-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-green[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-white[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-white-blue[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-white-whitebackground[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-grey[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-light-grey[disabled="disabled"].enable-button, .auth .auth-body .form-actions .btn-blue.btn-disabled[disabled="disabled"].enable-button, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .btn-blue.toggle-btn[disabled="disabled"].enable-button, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .btn-blue.toggle-btn[disabled="disabled"].enable-button {
                    opacity: 1
                }

            .auth .form-actions .btn + .cancel-btn, .auth .form-actions .btn-main-blue + .cancel-btn, .auth .form-actions .btn-small-main-blue + .cancel-btn, .auth .form-actions .btn-medium-main-blue + .cancel-btn, .auth .form-actions .btn-large-main-blue + .cancel-btn, .auth .form-actions .btn-reverse + .cancel-btn, .auth .form-actions .btn-small-reverse + .cancel-btn, .auth .form-actions .btn-medium-reverse + .cancel-btn, .auth .form-actions .btn-large-reverse + .cancel-btn, .auth .form-actions .btn-light + .cancel-btn, .auth .form-actions .btn-submit + .cancel-btn, .auth .form-actions .btn-previous + .cancel-btn, .auth .form-actions .btn-blue + .cancel-btn, .auth .form-actions .btn-aqua-blue + .cancel-btn, .auth .form-actions .btn-dark-blue + .cancel-btn, .auth .form-actions .btn-green + .cancel-btn, .auth .form-actions .btn-white + .cancel-btn, .auth .form-actions .btn-white-blue + .cancel-btn, .auth .form-actions .btn-white-whitebackground + .cancel-btn, .auth .form-actions .btn-grey + .cancel-btn, .auth .form-actions .btn-light-grey + .cancel-btn, .auth .form-actions .btn-disabled + .cancel-btn, .auth .form-actions .general-form-styles .toggle-btn-container .toggle-btn + .cancel-btn, .general-form-styles .toggle-btn-container .auth .form-actions .toggle-btn + .cancel-btn, .auth .auth-body .form-actions .btn + .cancel-btn, .auth .auth-body .form-actions .btn-main-blue + .cancel-btn, .auth .auth-body .form-actions .btn-small-main-blue + .cancel-btn, .auth .auth-body .form-actions .btn-medium-main-blue + .cancel-btn, .auth .auth-body .form-actions .btn-large-main-blue + .cancel-btn, .auth .auth-body .form-actions .btn-reverse + .cancel-btn, .auth .auth-body .form-actions .btn-small-reverse + .cancel-btn, .auth .auth-body .form-actions .btn-medium-reverse + .cancel-btn, .auth .auth-body .form-actions .btn-large-reverse + .cancel-btn, .auth .auth-body .form-actions .btn-light + .cancel-btn, .auth .auth-body .form-actions .btn-submit + .cancel-btn, .auth .auth-body .form-actions .btn-previous + .cancel-btn, .auth .auth-body .form-actions .btn-blue + .cancel-btn, .auth .auth-body .form-actions .btn-aqua-blue + .cancel-btn, .auth .auth-body .form-actions .btn-dark-blue + .cancel-btn, .auth .auth-body .form-actions .btn-green + .cancel-btn, .auth .auth-body .form-actions .btn-white + .cancel-btn, .auth .auth-body .form-actions .btn-white-blue + .cancel-btn, .auth .auth-body .form-actions .btn-white-whitebackground + .cancel-btn, .auth .auth-body .form-actions .btn-grey + .cancel-btn, .auth .auth-body .form-actions .btn-light-grey + .cancel-btn, .auth .auth-body .form-actions .btn-disabled + .cancel-btn, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn + .cancel-btn, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .toggle-btn + .cancel-btn {
                margin-top: 25px;
                line-height: 1.5
            }

    .auth .form-actions .cancel-btn, .auth .auth-body .form-actions .cancel-btn {
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        margin: auto;
        background: 0 0;
        outline: 0;
        border: 0;
        letter-spacing: 0.025em;
        line-height: 1.5;
        display: inline-block;
        padding-top: 2px;
        padding-bottom: 3px
    }

        .auth .form-actions .cancel-btn:hover, .auth .form-actions .cancel-btn:active, .auth .auth-body .form-actions .cancel-btn:hover, .auth .auth-body .form-actions .cancel-btn:active {
            text-decoration: none;
            background-color: #e0f6fb;
            border-bottom: none
        }

        .auth .form-actions .cancel-btn.no-focus:focus, .auth .auth-body .form-actions .cancel-btn.no-focus:focus {
            background-color: transparent;
            outline: -webkit-focus-ring-color auto 5px;
            outline-color: #077faa;
            outline-offset: -2px
        }

    .auth .form-actions .buttons-group .btn, .auth .form-actions .buttons-group .btn-main-blue, .auth .form-actions .buttons-group .btn-small-main-blue, .auth .form-actions .buttons-group .btn-medium-main-blue, .auth .form-actions .buttons-group .btn-large-main-blue, .auth .form-actions .buttons-group .btn-reverse, .auth .form-actions .buttons-group .btn-small-reverse, .auth .form-actions .buttons-group .btn-medium-reverse, .auth .form-actions .buttons-group .btn-large-reverse, .auth .form-actions .buttons-group .btn-light, .auth .form-actions .buttons-group .btn-submit, .auth .form-actions .buttons-group .btn-previous, .auth .form-actions .buttons-group .btn-blue, .auth .form-actions .buttons-group .btn-aqua-blue, .auth .form-actions .buttons-group .btn-dark-blue, .auth .form-actions .buttons-group .btn-green, .auth .form-actions .buttons-group .btn-white, .auth .form-actions .buttons-group .btn-white-blue, .auth .form-actions .buttons-group .btn-white-whitebackground, .auth .form-actions .buttons-group .btn-grey, .auth .form-actions .buttons-group .btn-light-grey, .auth .form-actions .buttons-group .btn-disabled, .auth .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth .form-actions .buttons-group .toggle-btn, .auth .auth-body .form-actions .buttons-group .btn, .auth .auth-body .form-actions .buttons-group .btn-main-blue, .auth .auth-body .form-actions .buttons-group .btn-small-main-blue, .auth .auth-body .form-actions .buttons-group .btn-medium-main-blue, .auth .auth-body .form-actions .buttons-group .btn-large-main-blue, .auth .auth-body .form-actions .buttons-group .btn-reverse, .auth .auth-body .form-actions .buttons-group .btn-small-reverse, .auth .auth-body .form-actions .buttons-group .btn-medium-reverse, .auth .auth-body .form-actions .buttons-group .btn-large-reverse, .auth .auth-body .form-actions .buttons-group .btn-light, .auth .auth-body .form-actions .buttons-group .btn-submit, .auth .auth-body .form-actions .buttons-group .btn-previous, .auth .auth-body .form-actions .buttons-group .btn-blue, .auth .auth-body .form-actions .buttons-group .btn-aqua-blue, .auth .auth-body .form-actions .buttons-group .btn-dark-blue, .auth .auth-body .form-actions .buttons-group .btn-green, .auth .auth-body .form-actions .buttons-group .btn-white, .auth .auth-body .form-actions .buttons-group .btn-white-blue, .auth .auth-body .form-actions .buttons-group .btn-white-whitebackground, .auth .auth-body .form-actions .buttons-group .btn-grey, .auth .auth-body .form-actions .buttons-group .btn-light-grey, .auth .auth-body .form-actions .buttons-group .btn-disabled, .auth .auth-body .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .buttons-group .toggle-btn {
        display: inline-block
    }

        .auth .form-actions .buttons-group .btn:first-of-type, .auth .form-actions .buttons-group .btn-main-blue:first-of-type, .auth .form-actions .buttons-group .btn-small-main-blue:first-of-type, .auth .form-actions .buttons-group .btn-medium-main-blue:first-of-type, .auth .form-actions .buttons-group .btn-large-main-blue:first-of-type, .auth .form-actions .buttons-group .btn-reverse:first-of-type, .auth .form-actions .buttons-group .btn-small-reverse:first-of-type, .auth .form-actions .buttons-group .btn-medium-reverse:first-of-type, .auth .form-actions .buttons-group .btn-large-reverse:first-of-type, .auth .form-actions .buttons-group .btn-light:first-of-type, .auth .form-actions .buttons-group .btn-submit:first-of-type, .auth .form-actions .buttons-group .btn-previous:first-of-type, .auth .form-actions .buttons-group .btn-blue:first-of-type, .auth .form-actions .buttons-group .btn-aqua-blue:first-of-type, .auth .form-actions .buttons-group .btn-dark-blue:first-of-type, .auth .form-actions .buttons-group .btn-green:first-of-type, .auth .form-actions .buttons-group .btn-white:first-of-type, .auth .form-actions .buttons-group .btn-white-blue:first-of-type, .auth .form-actions .buttons-group .btn-white-whitebackground:first-of-type, .auth .form-actions .buttons-group .btn-grey:first-of-type, .auth .form-actions .buttons-group .btn-light-grey:first-of-type, .auth .form-actions .buttons-group .btn-disabled:first-of-type, .auth .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:first-of-type, .general-form-styles .toggle-btn-container .auth .form-actions .buttons-group .toggle-btn:first-of-type, .auth .auth-body .form-actions .buttons-group .btn:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-main-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-small-main-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-medium-main-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-large-main-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-reverse:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-small-reverse:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-medium-reverse:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-large-reverse:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-light:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-submit:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-previous:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-aqua-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-dark-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-green:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-white:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-white-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-white-whitebackground:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-grey:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-light-grey:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-disabled:first-of-type, .auth .auth-body .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:first-of-type, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .buttons-group .toggle-btn:first-of-type {
            margin-right: 15.8px
        }

.auth .error-container, .auth .auth-body .error-container {
    text-align: center;
    margin-bottom: 34px;
    z-index: 1
}

    .auth .error-container a, .auth .auth-body .error-container a {
        text-decoration: none
    }

        .auth .error-container a strong, .auth .auth-body .error-container a strong {
            color: #8b0e04;
            font-weight: normal;
            border-bottom: 2px solid #8b0e04
        }

    .auth .error-container span img, .auth .auth-body .error-container span img {
        width: 34px;
        margin-bottom: 15px
    }

    .auth .error-container p, .auth .auth-body .error-container p {
        color: #8b0e04
    }

.auth .account-tabs .nav-tabs, .auth .auth-body .account-tabs .nav-tabs {
    padding: 0 20px;
    border-bottom: 0
}

    .auth .account-tabs .nav-tabs li, .auth .auth-body .account-tabs .nav-tabs li {
        width: 50%;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #dfe4e4;
        display: table;
        padding: 14px 13px
    }

        .auth .account-tabs .nav-tabs li a, .auth .account-tabs .nav-tabs li > div, .auth .auth-body .account-tabs .nav-tabs li a, .auth .auth-body .account-tabs .nav-tabs li > div {
            border-radius: 0;
            background: #fff;
            color: #077faa;
            margin-right: 0;
            border: 0;
            font-size: 14px;
            letter-spacing: 0.025em;
            line-height: 1.5;
            vertical-align: middle;
            display: table-cell;
            padding: 0
        }

            .auth .account-tabs .nav-tabs li a span, .auth .account-tabs .nav-tabs li > div span, .auth .auth-body .account-tabs .nav-tabs li a span, .auth .auth-body .account-tabs .nav-tabs li > div span {
                display: block
            }

        .auth .account-tabs .nav-tabs li.active, .auth .auth-body .account-tabs .nav-tabs li.active {
            background-color: #f2f4f4
        }

            .auth .account-tabs .nav-tabs li.active a, .auth .account-tabs .nav-tabs li.active > div, .auth .auth-body .account-tabs .nav-tabs li.active a, .auth .auth-body .account-tabs .nav-tabs li.active > div {
                background-color: #f2f4f4
            }

.auth .auth-body .auth-form .form-label {
    font-weight: bold
}

.auth .auth-body .auth-form :focus {
    outline-color: #077faa
}

.auth .auth-body .auth-form.duke-form .link {
    letter-spacing: 0.025em
}

    .auth .auth-body .auth-form.duke-form .link:focus, .auth .auth-body .auth-form.duke-form .link:hover {
        text-decoration: none
    }

.auth .auth-body .auth-form.duke-form .tooltip .tooltip-inner p {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 1.5;
    text-align: left;
    color: white
}

    .auth .auth-body .auth-form.duke-form .tooltip .tooltip-inner p.number {
        display: inline-block;
        width: auto;
        padding-right: 17px;
        font-size: 9px;
        font-weight: 700;
        margin-bottom: 0
    }

.auth .auth-body .auth-form.duke-form .tooltip .tooltip-inner img {
    width: 220px;
    height: 100px;
    margin-bottom: 5px
}

.auth .auth-body .auth-form.duke-form duke-dropdown.ng-invalid.ng-touched .dropdown.duke button, .auth .auth-body .auth-form.duke-form duke-dropdown.ng-invalid.ng-touched:focus .dropdown.duke button {
    outline-color: #8b0e04
}

.auth .auth-body .auth-form.duke-form .dropdown.duke button {
    padding: 0 19px
}

    .auth .auth-body .auth-form.duke-form .dropdown.duke button .text {
        letter-spacing: .025em;
        line-height: 1.6
    }

    .auth .auth-body .auth-form.duke-form .dropdown.duke button:focus {
        outline-width: inherit
    }

.auth .auth-body .auth-form.duke-form .form-group.tab-input .form-control + label {
    left: 20px
}

.auth .auth-body .auth-form.duke-form label.label-copy.label-placeholder {
    left: 40px;
    top: 13px;
    line-height: 1.5
}

.auth .auth-body .auth-form.duke-form .inside-method label.label-copy.label-placeholder {
    left: 40px;
    top: 15px
}

.auth .auth-body .auth-form.duke-form .inside-method .date-area label.label-copy.label-placeholder {
    left: 20px;
    top: 14px
}

.auth .auth-body .auth-form .error {
    visibility: visible;
    font-size: 14px;
    opacity: 1;
    color: #8b0e04;
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 4px;
    display: block !important
}

    .auth .auth-body .auth-form .error.ng-hide {
        opacity: 0
    }

.auth .auth-body .auth-form .radio-group {
    position: relative;
    margin-bottom: 9px
}

    .auth .auth-body .auth-form .radio-group:last-child {
        margin-bottom: 40px
    }

    .auth .auth-body .auth-form .radio-group .radio-btn {
        vertical-align: top;
        display: inline-block
    }

    .auth .auth-body .auth-form .radio-group .radio-desc {
        display: inline-block;
        width: calc(100% - 30px)
    }

.auth .auth-body .auth-form input[type=radio] + label {
    font-weight: 400;
    letter-spacing: inherit;
    font-size: 16px;
    margin-bottom: 0;
    width: 100%
}

    .auth .auth-body .auth-form input[type=radio] + label > .radio-btn span {
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 3px 3px 3px 0;
        border: 1px solid #dfe4e4;
        background: #fff;
        vertical-align: bottom
    }

.auth .auth-body .auth-form input[type=radio]:checked + label > .radio-btn span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 3px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #077faa
}

.auth .auth-body .auth-form.duke-form .inside-method:only-child .form-control:focus + label {
    display: none
}

.auth .auth-body .auth-form.duke-form .inside-method:only-child .form-control.ng-valid:not(.empty) + label {
    display: none
}

.auth .auth-body .auth-form.duke-form .inside-method .form-group {
    padding-left: 20px;
    padding-right: 0
}

    .auth .auth-body .auth-form.duke-form .inside-method .form-group + label {
        left: 40px
    }

.auth .auth-body .auth-form.duke-form radio-list > div:last-child {
    margin-bottom: 29px
}

    .auth .auth-body .auth-form.duke-form radio-list > div:last-child .inside-method .form-group:last-child {
        margin-bottom: 14px
    }

.auth .auth-body .auth-form.duke-form radio-list .help-label {
    margin-bottom: 24px
}

.auth .auth-body .auth-form.duke-form .invalid-label {
    top: -19px;
    letter-spacing: 0.025em;
    line-height: 1.5
}

.auth .auth-body .auth-form.duke-form .radio-container {
    margin-bottom: 10px
}

    .auth .auth-body .auth-form.duke-form .radio-container .radio-desc {
        padding-left: 2px;
        line-height: 1.6;
        letter-spacing: 0.025em
    }

.auth .auth-body .auth-form.duke-form .disclosure-content .inside-method .form-group .form-control {
    line-height: 1.6
}

.auth .auth-body .auth-form.duke-form .disclosure-content .inside-method .form-group:last-child:not(:first-child) {
    margin-bottom: 30px;
    margin-top: 20px
}

.auth .auth-body .auth-form.duke-form .info-tooltip {
    right: -31px
}

.auth .auth-body .auth-form.duke-form .form-control {
    letter-spacing: .025em;
    line-height: 1.6
}

    .auth .auth-body .auth-form.duke-form .form-control input {
        letter-spacing: .025em;
        line-height: 1.6
    }

.auth .auth-body .auth-form.duke-form .form-group.intro-input {
    margin-top: 6px
}

.auth .auth-body .auth-form.duke-form .form-group .form-checkbox + label {
    line-height: 1.6
}

.auth .btn.enable-button, .auth .enable-button.btn-main-blue, .auth .enable-button.btn-small-main-blue, .auth .enable-button.btn-medium-main-blue, .auth .enable-button.btn-large-main-blue, .auth .enable-button.btn-reverse, .auth .enable-button.btn-small-reverse, .auth .enable-button.btn-medium-reverse, .auth .enable-button.btn-large-reverse, .auth .enable-button.btn-light, .auth .enable-button.btn-submit, .auth .enable-button.btn-previous, .auth .enable-button.btn-blue, .auth .enable-button.btn-aqua-blue, .auth .enable-button.btn-dark-blue, .auth .enable-button.btn-green, .auth .enable-button.btn-white, .auth .enable-button.btn-white-blue, .auth .enable-button.btn-white-whitebackground, .auth .enable-button.btn-grey, .auth .enable-button.btn-light-grey, .auth .enable-button.btn-disabled, .auth .general-form-styles .toggle-btn-container .enable-button.toggle-btn, .general-form-styles .toggle-btn-container .auth .enable-button.toggle-btn {
    opacity: 1 !important
}

.auth .btn:hover, .auth .btn-main-blue:hover, .auth .btn-small-main-blue:hover, .auth .btn-medium-main-blue:hover, .auth .btn-large-main-blue:hover, .auth .btn-reverse:hover, .auth .btn-small-reverse:hover, .auth .btn-medium-reverse:hover, .auth .btn-large-reverse:hover, .auth .btn-light:hover, .auth .btn-submit:hover, .auth .btn-previous:hover, .auth .btn-blue:hover, .auth .btn-aqua-blue:hover, .auth .btn-dark-blue:hover, .auth .btn-green:hover, .auth .btn-white:hover, .auth .btn-white-blue:hover, .auth .btn-white-whitebackground:hover, .auth .btn-grey:hover, .auth .btn-light-grey:hover, .auth .btn-disabled:hover, .auth .general-form-styles .toggle-btn-container .toggle-btn:hover, .general-form-styles .toggle-btn-container .auth .toggle-btn:hover {
    background: #076f94
}

.auth .btn.btn-default:hover, .auth .btn-default.btn-main-blue:hover, .auth .btn-default.btn-small-main-blue:hover, .auth .btn-default.btn-medium-main-blue:hover, .auth .btn-default.btn-large-main-blue:hover, .auth .btn-default.btn-reverse:hover, .auth .btn-default.btn-small-reverse:hover, .auth .btn-default.btn-medium-reverse:hover, .auth .btn-default.btn-large-reverse:hover, .auth .btn-default.btn-light:hover, .auth .btn-default.btn-submit:hover, .auth .btn-default.btn-previous:hover, .auth .btn-default.btn-blue:hover, .auth .btn-default.btn-aqua-blue:hover, .auth .btn-default.btn-dark-blue:hover, .auth .btn-default.btn-green:hover, .auth .btn-default.btn-white:hover, .auth .btn-default.btn-white-blue:hover, .auth .btn-default.btn-white-whitebackground:hover, .auth .btn-default.btn-grey:hover, .auth .btn-default.btn-light-grey:hover, .auth .btn-default.btn-disabled:hover, .auth .general-form-styles .toggle-btn-container .btn-default.toggle-btn:hover, .general-form-styles .toggle-btn-container .auth .btn-default.toggle-btn:hover {
    background-color: #e6e6e6
}

.auth .btn-blue[disabled="disabled"] {
    opacity: .3
}

    .auth .btn-blue[disabled="disabled"]:hover {
        background: #077faa
    }

.auth .btn-submit, .auth .btn-medium-green {
    background-color: #00853f;
    color: #fff
}

    .auth .btn-submit:hover, .auth .btn-submit:focus, .auth .btn-medium-green:hover, .auth .btn-medium-green:focus {
        background-color: #006b33
    }

    .auth .btn-submit[disabled="disabled"], .auth .btn-medium-green[disabled="disabled"] {
        opacity: .3
    }

        .auth .btn-submit[disabled="disabled"]:hover, .auth .btn-medium-green[disabled="disabled"]:hover {
            background-color: #00853f
        }

.auth .btn-light-gray {
    background-color: #edf0f0;
    color: #006060
}

    .auth .btn-light-gray:hover, .auth .btn-light-gray:focus {
        background-color: #dfe4e4
    }

    .auth .btn-light-gray[disabled="disabled"]:hover {
        background-color: #edf0f0
    }

.auth .header-2, .auth .rich-text-editor h2, .rich-text-editor .auth h2 {
    font-size: 40px;
    color: #005984;
    letter-spacing: 0.025em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 40px
}

.auth .multi-line .ui-select-choices-row > a {
    white-space: normal
}

.auth .link:hover {
    color: #006060
}

.auth .link.inline-block {
    display: inline-block
}

.auth .tab-intro {
    text-align: center;
    margin-top: 45px;
    font-size: 16px;
    margin-bottom: 24px
}

.equal-payment-plan-modal .modal:before {
    display: none
}

.equal-payment-plan-modal .modal-dialog {
    float: none;
    max-width: 938px !important
}

    .equal-payment-plan-modal .modal-dialog .modal-content .close {
        width: 31px !important;
        height: 31px !important;
        color: #92dbe8 !important
    }

.equal-payment-plan-modal .short-copy-container.modal-panel {
    padding-bottom: 23px;
    padding-top: 21px;
    margin-left: 0
}

    .equal-payment-plan-modal .short-copy-container.modal-panel .col-lg-8 {
        width: 100%
    }

    .equal-payment-plan-modal .short-copy-container.modal-panel .header-container .header-2, .equal-payment-plan-modal .short-copy-container.modal-panel .header-container .rich-text-editor h2, .rich-text-editor .equal-payment-plan-modal .short-copy-container.modal-panel .header-container h2 {
        margin-bottom: 26px
    }

    .equal-payment-plan-modal .short-copy-container.modal-panel .header-container .intro-txt {
        margin-bottom: 34px;
        font-size: 18px
    }

    .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue.btn-main-blue-inverted, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-small-main-blue, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-medium-main-blue, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-large-main-blue {
        background-color: #edf0f0;
        color: #006060;
        margin-right: 15px;
        vertical-align: top
    }

        .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue.btn-main-blue-inverted:hover, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-small-main-blue:hover, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-medium-main-blue:hover, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-large-main-blue:hover, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue.btn-main-blue-inverted:focus, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-small-main-blue:focus, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-medium-main-blue:focus, .equal-payment-plan-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-large-main-blue:focus {
            background-color: #dfe4e4
        }

@media only screen and (max-width: 767px) {
    .link {
        font-size: 15px
    }

    .auth .auth-header {
        margin-top: 44px;
        margin-bottom: 24px
    }

        .auth .auth-header .title {
            font-size: 30px;
            letter-spacing: 0.025em;
            line-height: 1.2;
            margin-bottom: 7px
        }

        .auth .auth-header .subtitle {
            font-size: 26px
        }

        .auth .auth-header .page-intro {
            font-size: 17px;
            line-height: 1.5
        }

            .auth .auth-header .page-intro.large-margin .link {
                font-size: 17px
            }

            .auth .auth-header .page-intro.large-margin.error .link {
                font-size: 15px
            }

    .auth .auth-body .error-container span img {
        margin-bottom: 14px
    }

    .auth .auth-body .error-container p {
        font-size: 15px
    }

    .auth .auth-body .auth-second-header {
        margin-bottom: 37px
    }

        .auth .auth-body .auth-second-header .header-2, .auth .auth-body .auth-second-header .rich-text-editor h2, .rich-text-editor .auth .auth-body .auth-second-header h2 {
            margin-bottom: 18px
        }

        .auth .auth-body .auth-second-header .page-intro {
            font-size: 15px;
            letter-spacing: .025em
        }

    .auth .auth-body .form-actions .buttons-group .btn:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-main-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-small-main-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-medium-main-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-large-main-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-reverse:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-small-reverse:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-medium-reverse:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-large-reverse:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-light:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-submit:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-previous:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-aqua-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-dark-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-green:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-white:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-white-blue:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-white-whitebackground:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-grey:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-light-grey:first-of-type, .auth .auth-body .form-actions .buttons-group .btn-disabled:first-of-type, .auth .auth-body .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:first-of-type, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions .buttons-group .toggle-btn:first-of-type {
        margin-right: 6px
    }

    .auth .auth-body .form-actions a.btn-medium {
        line-height: 32px
    }

    .auth .auth-body .form-actions a.btn-small {
        line-height: 21px
    }

    .auth .auth-body .form-actions button.btn.btn-medium, .auth .auth-body .form-actions button.btn-medium.btn-main-blue, .auth .auth-body .form-actions button.btn-medium.btn-small-main-blue, .auth .auth-body .form-actions button.btn-medium.btn-medium-main-blue, .auth .auth-body .form-actions button.btn-medium.btn-large-main-blue, .auth .auth-body .form-actions button.btn-medium.btn-reverse, .auth .auth-body .form-actions button.btn-medium.btn-small-reverse, .auth .auth-body .form-actions button.btn-medium.btn-medium-reverse, .auth .auth-body .form-actions button.btn-medium.btn-large-reverse, .auth .auth-body .form-actions button.btn-medium.btn-light, .auth .auth-body .form-actions button.btn-medium.btn-submit, .auth .auth-body .form-actions button.btn-medium.btn-previous, .auth .auth-body .form-actions button.btn-medium-main-blue, .auth .auth-body .form-actions button.btn-medium-reverse, .auth .auth-body .form-actions button.btn-medium.btn-blue, .auth .auth-body .form-actions button.btn-medium.btn-aqua-blue, .auth .auth-body .form-actions button.btn-medium.btn-dark-blue, .auth .auth-body .form-actions button.btn-medium.btn-green, .auth .auth-body .form-actions button.btn-medium.btn-white, .auth .auth-body .form-actions button.btn-medium.btn-white-blue, .auth .auth-body .form-actions button.btn-medium.btn-white-whitebackground, .auth .auth-body .form-actions button.btn-medium.btn-grey, .auth .auth-body .form-actions button.btn-medium.btn-light-grey, .auth .auth-body .form-actions button.btn-medium.btn-disabled, .auth .auth-body .form-actions .general-form-styles .toggle-btn-container button.btn-medium.toggle-btn, .general-form-styles .toggle-btn-container .auth .auth-body .form-actions button.btn-medium.toggle-btn {
        padding: 0 17px
    }

    .auth .auth-body .auth-form .form-label {
        font-size: 15px
    }

    .auth .auth-body .auth-form .error {
        font-size: 12px;
        margin-top: -4px;
        margin-bottom: 8px
    }

    .auth .auth-body .auth-form .radio-group {
        margin-bottom: 10px
    }

    .auth .auth-body .auth-form input[type=radio] + label {
        font-size: 15px
    }

    .auth .auth-body .auth-form.duke-form .info-tooltip {
        left: calc(90% + 12px);
        margin-left: 0
    }

    .auth .auth-body .auth-form.duke-form radio-list .disclosure-content.not-overflow {
        margin-top: 18px
    }

    .auth .auth-body .auth-form.duke-form .radio-container {
        margin-bottom: 11px
    }

    .auth .auth-body .auth-form.duke-form .inside-method .form-group {
        padding-left: 11px
    }

        .auth .auth-body .auth-form.duke-form .inside-method .form-group + label {
            left: 31px
        }

    .auth .auth-body .auth-form.duke-form duke-calendar .calendar-popup {
        left: -31px
    }

    .auth .auth-body .auth-form.duke-form .form-control + label {
        top: 13px
    }

    .auth .auth-body .account-tabs .nav-tabs {
        width: calc(100% + 26px);
        margin-left: -13px;
        padding: 0
    }

        .auth .auth-body .account-tabs .nav-tabs li a {
            padding: initial;
            line-height: 1.5
        }

    .auth .header-2, .auth .rich-text-editor h2, .rich-text-editor .auth h2 {
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: .65px
    }

    .auth .tab-intro {
        font-size: 15px;
        text-align: left;
        margin-top: 1px;
        margin-bottom: 25px;
        letter-spacing: .025em
    }

    .equal-payment-plan-modal .modal.in .modal-dialog {
        padding: 0
    }

        .equal-payment-plan-modal .modal.in .modal-dialog .modal-content {
            padding: 23px 11px !important
        }

            .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 {
                padding-left: 0;
                padding-right: 0
            }

                .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-2, .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .rich-text-editor h2, .rich-text-editor .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container h2 {
                    margin-bottom: 7px;
                    font-size: 30px;
                    line-height: 1.2em
                }

                .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .intro-txt {
                    font-size: 17px;
                    line-height: 1.5em;
                    margin-bottom: 25px
                }

                .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .btn-main-blue-inverted {
                    margin-right: 7px
                }

            .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .close {
                width: 15px !important;
                height: 15px !important
            }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth .auth-header .page-intro.sm-break {
        margin-bottom: 28px
    }

    .auth .auth-body .auth-form.duke-form .disclosure-content .inside-method .form-control + label {
        left: 41px
    }

    .auth .auth-body .auth-form.duke-form .inside-method .form-group {
        padding-left: 21px
    }

    .auth .auth-body .auth-form.duke-form .form-group + label {
        left: 40px
    }

    .auth .auth-body .auth-form.duke-form .tooltip .tooltip-inner {
        min-width: 135px
    }

    .auth .auth-body .auth-form.duke-form duke-calendar .date-area {
        width: 100%
    }

    .auth .auth-body .account-tabs .nav-tabs {
        padding: 0
    }

    .equal-payment-plan-modal .modal.in .modal-dialog {
        margin: 30px 24px 0
    }

        .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel {
            padding-bottom: 45px;
            padding-top: 41px
        }

            .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel .header-container {
                max-width: 90%
            }

                .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel .header-container .header-2, .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel .header-container .rich-text-editor h2, .rich-text-editor .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel .header-container h2 {
                    margin-bottom: 24px
                }

            .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel .btn-main-blue.btn-main-blue-inverted, .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel .btn-main-blue-inverted.btn-small-main-blue, .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel .btn-main-blue-inverted.btn-medium-main-blue, .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel .btn-main-blue-inverted.btn-large-main-blue {
                border-right: 1px solid white
            }
}

@media only screen and (min-width: 980px) {
    .auth .auth-body .auth-form.duke-form duke-calendar .date-area {
        width: 100%
    }

        .auth .auth-body .auth-form.duke-form duke-calendar .date-area input {
            padding-left: 19px
        }

    .equal-payment-plan-modal .short-copy-container.modal-dialog {
        margin-left: 8.3333%;
        margin-right: 8.3333%
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .equal-payment-plan-modal .modal.in .modal-dialog {
        vertical-align: top;
        margin-top: 50px;
        width: 780px
    }
}

@media only screen and (min-width: 1200px) {
    .equal-payment-plan-modal .modal.in .modal-dialog {
        vertical-align: top;
        margin-top: 71px
    }
}

@media only screen and (min-width: 0) and (max-width: 979px) {
    .password-strength, .match-status {
        right: 11px
    }
}

.d-inline {
    display: inline-block
}

.container.accordion-container {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width: 414px) {
    .container.accordion-container {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.accordion-items > ul {
    padding: 0
}

    .accordion-items > ul > li {
        min-height: 50px;
        border-bottom: 1px solid #dfe4e4;
        margin-left: -15px;
        margin-right: -15px
    }

@media (min-width: 768px) {
    .accordion-items > ul > li {
        height: auto
    }
}

.accordion-items > ul > li.active button {
    background-color: transparent
}

    .accordion-items > ul > li.active button .icon-wrapper:after {
        content: '\e631'
    }

.accordion-items > ul > li.active .content {
    visibility: visible
}

.accordion-items > ul > li:first-child {
    border-top: 1px solid #dfe4e4
}

@media (min-width: 768px) {
    .accordion-items > ul > li:first-child {
        border-top: none
    }
}

.accordion-items > ul > li button {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 16px 13px 13px;
    line-height: 1;
    background: none
}

@media (min-width: 768px) {
    .accordion-items > ul > li button {
        padding: 25px 15px;
        line-height: 1
    }
}

.accordion-items > ul > li button:hover, .accordion-items > ul > li button:active {
    background-color: #f3fbfd
}

.accordion-items > ul > li button .header-3-link {
    margin: 0
}

.accordion-items > ul > li button .text-wrapper {
    width: 88%;
    height: 100%;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    color: #067799;
    font-size: 16px;
    letter-spacing: .53px;
    line-height: 1.2
}

@media (min-width: 768px) {
    .accordion-items > ul > li button .text-wrapper {
        font-size: 24px;
        letter-spacing: .6px
    }
}

@media (min-width: 1200px) {
    .accordion-items > ul > li button .text-wrapper {
        width: 89%
    }
}

.accordion-items > ul > li button .text-wrapper span {
    display: inline-block;
    vertical-align: bottom
}

.accordion-items > ul > li button .icon-wrapper {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

@media (min-width: 768px) {
    .accordion-items > ul > li button .icon-wrapper {
        margin-top: 0px
    }
}

.accordion-items > ul > li button .icon-wrapper:after {
    display: block;
    float: right;
    content: '\e63b';
    font-size: 22px;
    color: #067799;
    font-family: custom-icons
}

@media (min-width: 768px) {
    .accordion-items > ul > li button .icon-wrapper:after {
        font-size: 25px
    }
}

.accordion-items .content {
    max-height: 0px;
    visibility: hidden;
    padding: 0 15px;
    overflow-y: hidden;
    width: 86.3%;
    word-break: break-word;
    font-size: 15px;
    letter-spacing: .38px;
    text-align: left;
    -ms-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

    .accordion-items .content .inner {
        padding: 10px 0px
    }

.row div[class*=col-] .container.accordion-container div[class*=col-lg-offset-], .row div[class*=col-] .container.accordion-container div[class*=col-md-offset-], .row div[class*=col-] .container.accordion-container div[class*=col-sm-offset-], .row div[class*=col-] .container.accordion-container div[class*=col-xs-offset-] {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.multicolumn-component .container.accordion-container {
    padding: 0
}

.multicolumn-component .accordion-container .header-container .small-icon {
    margin-bottom: 10px
}

.additional-resources {
    padding-bottom: 48px !important
}

    .additional-resources .micro-components {
        padding: 0
    }

    .additional-resources .related-links {
        display: inline-block;
        text-align: left
    }

        .additional-resources .related-links.two-column {
            column-count: 2;
            column-gap: 100px
        }

@media only screen and (min-width: 0) and (max-width: 979px) {
    .additional-resources .related-links.two-column {
        padding: 0px 20px
    }
}

@media only screen and (max-width: 767px) {
    .additional-resources .related-links.two-column {
        column-count: auto
    }
}

.additional-resources .related-links li {
    margin-bottom: 20px
}

    .additional-resources .related-links li a {
        display: inline-block;
        border-bottom: none
    }

        .additional-resources .related-links li a:hover {
            padding-bottom: 2px
        }

            .additional-resources .related-links li a:hover span {
                border-bottom: none
            }

        .additional-resources .related-links li a span {
            border-bottom: 2px solid #a7e1ea;
            padding-bottom: 3px;
            line-height: 1.5
        }

.sui-calendar {
    display: inline-block;
    width: 240px;
    color: #6d6d6d;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    overflow: hidden;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none
}

    .sui-calendar.sui-hidden {
        display: none
    }

    .sui-calendar.sui-calendar-disabled, .sui-prev.sui-calendar-disabled, .sui-next.sui-calendar-disabled {
        opacity: .4;
        filter: alpha(opacity=40)
    }

    .sui-calendar .sui-header {
        text-align: center;
        line-height: normal;
        position: relative;
        background-color: #fff
    }

    .sui-calendar .sui-text {
        padding-bottom: .4em;
        width: 70%;
        display: inline-block;
        height: 1.4333em;
        line-height: 1.8333em;
        cursor: pointer
    }

    .sui-calendar .sui-left-arrow {
        border-color: rgba(0,0,0,0);
        border-style: solid;
        border-width: .4em .5em .4em 0;
        display: inline-block;
        border-color: transparent;
        border-right-color: #6d6d6d
    }

    .sui-calendar .sui-right-arrow {
        border-color: rgba(0,0,0,0);
        border-style: solid;
        border-width: .4em 0 .4em .5em;
        display: inline-block;
        border-color: transparent;
        border-left-color: #6d6d6d
    }

    .sui-calendar .sui-prev, .sui-calendar .sui-next {
        height: 1.4333em;
        width: 1.4333em;
        line-height: 1.4333em;
        display: inline-block;
        padding-top: .1em;
        padding-bottom: .2em;
        margin-top: 0;
        cursor: pointer;
        margin-right: 4px;
        margin-left: 8px
    }

        .sui-calendar .sui-next:hover .sui-right-arrow {
            border-left-color: #fff
        }

        .sui-calendar .sui-prev:hover .sui-left-arrow {
            border-right-color: #fff
        }

    .sui-calendar.sui-read-only .sui-next:hover .sui-right-arrow, .sui-calendar.sui-calendar-disabled .sui-next:hover .sui-right-arrow {
        border-left-color: #6d6d6d
    }

    .sui-calendar.sui-read-only .sui-prev:hover .sui-left-arrow, .sui-calendar.sui-calendar-disabled .sui-prev:hover .sui-left-arrow {
        border-right-color: #6d6d6d
    }

    * + html .sui-calendar .sui-left-arrow, * + html .sui-calendar .sui-right-arrow {
        height: .008em;
        width: .008em
    }

    * + html .sui-calendar .sui-prev, * + html .sui-calendar .sui-next {
        padding-top: 0;
        vertical-align: middle
    }

    .sui-calendar .sui-next {
        padding-left: .4em;
        padding-right: 0
    }

    .sui-calendar .sui-calendar-view {
        border-collapse: collapse;
        border-style: none;
        position: relative;
        table-layout: fixed;
        text-align: center;
        height: 11em;
        float: left;
        margin: 0;
        padding: 0
    }

        .sui-calendar .sui-calendar-view .sui-selected {
            color: #fff;
            background-color: #197bb5
        }

        .sui-calendar .sui-calendar-view .sui-focused {
            box-shadow: 0 0 0 1px #2199e0 inset;
            background-color: "#d1d4d6\0"
        }

        * + html .sui-calendar .sui-calendar-view .sui-focused {
            color: #fff;
            background-color: #197bb5
        }

    .sui-calendar .sui-footer {
        text-align: center;
        padding: .4em;
        clear: both;
        cursor: pointer
    }

    .sui-calendar .sui-week-header th {
        cursor: default;
        font-weight: 400;
        padding: .3em .3em .1em .1em
    }

    .sui-calendar .sui-hoverable .sui-date:hover, .sui-calendar .sui-hoverable .sui-month:hover, .sui-calendar .sui-hoverable .sui-year:hover, .sui-calendar .sui-hoverable .sui-years:hover {
        cursor: pointer;
        color: #fff;
        background-color: #2199e0
    }

    .sui-calendar .sui-calendar-animation {
        -webkit-transition: all 300ms ease-out 0s;
        -moz-transition: all 300ms ease-out 0s;
        -o-transition: all 300ms ease-out 0s;
        transition: all 300ms ease-out 0s
    }

    .sui-calendar .sui-scaling {
        -webkit-animation: scale 500ms;
        animation: scale 500ms
    }

    .sui-calendar .sui-hoverable .sui-date.sui-no-hover:hover {
        background-color: transparent;
        color: inherit;
        cursor: default
    }

@keyframes scale {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

.sui-calendar .sui-fade-in {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 600ms ease-in-out;
    -moz-transition: opacity 600ms ease-in-out;
    -ms-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out
}

.sui-calendar.sui-read-only .sui-footer:hover, .sui-calendar.sui-read-only .sui-text:hover, .sui-calendar.sui-read-only .sui-prev:hover, .sui-calendar.sui-read-only .sui-next:hover, .sui-calendar.sui-calendar-disabled .sui-footer:hover, .sui-calendar.sui-calendar-disabled .sui-text:hover, .sui-calendar.sui-calendar-disabled .sui-prev:hover, .sui-calendar.sui-calendar-disabled .sui-next:hover {
    color: #6d6d6d;
    background-color: transparent;
    cursor: default
}

.sui-calendar .sui-footer, .sui-calendar .sui-week-header th, .sui-calendar .sui-date, .sui-calendar .sui-month, .sui-calendar .sui-year, .sui-calendar .sui-years {
    color: #6d6d6d
}

    .sui-calendar .sui-footer:hover, .sui-calendar .sui-text:hover, .sui-calendar .sui-prev:hover, .sui-calendar .sui-next:hover {
        color: #fff;
        background-color: #2199e0
    }

.sui-calendar .sui-other-month, .sui-calendar .sui-other-year, .sui-calendar .sui-other-years {
    color: #bababa
}

.sui-datepicker, .sui-monthyearpicker, .sui-timepicker, .sui-datetimepicker {
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 0 1.8em 0 0;
    position: relative;
    width: 9.5em;
    -moz-box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    outline: 0 none;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box
}

    .sui-datepicker, .sui-monthyearpicker, .sui-timepicker, .sui-datetimepicker, .sui-datepicker.sui-disabled:hover, .sui-monthyearpicker.sui-disabled:hover, .sui-timepicker.sui-disabled:hover, .sui-datetimepicker.sui-disabled:hover {
        border-color: #c4c4c4;
        background-color: #ecedee;
        color: #6d6d6d
    }

@-moz-document url-prefix() {
    .sui-datepicker, .sui-monthyearpicker, .sui-timepicker, .sui-datetimepicker {
        padding: 0 1.7em 0 0
    }
}

.sui-datetimepicker {
    padding: 0 3.6em 0 0;
    width: 13.3em
}

* + html .sui-datetimepicker {
    width: 9.5em
}

    .sui-datepicker.sui-no-button, .sui-monthyearpicker.sui-no-button, .sui-timepicker.sui-no-button, .sui-datetimepicker.sui-no-button {
        border-right: 0;
        padding-right: 0
    }

    .sui-datepicker.sui-disabled, .sui-monthyearpicker.sui-disabled, .sui-timepicker.sui-disabled, .sui-datetimepicker.sui-disabled {
        opacity: .4;
        filter: alpha(opacity=40)
    }

        .sui-datepicker.sui-disabled .sui-icon-wrapper, .sui-datepicker.sui-disabled .sui-picker-input, .sui-monthyearpicker.sui-disabled .sui-icon-wrapper, .sui-monthyearpicker.sui-disabled .sui-picker-input, .sui-timepicker.sui-disabled .sui-icon-wrapper, .sui-timepicker.sui-disabled .sui-picker-input, .sui-datetimepicker.sui-disabled .sui-icon-wrapper, .sui-datetimepicker.sui-disabled .sui-picker-input, .sui-datetimepicker.sui-disabled .sui-time-icon-wrapper {
            cursor: default
        }

    .sui-datepicker .sui-picker-input, .sui-monthyearpicker .sui-picker-input, .sui-timepicker .sui-picker-input, .sui-datetimepicker .sui-picker-input {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        color: #6d6d6d;
        background-color: #fff;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color;
        border-image: none;
        border-style: none solid none none;
        border-width: medium 1px medium medium;
        border-color: #c4c4c4;
        margin: 0;
        padding: .3em 0;
        outline: 0 none;
        text-indent: .3em;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
        -moz-box-sizing: border-box;
        font-family: inherit;
        font-size: inherit;
        font-weight: 400;
        line-height: 1
    }

    .sui-datetimepicker.sui-ie8 {
        width: 14.3em
    }

        .sui-datetimepicker.sui-ie8 .sui-picker-input {
            vertical-align: middle
        }

    * + html .sui-datepicker .sui-picker-input, * + html .sui-monthyearpicker .sui-picker-input, * + html .sui-timepicker .sui-picker-input, * + html .sui-datetimepicker .sui-picker-input {
        margin-left: -4px
    }

    * + html .sui-datepicker .sui-icon-wrapper, * + html .sui-monthyearpicker .sui-icon-wrapper, * + html .sui-timepicker .sui-icon-wrapper, * + html .sui-datetimepicker .sui-icon-wrapper, * + html .sui-datetimepicker .sui-time-icon-wrapper {
        line-height: 1.3em
    }

* + html .sui-datepicker, * + html .sui-monthyearpicker, * + html .sui-timepicker, * + html .sui-datetimepicker {
    display: block
}

    .sui-datepicker .sui-icon-wrapper, .sui-monthyearpicker .sui-icon-wrapper, .sui-timepicker .sui-icon-wrapper, .sui-datetimepicker .sui-time-icon-wrapper {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        width: 1.7em;
        height: 100%;
        line-height: 2em;
        min-height: 1.65em;
        text-align: center;
        vertical-align: middle
    }

    .sui-datetimepicker .sui-icon-wrapper {
        cursor: pointer;
        position: absolute;
        right: 1.7em;
        top: 0;
        width: 1.7em;
        height: 100%;
        line-height: 2em;
        min-height: 1.65em;
        text-align: center;
        vertical-align: middle
    }

@media all and (min-width: 0) {
    .sui-datepicker .sui-icon-wrapper, .sui-monthyearpicker .sui-icon-wrapper, .sui-timepicker .sui-icon-wrapper, .sui-datetimepicker .sui-icon-wrapper, .sui-datetimepicker .sui-time-icon-wrapper {
        line-height: 0
    }
}

.sui-datepicker .sui-icon-wrapper, .sui-monthyearpicker .sui-icon-wrapper, .sui-timepicker .sui-icon-wrapper, .sui-datetimepicker .sui-icon-wrapper, .sui-datetimepicker .sui-time-icon-wrapper {
    line-height: 0\0
}

.sui-datepicker .sui-calendar-icon, .sui-monthyearpicker .sui-calendar-icon, .sui-timepicker .sui-calendar-icon, .sui-datetimepicker .sui-calendar-icon, .sui-datetimepicker .sui-time-icon {
    display: inline-block;
    font-size: 0
}

.sui-datepicker .sui-calendar-icon, .sui-monthyearpicker .sui-calendar-icon, .sui-datepicker.sui-disabled:hover .sui-calendar-icon, .sui-monthyearpicker.sui-disabled:hover .sui-calendar-icon, .sui-datetimepicker .sui-calendar-icon, .sui-datetimepicker.sui-disabled:hover .sui-calendar-icon {
    background-position: -16px -16px
}

.sui-timepicker .sui-calendar-icon, .sui-timepicker.sui-disabled:hover .sui-calendar-icon, .sui-datetimepicker .sui-time-icon, .sui-datetimepicker.sui-disabled:hover .sui-time-icon {
    background-position: -32px -16px
}

.sui-datepicker:hover, .sui-monthyearpicker:hover, .sui-timepicker:hover, .sui-datetimepicker:hover {
    background-color: #197bb5
}

.sui-datepicker.sui-datepicker-focus, .sui-monthyearpicker.sui-monthyearpicker-focus, .sui-timepicker.sui-timepicker-focus, .sui-datetimepicker.sui-datetimepicker-focus {
    border-color: #2199e0
}

.sui-datepicker:hover .sui-calendar-icon, .sui-monthyearpicker:hover .sui-calendar-icon, .sui-datetimepicker:hover .sui-calendar-icon {
    background-position: -16px 0
}

.sui-timepicker:hover .sui-calendar-icon, .sui-datetimepicker:hover .sui-time-icon {
    background-position: -32px 0
}

@-moz-document url-prefix() {
    .sui-datepicker .sui-calendar-icon, .sui-monthyearpicker .sui-calendar-icon, .sui-timepicker .sui-calendar-icon, .sui-datetimepicker .sui-calendar-icon, .sui-datetimepicker .sui-time-icon {
        line-height: 1px
    }

    .sui-datepicker .sui-picker-input, .sui-monthyearpicker .sui-picker-input, .sui-timepicker .sui-picker-input, .sui-datetimepicker .sui-picker-input {
        padding: .45em 0
    }
}

.sui-datepicker.sui-hidden, .sui-monthyearpicker.sui-hidden, .sui-timepicker.sui-hidden, .sui-datetimepicker.sui-hidden {
    display: none
}

.shield-chart {
    position: relative
}

.shield-buttons {
    position: absolute;
    top: 3px;
    right: 5px
}

.shield-chart-button {
    width: 24px;
    height: 24px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 0
}

    .shield-chart-button:hover, .shield-chart-button:active {
        background-color: #197bb5
    }

    .shield-chart-button .shield-print-button-img, .shield-chart-button .shield-export-button-img {
        display: inline-block;
        vertical-align: middle
    }

    .shield-chart-button .shield-print-button-img {
        background-position: -176px -16px
    }

    .shield-chart-button .shield-export-button-img {
        background-position: -192px -16px
    }

    .shield-chart-button:hover .shield-print-button-img, .shield-chart-button:active .shield-print-button-img {
        background-position: -176px 0
    }

    .shield-chart-button:hover .shield-export-button-img, .shield-chart-button:active .shield-export-button-img {
        background-position: -192px 0
    }

.shield-lightbox-mask {
    position: absolute;
    background-color: #919191;
    filter: alpha(opacity=60);
    opacity: .6;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.shield-lightbox-imagebox {
    position: absolute
}

    .shield-lightbox-imagebox img {
        border: 1px solid #2199e0;
        background-color: #197bb5
    }

.shield-lightbox p {
    position: absolute;
    top: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #197bb5;
    border: 2px solid #2199e0;
    padding: 3px 8px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 7px #919191
}

.shield-chart .shield-tooltip {
    color: #000;
    background-color: rgba(255,255,255,0.95);
 
    font-size: 12px;
    border: 1px solid #c4c4c4;
    cursor: default;
    display: none;
    position: absolute;
    top: 50px;
    left: 50px;
    -webkit-transition: left .3s ease-out,top .3s ease-out;
    -moz-transition: left .3s ease-out,top .3s ease-out;
    transition: left .3s ease-out,top .3s ease-out;
    opacity: .95;
    filter: alpha(opacity=95)
}

.shield-chart .shield-tooltip-header {
    padding: 4px 3px 0 5px;
    font-size: 10px
}

.shield-chart .shield-tooltip-value {
    padding: 1px 5px 3px
}

.ie7 .shield-tooltip {
    background-color: #fff;
    filter: alpha(opacity=70)
}

.sui-colorpicker-basic-palette .sui-palette-tile {
    float: left
}

    .sui-colorpicker-basic-palette .sui-palette-tile:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer
    }

.sui-colorpicker-basic-palette .sui-palette-tile-selected {
    z-index: 100;
    background: transparent;
    box-shadow: 0 1px 4px #000,inset 0 0 3px #fff;
    position: relative
}

    .sui-colorpicker-basic-palette .sui-palette-tile-selected:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: default
    }

.sui-colorpicker .sui-r-text, .sui-colorpicker .sui-g-text, .sui-colorpicker .sui-b-text {
    color: #6d6d6d;
    padding: 6px;
    vertical-align: middle
}

.sui-colorpicker .sui-r-input, .sui-colorpicker .sui-g-input, .sui-colorpicker .sui-b-input {
    width: 45px;
    margin-left: .6em;
    margin-right: .6em
}

.sui-colorpicker {
    font-size: 14px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    width: 276px;
    background-color: #ecedee
}

    .sui-colorpicker .extras {
        float: left;
        margin: .5em;
        margin-top: 1.1em;
        margin-left: 1.2em
    }

        .sui-colorpicker .extras .currentColorContainer {
            overflow: hidden
        }

    .sui-colorpicker .sui-hex-wrapper {
        float: left;
        width: 276px;
        height: 36px
    }

    .sui-colorpicker.sui-hsl .sui-hex-wrapper {
        background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABlBMVEVmZmaZmZmoZ+Z2AAAAHUlEQVR4AWOAAUYoQOePEAUj3v9oYDQ9gMBoegAAJFwCAbLaTIMAAAAASUVORK5CYII=)
    }

    .sui-colorpicker .sui-color-div {
        width: 80px;
        height: 36px;
        float: left
    }

    .sui-colorpicker .sui-hex-input, .sui-colorpicker .sui-hex-wrapper .sui-alpha-input {
        height: 35px;
        border: 0;
        padding: 0;
        width: 181px;
        padding-left: 15px;
        outline-width: 0;
        color: #6d6d6d;
        border-color: #c4c4c4;
        background-color: #ecedee
    }

    .sui-colorpicker .sui-hex-wrapper .sui-alpha-input {
        height: 36px
    }

    .sui-colorpicker .sui-color-palette {
        float: left
    }

        .sui-colorpicker .sui-color-palette, .sui-colorpicker .sui-color-palette .bg {
            width: 240px;
            height: 240px
        }

    .sui-colorpicker .sui-color-scale, .sui-colorpicker .sui-color-scale .bg {
        height: 239px
    }

        .sui-colorpicker .sui-color-scale, .sui-colorpicker .sui-color-scale .bg, .sui-colorpicker .sui-color-scale .pointer .shape {
            width: 20px
        }

    .sui-colorpicker .sui-color-palette .bg {
        position: absolute
    }

    .sui-colorpicker .sui-color-palette .pointer {
        position: relative;
        z-index: 2;
        width: 8px
    }

        .sui-colorpicker .sui-color-palette .pointer .shape {
            position: absolute
        }

        .sui-colorpicker .sui-color-palette .pointer .shape1 {
            margin-left: -7px;
            margin-top: -7px;
            width: 10px;
            height: 10px;
            border: 2px solid #000;
            -moz-border-radius: 7px;
            border-radius: 7px
        }

        .sui-colorpicker .sui-color-palette .pointer .shape2 {
            margin-left: -6px;
            margin-top: -6px;
            width: 8px;
            height: 8px;
            border: 2px solid #fff;
            -moz-border-radius: 6px;
            border-radius: 6px
        }

    .sui-colorpicker .sui-color-scale {
        float: left;
        margin-left: .5em
    }

        .sui-colorpicker .sui-color-scale .pointer {
            position: relative;
            z-index: 2
        }

            .sui-colorpicker .sui-color-scale .pointer .shape {
                position: absolute;
                margin-left: -1px;
                margin-top: -4px;
                height: 5px;
                border: 2px solid #000
            }

        .sui-colorpicker .sui-color-scale .bg {
            background: -moz-linear-gradient(top, red 0, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(17%, #ff0), color-stop(33%, lime), color-stop(50%, cyan), color-stop(66%, blue), color-stop(83%, #f0f), color-stop(100%, red));
            background: -webkit-linear-gradient(top, red 0, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
            background: -o-linear-gradient(top, red 0, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
            background: linear-gradient(to bottom, red 0, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%)
        }

    .sui-colorpicker .sui-color-palette .bg1 {
        z-index: 0;
        background: -moz-linear-gradient(left, #fff 0, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left, #fff 0, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, #fff 0, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, #fff 0, rgba(255,255,255,0) 100%)
    }

    .sui-colorpicker .sui-color-palette .bg2 {
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, #000));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0, #000 100%)
    }

.sui-hsl .sui-color-palette .bg1 {
    background: -moz-linear-gradient(left, red 0, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, red), color-stop(17%, #ff0), color-stop(33%, lime), color-stop(50%, cyan), color-stop(66%, blue), color-stop(83%, #f0f), color-stop(100%, red));
    background: -webkit-linear-gradient(left, red 0, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
    background: -o-linear-gradient(left, red 0, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
    background: linear-gradient(to right, red 0, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%)
}

.sui-hsl .sui-color-palette .bg2 {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, #7f7f7f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, #7f7f7f));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, #7f7f7f 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0, #7f7f7f 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0, #7f7f7f 100%)
}

.sui-hsl .sui-color-scale .bg {
    z-index: 1;
    background: -moz-linear-gradient(top, #fff 0, rgba(0,0,0,0) 50%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, #fff 0, rgba(0,0,0,0), #000 100%);
    background: -o-linear-gradient(top, #fff 0, rgba(0,0,0,0) 50%, #000 100%);
    background: linear-gradient(to bottom, #fff 0, rgba(0,0,0,0) 50%, #000 100%)
}

.sui-hsl .alpha .bg {
    z-index: 1;
    background: -moz-linear-gradient(top, #fff 0, rgba(0,0,0,0) 100%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(0,0,0,0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, #fff 0, rgba(0,0,0,0), #000 100%);
    background: -o-linear-gradient(top, #fff 0, rgba(0,0,0,0) 100%, #000 100%);
    background: linear-gradient(to bottom, #fff 0, rgba(0,0,0,0) 100%, #000 100%)
}

.sui-colorpicker.sui-hsl {
    width: 304px
}

.sui-hsl .sui-color-scale.alpha {
    margin: 0;
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABlBMVEVmZmaZmZmoZ+Z2AAAAHUlEQVR4AWOAAUYoQOePEAUj3v9oYDQ9gMBoegAAJFwCAbLaTIMAAAAASUVORK5CYII=)
}

.sui-colorpicker .sui-transparent-slider {
    margin-left: .5em;
    float: left
}

.sui-colorpicker .sui-color-scale .bg {
    border: 1px solid #c4c4c4
}

.sui-colorpicker .sui-buttons-wrapper {
    float: left;
    width: 100%;
    text-align: center
}

    .sui-colorpicker .sui-buttons-wrapper .sui-apply {
        margin-top: .8em;
        margin-right: .8em;
        margin-bottom: .8em
    }

.sui-colorpicker.sui-colorpicker-disabled {
    opacity: .4;
    filter: alpha(opacity=40)
}

.sui-colorpicker-basic-palette.sui-colorpicker-disabled .sui-palette-tile:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default
}

.sui-color-picker-dropdown {
    background-color: #ecedee;
    border-color: #c4c4c4;
    border-style: solid;
    border-width: 1px;
    color: #6d6d6d;
    overflow: hidden;
    padding: 0 1.8em 0 0;
    position: relative;
    width: 4em;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    outline: 0 none;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap
}

    .sui-color-picker-dropdown.sui-colorpicker-disabled {
        opacity: .4;
        filter: alpha(opacity=40)
    }

    .sui-color-picker-dropdown:hover.sui-colorpicker-disabled {
        background-color: #ecedee;
        cursor: default
    }

        .sui-color-picker-dropdown:hover.sui-colorpicker-disabled .sui-caret {
            border-top-color: #c4c4c4
        }

    .sui-color-picker-dropdown:hover {
        background-color: #2199e0
    }

        .sui-color-picker-dropdown:hover .sui-caret {
            border-top-color: #fff
        }

    .sui-color-picker-dropdown .sui-caret-container {
        cursor: pointer;
        padding: .3em 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        vertical-align: middle;
        width: 1.7em
    }

    .sui-color-picker-dropdown .sui-color-cell {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #c4c4c4;
        border-image: none;
        border-style: none solid none none;
        border-width: 0 1px 0 0;
        overflow: hidden;
        padding: .3em 0;
        text-indent: .3em;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        outline: 0 none;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap
    }

    .sui-color-picker-dropdown .sui-caret {
        display: inline-block;
        zoom: 1;
        width: 0;
        height: 0;
        line-height: 0;
        border-width: .4em .4em .2em;
        border-style: solid;
        border-color: transparent;
        border-top-color: #6d6d6d;
        vertical-align: middle
    }

    .sui-color-picker-dropdown .sui-tool-letter {
        position: relative;
        display: inline-block;
        line-height: 0;
        left: -2px;
        color: #6d6d6d
    }

    .sui-color-picker-dropdown .sui-selected-color {
        height: 3px;
        width: 16px;
        position: absolute;
        left: 0;
        bottom: -6px
    }

    .sui-color-picker-dropdown:hover .sui-tool-letter {
        color: #fff
    }

.sui-colorpicker .rgbInputs {
    width: 3.5em;
    height: 1.7em
}

.sui-unselectable {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none
}

.sui-sprite {
    background-image: url(../img/shieldui-sprite.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px
}

.sui-resizable {
    position: relative
}

.sui-resizable-handle {
    position: absolute
}

.sui-resizable-dir-e {
    cursor: ew-resize
}

.sui-resizable-dir-w {
    cursor: ew-resize
}

.sui-resizable-dir-n {
    cursor: ns-resize
}

.sui-resizable-dir-s {
    cursor: ns-resize
}

.sui-resizable-dir-se {
    cursor: nwse-resize
}

.sui-resizable-dir-sw {
    cursor: nesw-resize
}

.sui-resizable-dir-ne {
    cursor: nesw-resize
}

.sui-resizable-dir-nw {
    cursor: nwse-resize
}

.sui-resizable-disabled .sui-resizable-dir-e, .sui-resizable-disabled .sui-resizable-dir-w, .sui-resizable-disabled .sui-resizable-dir-n, .sui-resizable-disabled .sui-resizable-dir-s, .sui-resizable-disabled .sui-resizable-dir-se, .sui-resizable-disabled .sui-resizable-dir-sw, .sui-resizable-disabled .sui-resizable-dir-ne, .sui-resizable-disabled .sui-resizable-dir-nw {
    cursor: default
}

.sui-draggable-dragging {
    cursor: move
}

    .sui-draggable-disabled, .sui-draggable-dragging.sui-draggable-disabled {
        cursor: default
    }

.sui-grid-core {
    border-collapse: collapse;
    border-style: none solid solid;
    border-width: 1px;
    height: auto;
    outline: 0 none;
    font-size: 14px
}

    .sui-grid-core .sui-gridheader {
        background-attachment: scroll;
        background-position: 0 0;
        background-repeat: repeat-x;
        overflow-x: hidden
    }

    .sui-grid-core .sui-table {
        border: 0 none;
        table-layout: fixed;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        empty-cells: show;
        user-select: none
    }

    .sui-grid-core .sui-selectable, .sui-grid-core .sui-non-selectable, .sui-grid-core .sui-expand, .sui-grid .sui-collapse, .sui-grid .sui-group-panel {
        user-select: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        -webkit-touch-callout: none
    }

    .sui-grid-core .sui-table-ie7 {
        border: 0 none;
        table-layout: fixed;
        border-spacing: 0;
        empty-cells: show
    }

    .sui-grid-core .sui-hide {
        display: none
    }

    .sui-grid-core .sui-gridcontent {
        outline: medium none;
        overflow: hidden
    }

    .sui-grid-core .sui-scroller {
        overflow: hidden
    }

        .sui-grid-core .sui-scroller .sui-content {
            float: left;
            overflow-x: auto;
            overflow-y: scroll
        }

        .sui-grid-core .sui-scroller .sui-virtualized.sui-content {
            float: none
        }

    .sui-grid-core .sui-gridheader .sui-headercell {
        border-width: 0 0 0 1px
    }

    .sui-grid-core tr td:first-child, .sui-grid-core tr th:first-child {
        border-left-style: none;
        border-left-width: 0
    }

    .sui-grid-core .sui-cell {
        border-collapse: collapse;
        border-style: solid;
        border-width: 0 0 1px 1px;
        display: table-cell;
        overflow: hidden;
        padding: .6em;
        vertical-align: middle;
        white-space: normal;
        width: auto
    }

    .sui-grid-core .sui-footer-cell {
        display: table-cell;
        overflow: hidden;
        padding: .6em;
        vertical-align: middle;
        white-space: normal;
        width: auto;
        font-weight: 700
    }

    .sui-grid-core .sui-detail-cell {
        border-collapse: collapse;
        border-style: solid;
        border-width: 0 0 1px 1px;
        display: table-cell;
        overflow: hidden;
        vertical-align: middle;
        white-space: normal;
        width: auto
    }

    .sui-grid-core .sui-headercell {
        border-collapse: collapse;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        font-size: 1.1em;
        padding-top: .658em;
        padding-bottom: .518em;
        padding-left: .518em;
        padding-right: .518em;
        white-space: normal;
        font-weight: 700
    }

.sui-headercontent {
    border-right: 1px solid;
    overflow: hidden;
    position: relative
}

.sui-area {
    position: absolute;
    opacity: .4;
    filter: alpha(opacity=40);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000100
}

.sui-grid-core .sui-pager {
    border-style: solid;
    border-width: 1px 0 0;
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 9px;
    white-space: normal;
    width: 100%
}

.sui-grid-core .sui-link {
    color: inherit;
    display: block;
    margin: -.5em -.6em -.4em;
    padding: .5em .6em .4em;
    text-decoration: none
}

.sui-grid-core .sui-descending, .sui-grid-core .sui-ascending {
    font-size: .7em;
    padding-left: .3em
}

.sui-grid-core .sui-collapse-cell {
    border-bottom: 0
}

.sui-grid-core .sui-expand-cell, .sui-grid-core .sui-collapse-cell, .sui-grid-core .sui-sui-indent-cell, .sui-grid-core .sui-indent-col {
    font-weight: 700;
    text-align: center;
    width: 2.4em;
    padding: 0;
    margin: 0
}

.sui-grid-core .sui-expand-cell, .sui-grid-core .sui-collapse-cell {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none
}

.sui-grid-core .sui-resizable-handle {
    cursor: col-resize;
    position: absolute
}

.sui-reorderable .sui-headercell {
    cursor: default
}

.sui-grid-reorder-indicator {
    position: absolute;
    z-index: 998;
    margin-left: -4px;
    *margin-right: 4px
}

    .sui-grid-reorder-indicator .sui-grid-indicator-top, .sui-grid-reorder-indicator .sui-grid-indicator-bottom {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px;
        border-color: transparent;
        left: 0;
        top: 0
    }

    .sui-grid-reorder-indicator .sui-grid-indicator-bottom {
        top: auto;
        bottom: 0
    }

.sui-grid-core .sui-toolbar {
    border-collapse: collapse;
    padding: .6em;
    vertical-align: middle;
    white-space: normal;
    width: auto
}

    .sui-grid-core .sui-toolbar .sui-button, .sui-grid-core .sui-cell .sui-button {
        margin-right: .6em
    }

.sui-grid-core .sui-editable-cell .sui-numeric-textbox, .sui-grid-core .sui-editable-cell .sui-input, .sui-grid-core .sui-editable-cell .sui-datepicker, .sui-grid-core .sui-editable-cell .sui-combobox, .sui-grid-core .sui-editable-cell .sui-dropdown {
    width: 100%
}

.sui-grid-core .sui-editable-cell {
    padding: .3em;
    text-align: center
}

.sui-grid-core .sui-button-cell {
    padding: .3em
}

.sui-grid-core .sui-updated-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: red transparent transparent red;
    margin: -.51em 0 0 -.6em;
    padding: 0;
    overflow: hidden;
    vertical-align: top
}

.sui-filter-cell {
    border-collapse: collapse;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    overflow: hidden;
    padding: .518em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal
}

    .sui-filter-cell .sui-button {
        margin-left: 1px
    }

.sui-filter-button-content {
    display: block
}

.sui-filter-cell .sui-button:hover .sui-filter-button-content {
    background-position: -144px 0
}

.sui-clear-filter-button-content {
    display: block
}

.sui-filter-cell .sui-button:hover .sui-clear-filter-button-content {
    background-position: -160px 0
}

.sui-grid-button-text {
    display: inline-block;
    vertical-align: middle
}

.sui-grid-icon-export-excel {
    display: inline-block;
    vertical-align: middle;
    background-position: -192px -16px
}

    .sui-button:hover .sui-grid-icon-export-excel, .sui-grid-icon-export-excel:hover {
        background-position: -192px 0
    }

.sui-button:hover .sui-grid-icon-export-pdf, .sui-grid-icon-export-pdf {
    display: inline-block;
    vertical-align: middle;
    background-position: -192px -16px
}

    .sui-button:hover .sui-grid-icon-export-pdf, .sui-grid-icon-export-pdf:hover {
        background-position: -192px 0
    }

.sui-grid-core .sui-group-footer-cell {
    display: table-cell;
    overflow: hidden;
    padding: .6em;
    vertical-align: middle;
    white-space: normal;
    width: auto;
    font-weight: 700
}

.sui-grid-core .sui-grouped-table .sui-group-header:first-child .sui-group-header-cell {
    border-top: 0
}

.sui-grid-core .sui-group-header-cell {
    border-collapse: collapse;
    border-style: solid;
    border-width: 0 0 1px 1px;
    display: table-cell;
    overflow: hidden;
    padding: .6em .6em .6em 0;
    vertical-align: middle;
    white-space: normal;
    width: auto;
    padding-top: .3em;
    padding-bottom: .3em
}

.sui-grid-core .sui-collapse, .sui-grid-core .sui-expand {
    padding: .5em;
    white-space: normal;
    width: auto;
    cursor: pointer;
    font-size: 1.6em;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0
}

.sui-grid-core .sui-group-panel {
    padding: .3em
}

    .sui-grid-core .sui-group-panel.sui-group-panel-empty {
        padding: .7em
    }

.sui-grid-core .sui-group-panel-indicator {
    display: inline-block
}

.sui-grid-core .sui-group-panel-indicator {
    padding: .4em;
    cursor: pointer;
    margin-right: .3em;
    margin-left: .3em
}

.sui-grid-core .sui-group-panel .sui-descending, .sui-grid-core .sui-group-panel .sui-ascending, .sui-grid-core .sui-group-panel .sui-group-title {
    padding-right: .7em
}

.sui-grid-core .sui-group-panel .sui-descending, .sui-grid-core .sui-group-panel .sui-ascending {
    padding-top: .5em;
    padding-bottom: .5em
}

.sui-grid-core .sui-grid-no-gap {
    border-right-width: 0
}

.sui-grid {
    border-top: medium none;
    border-color: #c4c4c4;
    color: #6d6d6d
}

    .sui-grid .sui-gridheader {
        border-bottom: 2px solid #2199e0;
        border-top: 1px solid #c4c4c4;
        color: #6d6d6d
    }

    .sui-grid .sui-no-header {
        border-top: 1px solid #c4c4c4
    }

    .sui-grid .sui-headercell a {
        color: #6d6d6d
    }

    .sui-grid .sui-headercontent {
        border-color: #c4c4c4
    }

    .sui-grid .sui-headercell, .sui-grid .sui-indent-cell {
        border-left: 1px solid #c4c4c4;
        border-style: none none none solid;
        border-top: 0 solid #c4c4c4;
        background-color: #fff
    }

    .sui-grid .sui-gridcontent {
        background-color: #fff
    }

    .sui-grid .sui-alt-row, .sui-grid .sui-grid-footer {
        background: none repeat scroll 0 0;
        background-color: #f7f7f7
    }

.sui-hover .sui-row:hover, .sui-hover .sui-alt-row:hover, .sui-hover .sui-selected:hover td, .sui-hover .sui-selected:hover td {
    color: #fff;
    background-color: #2199e0
}

.sui-grid .sui-cell, .sui-grid .sui-detail-cell {
    border-color: #c4c4c4
}

.sui-grid .sui-selected .sui-cell, .sui-grid tr .sui-selected {
    color: #fff;
    background-color: #197bb5
}

.sui-area-color {
    background-color: #2199e0
}

.sui-grid-reorder-indicator .sui-grid-indicator-top {
    border-top-color: #2199e0
}

.sui-grid-reorder-indicator .sui-grid-indicator-bottom {
    border-bottom-color: #2199e0
}

.sui-grid .sui-toolbar {
    border-top: 1px solid #c4c4c4;
    color: #6d6d6d;
    background-color: #fff
}

    .sui-grid .sui-toolbar.sui-toolbar-bottom {
        border-top: 0;
        border-bottom: 1px solid #c4c4c4
    }

        .sui-grid .sui-toolbar.sui-toolbar-bottom:last-of-type {
            border-bottom: 0
        }

.sui-filter-row {
    background-color: #f7f7f7
}

.sui-filter-cell {
    border-left-color: #c4c4c4;
    border-top-color: #c4c4c4
}

.sui-filter-button-content {
    background-position: -144px -16px
}

.sui-clear-filter-button-content {
    background-position: -160px -16px
}

.sui-grid .sui-group-header-cell {
    border-color: #c4c4c4
}

.sui-grid .sui-group-header, .sui-grid .sui-group-header .sui-indent-cell, .sui-grid .sui-group-intend-cell {
    background: none repeat scroll 0 0;
    background-color: #f7f7f7
}

    .sui-grid .sui-group-header .sui-group-header-cell {
        border-bottom: 0;
        border-top: 1px solid #c4c4c4
    }

.sui-grid .sui-grouped-table .sui-row .sui-cell {
    border-top: 1px solid #c4c4c4
}

.sui-grid .sui-grouped-table tbody tr:last-child .sui-group-intend-cell {
    border-bottom: 1px solid #c4c4c4
}

.sui-grid .sui-group-footer, .sui-group-footer .sui-indent-cell, .sui-grid .sui-grid-footer {
    background: none repeat scroll 0 0;
    background-color: #f7f7f7;
    border-top: 1px solid #c4c4c4
}

.sui-grid .sui-group-panel {
    padding: .3em;
    border-top: 1px solid #c4c4c4
}

.sui-grid .sui-group-panel-indicator {
    border: 1px solid #c4c4c4
}

.sui-grid .sui-group-panel, .sui-grid .sui-group-panel-indicator {
    background-color: #fff
}

.sui-grid .sui-footer {
    border: 1px solid;
    border-color: #c4c4c4;
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: repeat-x;
    overflow-x: hidden;
    margin-left: -1px;
    margin-right: -1px;
    border-top: 0
}

    .sui-grid .sui-footer td {
        border-collapse: collapse
    }

    .sui-grid .sui-footer table {
        border-spacing: 0
    }

.sui-grid .sui-footer-content {
    border-right: 1px solid;
    overflow: hidden;
    position: relative;
    border-color: #c4c4c4
}

.sui-edit-form-label {
    float: left;
    clear: both;
    width: 30%;
    padding: .4em 0 1em;
    margin-left: 2%;
    text-align: right
}

.sui-edit-field {
    float: right;
    clear: right;
    width: 60%;
    margin-right: 2%;
    padding: 0 0 .6em
}

.sui-window-content .sui-input-textbox {
    width: 134px
}

div.sui-window-content {
    padding-top: 15px
}

.sui-popup-buttons {
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    bottom: -1em;
    padding: .6em;
    border-color: #c4c4c4
}

    .sui-popup-buttons .sui-button {
        margin: 0 .16em
    }

.sui-caret-up {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    vertical-align: middle
}

.sui-caret-down {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-top: .4em solid;
    vertical-align: middle
}

.sui-input, .sui-numeric-textbox, .sui-combobox, .sui-dropdown, .sui-button, .sui-switch {
    display: inline-block;
    *display: block;
    zoom: 1;
    margin: 0;
    outline: 0;
    vertical-align: middle;
    white-space: nowrap;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

textarea.sui-input {
    white-space: pre-wrap
}

.sui-listbox, ul.sui-listbox {
    position: relative;
    display: block;
    list-style: none;
    color: #6d6d6d;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
 
}

    .sui-listbox:focus {
        border-color: #2199e0
    }

.sui-listbox-item {
    padding: .5em .3em;
    text-align: left
}

    .sui-listbox-item:hover, .sui-listbox:focus .sui-listbox-item-active {
        cursor: pointer;
        color: #fff;
        background-color: #2199e0
    }

.sui-listbox-item-selected {
    color: #fff;
    background-color: #197bb5
}

.sui-listbox-disabled, .sui-listbox-disabled:active, .sui-listbox-disabled:focus {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.sui-numeric-textbox {
    color: #6d6d6d;
    background-color: #ecedee;
    border-color: #c4c4c4;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    padding: 0 1.8em 0 0;
    width: 9.5em;
    position: relative
}

    .sui-numeric-textbox:focus, .sui-numeric-textbox-focus {
        border-color: #2199e0
    }

.sui-numeric-textbox-nosp {
    padding: 0
}

.sui-numeric-textbox .sui-input, .sui-numeric-textbox .sui-input:focus {
    border: 0;
    padding: .3em 0;
    width: 100%;
    margin: 0;
    border-right: 1px solid #c4c4c4;
    text-indent: .3em;
    line-height: normal;
    *line-height: 1em;
    overflow: hidden;
    vertical-align: top
}

.sui-numeric-textbox-nosp .sui-input, .sui-numeric-textbox-nosp .sui-input:focus {
    border: 0
}

.sui-numeric-textbox .sui-spinners {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.8em;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}

.sui-numeric-textbox .sui-spinner {
    display: block;
    cursor: pointer;
    line-height: 90%
}

    .sui-numeric-textbox .sui-spinner:hover {
        color: #fff;
        background-color: #2199e0
    }

.sui-numeric-textbox .sui-spinner-up {
    margin-top: -1px;
    padding-bottom: 1px;
    *margin-top: -2px;
    *padding-bottom: 0
}

.sui-numeric-textbox .sui-spinner-down {
    *margin-top: -1px;
    padding-bottom: 1px
}

.sui-numeric-textbox-disabled {
    background-color: transparent;
    border-color: inherit
}

    .sui-numeric-textbox-disabled .sui-input, .sui-numeric-textbox-disabled .sui-spinner, .sui-numeric-textbox-disabled .sui-spinner:hover {
        pointer-events: none;
        cursor: default;
        opacity: .4
    }

.sui-combobox, .sui-dropdown {
    color: #6d6d6d;
    background-color: #ecedee;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    overflow: hidden;
    padding: 0 1.8em 0 0;
    width: 9.5em;
    position: relative
}

.sui-dropdown {
    cursor: pointer
}

    .sui-combobox .sui-input, .sui-combobox .sui-input:focus, .sui-dropdown .sui-input, .sui-dropdown .sui-input:focus {
        border: 0;
        padding: .3em 0;
        width: 100%;
        margin: 0;
        border-right: 1px solid;
        border-color: #c4c4c4;
        text-indent: .3em;
        line-height: normal;
        *line-height: 1em;
        overflow: hidden;
        vertical-align: top
    }

    .sui-combobox .sui-caret-container, .sui-dropdown .sui-caret-container {
        position: absolute;
        right: 0;
        top: 0;
        width: 1.7em;
        padding: .3em 0;
        cursor: pointer;
        text-align: center;
        vertical-align: middle
    }

    .sui-combobox .sui-caret, .sui-dropdown .sui-caret {
        display: inline-block;
        *margin-top: .4em;
        zoom: 1;
        width: 0;
        height: 0;
        line-height: 0;
        border-width: .4em .4em .2em;
        border-style: solid;
        border-color: transparent;
        border-top-color: #6d6d6d;
        vertical-align: middle
    }

    .sui-combobox:focus, .sui-combobox-focus, .sui-dropdown:focus, .sui-dropdown-focus {
        border-color: #2199e0
    }

    .sui-combobox:hover, .sui-dropdown:hover {
        color: #fff;
        background-color: #2199e0
    }

        .sui-combobox:hover .sui-caret, .sui-dropdown:hover .sui-caret {
            border-top-color: #fff
        }

.sui-combobox-disabled, .sui-combobox-disabled .sui-input, .sui-dropdown-disabled, .sui-dropdown-disabled .sui-input {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.sui-autocomplete, ul.sui-autocomplete {
    position: absolute;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 300px;
    font-size: 14px;
    z-index: 1800
}

.sui-autocomplete-loading {
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../img/loading-light-small.gif)
}

.sui-input {
    color: #6d6d6d;
    background-color: #fff;
    border-color: #c4c4c4;
    border-style: solid;
    border-width: 1px;
    width: 150px;
    padding: .3em
}

    .sui-input:focus {
        border-color: #2199e0
    }

.sui-input-disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.sui-input::-ms-clear {
    display: none
}

.sui-button {
    color: #6d6d6d;
    background-color: #ecedee;
    border-color: #c4c4c4;
    border-width: 1px;
    border-style: solid;
    padding: .3em;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none
}

    .sui-button:hover {
        color: #fff;
        background-color: #2199e0
    }

    .sui-button:active {
        color: #fff;
        background-color: #197bb5
    }

.sui-button-checked {
    color: #fff;
    background-color: #197bb5
}

.sui-button-disabled, .sui-button-disabled:focus, .sui-button-disabled:active, .sui-button-disabled:hover {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.sui-button-split-handle {
    margin-left: -1px
}

ul.sui-menu.sui-button-split-menu, .sui-menu.sui-button-split-menu {
    cursor: pointer
}

.sui-checkbox {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    font-size: 14px;
     
}

.sui-checkbox-input {
    display: none
}

.sui-checkbox-element {
    display: inline-block;
    width: .8em;
    height: .8em;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    vertical-align: bottom;
    padding: 2px
}

    .sui-checkbox-element:hover {
        border-color: #2199e0
    }

.sui-checkbox-unchecked .sui-checkmark, .sui-checkbox-indeterminate .sui-checkmark {
    display: block;
    font-weight: 700;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 0
}

.sui-checkbox-indeterminate .sui-checkmark {
    background-color: #197bb5
}

.sui-checkbox-checked .sui-checkmark {
    display: block;
    width: .65em;
    height: .25em;
    border-style: solid;
    border-width: 0 0 .2em .2em;
    border-color: #197bb5;
    border-top-color: transparent;
    margin-top: .1em;
    background-color: "-0.1em\9";
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sui-checkbox-label {
    padding-left: .25em;
    position: relative;
    line-height: .8em;
    color: #6d6d6d
}

.sui-checkbox-label-hover {
    cursor: pointer
}

.sui-checkbox-disabled .sui-checkbox-label-hover, .sui-checkbox-disabled.sui-checkbox {
    cursor: default;
    opacity: .4
}

.sui-checkbox-disabled .sui-checkbox-element:hover {
    border-color: #c4c4c4
}

.sui-radiobutton {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    font-size: 14px;
     
}

.sui-radiobutton-input {
    display: none
}

.sui-radiobutton-element {
    display: inline-block;
    zoom: 1;
    width: .75em;
    height: .75em;
    line-height: .8em;
    vertical-align: bottom;
    background-color: #fff;
    border-color: #c4c4c4;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

    .sui-radiobutton-element:hover {
        border-color: #2199e0
    }

.sui-radiobutton .sui-checkmark {
    display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.sui-radiobutton-checked .sui-checkmark {
    background-color: #197bb5
}

.sui-radiobutton-label {
    padding-left: .25em;
    position: relative;
    top: -.063em;
    color: #6d6d6d
}

.sui-radiobutton-label-hover {
    cursor: pointer
}

.sui-radiobutton-disabled .sui-radiobutton-label-hover, .sui-radiobutton-disabled.sui-radiobutton {
    cursor: default;
    opacity: .4
}

.sui-switch {
    position: relative;
    width: 3.5em;
    height: 1.8em;
    cursor: pointer;
    overflow: hidden;
    background-color: #c4c4c4
}

.sui-switch-disabled {
    cursor: default;
    opacity: .4
}

.sui-switch-inner {
    position: absolute;
    width: auto;
    height: auto;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    padding-left: 1.2em;
    padding-right: .1em;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
    color: #6d6d6d;
    background-color: #fff
}

.sui-switch-text {
    vertical-align: middle;
    font-size: .9em
}

.sui-switch-checked .sui-switch-inner {
    padding-left: .1em;
    padding-right: 1.2em;
    color: #fff;
    background-color: #197bb5
}

.sui-switch-handle {
    width: 1.2em;
    position: absolute;
    top: 0;
    left: -2px;
    background-color: #919191;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff
}

.sui-switch-checked .sui-switch-handle {
    border-right: 0
}

.sui-switch:focus .sui-switch-handle, .sui-switch:hover .sui-switch-handle, .sui-switch-handle:hover {
    background-color: #2199e0
}

.sui-switch-disabled:focus .sui-switch-handle, .sui-switch-disabled:hover .sui-switch-handle, .sui-switch-disabled .sui-switch-handle {
    background-color: #c4c4c4
}

.sui-tooltip {
    display: none;
    border-style: solid;
    border-width: 1px;
    z-index: 1150;
    line-height: normal;
    border-color: #c4c4c4;
    color: #6d6d6d;
    background-color: #fff;
    box-shadow: 0 0 7px #c4c4c4;
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px
}

.sui-tooltip-button {
    width: 18px;
    height: 18px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.sui-tooltip-with-button {
    padding-right: 16px
}

.sui-tooltip-content {
    display: block;
    overflow: auto
}

.sui-tooltip-callout-container {
    display: block;
    position: absolute;
    z-index: 1155
}

.sui-tooltip-callout:after, .sui-tooltip-callout:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.sui-tooltip-callout-top:after, .sui-tooltip-callout-top:before {
    bottom: 100%
}

.sui-tooltip-callout-top:after {
    border-width: 6px;
    margin-left: -6px;
    border-color: rgba(196,196,196,0);
    border-bottom-color: #fff
}

.sui-tooltip-callout-top:before {
    border-width: 7px;
    margin-left: -7px;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #c4c4c4
}

.sui-tooltip-callout-bottom:after, .sui-tooltip-callout-bottom:before {
    top: 100%
}

.sui-tooltip-callout-bottom:after {
    border-width: 6px;
    margin-left: -6px;
    border-color: rgba(196,196,196,0);
    border-top-color: #fff
}

.sui-tooltip-callout-bottom:before {
    border-width: 7px;
    margin-left: -7px;
    border-color: rgba(255,255,255,0);
    border-top-color: #c4c4c4
}

.sui-tooltip-callout-left:after, .sui-tooltip-callout-left:before {
    right: 100%
}

.sui-tooltip-callout-left:after {
    border-width: 6px;
    margin-top: -6px;
    border-color: rgba(196,196,196,0);
    border-right-color: #fff
}

.sui-tooltip-callout-left:before {
    border-width: 7px;
    margin-top: -7px;
    border-color: rgba(255,255,255,0);
    border-right-color: #c4c4c4
}

.sui-tooltip-callout-right:after, .sui-tooltip-callout-right:before {
    left: 100%
}

.sui-tooltip-callout-right:after {
    border-width: 6px;
    margin-top: -6px;
    border-color: rgba(196,196,196,0);
    border-left-color: #fff
}

.sui-tooltip-callout-right:before {
    border-width: 7px;
    margin-top: -7px;
    border-color: rgba(255,255,255,0);
    border-left-color: #c4c4c4
}

.sui-splitter-container {
    display: block;
    overflow: hidden;
    color: #6d6d6d;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #2199e0
}

    .sui-splitter-container > .sui-splitter-container {
        border: 0
    }

.sui-splitter-pane {
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0
}

.sui-splitter-pane-vertical {
    width: 100%
}

.sui-splitter-bar {
    position: absolute;
    text-align: center;
    background-color: #197bb5
}

.sui-splitter-bar-vertical {
    width: 100%
}

.sui-splitter-dragbar {
    position: absolute;
    text-align: center;
    z-index: 200;
    background-color: #197bb5
}

.sui-splitter-dragbar-horizontal {
    cursor: ew-resize
}

.sui-splitter-dragbar-vertical {
    width: 100%;
    cursor: ns-resize
}

.sui-splitter-collapsible {
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
    z-index: 201
}

.sui-splitter-dragbar.sui-draggable-dragging {
    background-color: #2199e0
}

.sui-splitter-collapsible-horizontal-left {
    border-top: .22em solid transparent;
    border-bottom: .22em solid transparent;
    border-right: .22em solid;
    border-right-color: #fff
}

.sui-splitter-collapsible-horizontal-right {
    border-top: .22em solid transparent;
    border-bottom: .22em solid transparent;
    border-left: .22em solid;
    border-left-color: #fff
}

.sui-splitter-collapsible-vertical-up {
    border-left: .22em solid transparent;
    border-right: .22em solid transparent;
    border-bottom: .22em solid;
    border-bottom-color: #fff
}

.sui-splitter-collapsible-vertical-down {
    border-left: .22em solid transparent;
    border-right: .22em solid transparent;
    border-top: .22em solid;
    border-top-color: #fff
}

.sui-accordion, ul.sui-accordion {
    position: relative;
    display: block;
    list-style: none;
    color: #6d6d6d;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
     
}

    .sui-accordion .sui-accordion {
        margin: 7px
    }

.sui-accordion-disabled, .sui-accordion-disabled:active, .sui-accordion-disabled:focus {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.sui-accordion-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c4c4c4
}

.sui-accordion-item-title {
    cursor: pointer;
    padding: 9px;
    color: #fff;
    background-color: #197bb5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c4c4c4
}

.sui-accordion-disabled .sui-accordion-item-title {
    cursor: default
}

.sui-accordion-item-collapsed, .sui-accordion-item-last, .sui-accordion-item-last.sui-accordion-item-collapsed .sui-accordion-item-title {
    border-bottom: 0;
    border-bottom-width: 0;
    border-bottom-color: transparent
}

    .sui-accordion-item-collapsed .sui-accordion-item-title {
        background-color: #ecedee;
        color: #6d6d6d;
        border-bottom-color: #c4c4c4
    }

.sui-accordion-item-title:hover, .sui-accordion-item-title-active {
    background-color: #2199e0;
    color: #fff
}

.sui-accordion-item-body {
    padding: 9px
}

.sui-tabs {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-size: 14px;
    border-color: #c4c4c4;
    color: #6d6d6d;
    background-color: #fff;
    border: 1px solid #c4c4c4
}

.sui-tabs-tablist, ul.sui-tabs-tablist, ol.sui-tabs-tablist {
    list-style: none;
    font-size: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background-color: #ecedee
}

    .sui-tabs-tablist > li {
        margin: 0;
        padding-top: .7em;
        padding-bottom: .7em;
        padding-left: 1.2em;
        padding-right: 1.2em;
        font-size: 14px;
        color: #6d6d6d;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        background-color: #ecedee;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        -webkit-touch-callout: none
    }

        .sui-tabs-tablist > li:hover {
            color: #fff;
            background-color: #2199e0
        }

        .sui-tabs-tablist > li.sui-tabs-tab-active, .sui-tabs-tablist > li.sui-tabs-tab-active:hover {
            color: #6d6d6d;
            background-color: #fff;
            cursor: default
        }

.sui-tabs-top .sui-tabs-tablist > li.sui-tabs-tab-active, .sui-tabs-top .sui-tabs-tablist > li.sui-tabs-tab-active:hover, .sui-tabs-bottom .sui-tabs-tablist > li.sui-tabs-tab-active, .sui-tabs-bottom .sui-tabs-tablist > li.sui-tabs-tab-active:hover {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4
}

.sui-tabs-top .sui-tabs-tablist li:first-child, .sui-tabs-top .sui-tabs-tablist li:first-child:hover, .sui-tabs-bottom .sui-tabs-tablist li:first-child, .sui-tabs-bottom .sui-tabs-tablist li:first-child:hover {
    border-left: 1px solid transparent
}

.sui-tabs-left .sui-tabs-tablist > li.sui-tabs-tab-active, .sui-tabs-left .sui-tabs-tablist > li.sui-tabs-tab-active:hover, .sui-tabs-right .sui-tabs-tablist > li.sui-tabs-tab-active, .sui-tabs-right .sui-tabs-tablist > li.sui-tabs-tab-active:hover {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.sui-tabs-left .sui-tabs-tablist li:first-child, .sui-tabs-left .sui-tabs-tablist li:first-child:hover, .sui-tabs-right .sui-tabs-tablist li:first-child, .sui-tabs-right .sui-tabs-tablist li:first-child:hover {
    border-top: 1px solid transparent
}

.sui-tabs-left .sui-tabs-tablist li.sui-tabs-tab-last-bottom, .sui-tabs-left .sui-tabs-tablist li.sui-tabs-tab-last-bottom:hover, .sui-tabs-right .sui-tabs-tablist li.sui-tabs-tab-last-bottom, .sui-tabs-right .sui-tabs-tablist li.sui-tabs-tab-last-bottom:hover {
    border-bottom: 1px solid transparent
}

.sui-tabs-tablist-collapsible > li.sui-tabs-tab-active, .sui-tabs-tablist-collapsible > li.sui-tabs-tab-active:hover {
    cursor: pointer
}

.sui-tabs-tablist > li.sui-tabs-tab-disabled, .sui-tabs-tablist > li.sui-tabs-tab-disabled:hover {
    pointer-events: none;
    cursor: default;
    opacity: .5;
    color: #6d6d6d;
    background-color: #ecedee
}

.sui-tabs-top .sui-tabs-tablist > li, .sui-tabs-bottom .sui-tabs-tablist li {
    display: inline-block
}

.sui-tabs-left .sui-tabs-tablist, .sui-tabs-right .sui-tabs-tablist {
    display: inline-block
}

    .sui-tabs-left .sui-tabs-tablist > li, .sui-tabs-right .sui-tabs-tablist > li {
        display: block
    }

.sui-tabs > .sui-tabs-item {
    margin: 0;
    padding: 1em;
    vertical-align: top;
    overflow: auto
}

.sui-tabs-top > .sui-tabs-item, .sui-tabs-bottom > .sui-tabs-item {
    display: block;
    min-height: 70px
}

.sui-tabs-left > .sui-tabs-tablist {
    float: left
}

.sui-tabs-right > .sui-tabs-tablist {
    float: right
}

.sui-tabs-left > .sui-tabs-item, .sui-tabs-right > .sui-tabs-item {
    position: static;
    display: block
}

.sui-tabs .sui-tabs-tab-text {
    display: inline-block;
    vertical-align: middle
}

.sui-tabs .sui-tabs-tab-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
    margin-right: .5em
}

    .sui-tabs .sui-tabs-tab-icon img {
        width: 16px;
        height: 16px;
        border: 0
    }

.sui-loading-panel {
    position: absolute;
    font-size: 14px;
     
}

    .sui-loading-panel .sui-loading-image {
        position: relative;
        display: block;
        width: 65px;
        height: 65px;
        margin: 0 auto;
        z-index: inherit;
        border-radius: 2px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #fff;
        background-image: url(../img/loading-light.gif)
    }

    .sui-loading-panel .sui-loading-image-small {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        z-index: inherit;
        border-radius: 2px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #fff;
        background-image: url(../img/loading-light-small.gif)
    }

    .sui-loading-panel .sui-loading-back {
        position: inherit;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #919191;
        opacity: .35;
        filter: alpha(opacity=35)
    }

.sui-loading-panel-ie7 .sui-loading-back {
    position: absolute
}

.sui-loading-panel .sui-loading-text {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: inherit;
    font-size: 1.5em;
    color: #fff
}

.sui-menu, ul.sui-menu {
    position: relative;
    display: inline-block;
    list-style: none;
    color: #6d6d6d;
    background-color: #ecedee;
    border: 1px solid #c4c4c4;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
    line-height: normal;
    overflow: visible;
    cursor: default
}

.sui-context-menu {
    display: inline-block;
    position: absolute;
    overflow: visible;
    box-shadow: 1px 1px 2px #c4c4c4;
    z-index: 1120
}

.sui-menu:not(.sui-menu-top) {
    box-shadow: 1px 1px 2px #c4c4c4
}

.sui-menu-horizontal > li {
    display: inline-block
}

.sui-menu-submenu {
    position: absolute;
    display: inline-block;
    z-index: 1100
}

    .sui-menu-submenu .sui-menu {
        width: 100%
    }

.sui-menu-item {
    padding: 0;
    position: relative
}

.sui-menu-item-separator {
    background-color: #c4c4c4
}

a.sui-menu-item-link, a.sui-menu-item-link:link, a.sui-menu-item-link:visited, a.sui-menu-item-link:hover, a.sui-menu-item-link:active {
    outline: 0;
    display: block;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .85em;
    padding-right: .85em;
    text-decoration: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    white-space: nowrap
}

.sui-menu-item-text {
    display: inline-block;
    vertical-align: middle
}

.sui-menu-item-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
    margin-right: .5em
}

    .sui-menu-item-icon img {
        width: 16px;
        height: 16px;
        border: 0
    }

.sui-menu-horizontal > .sui-menu-item-separator {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: solid 1px #c4c4c4
}

.sui-menu-vertical > .sui-menu-item-separator {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: solid 1px #c4c4c4
}

.sui-menu-item:hover {
    color: #fff;
    background-color: #2199e0
}

.sui-menu-focus .sui-menu-item-selected {
    color: #fff;
    background-color: #197bb5
}

.sui-menu-item-disabled, .sui-menu-item-disabled:hover {
    pointer-events: none;
    cursor: default;
    opacity: .4;
    color: #6d6d6d;
    background-color: #ecedee
}

.sui-menu-horizontal > li > a > .sui-menu-item-children-caret {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-top: .4em solid;
    vertical-align: middle;
    margin-left: 6px
}

.sui-menu-vertical > li > a > .sui-menu-item-children-caret {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: .4em solid;
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    right: 12px;
    margin-top: 5px
}

.sui-menu-vertical > li > a > .sui-menu-item-text-hc {
    margin-right: 16px
}

.sui-pager-core {
    padding-bottom: .25em;
    padding-top: .563em;
    white-space: normal;
    width: 100%;
    font-size: 14px;
     
}

.sui-pager-element, .sui-pagination-ie {
    float: left
}

.sui-pager-core div, .sui-pager-core a {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none
}

.sui-pagination a {
    cursor: pointer
}

    .sui-pagination a:hover {
        background-color: transparent
    }

.sui-pagination .sui-disabled a {
    cursor: default
}

.sui-pagination .sui-pager-element.sui-disabled:hover {
    background-color: transparent
}

.sui-pagination:first-child {
    border-radius: 4px
}

.sui-pager-core .sui-pagination {
    display: inline-block;
    margin: 0 0 0 .375em;
    overflow: hidden;
    cursor: default;
    list-style-type: none;
    padding: 0
}

.sui-pager-core .sui-pagination-ie7 {
    float: left
}

.sui-pager-core .sui-pagination a {
    border-image: none;
    border-style: solid;
    border-width: 0 1px 0 0;
    float: left;
    padding: .29em .75em;
    text-decoration: none
}

.sui-pager-core div.sui-pager-info-box, .sui-pager-core div.sui-pager-info-box-ie {
    display: inline-block;
    float: right;
    padding-right: .375em;
    padding-top: .25em
}

.sui-pager-core .sui-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: default
}

.sui-pager {
    background-color: #ecedee;
    border-color: #c4c4c4
}

    .sui-pager .sui-pagination {
        background-color: #ecedee;
        border-width: 1px;
        border-style: solid;
        border-color: #c4c4c4
    }

        .sui-pager .sui-pagination a {
            color: #6d6d6d;
            border-color: #c4c4c4
        }

            .sui-pager .sui-pagination a:hover {
                color: #fff
            }

        .sui-pager .sui-pagination .sui-selected {
            color: #fff;
            background-color: #197bb5
        }

        .sui-pager .sui-pagination .sui-last {
            border-right-width: 0
        }

        .sui-pager .sui-pagination .sui-disabled a:hover {
            color: #6d6d6d
        }

        .sui-pager .sui-pagination .sui-pager-element:hover {
            background-color: #2199e0
        }

    .sui-pager .sui-pager-info-box {
        color: #6d6d6d
    }

    .sui-pager .sui-pagination .sui-pager-element.sui-disabled:hover {
        filter: alpha(opacity=40);
        opacity: .4
    }

.sui-progressbar {
    position: relative;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 30px;
    font-size: 14px;
     
}

.sui-progressbar-value {
    margin: 0;
    float: left;
    background-color: #197bb5
}

.sui-progressbar-text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    color: #b2b4b6
}

.sui-progressbar-vertical {
    height: 200px;
    width: 30px
}

.sui-progressbar-circular {
    width: 100px;
    height: 100px;
    border-width: 0;
    border-style: none
}

.sui-progressbar-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: default
}

.sui-rating {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none
}

.sui-rating-disabled {
    opacity: .4;
    filter: alpha(opacity=40)
}

.sui-rating .sui-rating-range {
    position: relative;
    display: inline-block;
    background: url(../img/stars.png);
    height: 16px;
    outline: 0
}

    .sui-rating .sui-rating-range * {
        display: block
    }

* html .sui-rating, * html .sui-rating .sui-rating-range {
    display: inline
}

    * + html .sui-rating, * + html .sui-rating .sui-rating-range {
        display: inline
    }

        .sui-rating .sui-rating-hover, .sui-rating .sui-rating-selected {
            position: absolute;
            left: 0
        }

        .sui-rating .sui-rating-hover-rtl, .sui-rating .sui-rating-selected-rtl {
            left: auto;
            right: 0
        }

        .sui-rating .sui-rating-hover, .sui-rating .sui-rating-selected, .sui-rating .sui-rating-preset, .sui-rating .sui-rating-preset-rtl {
            background-image: url(../img/stars.png)
        }

        .sui-rating .sui-rating-selected {
            background-position: left -16px
        }

.sui-rtl .sui-rating .sui-rating-selected {
    background-position: right -16px
}

.sui-rating .sui-rating-hover, .sui-rating .sui-rating-preset, .sui-rating .sui-rating-preset-rtl {
    background-position: left -32px
}

.sui-rtl .sui-rating .sui-rating-hover {
    background-position: right -32px
}

.sui-rtl {
    direction: rtl
}

    .sui-rtl .sui-grid tr td:last-child, .sui-rtl .sui-grid tr th:last-child {
        border-left: 0 none
    }

    .sui-rtl .sui-grid-core tr td:first-child, .sui-rtl .sui-grid-core tr th:first-child {
        border-left-style: solid;
        border-left-width: 1px
    }

    .sui-rtl .sui-grid-core .sui-headercell {
        text-align: right
    }

    .sui-rtl .sui-headercontent {
        border-left-style: solid;
        border-left-width: 1px;
        border-right-style: none;
        border-right-width: 0;
        overflow: hidden
    }

    .sui-rtl .sui-grid-core .sui-descending, .sui-rtl .sui-grid-core .sui-ascending {
        padding-left: 0;
        padding-right: .2em
    }

    .sui-rtl .sui-pager-element, .sui-rtl .sui-pagination-ie7 {
        float: right
    }

    .sui-rtl .sui-pager-core .sui-pagination {
        margin: 0 .375em 0 0
    }

        .sui-rtl .sui-pager-core .sui-pagination a {
            float: left
        }

    .sui-rtl .sui-pager-core div.sui-pager-info-box {
        float: left;
        padding-left: .375em
    }

    .sui-rtl .sui-pager-core div.sui-pager-info-box-ie {
        padding-left: .375em
    }

    .sui-rtl .sui-pager .sui-pagination .sui-first {
        border-right: medium none
    }

    .sui-rtl .sui-pager .sui-pagination .sui-last {
        border-right-width: 1px
    }

    .sui-rtl .sui-input, .sui-rtl .sui-numeric-textbox, .sui-rtl .sui-combobox, .sui-rtl .sui-dropdown, .sui-rtl .sui-button, .sui-rtl .sui-listbox .sui-listbox-item {
        text-align: right
    }

    .sui-rtl .sui-progressbar-value {
        float: right
    }

    .sui-rtl .sui-checkbox-label, .sui-rtl .sui-radiobutton-label {
        padding-right: .25em
    }

    .sui-rtl .sui-combobox-dd {
        float: left
    }

    .sui-rtl .sui-calendar .sui-left-arrow {
        border-width: .4em 0 .4em .5em;
        border-color: inherit;
        border-top-color: transparent;
        border-bottom-color: transparent
    }

    .sui-rtl .sui-calendar .sui-right-arrow {
        border-width: .4em .5em .4em 0;
        border-color: inherit;
        border-top-color: transparent;
        border-bottom-color: transparent
    }

    .sui-rtl .sui-datepicker, .sui-rtl .sui-monthyearpicker, .sui-rtl .sui-timepicker {
        padding: 0 0 0 1.8em;
        border-right: 0
    }

@-moz-document url-prefix() {
    .sui-rtl .sui-datepicker, .sui-rtl .sui-monthyearpicker, .sui-rtl .sui-timepicker {
        padding: 0 0 0 1.7em
    }
}

.sui-rtl .sui-datetimepicker {
    padding: 0 0 0 3.6em;
    border-right: 0
}

    .sui-rtl .sui-datepicker .sui-icon-wrapper, .sui-rtl .sui-monthyearpicker .sui-icon-wrapper, .sui-rtl .sui-timepicker .sui-icon-wrapper, .sui-rtl .sui-datetimepicker .sui-icon-wrapper {
        left: 0;
        right: inherit
    }

    .sui-rtl .sui-datetimepicker .sui-time-icon-wrapper {
        left: 1.7em;
        right: inherit
    }

    .sui-rtl .sui-datepicker .sui-picker-input, .sui-rtl .sui-monthyearpicker .sui-picker-input, .sui-rtl .sui-timepicker .sui-picker-input, .sui-rtl .sui-datetimepicker .sui-picker-input {
        border-image: none;
        border-style: none solid;
        border-width: medium 1px;
        text-align: right
    }

.sui-slider {
    display: block;
    position: relative;
    color: #6d6d6d;
    font-size: 14px;
    outline: 0
}

.sui-slider-horizontal {
    width: 300px;
    height: 50px
}

.sui-slider-vertical {
    width: 50px;
    height: 300px
}

.sui-slider-disabled {
    cursor: default;
    opacity: .4
}

.sui-slider-scale {
    position: absolute;
    background-color: #ecedee;
    cursor: pointer;
    outline: 0
}

.sui-slider-disabled .sui-slider-scale {
    cursor: default
}

.sui-slider-scale-horizontal {
    height: 10px
}

.sui-slider-scale-vertical {
    width: 10px
}

.sui-slider-tick {
    position: absolute;
    background-color: #2199e0
}

.sui-slider-tick-horizontal {
    width: 1px;
    height: 5px
}

.sui-slider-tick-vertical {
    width: 5px;
    height: 1px
}

.sui-slider-bar {
    position: absolute;
    width: 14px;
    height: 0;
    padding-bottom: 14px;
    background-color: #197bb5;
    border: 1px solid #197bb5;
    cursor: pointer
}

    .sui-slider-bar:hover, .sui-slider-focus .sui-slider-bar {
        background-color: #2199e0;
        border-color: #2199e0
    }

.sui-slider-disabled .sui-slider-bar {
    cursor: default;
    background-color: #a9adb2;
    border-color: #a9adb2
}

    .sui-slider-disabled .sui-slider-bar:hover {
        cursor: default;
        background-color: #a9adb2;
        border-color: #a9adb2
    }

.sui-slider-button {
    position: absolute;
    width: 20px;
    height: 0;
    padding-bottom: 20px;
    color: #6d6d6d;
    background-color: #ecedee;
    border: 1px solid #c4c4c4;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    vertical-align: center
}

    .sui-slider-button:hover {
        color: #fff;
        background-color: #2199e0
    }

.sui-slider-disabled .sui-slider-button {
    color: #6d6d6d;
    background-color: #ecedee;
    cursor: default
}

.sui-slider-button-arrow-left {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    margin-top: .35em;
    border-top: .35em solid transparent;
    border-bottom: .35em solid transparent;
    border-right: .35em solid
}

.sui-slider-button-arrow-right {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    margin-top: .35em;
    border-top: .35em solid transparent;
    border-bottom: .35em solid transparent;
    border-left: .35em solid
}

.sui-slider-button-arrow-up {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: .35em solid transparent;
    border-right: .35em solid transparent;
    border-bottom: .35em solid
}

.sui-slider-button-arrow-down {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: .35em solid transparent;
    border-right: .35em solid transparent;
    border-top: .35em solid
}

.sui-slider-mark {
    position: absolute;
    font-size: .8em;
    color: #6d6d6d;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    margin-top: 1px
}

.sui-tagcloud {
    position: relative;
    display: block;
    color: #6d6d6d;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
    line-height: normal;
    overflow: hidden
}

.sui-tagcloud-title {
    display: block;
    width: 100%;
    padding: .7em;
    color: #fff;
    background-color: #197bb5;
    overflow: hidden
}

.sui-tagcloud-content {
    display: block;
    padding: .4em;
    overflow-x: hidden;
    overflow-y: auto
}

.sui-tagcloud-item {
    position: relative;
    display: inline-block;
    margin: .2em
}

a.sui-tagcloud-link, a.sui-tagcloud-link:link, a.sui-tagcloud-link:visited, a.sui-tagcloud-link:hover, a.sui-tagcloud-link:active {
    text-decoration: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit
}

.sui-treemap {
    position: relative;
    overflow: hidden;
    border: 1px solid #c4c4c4;
    font-size: 14px;
    outline: 0
}

.sui-treemap-group {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.sui-treemap-title {
    position: absolute;
    overflow: hidden;
    padding: .2em;
    color: #fff;
    background-color: #197bb5;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.sui-treemap-group-horizontal .sui-treemap-title {
    text-align: center
}

    .sui-treemap-group-horizontal .sui-treemap-title .sui-treemap-title-inner {
        width: 22px;
        transform: rotate(-90deg)
    }

.sui-treemap-group-vertical .sui-treemap-title, .sui-treemap-group-squarified .sui-treemap-title {
    width: 100%;
    height: auto;
    text-align: center
}

.sui-treemap-item {
    position: absolute;
    overflow: hidden;
    padding: 3px;
    font-size: .9em;
    color: #fff;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: default
}

    .sui-treemap-item:hover {
        border: 3px solid #c4c4c4;
        padding: 1px;
        opacity: .85;
        filter: alpha(opacity=85)
    }

.sui-treemap-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: default
}

    .sui-treemap-disabled .sui-treemap-item:hover {
        padding: 3px;
        border: 1px solid #c4c4c4;
        opacity: 1;
        filter: alpha(opacity=100)
    }

.sui-treeview {
    position: relative;
    display: block;
    list-style: none;
    color: #6d6d6d;
    background-color: #fff;
    outline: 0;
    font-size: 14px;
    line-height: normal;
    overflow: visible;
    cursor: default;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
    text-align: left
}

.sui-treeview-list, ul.sui-treeview-list {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0;
    padding-left: 16px
}

.sui-treeview-item, li.sui-treeview-item {
    padding: .2em
}

.sui-treeview-item-toggle {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    margin-left: -16px
}

.sui-treeview-item-toggle-expanded {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-top: .4em solid;
    position: relative;
    top: -2px
}

.sui-treeview-item-toggle-collapsed {
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: .4em solid;
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    position: relative
}

.sui-treeview-item-check {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    margin-left: .5em;
    margin-right: .2em
}

.sui-treeview-item-text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .2em;
    padding-left: .3em;
    padding-right: .3em;
    padding-top: .2em;
    padding-bottom: .2em
}

    .sui-treeview-item-text:hover {
        color: #fff;
        background-color: #2199e0
    }

.sui-treeview-item-text-dragging, .sui-treeview-item-text-dragging:hover {
    color: #fff;
    background-color: #197bb5
}

.sui-treeview-item-text-dropover {
    color: #fff;
    background-color: #2199e0
}

.sui-treeview-item-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-right: .5em
}

.sui-treeview-item-toggle-loading {
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/loading-light-small.gif)
}

    .sui-treeview-item-toggle-loading .sui-treeview-item-toggle-expanded, .sui-treeview-item-toggle-loading .sui-treeview-item-toggle-collapsed {
        display: none
    }

.sui-treeview-focus .sui-treeview-item-selected > .sui-treeview-item-content > .sui-treeview-item-text, .sui-treeview-focus .sui-treeview-item-selected > .sui-treeview-item-content > .sui-treeview-item-text:hover {
    color: #fff;
    background-color: #2199e0
}

.sui-treeview-item-active > .sui-treeview-item-content > .sui-treeview-item-text, .sui-treeview-item-active > .sui-treeview-item-content > .sui-treeview-item-text:hover, .sui-treeview-focus .sui-treeview-item-active > .sui-treeview-item-content > .sui-treeview-item-text, .sui-treeview-focus .sui-treeview-item-active > .sui-treeview-item-content > .sui-treeview-item-text:hover {
    color: #fff;
    background-color: #197bb5
}

.sui-treeview-item-disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4;
    color: #6d6d6d
}

    .sui-treeview-item-disabled .sui-checkbox {
        opacity: 1
    }

.sui-window {
    display: block;
    color: #6d6d6d;
    background-color: #fff;
    box-shadow: 0 0 7px #c4c4c4;
    border-style: solid;
    border-width: 1px;
    border-color: #c4c4c4;
    z-index: 1100;
    line-height: normal;
    font-size: 14px;
}

.sui-window-titlebar {
    position: relative;
    clear: both;
    width: 100%;
    height: 35px;
    overflow: hidden;
    color: #fff;
    border-color: #2199e0;
    background-color: #197bb5
}

.sui-window-title {
    float: left;
    display: inline-block;
    padding: .7em
}

.sui-window-icons {
    float: right;
    display: inline-block;
    margin-top: 6px;
    margin-right: 2px
}

.sui-window-button, .sui-button.sui-window-button {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 3px;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    background-image: none
}

    .sui-window-button:hover {
        background-color: #2199e0
    }

.sui-window-button-icon {
    margin: auto;
    margin-top: 2px
}

.sui-window-button-icon-close {
    background-position: -48px 0
}

.sui-window-button-icon-maximize {
    background-position: -64px 0
}

.sui-window-button-icon-restore {
    background-position: -80px 0
}

.sui-window-button-icon-minimize {
    background-position: -96px 0
}

.sui-window-button-icon-unminimize {
    background-position: -80px 0
}

.sui-window-button-icon-pin {
    background-position: -112px 0
}

.sui-window-button-icon-unpin {
    background-position: -128px 0
}

.sui-window-content {
    position: relative;
    clear: both;
    display: inline-block;
    overflow: auto;
    padding: 7px;
    background-color: #fff
}

.sui-window-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #919191;
    opacity: .35;
    filter: alpha(opacity=35)
}

.shared-calendar .column {
    display: inline-block
}

.shared-calendar .calendar-popup {
    position: absolute;
    padding: 0 19px;
    width: 320px;
    min-height: 390px;
    border: 1px #DEE3E6 solid;
    left: 0;
    top: 70px;
    display: none;
    z-index: 5;
    background: #F3FBFD;
    text-align: center
}

    .shared-calendar .calendar-popup p {
        margin: 0;
        padding: 0;
        line-height: 1;
        padding: 11px 0 17px;
        text-align: left;
        font-size: 14px;
        font-style: italic
    }

    .shared-calendar .calendar-popup .price-row {
        margin-top: 30px
    }

        .shared-calendar .calendar-popup .price-row > *:first-child {
            margin-right: 12px
        }

    .shared-calendar .calendar-popup .calendar-options {
        margin-top: 30px;
        text-align: left;
        padding-left: 5px
    }

        .shared-calendar .calendar-popup .calendar-options .column:first-child {
            margin-right: 16px
        }

        .shared-calendar .calendar-popup .calendar-options .dropdown.duke {
            margin: 0
        }

            .shared-calendar .calendar-popup .calendar-options .dropdown.duke.small button {
                width: 124px;
                height: 50px
            }

            .shared-calendar .calendar-popup .calendar-options .dropdown.duke.small .dropdown-menu {
                width: 124px
            }

        .shared-calendar .calendar-popup .calendar-options .sui-calendar .sui-week-header th {
            border: none !important;
            text-align: center
        }

        .shared-calendar .calendar-popup .calendar-options .calendar-select {
            position: relative
        }

            .shared-calendar .calendar-popup .calendar-options .calendar-select select {
                background-image: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                border-radius: 0px;
                width: 125px;
                height: 50px;
                font-size: 16px;
                padding-bottom: 10px;
                padding-left: 14px
            }

    .shared-calendar .calendar-popup .calendar-content {
        margin-top: 16px
    }

        .shared-calendar .calendar-popup .calendar-content .sui-calendar {
            border: none !important;
            background: none !important;
            font-family: inherit !important
        }

            .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-header {
                background-color: transparent !important;
                font-size: 18px;
                font-weight: normal;
                margin-bottom: 29px;
                margin-right: 6px
            }

                .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-header .sui-prev {
                    padding-top: 0.2em
                }

                .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-header .sui-text {
                    color: #015B90;
                    font-weight: normal;
                    text-transform: uppercase;
                    letter-spacing: 0.097em;
                    margin-top: 0;
                    padding: 0
                }

            .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-calendar-view {
                background-color: white;
                border: 11px solid transparent !important;
                width: 100%
            }

                .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-calendar-view thead th {
                    padding-bottom: 8px;
                    font-size: 14px;
                    text-transform: uppercase;
                    color: #015B90;
                    width: 0px;
                    text-align: center;
                    line-height: 1.288
                }

                .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-calendar-view tbody td {
                    font-size: 14px;
                    width: 20px;
                    height: 12px;
                    padding-bottom: 6px;
                    line-height: 1.71;
                    position: relative
                }

                .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-calendar-view .sui-selected {
                    width: 24px;
                    height: 24px;
                    display: inline-block
                }

                .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-calendar-view .sui-focused {
                    box-shadow: none !important
                }

            .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-footer:hover, .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-text:hover, .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-prev:hover, .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-next:hover {
                color: #015B90 !important;
                background-color: transparent !important
            }

        .shared-calendar .calendar-popup .calendar-content .calendar {
            width: 280px
        }

        .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-left-arrow, .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-right-arrow {
            border: none;
            bottom: 2px;
            overflow: hidden;
            display: inline-block;
            width: 12px;
            height: 12px
        }

        .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-calendar-view .sui-selected, .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-hoverable .sui-date:hover {
            background-color: #015B90;
            border-radius: 30px
        }

        .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-left-arrow {
            border-top: 1px solid #015B90;
            border-left: 1px solid #015B90;
            transform: rotate(-45deg);
            margin-right: 9px
        }

        .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-right-arrow {
            border-top: 1px solid #015B90;
            border-right: 1px solid #015B90;
            transform: rotate(45deg);
            margin-left: 2px
        }

@media (min-width: 0) and (max-width: 767px) {
    .shared-calendar .column {
        padding: 0px
    }

        .shared-calendar .column:first-child {
            margin: 0
        }

    .shared-calendar .calendar-popup {
        width: 320px;
        z-index: 5;
        margin-top: 0;
        left: 0;
        top: 0;
        padding: 0;
        margin-left: -13px;
        position: relative
    }

        .shared-calendar .calendar-popup .calendar-options {
            margin: 0;
            padding-top: 30px;
            padding-left: 26px
        }

            .shared-calendar .calendar-popup .calendar-options .calendar-select {
                padding: 0
            }

                .shared-calendar .calendar-popup .calendar-options .calendar-select .dropdown.duke.small .dropdown-menu, .shared-calendar .calendar-popup .calendar-options .calendar-select .dropdown.duke.small button {
                    width: 124px
                }

                .shared-calendar .calendar-popup .calendar-options .calendar-select select {
                    width: 100%;
                    padding-bottom: 8px
                }

        .shared-calendar .calendar-popup .calendar-content {
            margin-top: 10px
        }

            .shared-calendar .calendar-popup .calendar-content p {
                margin: 0
            }

            .shared-calendar .calendar-popup .calendar-content #calendar-right .sui-header {
                text-align: left
            }

            .shared-calendar .calendar-popup .calendar-content #calendar-right .sui-text {
                margin-left: 0;
                margin-right: 0;
                text-align: center;
                letter-spacing: 0.1em;
                width: 198px;
                padding-left: 0px
            }

            .shared-calendar .calendar-popup .calendar-content #calendar-right .sui-next {
                padding-top: 6px;
                margin-top: 0.28em;
                text-align: right;
                padding: 0;
                margin: 0
            }

            .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-header {
                margin: 4px 0 10px
            }

            .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-calendar-view {
                border: 11px solid transparent !important;
                border-bottom: none;
                margin-top: 18px;
                padding-left: 12px
            }

            .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-left-arrow {
                margin-left: 3px
            }

            .shared-calendar .calendar-popup .calendar-content .sui-calendar .sui-right-arrow {
                margin-left: 3px
            }

            .shared-calendar .calendar-popup .calendar-content #calendar-right .sui-prev {
                display: inline-block !important;
                margin-left: 4px;
                margin-right: 13px
            }
}

.registration-container .calendar-popup {
    top: 272px;
    left: 25px
}

@media (min-width: 768px) and (max-width: 979px) {
    .registration-container .calendar-popup {
        top: 319px;
        left: 27px
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .registration-container .calendar-popup {
        top: 0;
        left: 0
    }
}

.historical-pricing .calendar-popup {
    top: 336px;
    left: 35px
}

@media (min-width: 980px) and (max-width: 1199px) {
    .historical-pricing .calendar-popup {
        left: 30px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .historical-pricing .calendar-popup {
        top: 363px;
        left: 30px
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .historical-pricing .calendar-popup {
        top: 0;
        left: 0
    }
}

.energy-carousel {
    margin: 40px 0
}

    .energy-carousel .container {
        position: relative;
        overflow: hidden;
        padding: 90px 0 0;
        background-color: #005984;
        color: #fff !important
    }

        .energy-carousel .container header {
            text-align: center
        }

            .energy-carousel .container header h2 {
                color: #fff;
                text-transform: capitalize
            }

            .energy-carousel .container header .toggle-controls {
                margin-top: 33px;
                padding-left: 0
            }

                .energy-carousel .container header .toggle-controls .toggle-option {
                    background-color: #00527B;
                    display: inline-block;
                    width: 125px;
                    border: 1px solid #77a4ba;
                    border-radius: 25px;
                    text-transform: uppercase;
                    font-size: 14px;
                    color: #fff
                }

                    .energy-carousel .container header .toggle-controls .toggle-option:first-child {
                        margin-right: 32px
                    }

                    .energy-carousel .container header .toggle-controls .toggle-option.active a, .energy-carousel .container header .toggle-controls .toggle-option:hover a {
                        opacity: 1;
                        color: #fff
                    }

                    .energy-carousel .container header .toggle-controls .toggle-option a {
                        -webkit-transition: opacity 0.1s;
                        -moz-transition: opacity 0.1s;
                        -o-transition: opacity 0.1s;
                        transition: opacity 0.1s;
                        opacity: 0.2;
                        display: block;
                        padding: 19px 0
                    }

        .energy-carousel .container #carousel-tab1 h3, .energy-carousel .container #carousel-tab1 h2, .energy-carousel .container #carousel-tab1 p, .energy-carousel .container #carousel-tab2 h3, .energy-carousel .container #carousel-tab2 h2, .energy-carousel .container #carousel-tab2 p {
            color: #fff !important
        }

        .energy-carousel .container #carousel-tab1 .carousel-inner, .energy-carousel .container #carousel-tab2 .carousel-inner {
            border-bottom: 1px solid #77a4ba
        }

            .energy-carousel .container #carousel-tab1 .carousel-inner .item .row, .energy-carousel .container #carousel-tab2 .carousel-inner .item .row {
                margin: 0 80px
            }

                .energy-carousel .container #carousel-tab1 .carousel-inner .item .row .image, .energy-carousel .container #carousel-tab2 .carousel-inner .item .row .image {
                    float: right;
                    text-align: center
                }

                .energy-carousel .container #carousel-tab1 .carousel-inner .item .row h3, .energy-carousel .container #carousel-tab2 .carousel-inner .item .row h3 {
                    padding-bottom: 30px;
                    border-bottom: 1px solid #77a4ba;
                    padding-top: 112px;
                    text-transform: uppercase
                }

                .energy-carousel .container #carousel-tab1 .carousel-inner .item .row .detail, .energy-carousel .container #carousel-tab2 .carousel-inner .item .row .detail {
                    text-align: left
                }

                    .energy-carousel .container #carousel-tab1 .carousel-inner .item .row .detail .text, .energy-carousel .container #carousel-tab2 .carousel-inner .item .row .detail .text {
                        padding-top: 30px
                    }

                .energy-carousel .container #carousel-tab1 .carousel-inner .item .row .btn-white, .energy-carousel .container #carousel-tab2 .carousel-inner .item .row .btn-white {
                    margin-top: 60px;
                    padding: 15px;
                    display: table
                }

        .energy-carousel .container #carousel-tab1 .carousel-control, .energy-carousel .container #carousel-tab2 .carousel-control {
            background-color: #00527B;
            border-radius: 50%;
            height: 57px;
            width: 57px;
            opacity: 0.5;
            background-image: none;
            top: 30%
        }

            .energy-carousel .container #carousel-tab1 .carousel-control:hover, .energy-carousel .container #carousel-tab1 .carousel-control:active, .energy-carousel .container #carousel-tab2 .carousel-control:hover, .energy-carousel .container #carousel-tab2 .carousel-control:active {
                opacity: 1
            }

            .energy-carousel .container #carousel-tab1 .carousel-control.left, .energy-carousel .container #carousel-tab2 .carousel-control.left {
                left: 20px
            }

                .energy-carousel .container #carousel-tab1 .carousel-control.left span:before, .energy-carousel .container #carousel-tab2 .carousel-control.left span:before {
                    position: absolute;
                    top: 25%;
                    left: 30%;
                    color: #fff;
                    font-size: 30px;
                    line-height: 1;
                    opacity: 0.85
                }

            .energy-carousel .container #carousel-tab1 .carousel-control.right, .energy-carousel .container #carousel-tab2 .carousel-control.right {
                right: 20px
            }

                .energy-carousel .container #carousel-tab1 .carousel-control.right span:before, .energy-carousel .container #carousel-tab2 .carousel-control.right span:before {
                    position: absolute;
                    top: 25%;
                    right: 30%;
                    color: white;
                    font-size: 30px;
                    line-height: 1;
                    opacity: 0.85
                }

        .energy-carousel .container #carousel-tab1 .carousel-indicators li, .energy-carousel .container #carousel-tab2 .carousel-indicators li {
            background-color: transparent;
            -webkit-border-radius: 0;
            border-radius: 0;
            display: inline-block;
            width: 159px;
            height: 219px;
            margin: 0 !important;
            border: none;
            opacity: 0.5
        }

            .energy-carousel .container #carousel-tab1 .carousel-indicators li.active, .energy-carousel .container #carousel-tab2 .carousel-indicators li.active {
                background-color: #02547d;
                opacity: 1
            }

            .energy-carousel .container #carousel-tab1 .carousel-indicators li:hover, .energy-carousel .container #carousel-tab2 .carousel-indicators li:hover {
                background-color: #02547d;
                opacity: 0.75
            }

            .energy-carousel .container #carousel-tab1 .carousel-indicators li .img-wrapper, .energy-carousel .container #carousel-tab2 .carousel-indicators li .img-wrapper {
                display: table;
                height: 100%;
                text-align: center;
                margin: auto
            }

                .energy-carousel .container #carousel-tab1 .carousel-indicators li .img-wrapper .inner-wrapper, .energy-carousel .container #carousel-tab2 .carousel-indicators li .img-wrapper .inner-wrapper {
                    display: table-cell;
                    vertical-align: middle
                }

                    .energy-carousel .container #carousel-tab1 .carousel-indicators li .img-wrapper .inner-wrapper img, .energy-carousel .container #carousel-tab2 .carousel-indicators li .img-wrapper .inner-wrapper img {
                        display: block;
                        opacity: 0.5
                    }

@media (min-width: 0) and (max-width: 414px) {
    .slick-dots {
        margin-bottom: 5px !important
    }
}

@media (min-width: 0) and (max-width: 979px) {
    .energy-carousel .container #carousel-tab1 .carousel-inner, .energy-carousel .container #carousel-tab2 .carousel-inner {
        border: none
    }

        .energy-carousel .container #carousel-tab1 .carousel-inner .item .row, .energy-carousel .container #carousel-tab2 .carousel-inner .item .row {
            margin-left: -15px;
            margin-right: -15px
        }

        .energy-carousel .container #carousel-tab1 .carousel-inner .item p, .energy-carousel .container #carousel-tab1 .carousel-inner .item h3, .energy-carousel .container #carousel-tab2 .carousel-inner .item p, .energy-carousel .container #carousel-tab2 .carousel-inner .item h3 {
            text-align: center
        }

        .energy-carousel .container #carousel-tab1 .carousel-inner .item .btn-white, .energy-carousel .container #carousel-tab2 .carousel-inner .item .btn-white {
            margin-left: auto;
            margin-right: auto
        }

        .energy-carousel .container #carousel-tab1 .carousel-inner .item .detail, .energy-carousel .container #carousel-tab2 .carousel-inner .item .detail {
            text-align: center
        }

            .energy-carousel .container #carousel-tab1 .carousel-inner .item .detail h3, .energy-carousel .container #carousel-tab2 .carousel-inner .item .detail h3 {
                width: 60%;
                margin: auto
            }

        .energy-carousel .container #carousel-tab1 .carousel-inner .item .image, .energy-carousel .container #carousel-tab2 .carousel-inner .item .image {
            border-bottom: 1px solid #77a4ba
        }

    .energy-carousel .container #carousel-tab1 .carousel-control, .energy-carousel .container #carousel-tab2 .carousel-control {
        top: 30%
    }

    .energy-carousel .container #carousel-tab1 .slick-dots li, .energy-carousel .container #carousel-tab2 .slick-dots li {
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

        .energy-carousel .container #carousel-tab1 .slick-dots li.active, .energy-carousel .container #carousel-tab2 .slick-dots li.active {
            width: 12px;
            height: 12px;
            margin: 0;
            background-color: #fff
        }

        .energy-carousel .container #carousel-tab1 .slick-dots li .img-wrapper, .energy-carousel .container #carousel-tab2 .slick-dots li .img-wrapper {
            display: none
        }
}

#auth-components .result-container {
    text-align: left
}

#auth-components .pagination-container {
    text-align: right
}

    #auth-components .pagination-container .pagination-sm {
        margin: 0px
    }

.prototypes-container {
    font-size: 14px
}

.components-content table {
    font-size: 14px
}

    .components-content table a {
        color: #005984;
        font-size: 14px;
        cursor: pointer;
        font-weight: bold
    }

        .components-content table a.disabled {
            font-weight: normal
        }

            .components-content table a.disabled, .components-content table a.disabled:hover {
                color: #b1b7b9;
                text-decoration: none
            }

.components-content ul {
    padding-left: 0
}

    .components-content ul li {
        display: inline-block;
        padding-left: 25px
    }

        .components-content ul li:first-child {
            padding-left: 0
        }

.text-duke-promo {
    padding: 40px 0;
    margin: 40px 0
}

    .text-duke-promo .duke-logo-img {
        margin: auto
    }

    .text-duke-promo p {
        font-size: 25px;
        margin: 40px auto;
        width: 75%
    }

    .text-duke-promo .btn-aqua-blue {
        min-width: 200px
    }

@media only screen and (max-width: 767px) {
    .components-content table {
        font-size: 13px
    }

        .components-content table a {
            font-size: 13px
        }

    #auth-components .result-container {
        text-align: center
    }

    #auth-components .pagination-container {
        text-align: center
    }

        #auth-components .pagination-container .pagination-sm {
            margin: 20px 0
        }
}

.fat-footer, .skinny-footer, footer {
    background-color: #005984;
    width: 100%
}

    .fat-footer .group-links > li {
        margin: 10px 0
    }

        .fat-footer .group-links > li > a {
            display: block
        }

    .fat-footer .group-links a, .skinny-footer .group-links a {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.3px;
        text-decoration: none
    }

        .fat-footer .group-links a:focus, .fat-footer .group-links a:hover, .skinny-footer .group-links a:focus, .skinny-footer .group-links a:hover {
            text-decoration: none
        }

            .fat-footer .group-links a:focus > span, .fat-footer .group-links a:hover > span, .skinny-footer .group-links a:focus > span, .skinny-footer .group-links a:hover > span {
                display: inline;
                border-bottom: 1px solid #fff;
                padding-bottom: 2px
            }

footer {
    bottom: 0
}

    footer ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    footer .tagline-wrapper {
        padding: 30px 0px
    }

        footer .tagline-wrapper img {
            width: 260px
        }

    footer .footer-links .footer-links-item {
        margin: 35px 10px 40px
    }

        footer .footer-links .footer-links-item h2 {
            margin-top: 0
        }

        footer .footer-links .footer-links-item .heading-link {
            font-size: 14px;
            text-transform: uppercase;
            margin-bottom: 22px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            display: block;
            line-height: 1.6
        }

            footer .footer-links .footer-links-item .heading-link:focus, footer .footer-links .footer-links-item .heading-link:hover {
                text-decoration: none
            }

                footer .footer-links .footer-links-item .heading-link:focus > span, footer .footer-links .footer-links-item .heading-link:hover > span {
                    display: inline;
                    border-bottom: 1px solid #fff;
                    padding-bottom: 2px;
                    pointer-events: none
                }

            footer .footer-links .footer-links-item .heading-link .icon {
                display: none
            }

    footer .group-links .caret {
        margin-top: -76px;
        color: #fff;
        margin-left: -85px
    }

.footer-nav-wrapper .footer-links {
    border-bottom: #077faa 1px solid
}

.skinny-footer {
    padding-bottom: 15px;
    padding-top: 15px
}

    .skinny-footer, .skinny-footer a {
        font-size: 12px;
        color: white
    }

        .skinny-footer .footer-links {
            display: block;
            width: auto
        }

        .skinny-footer .group-links {
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px
        }

            .skinny-footer .group-links li {
                display: inline-block;
                margin: 0 0 0 14.5px
            }

        .skinny-footer .copyright {
            display: table;
            height: 65px
        }

            .skinny-footer .copyright p {
                font-size: 12px;
                color: white;
                display: block;
                vertical-align: bottom;
                letter-spacing: 0.6px;
                padding-top: 19px
            }

        .skinny-footer .trust-e {
            padding: 10px 0;
            vertical-align: middle;
            margin-left: 19px;
            display: inline-block
        }

@media (min-width: 1200px) {
    footer .footer-links .footer-col-1 {
        width: 234px !important
    }

    footer .footer-links .footer-col-2 {
        width: 234px !important
    }

    footer .footer-links .footer-col-3 {
        width: 234px !important
    }

    footer .footer-links .footer-col-4 {
        width: 234px !important
    }

    footer .footer-links .footer-col-5 {
        width: 234px !important
    }
}

@media (min-width: 980px) {
    footer .footer-links .footer-links-item {
        margin: 34px 0
    }

        footer .footer-links .footer-links-item .heading-link {
            margin-bottom: 20px
        }

    footer .footer-links .footer-col-1 {
        width: 195px;
        padding-right: 35px
    }

    footer .footer-links .footer-col-2 {
        width: 196px
    }

    footer .footer-links .footer-col-3 {
        width: 196px
    }

    footer .footer-links .footer-col-4 {
        width: 196px
    }

    footer .footer-links .footer-col-5 {
        width: 176px
    }

        footer .footer-links .footer-col-5 .footer-links-item {
            margin: 0
        }

            footer .footer-links .footer-col-5 .footer-links-item:first-child {
                margin-top: 34px
            }

    .skinny-footer {
        padding-top: 15px
    }

        .skinny-footer .group-links {
            padding-top: 23px;
            margin-top: 0;
            margin-right: 10px
        }

        .skinny-footer .group-links, .skinny-footer .trust-e {
            float: right
        }

        .skinny-footer .copyright p {
            padding-top: 23px;
            letter-spacing: .3px
        }
}

@media (min-width: 0) and (max-width: 979px) {
    .fat-footer .panel-group {
        margin-bottom: 0
    }

    .footer-nav-wrapper {
        width: auto
    }

    .footer-links {
        margin-right: 0;
        border-color: #005984
    }

    .skinny-footer {
        padding-bottom: 0px
    }

        .skinny-footer > .container > .row > div {
            width: 100%;
            padding: 0
        }

        .skinny-footer .copyright {
            margin: 0;
            width: 100%
        }

            .skinny-footer .copyright p {
                text-align: center
            }

        .skinny-footer .links {
            border-bottom: #077faa 1px solid;
            padding: 0
        }

        .skinny-footer .group-links {
            border-bottom: #077faa 1px solid;
            display: block;
            padding-bottom: 20px;
            padding-top: 1px;
            text-align: center;
            width: 100%;
            margin: auto
        }

        .skinny-footer .trust-e {
            display: block;
            margin: 15px auto;
            text-align: center
        }

    footer .footer-nav-wrapper {
        padding: 0;
        border-color: #005984
    }

    footer .footer-links {
        margin: 0
    }

        footer .footer-links .footer-links-item {
            position: relative;
            margin: 0
        }

            footer .footer-links .footer-links-item > .col-md-12 {
                padding: 0;
                border-bottom: 1px solid #077faa
            }

            footer .footer-links .footer-links-item a, footer .footer-links .footer-links-item button {
                display: block;
                background: none;
                border: none;
                height: 69px;
                width: 80.295%;
                margin: auto;
                padding: 25px 0 15px
            }

                footer .footer-links .footer-links-item a h3, footer .footer-links .footer-links-item button h3 {
                    text-transform: uppercase;
                    float: left;
                    letter-spacing: .6px;
                    color: #fff;
                    background-color: transparent !important;
                    box-shadow: none !important;
                    padding-bottom: 2px;
                    margin: 0;
                    pointer-events: none
                }

                footer .footer-links .footer-links-item a:hover h3, footer .footer-links .footer-links-item button:hover h3 {
                    border-bottom: 1px solid #fff
                }

            footer .footer-links .footer-links-item .accordion-items {
                text-transform: uppercase
            }

                footer .footer-links .footer-links-item .accordion-items > ul > li {
                    margin: 0;
                    border-bottom: #077faa 1px solid
                }

                    footer .footer-links .footer-links-item .accordion-items > ul > li.active button .caret {
                        display: block
                    }

                    footer .footer-links .footer-links-item .accordion-items > ul > li button:active, footer .footer-links .footer-links-item .accordion-items > ul > li button:hover {
                        background-color: transparent
                    }

                    footer .footer-links .footer-links-item .accordion-items > ul > li button .icon-wrapper {
                        vertical-align: top
                    }

                        footer .footer-links .footer-links-item .accordion-items > ul > li button .icon-wrapper:after {
                            font-size: 22px;
                            color: #92dbe8;
                            -moz-osx-font-smoothing: grayscale;
                            -webkit-font-smoothing: antialiased
                        }

                    footer .footer-links .footer-links-item .accordion-items > ul > li button .caret {
                        display: none;
                        margin-top: 1px;
                        border-top: 0;
                        border-bottom: 10px dashed;
                        border-left-width: 9px;
                        border-right-width: 9px;
                        color: #fff
                    }

                    footer .footer-links .footer-links-item .accordion-items > ul > li .content {
                        width: 100%;
                        padding: 0
                    }

                        footer .footer-links .footer-links-item .accordion-items > ul > li .content .inner {
                            padding: 0
                        }

                        footer .footer-links .footer-links-item .accordion-items > ul > li .content ul {
                            background: #fff
                        }

                            footer .footer-links .footer-links-item .accordion-items > ul > li .content ul li {
                                border-bottom: 1px solid #dfe4e4
                            }

                                footer .footer-links .footer-links-item .accordion-items > ul > li .content ul li a {
                                    color: #006060
                                }

            footer .footer-links .footer-links-item .icon.ci-i-cross, footer .footer-links .footer-links-item .icon.ci-i-minus, footer .footer-links .footer-links-item .icon.ci-i-right-arrow-slim {
                float: right;
                color: #92dbe8;
                font-size: 24px
            }

        footer .footer-links .no-padding {
            padding: 0 15px !important
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    footer .footer-links > .row {
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    footer .footer-links .footer-links-item > .row {
        margin: 0
    }

    footer .footer-links .footer-links-item .group-links > li a {
        width: 600px;
        padding: 26px 0;
        margin: auto
    }

    footer .footer-links .footer-links-item .heading-link {
        letter-spacing: 0.5px;
        width: 80.295%;
        border: 0;
        height: 68px;
        padding: 19px 0px
    }

        footer .footer-links .footer-links-item .heading-link .icon:before {
            right: 1px;
            top: 22px
        }

    footer .footer-links .footer-links-item .accordion-items > ul > li button .icon-wrapper {
        width: 11%
    }

    footer .footer-links .footer-links-item .accordion-items > ul > li button .caret {
        margin-top: 7px
    }

    footer .footer-links .footer-links-item .accordion-items > ul > li .content ul li a {
        font-size: 20px;
        padding: 26px 0px;
        width: 600px;
        margin: auto
    }

    footer .fat-footer > .container {
        width: 100%;
        padding: 0
    }

    .skinny-footer {
        padding-top: 19px
    }

        .skinny-footer .copyright p {
            letter-spacing: 0.3px;
            margin: 0 0 0 -11px;
            padding-top: 20px
        }

        .skinny-footer .group-links li {
            margin: 0 15.5px
        }

        .skinny-footer > .container {
            width: 100%;
            padding: 0
        }

            .skinny-footer > .container > .row {
                margin: 0
            }
}

@media (max-width: 767px) and (min-width: 0) {
    .skinny-footer {
        padding-top: 21px
    }

        .skinny-footer .trust-e {
            margin: 16px auto 14px
        }

        .skinny-footer .group-links {
            padding-bottom: 21px;
            padding-left: 0
        }

            .skinny-footer .group-links > li {
                display: block;
                font-size: 14px;
                letter-spacing: 0.2px;
                margin: 0 0 22px;
                line-height: 18px
            }

                .skinny-footer .group-links > li a {
                    font-size: 14px
                }

                .skinny-footer .group-links > li:last-child {
                    margin-bottom: 0
                }

        .skinny-footer .copyright p {
            letter-spacing: .3px;
            padding-top: 20px
        }

        .skinny-footer .skinny-items-rigth {
            margin-right: 0
        }

    footer .footer-links {
        margin: 0
    }

        footer .footer-links .footer-links-item {
            position: relative;
            margin: 0
        }

            footer .footer-links .footer-links-item a, footer .footer-links .footer-links-item button {
                width: 100%;
                height: auto;
                margin: 0;
                padding: 14px 13px 13px
            }

                footer .footer-links .footer-links-item a:hover .text-wrapper h3, footer .footer-links .footer-links-item button:hover .text-wrapper h3 {
                    line-height: 21px
                }

                footer .footer-links .footer-links-item a .text-wrapper, footer .footer-links .footer-links-item button .text-wrapper {
                    width: 92%;
                    margin-top: 0px;
                    line-height: 20px
                }

                footer .footer-links .footer-links-item a h3, footer .footer-links .footer-links-item button h3 {
                    float: none;
                    display: inline-block;
                    font-size: 16px;
                    line-height: 22px;
                    padding-bottom: 0;
                    vertical-align: middle
                }

                footer .footer-links .footer-links-item a .icon-wrapper, footer .footer-links .footer-links-item button .icon-wrapper {
                    display: inline-block;
                    float: none;
                    width: 6%;
                    vertical-align: middle !important;
                    margin-top: -2px
                }

                footer .footer-links .footer-links-item a .caret, footer .footer-links .footer-links-item button .caret {
                    position: absolute;
                    margin-top: 4px !important
                }

                footer .footer-links .footer-links-item a .icon.ci-i-cross, footer .footer-links .footer-links-item a .icon.ci-i-minus, footer .footer-links .footer-links-item a .icon.ci-i-right-arrow-slim, footer .footer-links .footer-links-item button .icon.ci-i-cross, footer .footer-links .footer-links-item button .icon.ci-i-minus, footer .footer-links .footer-links-item button .icon.ci-i-right-arrow-slim {
                    font-size: 22px
                }

                footer .footer-links .footer-links-item a span {
                    margin-right: 5px;
                    line-height: normal
                }

            footer .footer-links .footer-links-item .mayus {
                font-size: 15px
            }

            footer .footer-links .footer-links-item > div {
                padding: 0
            }

            footer .footer-links .footer-links-item .heading-link {
                margin: 0;
                border-bottom: #077faa 1px solid;
                display: block;
                font-size: 14px;
                padding: 19px 10px;
                height: auto
            }

            footer .footer-links .footer-links-item .accordion-items > ul:first-child {
                border-top: #077faa 1px solid
            }

            footer .footer-links .footer-links-item .accordion-items > ul > li:first-child {
                border-top: none
            }

            footer .footer-links .footer-links-item .accordion-items > ul > li .content ul li a {
                padding: 14px 13px 13px;
                font-size: 16px;
                line-height: 22px
            }
}

@-moz-document url-prefix() {
    .duke-form .form-group .form-control + label {
        line-height: 1.5
    }

    @media (min-width: 1200px) {
        .duke-form .form-control + label {
            left: 36px
        }
    }
}

input::-webkit-caps-lock-indicator {
    content: none
}

::-ms-clear, ::-ms-reveal {
    display: none
}

@media (min-width: 0\0) {
    .duke-form .form-group label {
        line-height: 1.5
    }

    .duke-form .form-group .form-control + label {
        line-height: 1.5;
        left: 35px
    }
}

.basic-form .header-container {
    max-width: 750px
}

    .basic-form .header-container.confirmation-step {
        padding: 0
    }

        .basic-form .header-container.confirmation-step .confirmation-icon {
            margin-top: 7px
        }

        .basic-form .header-container.confirmation-step .confirmation-text {
            margin-bottom: 33px
        }

            .basic-form .header-container.confirmation-step .confirmation-text a {
                display: inline;
                color: #006060;
                border-bottom: 2px solid #a7e1ea
            }

                .basic-form .header-container.confirmation-step .confirmation-text a:focus, .basic-form .header-container.confirmation-step .confirmation-text a:hover {
                    text-decoration: none;
                    background-color: #e0f6fb;
                    border-bottom: none
                }

    .basic-form .header-container .header-1, .basic-form .header-container .rich-text-editor h1, .rich-text-editor .basic-form .header-container h1 {
        padding: 36px 0 9px
    }

    .basic-form .header-container .intro-txt {
        margin-bottom: 3px
    }

    .basic-form .header-container .form-post-error {
        color: #8b0e04;
        padding-left: 0;
        letter-spacing: .43px;
        font-size: 18px;
        margin-top: 10px
    }

.basic-form .confirmation-container .submit-buttons {
    text-align: center;
    margin-bottom: 50px
}

.basic-form .confirmation-data {
    background: #f3fbfd;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 38px
}

    .basic-form .confirmation-data .confirmation-key, .basic-form .confirmation-data .confirmation-value {
        font-size: 16px;
        color: dimgray;
        display: inline-block;
        vertical-align: top;
        text-align: left
    }

    .basic-form .confirmation-data .confirmation-key {
        font-weight: bold;
        text-align: left
    }

    .basic-form .confirmation-data .each-confirmation-data {
        margin-top: 7px
    }

        .basic-form .confirmation-data .each-confirmation-data:first-child {
            margin-top: 0
        }

.basic-form .confirmation-step {
    padding: 60px 0;
    width: 100%;
    margin: auto
}

    .basic-form .confirmation-step .confirmation-text {
        font-size: 18px;
        color: dimgray;
        text-align: center;
        margin: 12px auto 43px;
        line-height: 1.5
    }

    .basic-form .confirmation-step .confirmation-icon {
        margin: auto
    }

    .basic-form .confirmation-step button {
        display: block;
        margin: auto
    }

    .basic-form .confirmation-step.confirmation-success .confirmation-icon {
        display: block;
        width: 34px;
        height: 34px
    }

        .basic-form .confirmation-step.confirmation-success .confirmation-icon img {
            width: 100%;
            height: 100%
        }

.duke-form [required] + label.placeholder-approval:after {
    content: ''
}

.duke-form .security-questions input.empty.ng-touched {
    border-color: #8b0e04
}

.duke-form .disclosure-content {
    display: block;
    position: relative;
    padding-left: 11px;
    overflow: hidden
}

    .duke-form .disclosure-content:after, .duke-form .disclosure-content:before {
        content: " ";
        display: table
    }

    .duke-form .disclosure-content:after {
        clear: both
    }

    .duke-form .disclosure-content.not-overflow {
        overflow: visible;
        margin-top: 33px
    }

    .duke-form .disclosure-content .inside-method.inside-visible {
        margin-top: 0
    }

    .duke-form .disclosure-content .inside-method.ng-enter-prepare {
        margin-top: -86px;
        opacity: 0
    }

    .duke-form .disclosure-content .inside-method.ng-enter {
        margin-top: -86px;
        opacity: 0;
        -ms-transition: all 1.3s cubic-bezier(0, 0.98, 0.2, 1);
        -moz-transition: all 1.3s cubic-bezier(0, 0.98, 0.2, 1);
        -o-transition: all 1.3s cubic-bezier(0, 0.98, 0.2, 1);
        -webkit-transition: all 1.3s cubic-bezier(0, 0.98, 0.2, 1);
        transition: all 1.3s cubic-bezier(0, 0.98, 0.2, 1)
    }

    .duke-form .disclosure-content .inside-method.ng-enter-active {
        margin-top: 0;
        opacity: 1
    }

    .duke-form .disclosure-content .inside-method.ng-leave {
        margin-top: 0;
        -ms-transition: 0.5s linear all;
        -moz-transition: 0.5s linear all;
        -o-transition: 0.5s linear all;
        -webkit-transition: 0.5s linear all;
        transition: 0.5s linear all
    }

    .duke-form .disclosure-content .inside-method.ng-leave-active {
        margin-top: -86px
    }

    .duke-form .disclosure-content .inside-method .form-group:last-child {
        margin-bottom: 38px
    }

.duke-form input[type=checkbox]:focus + label:before {
    border-color: dimgray
}

.duke-form form {
    padding-top: 30px
}

.duke-form label {
    color: dimgray;
    cursor: text;
    font-size: 14px;
    letter-spacing: 0.025em;
    margin: 0;
    line-height: 1.4
}

    .duke-form label.help-label {
        margin-bottom: 11px
    }

.duke-form .input-field-text {
    padding-left: 14px;
    margin: 0px 0px 15px 0px
}

.duke-form .no-label:focus + label, .duke-form .no-label:not(.empty) + label {
    display: none !important
}

.duke-form [type=checkbox][disabled] + label {
    cursor: default;
    opacity: 0.5
}

.duke-form duke-dropdown + label, .duke-form .ui-select-bootstrap + label {
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    top: -20px !important;
    position: absolute;
    display: none
}

.duke-form duke-dropdown.active + label, .duke-form .ui-select-bootstrap.active + label {
    color: #077faa;
    display: inline-block
}

.duke-form duke-dropdown.ng-dirty + label, .duke-form .ui-select-bootstrap.ng-dirty + label {
    display: inline-block
}

.duke-form duke-dropdown.ng-invalid .text:after, .duke-form .ui-select-bootstrap.ng-invalid .text:after {
    content: "\00a0*";
    display: inline-block
}

.duke-form duke-dropdown.ng-invalid.ng-touched .dropdown.duke button, .duke-form duke-dropdown.ng-invalid.ng-touched:focus .dropdown.duke button, .duke-form .ui-select-bootstrap.ng-invalid.ng-touched .dropdown.duke button, .duke-form .ui-select-bootstrap.ng-invalid.ng-touched:focus .dropdown.duke button {
    border-color: #8b0e04
}

.duke-form duke-dropdown.ng-invalid.ng-touched + label, .duke-form .ui-select-bootstrap.ng-invalid.ng-touched + label {
    display: none
}

.duke-form .select-input-tooltip {
    max-height: 0;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    .duke-form .select-input-tooltip:before {
        border-bottom: 15px solid #f0f0f0;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        content: '';
        position: absolute;
        top: -12px;
        left: 10px
    }

    .duke-form .select-input-tooltip .select-input-tooltip-inner {
        padding: 0
    }

        .duke-form .select-input-tooltip .select-input-tooltip-inner .select-input-tooltip-text {
            padding: 0;
            margin: 0;
            font-size: 13px
        }

        .duke-form .select-input-tooltip .select-input-tooltip-inner a {
            display: inline;
            color: #006060;
            border-bottom: 2px solid #a7e1ea
        }

            .duke-form .select-input-tooltip .select-input-tooltip-inner a:hover {
                box-shadow: 0 0 0 2px #a7e1ea !important;
                background-color: #a7e1ea;
                text-decoration: none
            }

    .duke-form .select-input-tooltip.active {
        overflow: visible;
        margin-top: 13px;
        max-height: 500px
    }

        .duke-form .select-input-tooltip.active .select-input-tooltip-inner {
            padding: 15px 10px
        }

.duke-form address-autofill {
    display: block;
    position: relative
}

    .duke-form address-autofill .form-control + label {
        left: 20px
    }

    .duke-form address-autofill .addressautofill-suggestions {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-top: none
    }

        .duke-form address-autofill .addressautofill-suggestions[aria-hidden="true"] {
            display: none
        }

        .duke-form address-autofill .addressautofill-suggestions header {
            display: flex;
            align-items: baseline
        }

            .duke-form address-autofill .addressautofill-suggestions header span {
                text-transform: uppercase;
                padding-left: 12px;
                background: none;
                font-size: 12px;
                flex-grow: 1
            }

            .duke-form address-autofill .addressautofill-suggestions header button {
                background: none;
                border: none;
                margin-right: 5px
            }

    .duke-form address-autofill ul {
        margin: 0;
        padding: 0;
        z-index: 1
    }

        .duke-form address-autofill ul button {
            background: none;
            border: none;
            line-height: 1.5;
            padding: 2px 2px 2px 12px;
            width: 100%;
            text-align: left
        }

            .duke-form address-autofill ul button:hover {
                background-color: #f3fbfd
            }

.duke-form duke-calendar .sui-calendar .day-data {
    display: block;
    cursor: pointer
}

.duke-form duke-calendar .sui-calendar .disabled-day {
    color: #bababa;
    cursor: default
}

.duke-form duke-calendar .date-area {
    width: 100%;
    position: relative
}

    .duke-form duke-calendar .date-area input {
        width: 100%;
        border: 1px solid #dfe4e4
    }

        .duke-form duke-calendar .date-area input::-webkit-input-placeholder {
            color: dimgray
        }

        .duke-form duke-calendar .date-area input:-moz-placeholder {
            color: dimgray
        }

        .duke-form duke-calendar .date-area input::-moz-placeholder {
            color: dimgray
        }

        .duke-form duke-calendar .date-area input:-ms-input-placeholder {
            color: dimgray
        }

        .duke-form duke-calendar .date-area input::-ms-input-placeholder {
            color: dimgray
        }

        .duke-form duke-calendar .date-area input::-ms-clear {
            display: none
        }

    .duke-form duke-calendar .date-area button {
        position: absolute;
        top: 14px;
        right: 21px;
        height: 25px;
        padding: 0;
        background: transparent
    }

        .duke-form duke-calendar .date-area button .calendar-icon {
            width: 23px;
            height: 23px;
            background-image: url("/Assets/site/img/core/icon-calendar-generic.png");
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            cursor: pointer
        }

        .duke-form duke-calendar .date-area button:active, .duke-form duke-calendar .date-area button:focus, .duke-form duke-calendar .date-area button:hover {
            background: transparent
        }

.duke-form duke-calendar .calendar-popup {
    top: 50px;
    left: auto;
    min-height: 340px;
    z-index: 11;
    margin-left: 0
}

    .duke-form duke-calendar .calendar-popup p {
        padding-bottom: 13px
    }

    .duke-form duke-calendar .calendar-popup .dropdown-menu {
        max-height: 200px;
        overflow-y: auto
    }

.duke-form duke-calendar + label {
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    top: -20px !important;
    position: absolute;
    display: none
}

.duke-form duke-calendar.active + label {
    color: #077faa;
    display: inline-block
}

.duke-form duke-calendar.active.ng-invalid.ng-touched + label {
    display: none
}

.duke-form duke-calendar.ng-valid-complete + label {
    display: inline-block
}

.duke-form duke-calendar.ng-valid-complete.ng-touched.ng-invalid-pattern + label {
    display: none
}

.duke-form duke-calendar.ng-untouched.active + label {
    display: inline-block
}

.duke-form duke-calendar[class*="ng-invalid"] + label {
    display: none
}

.duke-form duke-calendar.ng-invalid.ng-touched .text:after {
    content: "\00a0*";
    display: inline-block
}

.duke-form duke-calendar.ng-invalid.ng-touched .dropdown.duke button {
    border-color: #dfe4e4 !important
}

    .duke-form duke-calendar.ng-invalid.ng-touched .dropdown.duke button .text:after {
        content: ""
    }

.duke-form duke-calendar.ng-invalid.ng-touched input {
    border-color: #8b0e04
}

.duke-form duke-calendar.ng-invalid.ng-touched .dropdown.duke button, .duke-form duke-calendar.ng-invalid.ng-touched:focus .dropdown.duke button {
    border-color: #8b0e04
}

.duke-form duke-calendar.ng-invalid.ng-touched + label {
    display: none
}

.duke-form duke-calendar.ng-invalid-pattern.ng-touched input {
    border-color: #8b0e04
}

.duke-form .dropdown.duke .dropdown-menu {
    border-color: #dfe4e4;
    border-radius: 0
}

    .duke-form .dropdown.duke .dropdown-menu li {
        font-size: 16px
    }

        .duke-form .dropdown.duke .dropdown-menu li.selected {
            background: #f3fbfd
        }

    .duke-form .dropdown.duke .dropdown-menu:hover li.selected, .duke-form .dropdown.duke .dropdown-menu:focus li.selected {
        background: #f3fbfd
    }

.duke-form .dropdown.duke button {
    border-color: #dfe4e4;
    padding: 0 14px
}

    .duke-form .dropdown.duke button:focus {
        border-color: #077FAA;
        background: #f3f5f4
    }

    .duke-form .dropdown.duke button .text {
        font-size: 16px;
        letter-spacing: 0.4px
    }

    .duke-form .dropdown.duke button .caret {
        top: 22px;
        right: 16px;
        border-top: 9px solid #077faa;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent
    }

    .duke-form .dropdown.duke button.ng-disabled {
        cursor: not-allowed;
        background-color: #eee
    }

.duke-form .ui-select-bootstrap.open + label {
    display: inline-block;
    color: #077faa
}

.duke-form .ui-select-bootstrap.open:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #077faa;
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 20px
}

.duke-form .ui-select-bootstrap.ng-invalid.ng-touched .ui-select-toggle, .duke-form .ui-select-bootstrap.ng-invalid.ng-touched .ui-select-search {
    border-color: #8b0e04
}

.duke-form .ui-select-bootstrap .ui-select-toggle {
    border-radius: 0;
    height: 50px
}

    .duke-form .ui-select-bootstrap .ui-select-toggle:active, .duke-form .ui-select-bootstrap .ui-select-toggle:hover, .duke-form .ui-select-bootstrap .ui-select-toggle :active:hover {
        background: white
    }

    .duke-form .ui-select-bootstrap .ui-select-toggle .btn-link:active:hover {
        background: transparent
    }

    .duke-form .ui-select-bootstrap .ui-select-toggle > .caret {
        top: 23px;
        right: 19px;
        border-top: 9px solid #077faa;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent
    }

    .duke-form .ui-select-bootstrap .ui-select-toggle > .btn-link {
        line-height: 1;
        padding: 0;
        background: #dfe4e4;
        color: white;
        padding: 3px;
        font-size: 10px;
        border-radius: 50%;
        position: absolute;
        right: 30px;
        top: 16px
    }

        .duke-form .ui-select-bootstrap .ui-select-toggle > .btn-link:hover {
            background: #077faa
        }

.duke-form .ui-select-bootstrap .ui-select-search {
    letter-spacing: 0.025em;
    width: 100% !important
}

.duke-form .ui-select-bootstrap .ui-select-placeholder, .duke-form .ui-select-bootstrap .ui-select-match-text {
    margin: 7px 0;
    display: inline-block
}

.duke-form .ui-select-bootstrap .ui-select-choices {
    border-color: #dfe4e4;
    border-radius: 0;
    border-top: none;
    box-shadow: none;
    margin-top: 0;
    width: 100%
}

    .duke-form .ui-select-bootstrap .ui-select-choices .ui-select-choices-row {
        font-size: 16px
    }

        .duke-form .ui-select-bootstrap .ui-select-choices .ui-select-choices-row a {
            color: dimgray;
            line-height: 1.5;
            padding: 2px;
            padding-left: 19px
        }

        .duke-form .ui-select-bootstrap .ui-select-choices .ui-select-choices-row.active > a, .duke-form .ui-select-bootstrap .ui-select-choices .ui-select-choices-row > a:hover {
            color: dimgray;
            background: #f3fbfd
        }

.duke-form .ui-select-bootstrap .btn, .duke-form .ui-select-bootstrap .btn-main-blue, .duke-form .ui-select-bootstrap .btn-small-main-blue, .duke-form .ui-select-bootstrap .btn-medium-main-blue, .duke-form .ui-select-bootstrap .btn-large-main-blue, .duke-form .ui-select-bootstrap .btn-reverse, .duke-form .ui-select-bootstrap .btn-small-reverse, .duke-form .ui-select-bootstrap .btn-medium-reverse, .duke-form .ui-select-bootstrap .btn-large-reverse, .duke-form .ui-select-bootstrap .btn-light, .duke-form .ui-select-bootstrap .btn-submit, .duke-form .ui-select-bootstrap .btn-previous, .duke-form .ui-select-bootstrap .btn-blue, .duke-form .ui-select-bootstrap .btn-aqua-blue, .duke-form .ui-select-bootstrap .btn-dark-blue, .duke-form .ui-select-bootstrap .btn-green, .duke-form .ui-select-bootstrap .btn-white, .duke-form .ui-select-bootstrap .btn-white-blue, .duke-form .ui-select-bootstrap .btn-white-whitebackground, .duke-form .ui-select-bootstrap .btn-grey, .duke-form .ui-select-bootstrap .btn-light-grey, .duke-form .ui-select-bootstrap .btn-disabled, .duke-form .ui-select-bootstrap .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .duke-form .ui-select-bootstrap .toggle-btn {
    text-transform: none;
    color: dimgray
}

.duke-form .ui-select-bootstrap .btn-default-focus {
    outline: none;
    box-shadow: none
}

    .duke-form .ui-select-bootstrap .btn-default-focus .btn-default {
        border-color: #077faa
    }

.duke-form .col-sm-2 .ui-select-bootstrap.open:after, .duke-form .col-md-2 .ui-select-bootstrap.open:after, .duke-form .col-lg-2 .ui-select-bootstrap.open:after {
    right: 10px
}

.duke-form .col-sm-2 .ui-select-bootstrap .ui-select-toggle > .caret, .duke-form .col-md-2 .ui-select-bootstrap .ui-select-toggle > .caret, .duke-form .col-lg-2 .ui-select-bootstrap .ui-select-toggle > .caret {
    right: 10px
}

.duke-form input {
    height: 50px;
    letter-spacing: 0.025em
}

    .duke-form input::-ms-clear, .duke-form input::-ms-reveal {
        display: none;
        width: 0;
        height: 0
    }

    .duke-form input.form-control::-webkit-input-placeholder {
        color: rgba(0,0,0,0)
    }

    .duke-form input.form-control:-moz-placeholder {
        color: rgba(0,0,0,0)
    }

    .duke-form input.form-control::-moz-placeholder {
        color: rgba(0,0,0,0)
    }

    .duke-form input.form-control:-ms-input-placeholder {
        color: rgba(0,0,0,0)
    }

    .duke-form input.form-control::-ms-input-placeholder {
        color: rgba(0,0,0,0)
    }

.duke-form .radio-container {
    position: relative;
    font-weight: normal;
    width: 100%;
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: -1px;
    display: block
}

    .duke-form .radio-container:after {
        content: '' !important
    }

    .duke-form .radio-container > span.radio-btn span {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        cursor: pointer;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 3px 2.5px 3px 0;
        border: 1px solid #dfe4e4;
        background: white;
        vertical-align: bottom
    }

    .duke-form .radio-container input[type=radio] {
        padding: 0;
        margin: 0;
        position: absolute;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 60%;
        left: 3px;
        height: 15px;
        opacity: 0
    }

        .duke-form .radio-container input[type=radio]:focus + .radio-btn span {
            border-color: dimgray
        }

        .duke-form .radio-container input[type=radio]:checked:focus + span.radio-btn span {
            border-color: #dfe4e4
        }

        .duke-form .radio-container input[type=radio]:checked + span.radio-btn span:before {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            margin: 4px;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #077faa
        }

    .duke-form .radio-container span {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-top: 0px;
        margin-left: 0px
    }

    .duke-form .radio-container .radio-desc {
        width: calc(100% - 41px);
        margin-left: 0px;
        margin-top: 1px;
        line-height: 24px;
        letter-spacing: 0.02em
    }

@media (max-width: 767px) {
    .duke-form .radio-container {
        font-size: 15px
    }

        .duke-form .radio-container .radio-desc {
            margin-top: 0
        }
}

.duke-form listbox.ng-invalid.ng-touched .listbox-wrapper .dropdown-menu {
    border-color: #8b0e04
}

.duke-form listbox[required] .help-label:after {
    content: " *"
}

.duke-form .listbox-wrapper {
    position: relative
}

    .duke-form .listbox-wrapper .multiselect-parent {
        width: 100%
    }

    .duke-form .listbox-wrapper .dropdown-menu {
        z-index: inherit;
        width: 100%;
        position: relative;
        display: block;
        overflow: auto;
        border-radius: 0;
        box-shadow: none;
        border-color: #dfe4e4;
        padding: 12px 0;
        max-height: 182px
    }

        .duke-form .listbox-wrapper .dropdown-menu > li > a {
            color: dimgray;
            padding: 3px 19px;
            font-size: 16px;
            letter-spacing: 0.03em
        }

            .duke-form .listbox-wrapper .dropdown-menu > li > a:active, .duke-form .listbox-wrapper .dropdown-menu > li > a:focus {
                background: white
            }

            .duke-form .listbox-wrapper .dropdown-menu > li > a:focus, .duke-form .listbox-wrapper .dropdown-menu > li > a:hover, .duke-form .listbox-wrapper .dropdown-menu > li > a.list-active {
                color: dimgray;
                background-color: #f3fbfd
            }

@media (max-width: 767px) {
    .duke-form .listbox-wrapper .dropdown-menu > li > a {
        font-size: 15px;
        letter-spacing: 0.01em
    }
}

.duke-form pill-toggle.ng-invalid.ng-touched button {
    border-color: #8b0e04
}

    .duke-form pill-toggle.ng-invalid.ng-touched button:hover {
        border-color: #077faa;
        background-color: white
    }

.duke-form pill-toggle[required] .help-label:after {
    content: " *"
}

.duke-form pill-toggle button {
    width: 124px;
    height: 52px;
    font-size: 14px;
    letter-spacing: .35px;
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    margin: 2px 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #006060;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px
}

    .duke-form pill-toggle button:hover {
        background-color: #f3f5f4;
        border-color: #077faa;
        text-decoration: none !important;
        box-shadow: none
    }

    .duke-form pill-toggle button.focus {
        background-color: #f3f5f4;
        border-color: dimgray
    }

    .duke-form pill-toggle button.active {
        background-color: #f3f5f4;
        border-color: #077faa
    }

    .duke-form pill-toggle button, .duke-form pill-toggle button.not-active {
        background-color: #fff;
        border-color: #dfe4e4
    }

.duke-form radio-list > .ng-isolate-scope:after, .duke-form radio-list > .ng-isolate-scope:before {
    content: " ";
    display: table
}

.duke-form radio-list > .ng-isolate-scope:after {
    clear: both
}

.duke-form radio-list > .ng-isolate-scope:last-child .radio-container {
    margin-bottom: 0px
}

.duke-form radio-list .help-label {
    margin-bottom: 21px
}

.duke-form radio-list .disclosure-content.not-overflow {
    margin-top: 32px
}

.duke-form radio-list.required .help-label:after {
    content: "\2009*";
    display: inline-block;
    letter-spacing: 0.125em
}

.duke-form .radio-container input[type=radio]:focus + span span {
    border: solid 1px dimgray
}

.duke-form .help-label {
    font-size: 16px;
    display: block;
    color: dimgray;
    margin-top: 0;
    letter-spacing: 0.025em;
    font-weight: normal
}

    .duke-form .help-label + .invalid-label {
        top: 19px
    }

    .duke-form .help-label + div[duke-repeater] {
        margin-top: 23px
    }

.duke-form textarea {
    resize: none
}

.duke-form .form-group .form-group .form-control + label {
    left: 41px
}

.duke-form .form-group .form-group .form-control:focus + label {
    left: auto !important
}

.duke-form .form-control {
    border: 1px solid #dfe4e4;
    border-radius: 0;
    box-shadow: none;
    color: dimgray;
    font-size: 16px;
    padding: 6px 20px
}

    .duke-form .form-control + label {
        position: absolute;
        font-size: 16px;
        font-weight: 400;
        left: 31px;
        top: 13px;
        display: none;
        line-height: 1.6
    }

    .duke-form .form-control:focus {
        background: #f3f5f4;
        border: 1px solid #077faa;
        box-shadow: none
    }

        .duke-form .form-control:focus::-webkit-input-placeholder {
            color: dimgray
        }

        .duke-form .form-control:focus:-moz-placeholder {
            color: dimgray
        }

        .duke-form .form-control:focus::-moz-placeholder {
            color: dimgray
        }

        .duke-form .form-control:focus:-ms-input-placeholder {
            color: dimgray
        }

        .duke-form .form-control:focus::-ms-input-placeholder {
            color: dimgray
        }

        .duke-form .form-control:focus + label {
            color: #077faa
        }

    .duke-form .form-control.empty + label {
        display: inline-block
    }

    .duke-form .form-control.ng-valid:not(.empty) + label, .duke-form .form-control:focus + label {
        cursor: default;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        top: -20px !important;
        left: auto
    }

    .duke-form .form-control.ng-invalid.ng-touched, .duke-form .form-control.ng-invalid.ng-touched:focus {
        border-color: #8b0e04
    }

        .duke-form .form-control.ng-invalid.ng-touched:focus + label {
            display: none
        }

.duke-form .form-comments label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 6px 0 2px
}

    .duke-form .form-comments label.required:after {
        content: "\2009*";
        display: inline-block;
        letter-spacing: 0.125em
    }

    .duke-form .form-comments label.focused {
        color: #077faa
    }

    .duke-form .form-comments label.error {
        color: #8b0e04
    }

.duke-form .form-comments .form-control {
    height: 9.4em;
    letter-spacing: 0.025em;
    line-height: 1.6;
    padding: 14px 19px
}

    .duke-form .form-comments .form-control::-webkit-input-placeholder {
        color: dimgray
    }

    .duke-form .form-comments .form-control:-moz-placeholder {
        color: dimgray
    }

    .duke-form .form-comments .form-control::-moz-placeholder {
        color: dimgray
    }

    .duke-form .form-comments .form-control:-ms-input-placeholder {
        color: dimgray
    }

    .duke-form .form-comments .form-control::-ms-input-placeholder {
        color: dimgray
    }

    .duke-form .form-comments .form-control:focus + label {
        color: #595959
    }

    .duke-form .form-comments .form-control.ng-invalid.ng-touched {
        position: relative;
        top: auto
    }

        .duke-form .form-comments .form-control.ng-invalid.ng-touched:focus + label {
            display: inline-block
        }

.duke-form .form-comments .invalid-span {
    position: absolute;
    margin-top: 2px
}

.duke-form .form-comments .info-tooltip {
    top: auto;
    bottom: 125px
}

    .duke-form .form-comments .info-tooltip + .tooltip {
        top: auto !important;
        bottom: 47px !important
    }

.duke-form .tooltip.right, .duke-form .tooltip.left {
    top: 4px !important
}

.duke-form .tooltip .tooltip-inner {
    max-width: 180px
}

.duke-form .invalid-span {
    line-height: 1.4;
    color: #8b0e04;
    font-size: 12px;
    font-weight: 700;
    margin-left: 0px;
    display: block
}

.duke-form .invalid-label {
    position: absolute;
    top: -18px
}

.duke-form .list-element-error {
    position: relative
}

    .duke-form .list-element-error .invalid-label {
        top: -16px
    }

.duke-form [required] + label:after, .duke-form [required] .ui-select-placeholder:after, .duke-form .form-control.required + label:after, .duke-form .form-control.required .ui-select-placeholder:after {
    content: "\2009*";
    letter-spacing: 0.125em
}

.duke-form .submit-buttons {
    text-align: center;
    margin: 10px auto 50px
}

    .duke-form .submit-buttons .btn-medium {
        padding: 0
    }

    .duke-form .submit-buttons .btn-cancel {
        color: #006060;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        display: block;
        cursor: pointer;
        line-height: 0.8;
        background-color: transparent;
        border: 0;
        margin: 30px auto 0 !important;
        padding: 3px
    }

        .duke-form .submit-buttons .btn-cancel:hover, .duke-form .submit-buttons .btn-cancel:focus {
            background: #e0f6fb
        }

.duke-form .form-group {
    margin-bottom: 40px;
    position: relative
}

.duke-form .info-tooltip {
    display: block;
    height: 20px;
    margin-left: 29px;
    position: absolute;
    right: -20px;
    top: 15px;
    width: 20px;
    z-index: 9
}

    .duke-form .info-tooltip.routing + .tooltip .tooltip-inner {
        max-width: 260px
    }

    .duke-form .info-tooltip img {
        vertical-align: baseline;
        width: 20px;
        height: 20px
    }

.duke-form .dropdown.duke button, .duke-form .dropdown.duke .dropdown-menu {
    width: 100%
}

.duke-form .dropdown.duke .button {
    font-size: 16px
}

.duke-form .checkbox-list {
    margin-bottom: 40px;
    position: relative
}

    .duke-form .checkbox-list .help-label {
        margin-bottom: 21px
    }

    .duke-form .checkbox-list[required] .help-label:after {
        content: "\00a0*";
        display: inline-block
    }

    .duke-form .checkbox-list > .form-group {
        margin-bottom: 10px;
        z-index: 10
    }

        .duke-form .checkbox-list > .form-group:last-child {
            margin-bottom: 0
        }

.duke-form [vc-recaptcha] {
    display: inline-block
}

    .duke-form [vc-recaptcha] + .invalid-span.invalid-label {
        display: block;
        position: relative;
        top: 0;
        line-height: 0.2
    }

.duke-form .rich-text-editor a:focus {
    text-decoration: none;
    background-color: #e0f6fb;
    border-bottom: none
}

.duke-form [type="checkbox"] {
    position: absolute;
    left: -9999px
}

    .duke-form [type="checkbox"] + label {
        position: relative;
        padding-left: 29px;
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        word-break: break-word;
        font-size: 16px;
        line-height: 1.6
    }

        .duke-form [type="checkbox"] + label:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 1px;
            width: 20px;
            height: 20px;
            border: 1px solid #dfe4e4;
            background: #fff
        }

        .duke-form [type="checkbox"] + label:after {
            width: 20px;
            height: 18px;
            background-size: cover;
            background-repeat: no-repeat;
            display: inline-block;
            content: "";
            background-image: url("/Assets/site/img/tiles/checkmark.png");
            color: #077faa;
            font-size: 18px;
            position: absolute;
            left: 4px;
            line-height: 0.8;
            text-align: center;
            top: -1px;
            transition: all .2s
        }

        .duke-form [type="checkbox"] + label + .invalid-span {
            display: block;
            margin-top: 0px;
            letter-spacing: 0.15px;
            line-height: 1.2
        }

    .duke-form [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0)
    }

    .duke-form [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1)
    }

@media (max-width: 767px) {
    .duke-form [type="checkbox"] + label {
        font-size: 15px
    }
}

.duke-form .invalid-field .numeric-input, .duke-form .invalid-field .numeric-input.active {
    border-color: #8b0e04
}

.duke-form .numeric-input {
    border: 1px solid #dfe4e4;
    background: white;
    color: #222222;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    width: 44px;
    height: 35px
}

    .duke-form .numeric-input + .invalid-span {
        display: block
    }

    .duke-form .numeric-input.invalid, .duke-form .numeric-input.invalid.active {
        border-color: #8b0e04
    }

    .duke-form .numeric-input.active {
        border-color: #077faa
    }

        .duke-form .numeric-input.active > input {
            background: #f3f5f4
        }

        .duke-form .numeric-input.active .arrows-wrapper {
            background: #e9eceb
        }

    .duke-form .numeric-input > .temporal-label {
        font-size: 16px;
        color: #696969;
        width: 27px;
        height: 33px;
        display: block;
        padding: 0 4px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 33px;
        font-weight: normal
    }

    .duke-form .numeric-input > input {
        font-size: 16px;
        width: 27px;
        height: 33px;
        border: none;
        text-align: center;
        color: dimgray;
        padding: 0 4px;
        margin: 0;
        vertical-align: middle
    }

        .duke-form .numeric-input > input:focus, .duke-form .numeric-input > input:active {
            outline: none
        }

    .duke-form .numeric-input .arrows-wrapper {
        background: #f2f4f4;
        height: 100%;
        width: 15px;
        height: 35px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 1.5px 2px;
        border-left: 1px solid #dfe4e4
    }

    .duke-form .numeric-input .spinner-arrows {
        background: #c3c3c3;
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
        border-right: none;
        font-weight: normal;
        width: 10px;
        height: 14px;
        font-size: 6px;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        cursor: default;
        display: block;
        overflow: hidden;
        right: 0px
    }

        .duke-form .numeric-input .spinner-arrows:focus, .duke-form .numeric-input .spinner-arrows:active {
            outline: 0
        }

        .duke-form .numeric-input .spinner-arrows:active, .duke-form .numeric-input .spinner-arrows.active {
            background-color: #077faa
        }

        .duke-form .numeric-input .spinner-arrows.spinner-up {
            border-top-right-radius: 100%;
            border-top-left-radius: 100%
        }

            .duke-form .numeric-input .spinner-arrows.spinner-up .arrow-icon {
                top: 4px
            }

                .duke-form .numeric-input .spinner-arrows.spinner-up .arrow-icon:before {
                    content: '';
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 3px 4px 3px;
                    border-color: transparent transparent #ffffff transparent;
                    top: 0;
                    pointer-events: none
                }

        .duke-form .numeric-input .spinner-arrows.spinner-down {
            border-bottom-right-radius: 100%;
            border-bottom-left-radius: 100%
        }

            .duke-form .numeric-input .spinner-arrows.spinner-down .arrow-icon {
                bottom: 4px
            }

                .duke-form .numeric-input .spinner-arrows.spinner-down .arrow-icon:before {
                    content: '';
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 4px 3px 0 3px;
                    border-color: #ffffff transparent transparent transparent;
                    bottom: 0;
                    pointer-events: none
                }

        .duke-form .numeric-input .spinner-arrows .arrow-button {
            height: 100%;
            position: relative;
            display: block;
            cursor: pointer
        }

    .duke-form .numeric-input .arrow-icon {
        color: white;
        position: absolute;
        display: block;
        left: 2px
    }

        .duke-form .numeric-input .arrow-icon:before {
            position: absolute;
            left: 0
        }

@media (max-width: 767px) {
    .duke-form .numeric-input > input, .duke-form .numeric-input > .temporal-label {
        font-size: 15px
    }
}

.duke-form numeric-input + .invalid-span {
    margin-top: 2px;
    position: absolute
}

.repeater-controls {
    margin-bottom: 20px
}

    .repeater-controls.expanded {
        margin-top: -8px
    }

    .repeater-controls .h3 {
        color: #005984;
        margin-bottom: 25px;
        margin-top: 0
    }

    .repeater-controls .add-widget {
        border-top: solid 1px #dfe4e4;
        border-bottom: solid 1px #dfe4e4;
        padding: 25px 0 30px
    }

    .repeater-controls .btn-remove-widget + .add-widget {
        margin-top: 40px
    }

    .repeater-controls .btn-remove-widget {
        background: transparent;
        border: none;
        border-bottom: solid 2px #a7e1ea;
        color: #006060;
        font-size: 14px;
        line-height: 1;
        padding: 5px 0 3px 0;
        text-transform: uppercase
    }

        .repeater-controls .btn-remove-widget:focus, .repeater-controls .btn-remove-widget:hover {
            background: #a7e1ea
        }

    .repeater-controls .btn-add-widget {
        display: inline-block;
        cursor: pointer
    }

        .repeater-controls .btn-add-widget:hover .h3 span {
            border-bottom: solid 2px #a7e1ea
        }

        .repeater-controls .btn-add-widget:hover button {
            background: #a7e1ea
        }

        .repeater-controls .btn-add-widget button {
            background: #92dbe8;
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 36px;
            line-height: 1;
            margin: 0;
            padding: 0;
            width: 60px;
            height: 60px
        }

.outdoor-selection {
    margin-bottom: 50px
}

    .outdoor-selection.above-form {
        margin-bottom: 16px
    }

    .outdoor-selection .header-3, .outdoor-selection .rich-text-editor h3, .rich-text-editor .outdoor-selection h3 {
        margin-bottom: 25px
    }

.intro-txt + .outdoor-selection {
    margin-top: -3px
}

.outdoor-items {
    border-top: solid 1px #dfe4e4;
    border-bottom: solid 1px #dfe4e4;
    padding: 20px 0 38px
}

.selected-light-item .image-wrapper {
    margin-bottom: 14px;
    height: 180px;
    width: 100%
}

.selected-light-item img {
    height: 180px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto
}

.selected-light-item figcaption {
    color: #005984;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.dropdown.duke button {
    background: #fff;
    width: 210px;
    border: 1px solid #ccc;
    height: 50px;
    text-align: left;
    padding: 0px 16px;
    font-size: 14px
}

    .dropdown.duke button .text {
        padding: 8px 0px;
        line-height: 24px
    }

    .dropdown.duke button .caret {
        position: absolute;
        top: 20px;
        right: 18px;
        border-top: 10px solid #005984;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        content: ' '
    }

    .dropdown.duke button:focus {
        border-color: #077FAA;
        border-bottom-color: #dfe4e4
    }

.dropdown.duke .dropdown-menu {
    margin: 0px;
    border-top: none;
    border-radius: 0;
    box-shadow: none
}

    .dropdown.duke .dropdown-menu li.selected {
        background-color: #f5f5f5
    }

    .dropdown.duke .dropdown-menu:hover li.selected {
        background: #ffffff
    }

    .dropdown.duke .dropdown-menu li {
        padding: 4px;
        padding-left: 16px;
        font-size: 15px;
        cursor: default
    }

        .dropdown.duke .dropdown-menu li:hover {
            background-color: #f3fbfd
        }

.dropdown.duke.medium button {
    width: 210px
}

.dropdown.duke.medium .dropdown-menu {
    min-width: 0;
    width: 210px
}

.dropdown.duke.small button {
    width: 110px
}

.dropdown.duke.small .dropdown-menu {
    min-width: 0;
    width: 110px
}

.dropdown.duke.large {
    width: 100%
}

    .dropdown.duke.large .dropdown-menu {
        min-width: 0;
        width: 100%
    }

@media (min-width: 1200px) {
    .basic-form .confirmation-data .confirmation-value {
        width: 374px
    }

    .basic-form .confirmation-data .confirmation-key {
        width: 135px
    }

    .duke-form .form-control + label {
        left: 36px
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .basic-form .confirmation-data .confirmation-value {
        width: 279px
    }

    .basic-form .confirmation-data .confirmation-key {
        width: 135px
    }
}

@media (min-width: 980px) {
    .basic-form .header-container.confirmation-step .confirmation-text {
        width: 600px
    }

    .basic-form .confirmation-data {
        padding-top: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .basic-form .header-container.confirmation-step .confirmation-text {
        margin-bottom: 31px
    }

    .basic-form .header-container .header-1, .basic-form .header-container .rich-text-editor h1, .rich-text-editor .basic-form .header-container h1 {
        font-size: 50px;
        margin-bottom: 13px
    }

    .basic-form .confirmation-data .confirmation-value {
        width: 269px;
        letter-spacing: 0.014em
    }

    .basic-form .confirmation-data .confirmation-key {
        width: 161px
    }

    .duke-form .form-control + label {
        left: 31px;
        top: 13px
    }

    .duke-form .form-group .form-group .form-control + label {
        left: 41px
    }

    .duke-form .form-group.col-sm-2 label {
        max-width: 65px;
        white-space: nowrap;
        overflow: hidden
    }

    .duke-form .help-label {
        margin-bottom: 18px
    }

        .duke-form .help-label + .invalid-label {
            top: 18px
        }

    .duke-form .disclosure-content {
        padding-left: 10px
    }
}

@media only screen and (min-width: 0) and (max-width: 979px) {
    .duke-form label {
        line-height: 1.6
    }

    .duke-form .tooltip-inner {
        max-width: 179px
    }

    .duke-form .disclosure-content.not-overflow {
        margin-top: 38px
    }

    .duke-form radio-list .disclosure-content.not-overflow {
        margin-top: 36px
    }
}

@media only screen and (max-width: 767px) {
    .basic-form .header-container .header-1, .basic-form .header-container .rich-text-editor h1, .rich-text-editor .basic-form .header-container h1 {
        margin: 6px 0 15px
    }

    .basic-form .header-container .intro-txt {
        margin-bottom: 30px
    }

    .basic-form .confirmation-step .confirmation-text {
        font-size: 17px;
        margin: 14px auto 22px;
        line-height: 26px
    }

    .basic-form .confirmation-step .confirmation-icon {
        margin-top: 0
    }

    .basic-form .confirmation-data {
        margin-bottom: 50px
    }

        .basic-form .confirmation-data .confirmation-key, .basic-form .confirmation-data .confirmation-value {
            font-size: 15px;
            width: 100%;
            height: inherit !important
        }

        .basic-form .confirmation-data .confirmation-value {
            letter-spacing: 0.016em
        }

        .basic-form .confirmation-data .each-confirmation-data {
            margin-top: 17px
        }

            .basic-form .confirmation-data .each-confirmation-data:first-child {
                margin-top: 0
            }

        .basic-form .confirmation-data .confirmation-key, .basic-form .confirmation-data .confirmation-value {
            text-align: center
        }

    .duke-form .info-tooltip, .duke-form .info-tooltip img {
        width: 17px;
        height: 17px
    }

    .duke-form .tooltip.left, .duke-form .tooltip.right {
        top: 5px !important
    }

    .duke-form .disclosure-content {
        padding-left: 20px
    }

        .duke-form .disclosure-content.not-overflow {
            margin-top: 35px
        }

        .duke-form .disclosure-content .inside-method.ng-enter {
            -ms-transition: all 2.3s cubic-bezier(0, 0.98, 0.2, 1);
            -moz-transition: all 2.3s cubic-bezier(0, 0.98, 0.2, 1);
            -o-transition: all 2.3s cubic-bezier(0, 0.98, 0.2, 1);
            -webkit-transition: all 2.3s cubic-bezier(0, 0.98, 0.2, 1);
            transition: all 2.3s cubic-bezier(0, 0.98, 0.2, 1)
        }

    .duke-form .dropdown.duke .dropdown-menu li {
        font-size: 15px
    }

    .duke-form .dropdown.duke button .text {
        font-size: 15px
    }

    .duke-form .ui-select-choices li {
        font-size: 15px
    }

    .duke-form .help-label {
        margin-bottom: 12px;
        font-size: 15px
    }

    .duke-form .form-comments .info-tooltip {
        bottom: 115px
    }

        .duke-form .form-comments .info-tooltip + .tooltip {
            bottom: 37px !important
        }

    .duke-form .form-group .form-group .form-control + label {
        left: 32px
    }

    .duke-form .form-control {
        font-size: 15px
    }

        .duke-form .form-control + label {
            font-size: 15px;
            left: 32px;
            top: 15px
        }

    .duke-form radio-list .help-label {
        margin-bottom: 22px
    }

    .duke-form .checkbox-list {
        margin-bottom: 40px;
        position: relative
    }

        .duke-form .checkbox-list .invalid-label {
            top: -15px
        }

    .duke-form .form-group.col-xs-4 .has-tooltip {
        max-width: 90%
    }

    .duke-form .form-group.col-xs-4 .info-tooltip {
        right: 11px
    }

    .duke-form .form-group.col-xs-4 .tooltip.left {
        right: 40px
    }

    .duke-form .form-group.col-xs-2 .tooltip .tooltip-inner {
        max-width: 129px;
        min-width: 129px
    }

    .duke-form [vc-recaptcha] {
        -moz-transform: scale(0.97);
        -webkit-transform: scale(0.97);
        -o-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .duke-form duke-calendar .date-area {
        width: 100%
    }

        .duke-form duke-calendar .date-area .has-tooltip + button {
            right: 56px
        }

    .duke-form duke-calendar .calendar-popup {
        top: 0px
    }

    .repeater-controls .add-widget {
        margin-top: 0px;
        padding-bottom: 20px;
        padding-top: 16px
    }

    .repeater-controls .h3 {
        font-size: 21px;
        margin-bottom: 16px
    }

    .dropdown.duke {
        margin-right: 0
    }

        .dropdown.duke.small .dropdown-menu, .dropdown.duke.medium .dropdown-menu, .dropdown.duke.large .dropdown-menu {
            width: 100%
        }

        .dropdown.duke.small button, .dropdown.duke.medium button, .dropdown.duke.large button {
            width: 100%
        }
}

.signIn-section {
    margin-bottom: 43px
}

    .signIn-section .signIn-header .page-title {
        font-size: 60px;
        letter-spacing: .45px;
        margin-top: 36px;
        margin-bottom: 8px;
        margin-left: -3px
    }

    .signIn-section .signIn-header .page-intro {
        font-size: 18px;
        letter-spacing: .5px;
        margin-bottom: 33px
    }

        .signIn-section .signIn-header .page-intro.second-intro {
            margin-top: -16px
        }

        .signIn-section .signIn-header .page-intro.error {
            color: #8b0e04;
            padding-left: 0px;
            letter-spacing: .43px;
            margin-top: -16px
        }

            .signIn-section .signIn-header .page-intro.error > a {
                text-decoration: none;
                font-weight: bold;
                margin-bottom: 0;
                font-size: 16px;
                color: #8b0e04;
                line-height: 1.7;
                letter-spacing: 0.5px
            }

    .signIn-section .signIn-header.help .page-title {
        margin-left: 0;
        letter-spacing: 0px
    }

    .signIn-section .signIn-header.help .page-intro {
        letter-spacing: 0.45px
    }

    .signIn-section .signIn-header.email .page-intro {
        margin-bottom: 43px
    }

    .signIn-section .btn.btn-blue, .signIn-section .btn-blue.btn-main-blue, .signIn-section .btn-blue.btn-small-main-blue, .signIn-section .btn-blue.btn-medium-main-blue, .signIn-section .btn-blue.btn-large-main-blue, .signIn-section .btn-blue.btn-reverse, .signIn-section .btn-blue.btn-small-reverse, .signIn-section .btn-blue.btn-medium-reverse, .signIn-section .btn-blue.btn-large-reverse, .signIn-section .btn-blue.btn-light, .signIn-section .btn-blue.btn-submit, .signIn-section .btn-blue.btn-previous, .signIn-section .btn-blue, .signIn-section a.btn-blue, .signIn-section .btn-blue.btn-aqua-blue, .signIn-section .btn-blue.btn-dark-blue, .signIn-section .btn-blue.btn-green, .signIn-section .btn-blue.btn-white, .signIn-section .btn-blue.btn-white-blue, .signIn-section .btn-blue.btn-white-whitebackground, .signIn-section .btn-blue.btn-grey, .signIn-section .btn-blue.btn-light-grey, .signIn-section .btn-blue.btn-disabled, .signIn-section .general-form-styles .toggle-btn-container .btn-blue.toggle-btn, .general-form-styles .toggle-btn-container .signIn-section .btn-blue.toggle-btn {
        background-color: #007faa;
        margin-top: 37px;
        margin-bottom: 33px;
        display: block
    }

        .signIn-section .btn.btn-blue:hover, .signIn-section .btn-blue.btn-main-blue:hover, .signIn-section .btn-blue.btn-small-main-blue:hover, .signIn-section .btn-blue.btn-medium-main-blue:hover, .signIn-section .btn-blue.btn-large-main-blue:hover, .signIn-section .btn-blue.btn-reverse:hover, .signIn-section .btn-blue.btn-small-reverse:hover, .signIn-section .btn-blue.btn-medium-reverse:hover, .signIn-section .btn-blue.btn-large-reverse:hover, .signIn-section .btn-blue.btn-light:hover, .signIn-section .btn-blue.btn-submit:hover, .signIn-section .btn-blue.btn-previous:hover, .signIn-section .btn-blue:hover, .signIn-section a.btn-blue:hover, .signIn-section .btn-blue.btn-aqua-blue:hover, .signIn-section .btn-blue.btn-dark-blue:hover, .signIn-section .btn-blue.btn-green:hover, .signIn-section .btn-blue.btn-white:hover, .signIn-section .btn-blue.btn-white-blue:hover, .signIn-section .btn-blue.btn-white-whitebackground:hover, .signIn-section .btn-blue.btn-grey:hover, .signIn-section .btn-blue.btn-light-grey:hover, .signIn-section .btn-blue.btn-disabled:hover, .signIn-section .general-form-styles .toggle-btn-container .btn-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .signIn-section .btn-blue.toggle-btn:hover {
            background: #076f94
        }

    .signIn-section .signin-form-container {
        width: 80%
    }

    .signIn-section .remember-container {
        margin-top: 14px
    }

        .signIn-section .remember-container label {
            display: inline-block;
            position: relative;
            cursor: pointer;
            font-weight: initial;
            padding-left: 31px;
            letter-spacing: inherit;
            margin-top: 4px;
            font-size: 16px;
            margin-bottom: 7px
        }

            .signIn-section .remember-container label:before {
                content: "";
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-right: 10px;
                position: absolute;
                left: 0px;
                bottom: 3px;
                background: #fff;
                border: 1px solid #dfe4e4
            }

        .signIn-section .remember-container input[type=checkbox]:focus + label:before {
            border-color: #076f94
        }

        .signIn-section .remember-container input[type=checkbox]:checked + label:before {
            text-align: center;
            background-repeat: no-repeat;
            text-align: center;
            background-image: url(/Assets/site/img/tiles/remembercheck.png);
            background-repeat: no-repeat;
            vertical-align: top;
            background-position: 3px 4px
        }

    .signIn-section .tooltip.right {
        margin-left: 10px;
        padding: 0 5px;
        margin-top: 15px;
        font-size: 12px;
        opacity: 1
    }

        .signIn-section .tooltip.right .tooltip-arrow {
            top: 50%;
            left: -2px;
            margin-top: -30px;
            border-width: 15px 15px 15px 0;
            border-right-color: #005984 !important
        }

        .signIn-section .tooltip.right .tooltip-inner {
            font-size: 12px;
            font-weight: normal;
            text-align: left;
            padding-bottom: 18px;
            letter-spacing: 0.3px
        }

    .signIn-section .tooltip.left {
        margin-left: 10px;
        padding: 0 5px;
        margin-top: 15px;
        font-size: 12px;
        opacity: 1
    }

        .signIn-section .tooltip.left .tooltip-arrow {
            top: 50%;
            right: -22px;
            margin-top: -30px;
            border-width: 15px 15px 15px;
            border-left-color: #005984 !important
        }

        .signIn-section .tooltip.left .tooltip-inner {
            font-size: 12px;
            font-weight: normal;
            text-align: left;
            padding-bottom: 18px;
            letter-spacing: 0.3px
        }

    .signIn-section .unavailable-container {
        background-color: #f2f4f4;
        margin-top: 10px;
        padding-top: 31px;
        padding-bottom: 24px;
        margin-bottom: 50px
    }

        .signIn-section .unavailable-container .unavailable-info-icon img {
            width: 34px;
            height: 34px;
            margin-bottom: 14px
        }

        .signIn-section .unavailable-container p {
            margin-bottom: 0;
            margin-top: 0
        }

.forms-header-wrapper {
    border-bottom: #e1e5e6 1px solid
}

    .forms-header-wrapper .forms-header {
        padding: 20px 0
    }

    .forms-header-wrapper .duke-logo-img {
        margin: auto
    }

.duke-submit-button:disabled {
    opacity: 0.3;
    cursor: not-allowed
}

    .duke-submit-button:disabled.btn-main-blue, .duke-submit-button.btn-small-main-blue:disabled, .duke-submit-button.btn-medium-main-blue:disabled, .duke-submit-button.btn-large-main-blue:disabled {
        background-color: #077faa
    }

.multistep-form .msForm-title {
    margin: 40px 0
}

.multistep-form .multistep-navigation .nav {
    overflow: hidden;
    text-align: center
}

    .multistep-form .multistep-navigation .nav li {
        float: none;
        display: inline-block;
        margin: 0
    }

        .multistep-form .multistep-navigation .nav li:last-child a {
            padding: 30px 65px
        }

            .multistep-form .multistep-navigation .nav li:last-child a:after {
                border: 0
            }

        .multistep-form .multistep-navigation .nav li:first-child a {
            padding-left: 20px
        }

        .multistep-form .multistep-navigation .nav li.active a {
            background-color: #e6e8e8;
            color: #005984 !important
        }

            .multistep-form .multistep-navigation .nav li.active a:after {
                border-left-color: #e6e8e8
            }

        .multistep-form .multistep-navigation .nav li a {
            border-radius: 0;
            padding: 30px 20px 30px 40px;
            text-decoration: none;
            background: white;
            text-transform: uppercase;
            font-size: 14px;
            color: #929397;
            text-align: center
        }

            .multistep-form .multistep-navigation .nav li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 55px solid transparent;
                border-bottom: 65px solid transparent;
                border-left: 20px solid white;
                position: absolute;
                top: -7px;
                margin-top: 0;
                margin-left: 1px;
                left: 100%;
                z-index: 1
            }

            .multistep-form .multistep-navigation .nav li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 55px solid transparent;
                border-bottom: 65px solid transparent;
                border-left: 20px solid white;
                position: absolute;
                top: -7px;
                margin-top: 0;
                left: 100%;
                z-index: 2
            }

            .multistep-form .multistep-navigation .nav li a span {
                display: block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #e6e8e8;
                background: white;
                width: 22px;
                height: 22px;
                margin: auto;
                font-size: 11px;
                margin-bottom: 5px
            }

.multistep-form .multistep-content .multistep-inner {
    text-align: center;
    width: 60%;
    margin: auto;
    padding: 50px 0
}

    .multistep-form .multistep-content .multistep-inner > p {
        padding: 20px 0
    }

.single-step-form h1, .single-step-form h3, .multistep-form h1, .multistep-form h3 {
    text-align: center
}

.single-step-form form, .multistep-form form {
    margin-bottom: 100px
}

.form-elements {
    margin-bottom: 50px
}

    .form-elements h3 {
        margin: 0;
        text-align: left
    }

.div-test input {
    width: 215px !important;
    min-width: inherit !important
}

.div-test .form-tooltip {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important
}

.orSeparator {
    height: 100%;
    width: 1px;
    border-left: 1px solid #e1e5e6;
    position: absolute;
    left: 50%;
    top: 0
}

.or-circle {
    width: 45px;
    height: 45px;
    background: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    color: #abacaf;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.account-data {
    border: 1px solid #F2F2F2;
    max-width: 500px;
    margin: 50px auto
}

    .account-data > p {
        background: #F2F2F2;
        text-align: left;
        padding: 5px 40px
    }

    .account-data > .row {
        padding: 0 40px
    }

.general-form-styles {
    position: relative
}

    .general-form-styles a.link {
        color: #006060;
        display: inline;
        font-size: 14px;
        padding-bottom: 2px;
        text-transform: uppercase
    }

        .general-form-styles a.link:hover {
            text-decoration: none;
            background-color: #e0f6fb;
            border-bottom: none;
            padding-bottom: 3px
        }

    .general-form-styles .border-right {
        border-right: 1px solid #e1e5e6
    }

    .general-form-styles .section-header {
        margin-top: 7px;
        margin-bottom: 18px
    }

        .general-form-styles .section-header.signin {
            margin-bottom: 25px
        }

    .general-form-styles .register-intro {
        margin-bottom: 7px
    }

    .general-form-styles .accept-terms-registration {
        margin: 50px 0
    }

    .general-form-styles .form-link {
        color: #005984;
        cursor: pointer;
        font-size: 16px
    }

    .general-form-styles .email-confirmation {
        font-style: italic;
        font-weight: bold
    }

    .general-form-styles a, .general-form-styles a:hover, .general-form-styles a:focus, .general-form-styles a:active {
        color: #005984
    }

    .general-form-styles label {
        font-size: 14px
    }

    .general-form-styles input[name="userPassword"] {
        padding-right: 70px
    }

    .general-form-styles .password-advice {
        background: #F2F2F2;
        border: 1px solid #CCCCCC;
        text-align: left;
        font-size: 16px;
        color: #777;
        padding: 20px;
        margin: 20px 0;
        display: block
    }

        .general-form-styles .password-advice ul {
            list-style: inherit;
            margin: 0
        }

        .general-form-styles .password-advice p {
            padding: 0 !important;
            color: #777
        }

    .general-form-styles .confirmation-alert {
        font-size: 24px;
        color: #6d6e71;
        letter-spacing: .6px;
        line-height: 1.2;
        text-align: center;
        padding: 40px 0px
    }

        .general-form-styles .confirmation-alert span:before {
            display: block;
            color: #005984;
            font-size: 50px;
            margin-bottom: 20px
        }

    .general-form-styles .confirmation-error-alert {
        font-size: 16px;
        color: #8b0e04;
        letter-spacing: .35px;
        line-height: 1.2;
        text-align: center;
        padding: 20px 0px 40px 0px
    }

    .general-form-styles form.ng-submitted.ng-invalid .form-control.ng-invalid, .general-form-styles form.ng-submitted.ng-invalid .select-required .form-control {
        border: #8b0e04 1px solid
    }

    .general-form-styles form.ng-submitted.ng-invalid .error-span {
        visibility: visible;
        color: #8b0e04;
        font-size: 14px;
        font-weight: bold
    }

    .general-form-styles .has-error .form-control {
        border: 1px solid;
        border-color: #8b0e04 !important
    }

    .general-form-styles .has-error .error-span {
        visibility: visible;
        color: #8b0e04;
        font-size: 14px;
        font-weight: bold
    }

    .general-form-styles .form-error-container {
        margin-top: -1px;
        display: block;
        min-height: 17px;
        text-align: left;
        position: absolute;
        z-index: 2;
        padding-left: 1px
    }

    .general-form-styles .error-span {
        color: #dd3e5c;
        font-size: 12px;
        visibility: hidden;
        display: block
    }

    .general-form-styles .form-group {
        position: relative;
        margin-bottom: 31px
    }

        .general-form-styles .form-group.last {
            margin-bottom: 15px
        }

        .general-form-styles .form-group.radio-group {
            margin-bottom: 10px
        }

            .general-form-styles .form-group.radio-group.last {
                margin-bottom: 2px
            }

    .general-form-styles .select-style {
        padding: 4px 0;
        overflow: hidden;
        background-color: #fff
    }

        .general-form-styles .select-style:before {
            position: absolute;
            top: 19px;
            right: 13px;
            border-top: 5px solid #06abc8;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            content: ' '
        }

        .general-form-styles .select-style select {
            color: #929397;
            padding: 5px 8px;
            width: 101%;
            border: none;
            box-shadow: none;
            background-color: transparent;
            background-image: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

            .general-form-styles .select-style select:focus {
                outline: none
            }

    .general-form-styles .radio label, .general-form-styles .checkbox label {
        color: #929397;
        font-size: 16px
    }

    .general-form-styles .form-inner-container {
        margin-bottom: 80px
    }

    .general-form-styles .left-form {
        padding-right: 25px
    }

    .general-form-styles .right-form {
        padding-left: 25px
    }

    .general-form-styles .tooltip.right {
        margin-top: 20px
    }

        .general-form-styles .tooltip.right .tooltip-inner {
            min-width: 200px;
            padding: 20px;
            font-size: 12px;
            line-height: 16px;
            background: #005984;
            color: white;
            border-radius: 0;
            margin-left: 5px
        }

        .general-form-styles .tooltip.right .tooltip-arrow {
            border-left-color: #005984 !important;
            right: 1px !important
        }

    .general-form-styles .tooltip.left {
        margin-top: 20px
    }

        .general-form-styles .tooltip.left .tooltip-inner {
            min-width: 200px;
            padding: 20px;
            font-size: 12px;
            line-height: 16px;
            background: #005984;
            color: white;
            border-radius: 0;
            margin-left: -20px
        }

    .general-form-styles .form-description {
        text-align: center
    }

    .general-form-styles .cancel-btn {
        text-transform: uppercase;
        color: #006060;
        text-align: center;
        font-size: 15px;
        display: block;
        margin: auto;
        background: none;
        outline: 0;
        border: 0;
        letter-spacing: -.2px
    }

    .general-form-styles .form-btn {
        text-transform: uppercase;
        text-align: center;
        min-height: 70px;
        margin: auto;
        padding: 30px 20px;
        margin-bottom: 45px !important;
        width: 47%;
        min-width: 40%
    }

    .general-form-styles .btn-previous, .general-form-styles .btn-secondary-continue {
        margin-right: 30px
    }

        .general-form-styles .btn-previous.only-button, .general-form-styles .btn-secondary-continue.only-button {
            margin: 0;
            margin: auto
        }

    .general-form-styles .form-tooltip {
        top: 11.5px;
        right: -35px;
        color: #e1e5e6;
        position: absolute
    }

        .general-form-styles .form-tooltip:before {
            font-size: 20px;
            cursor: pointer
        }

    .general-form-styles .dropdown-style.open .dropdown-btn {
        background-color: transparent;
        border-color: #e1e5e6
    }

    .general-form-styles .dropdown-style .dropdown-btn {
        zoom: 1;
        position: relative;
        display: table;
        min-width: 170px;
        height: 105px;
        border: #e1e5e6 1px solid;
        table-layout: fixed;
        cursor: pointer;
        padding: 0
    }

        .general-form-styles .dropdown-style .dropdown-btn:hover, .general-form-styles .dropdown-style .dropdown-btn:focus {
            background-color: transparent;
            border-color: #e1e5e6
        }

        .general-form-styles .dropdown-style .dropdown-btn:after {
            position: absolute;
            top: 47%;
            right: 13px;
            border-top: 5px solid #06abc8;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            content: ' '
        }

        .general-form-styles .dropdown-style .dropdown-btn .dropdown-selected {
            height: 100%;
            overflow: hidden
        }

            .general-form-styles .dropdown-style .dropdown-btn .dropdown-selected img {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                float: left
            }

            .general-form-styles .dropdown-style .dropdown-btn .dropdown-selected p {
                display: inline-block;
                vertical-align: middle;
                font-size: 16px;
                text-transform: capitalize;
                margin-left: 5px;
                width: 84px;
                height: 100%;
                white-space: pre-wrap;
                float: left;
                padding: 30px 0
            }

    .general-form-styles .select-image {
        width: 602px;
        padding: 0
    }

        .general-form-styles .select-image > li {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            display: table;
            float: left;
            padding-left: 60px;
            width: 200px;
            height: 105px;
            table-layout: fixed;
            cursor: pointer
        }

            .general-form-styles .select-image > li:hover {
                background-color: #faf9f9
            }

            .general-form-styles .select-image > li p {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: table-cell;
                width: 100%;
                vertical-align: middle;
                font-size: 14px
            }

            .general-form-styles .select-image > li img {
                position: absolute;
                left: 10px;
                width: 45px;
                padding-top: 5px
            }

    .general-form-styles .toggle-btn-container .toggle-btn {
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        -ms-border-radius: 34px;
        -o-border-radius: 34px;
        border-radius: 34px;
        border: #e1e5e6 1px solid;
        min-width: 100px;
        display: inline-block;
        height: 49px;
        padding: 0
    }

        .general-form-styles .toggle-btn-container .toggle-btn:first-child {
            margin-right: 30px
        }

        .general-form-styles .toggle-btn-container .toggle-btn.btn-disabled {
            color: #005984;
            background-color: white
        }

        .general-form-styles .toggle-btn-container .toggle-btn.btn-abled {
            background-color: #f8fafa;
            color: #06abc8 !important
        }

    .general-form-styles .repeater-btn {
        display: block;
        text-align: center
    }

        .general-form-styles .repeater-btn:hover {
            text-decoration: none
        }

            .general-form-styles .repeater-btn:hover span {
                text-decoration: underline
            }

        .general-form-styles .repeater-btn span {
            display: block;
            color: #005984;
            text-align: center;
            font-size: 30px
        }

        .general-form-styles .repeater-btn:after {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: 'duke-icons';
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none;
            speak: none;
            display: block;
            margin-top: 10px;
            color: #06abc8;
            font-size: 60px;
            content: "\e606"
        }

    .general-form-styles .form-control {
        box-shadow: none;
        border-radius: 0;
        height: 50px;
        border-color: #dfe4e4;
        font-size: 16px;
        color: dimgray;
        padding-left: 18px;
        letter-spacing: .4px;
        margin-bottom: 0px
    }

        .general-form-styles .form-control:focus {
            box-shadow: none;
            border-color: #077faa
        }

    .general-form-styles .info-tooltip {
        position: absolute;
        right: -30px;
        top: 20%;
        margin-left: 29px;
        display: block;
        width: 20px;
        height: 20px;
        z-index: 9
    }

        .general-form-styles .info-tooltip img {
            width: 20px;
            height: 20px
        }

    .general-form-styles input {
        height: 50px
    }

        .general-form-styles input[type=radio] {
            padding: 0;
            margin: 0
        }

            .general-form-styles input[type=radio] + label {
                font-weight: normal;
                margin-top: 9px;
                letter-spacing: inherit;
                font-size: 16px
            }

                .general-form-styles input[type=radio] + label > span.radio-btn span {
                    display: inline-block;
                    width: 18px;
                    height: 18px;
                    vertical-align: middle;
                    cursor: pointer;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    margin: 3px 10px 3px 0;
                    border: 1px solid #dfe4e4;
                    background: white;
                    vertical-align: bottom;
                    margin-right: 3px
                }

            .general-form-styles input[type=radio]:checked + label > span.radio-btn span:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                margin: 3px;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background: #077faa
            }

        .general-form-styles input:focus + label > span.radio-btn span {
            border-color: dimgray
        }

.auth .general-form-styles .register-intro {
    margin-bottom: 44px
}

.auth .general-form-styles .signin-accordion .header-accordion {
    border-top: none
}

.auth .home-mobile-menu {
    border-top: 1px solid #E6E6E6
}

    .auth .home-mobile-menu a:before {
        margin-right: 6px;
        margin-top: -6px
    }

.signIn-section label {
    width: 100%
}

.signIn-section .radio-btn {
    display: inline-block;
    vertical-align: top
}

.signIn-section .radio-desc {
    display: inline-block;
    width: calc(100% - 41px);
    cursor: pointer
}

@media (min-width: 0) and (max-width: 979px) {
    .orSeparator-container {
        height: 60px !important;
        margin: 30px 0
    }

    .orSeparator {
        width: 100%;
        height: 1px;
        border-top: 1px solid #e1e5e6;
        top: 30px;
        left: 0
    }

    .general-form-styles .select-style select {
        width: 105%
    }

    .general-form-styles .select-style:before {
        right: 60px
    }

    .general-form-styles .form-control {
        width: 95%
    }

    .general-form-styles .left-form {
        padding-right: 15px
    }

    .general-form-styles .right-form {
        padding-left: 15px
    }

    .general-form-styles .form-tooltip {
        right: 0
    }

    .multistep-form .multistep-navigation .nav li a {
        font-size: 18px
    }

        .multistep-form .multistep-navigation .nav li a span {
            display: none
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .signIn-section.auth .signIn-header .page-title {
        margin-top: 39px
    }

    .signIn-section .signIn-header .page-title {
        font-size: 50px;
        padding-left: 2px;
        margin-top: 36px;
        margin-bottom: 11px
    }

    .signIn-section .signIn-header.help .page-title {
        margin-left: -5px;
        margin-top: 37px
    }

    .signIn-section .signIn-header.help .page-intro {
        letter-spacing: .45px;
        margin-left: -4px
    }

    .signIn-section .form-control {
        width: 300px;
        margin: 0 auto
    }

    .signIn-section .info-tooltip {
        position: absolute;
        right: 0px;
        top: 20%;
        margin-left: 0px
    }

    .signIn-section .unavailable-container p {
        padding: 0px 22px
    }

    .signIn-section .remember-container {
        width: 300px;
        margin: 0 auto
    }

    .general-form-styles .form-error-container {
        padding-left: 25px
    }

    .general-form-styles .tooltip.right {
        margin-top: 11px
    }

        .general-form-styles .tooltip.right .tooltip-inner {
            padding: 10px;
            min-width: 105px
        }

        .general-form-styles .tooltip.right .tooltip-arrow {
            margin-top: -22px
        }

    .general-form-styles .form-group.radio-group {
        margin-bottom: 8px
    }

        .general-form-styles .form-group.radio-group.last {
            margin-bottom: 1px
        }

    .general-form-styles input[type=radio] + label {
        margin-top: 10px;
        font-weight: 400;
        margin-left: 8px;
        font-size: 16px;
        letter-spacing: inherit
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .auth .home-mobile-menu.special-margin {
        margin-left: -2px !important;
        margin-right: -2px !important;
        padding-left: 13px
    }

    .auth .general-form-styles .signin-accordion .header-accordion {
        border-top: none
    }

    .general-form-styles .cancel-btn {
        font-size: 14px
    }

    .general-form-styles .border-right {
        border-right: 0px
    }

    .general-form-styles .form-btn {
        width: 100%;
        display: block
    }

    .general-form-styles .info-tooltip {
        right: -1px
    }

    .general-form-styles .form-control {
        width: calc(100% - 30px)
    }

    .general-form-styles .has-error .error-span {
        margin-top: 2px;
        letter-spacing: .75px;
        margin-left: -1px;
        font-size: 11px
    }

    .general-form-styles .signin-accordion {
        margin-top: 44px
    }

        .general-form-styles .signin-accordion .header-accordion {
            padding: 0;
            border-top: 1px solid #dfe4e4
        }

            .general-form-styles .signin-accordion .header-accordion a {
                font-size: 15px
            }

        .general-form-styles .signin-accordion .sigin-mobile {
            background-color: #f3fbfd
        }

            .general-form-styles .signin-accordion .sigin-mobile .sigin-wrapper a {
                line-height: 32px
            }

    .general-form-styles .register-intro {
        margin-top: 14px;
        letter-spacing: .9px
    }

    .general-form-styles .form-group.radio-group {
        margin-bottom: 12px
    }

        .general-form-styles .form-group.radio-group.last {
            margin-bottom: 0px
        }

    .general-form-styles input[type=radio] + label {
        margin-top: 7px;
        letter-spacing: .45px;
        font-weight: 400;
        margin-left: 0px;
        font-size: 16px
    }

        .general-form-styles input[type=radio] + label span.radio-btn {
            width: 23px;
            margin-right: 0;
            display: inline-block;
            vertical-align: top
        }

        .general-form-styles input[type=radio] + label .radio-desc {
            width: 265px;
            display: inline-block;
            vertical-align: top
        }

    .multistep-form .multistep-content .multistep-inner {
        width: 100%
    }

    .multistep-form .multistep-navigation .steps-ul {
        padding: 0
    }

    .multistep-form .multistep-navigation .nav li {
        float: none;
        margin: 0;
        display: none
    }

        .multistep-form .multistep-navigation .nav li.active {
            display: block
        }

        .multistep-form .multistep-navigation .nav li:first-child a {
            padding-left: 40px
        }

    .signIn-section .signIn-header .page-title {
        margin-top: 43px;
        font-size: 30px;
        padding: 0px 51px;
        margin-bottom: 5px
    }

    .signIn-section .signIn-header .page-intro {
        padding: 0px 12px;
        letter-spacing: 0;
        margin-bottom: 23px;
        font-size: 17px
    }

        .signIn-section .signIn-header .page-intro.error {
            letter-spacing: 0;
            margin-top: -6px;
            margin-bottom: 25px;
            padding: 0px 10px
        }

    .signIn-section .signIn-header.help .page-title {
        padding: 0;
        margin-left: 0
    }

    .signIn-section .signIn-header.help .page-intro {
        letter-spacing: 0;
        margin-left: 0px;
        margin-bottom: 11px
    }

    .signIn-section .signIn-header.email .page-intro {
        margin-bottom: 23px
    }

    .signIn-section .btn.btn-blue, .signIn-section .btn-blue.btn-main-blue, .signIn-section .btn-blue.btn-small-main-blue, .signIn-section .btn-blue.btn-medium-main-blue, .signIn-section .btn-blue.btn-large-main-blue, .signIn-section .btn-blue.btn-reverse, .signIn-section .btn-blue.btn-small-reverse, .signIn-section .btn-blue.btn-medium-reverse, .signIn-section .btn-blue.btn-large-reverse, .signIn-section .btn-blue.btn-light, .signIn-section .btn-blue.btn-submit, .signIn-section .btn-blue.btn-previous, .signIn-section .btn-blue, .signIn-section a.btn-blue, .signIn-section .btn-blue.btn-aqua-blue, .signIn-section .btn-blue.btn-dark-blue, .signIn-section .btn-blue.btn-green, .signIn-section .btn-blue.btn-white, .signIn-section .btn-blue.btn-white-blue, .signIn-section .btn-blue.btn-white-whitebackground, .signIn-section .btn-blue.btn-grey, .signIn-section .btn-blue.btn-light-grey, .signIn-section .btn-blue.btn-disabled, .signIn-section .general-form-styles .toggle-btn-container .btn-blue.toggle-btn, .general-form-styles .toggle-btn-container .signIn-section .btn-blue.toggle-btn {
        margin-top: 37px;
        margin-bottom: 33px;
        height: 70px;
        text-decoration: none
    }

    .signIn-section .tooltip.left {
        margin-left: -17px
    }

        .signIn-section .tooltip.left .tooltip-inner {
            padding: 20px;
            width: 0;
            font-size: 12px;
            margin-left: -72px
        }

    .signIn-section .unavailable-container {
        padding-bottom: 33px;
        padding-top: 30px;
        margin-bottom: 17px
    }

        .signIn-section .unavailable-container p {
            padding: 0px 40px
        }

    .form-elements .buttons-form {
        width: 100%
    }

        .form-elements .buttons-form .form-btn {
            min-width: 10%;
            width: 45%
        }

    .form-elements .div-test input {
        float: none !important;
        margin: 20px auto !important
    }
}

form[name="siginHelpForm"] .btn[disabled="disabled"], form[name="siginHelpForm"] .btn-main-blue[disabled="disabled"], form[name="siginHelpForm"] .btn-small-main-blue[disabled="disabled"], form[name="siginHelpForm"] .btn-medium-main-blue[disabled="disabled"], form[name="siginHelpForm"] .btn-large-main-blue[disabled="disabled"], form[name="siginHelpForm"] .btn-reverse[disabled="disabled"], form[name="siginHelpForm"] .btn-small-reverse[disabled="disabled"], form[name="siginHelpForm"] .btn-medium-reverse[disabled="disabled"], form[name="siginHelpForm"] .btn-large-reverse[disabled="disabled"], form[name="siginHelpForm"] .btn-light[disabled="disabled"], form[name="siginHelpForm"] .btn-submit[disabled="disabled"], form[name="siginHelpForm"] .btn-previous[disabled="disabled"], form[name="siginHelpForm"] .btn-blue[disabled="disabled"], form[name="siginHelpForm"] .btn-aqua-blue[disabled="disabled"], form[name="siginHelpForm"] .btn-dark-blue[disabled="disabled"], form[name="siginHelpForm"] .btn-green[disabled="disabled"], form[name="siginHelpForm"] .btn-white[disabled="disabled"], form[name="siginHelpForm"] .btn-white-blue[disabled="disabled"], form[name="siginHelpForm"] .btn-white-whitebackground[disabled="disabled"], form[name="siginHelpForm"] .btn-grey[disabled="disabled"], form[name="siginHelpForm"] .btn-light-grey[disabled="disabled"], form[name="siginHelpForm"] .btn-disabled[disabled="disabled"], form[name="siginHelpForm"] .general-form-styles .toggle-btn-container .toggle-btn[disabled="disabled"], .general-form-styles .toggle-btn-container form[name="siginHelpForm"] .toggle-btn[disabled="disabled"] {
    opacity: 0.3
}

    form[name="siginHelpForm"] .btn[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-main-blue[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-small-main-blue[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-medium-main-blue[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-large-main-blue[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-reverse[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-small-reverse[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-medium-reverse[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-large-reverse[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-light[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-submit[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-previous[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-blue[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-aqua-blue[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-dark-blue[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-green[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-white[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-white-blue[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-white-whitebackground[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-grey[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-light-grey[disabled="disabled"]:hover, form[name="siginHelpForm"] .btn-disabled[disabled="disabled"]:hover, form[name="siginHelpForm"] .general-form-styles .toggle-btn-container .toggle-btn[disabled="disabled"]:hover, .general-form-styles .toggle-btn-container form[name="siginHelpForm"] .toggle-btn[disabled="disabled"]:hover {
        background: #007faa
    }

form[name="siginHelpForm"] .error-span {
    display: block !important
}

.btn-toggle-visibility {
    background: none;
    border: none;
    color: #006060;
    font-size: 14px;
    height: calc(100% - 2px);
    letter-spacing: 0.025em;
    padding: 0;
    width: auto;
    position: absolute;
    top: 1px;
    right: 31px
}

.sigin-form .btn-toggle-visibility {
    color: white;
    height: calc(100% - 2px - 20px);
    top: 21px;
    right: 17px
}

.signIn-section .btn-toggle-visibility {
    right: 21px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .signIn-section .btn-toggle-visibility {
        right: 46px
    }
}

@media only screen and (max-width: 767px) {
    .signIn-section .btn-toggle-visibility {
        right: 51px
    }
}

.btn.btn-blue, .btn-blue, a.btn-blue, input.btn-blue.btn-dark-blue, input.btn-blue.btn-white-whitebackground[type="button"], input.btn-blue.btn-grey[type="button"], input.btn-blue.btn-light-grey[type="button"], .general-form-styles .toggle-btn-container .btn-blue.toggle-btn {
    background: #077faa
}

    .btn.btn-blue:hover, .btn-blue:hover, input.btn-blue.btn-white-whitebackground:hover[type="button"], input.btn-blue.btn-grey:hover[type="button"], input.btn-blue.btn-light-grey:hover[type="button"], .general-form-styles .toggle-btn-container .btn-blue.toggle-btn:hover {
        background: #076f94
    }

    .btn.btn-blue[disabled="disabled"], .btn-blue[disabled="disabled"], input.btn-blue.btn-white-whitebackground[disabled="disabled"][type="button"], input.btn-blue.btn-grey[disabled="disabled"][type="button"], input.btn-blue.btn-light-grey[disabled="disabled"][type="button"], .general-form-styles .toggle-btn-container .btn-blue.toggle-btn[disabled="disabled"] {
        opacity: 0.3
    }

        .btn.btn-blue[disabled="disabled"]:hover, .btn-blue[disabled="disabled"]:hover {
            background: #077faa
        }

label.label-copy {
    display: none;
    position: absolute;
    font-weight: 400
}

    label.label-copy.label-placeholder {
        display: block;
        font-size: 16px;
        left: 19px;
        top: 13px;
        margin: 0 !important
    }

.global-alerts-container {
    background: #ffd200
}

.global-alert-item {
    background: #ffd200;
    max-height: 32px;
    overflow: hidden;
    cursor: pointer;
    color: #193542
}

@media only screen and (min-width: 768px) {
    .global-alert-item {
        max-height: 50px
    }
}

.global-alert-item.active {
    max-height: none
}

    .global-alert-item.active .typeof-alert {
        padding-top: 20px;
    }

@media only screen and (min-width: 768px) {
    .global-alert-item.active .alert-data {
        white-space: normal;
        overflow: visible;
        text-overflow: unset
    }

        .global-alert-item.active .alert-data p, .global-alert-item.active .alert-data ul, .global-alert-item.active .alert-data ol {
            display: block
        }
}

.global-alert-item:first-child > .container {
    border-top: none
}

.global-alert-item > .container {
    border-top: 1px solid rgba(25,53,66,0.1)
}

    .global-alert-item > .container > .row {
        position: relative
    }

@media only screen and (min-width: 768px) {
    .global-alert-item > .container > .row {
        display: flex
    }
}

.global-alert-item .typeof-alert {
    position: relative;
    padding-top: 4px;
    white-space: nowrap;
    max-width: 90%
}

@media only screen and (min-width: 768px) {
    .global-alert-item .typeof-alert {
        padding-top: 9px;
        max-width: none
    }
}

.global-alert-item .typeof-alert img {
    height: 20px
}

@media only screen and (min-width: 768px) {
    .global-alert-item .typeof-alert img {
        height: 30px
    }
}

.global-alert-item .typeof-alert .global-alert-type {
    position: relative;
    text-transform: uppercase;
    top: 2px;
    left: 3px
}

.global-alert-item .alert-data {
    padding: 13px 11px 10px 11px
}

@media only screen and (min-width: 768px) {
    .global-alert-item .alert-data {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 13px 40px 10px
    }

        .global-alert-item .alert-data p, .global-alert-item .alert-data ul, .global-alert-item .alert-data ol {
            display: none
        }
}

.global-alert-item .alert-data a {
    text-decoration: underline;
    color: #193542
}

    .global-alert-item .alert-data a:hover {
        text-decoration: none
    }

.global-alert-item .alert-data p, .global-alert-item .alert-data ul, .global-alert-item .alert-data ol {
    color: #193542
}

.global-alert-item .alert-toggle {
    position: absolute;
    top: 0;
    right: 10px
}

@media only screen and (min-width: 768px) {
    .global-alert-item .alert-toggle {
        display: none
    }
}

.global-alert-item .alert-toggle button {
    padding: 0;
    margin-top: 5px;
    border: none;
    background: none
}

@media only screen and (min-width: 768px) {
    .global-alert-item .alert-toggle button {
        margin-top: 11px
    }
}

.global-alert-item .alert-toggle button.active:after {
    transform: rotate(-90deg)
}

.global-alert-item .alert-toggle button:after {
    content: '\e608';
    -webkit-font-smoothing: antialiased;
    font-family: duke-icons;
    transform: rotate(90deg);
    display: inline-block
}

noscript .global-alert-item {
    max-height: 500px
}

    noscript .global-alert-item .alert-data {
        white-space: normal;
        overflow: visible;
        text-overflow: unset
    }

.hero-container .carousel, .hero-container .carousel .item, .hero-container .carousel .item .caption-container, .hero-container .carousel .carousel-inner {
    width: 100%;
    height: 100%
}

.hero-container {
    height: 490px;
    position: relative;
    overflow: hidden
}

    .hero-container .slick-dotted.slick-slider {
        margin-bottom: 0px
    }

    .hero-container .slick-dots {
        position: absolute;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center
    }

        .hero-container .slick-dots.dark-hero li {
            border-color: #005984;
            border: 2px solid #005984
        }

            .hero-container .slick-dots.dark-hero li:hover, .hero-container .slick-dots.dark-hero li:focus {
                outline: none;
                background-color: #005984;
                opacity: .25;
                border: 2px solid #005984
            }

        .hero-container .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            padding: 4px;
            cursor: pointer;
            transition: all 2ms;
            width: 11px;
            height: 11px;
            margin: 0;
            margin-left: 10px;
            border-width: 2px;
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 4px;
            text-indent: -999px;
            border: 1px solid #fff;
            border-radius: 10px;
            cursor: pointer;
            background-color: #000 \9;
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            border: 2px solid #fff
        }

            .hero-container .slick-dots li span {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 20px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent
            }

            .hero-container .slick-dots li:hover, .hero-container .slick-dots li:focus {
                outline: none;
                background-color: #fff;
                opacity: .25;
                border: 2px solid #fff
            }

                .hero-container .slick-dots li:hover:before, .hero-container .slick-dots li:focus:before {
                    opacity: 1
                }

            .hero-container .slick-dots li.slick-active {
                opacity: 1;
                background-color: #ffffff
            }

        .hero-container .slick-dots.dark-hero li.slick-active {
            opacity: 1;
            background-color: #005984
        }

    .hero-container #hero-slider {
        height: 100%;
        width: 100%
    }

    .hero-container .slick-track, .hero-container .slick-list {
        height: 100%
    }

    .hero-container .hero-inner-container .stock-module {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        z-index: 11;
        display: block;
        margin: 26px 0
    }

    .hero-container .carousel {
        overflow: hidden;
        padding: 0
    }

        .hero-container .carousel .carousel-caption, .hero-container .carousel .carousel-control {
            text-shadow: 0 1px 1px rgba(0,0,0,0.3)
        }

        .hero-container .carousel slick-dots li button::before {
            font-size: 12px !important;
            color: #fff !important
        }

        .hero-container .carousel .slick-dots {
            bottom: 25px
        }

        .hero-container .carousel .item.dark-hero .carousel-caption .video-link .p-video-txt {
            border-bottom: 2px solid #005984
        }

        .hero-container .carousel .item.dark-hero .carousel-caption * {
            color: #005984
        }

        .hero-container .carousel .item.dark-hero .carousel-caption a {
            border-color: #005984
        }

        .hero-container .carousel .item.dark-hero .carousel-caption .dark-play {
            display: inline-block
        }

        .hero-container .carousel .item.dark-hero .carousel-caption .light-play {
            display: none
        }

        .hero-container .carousel .item.light-hero .carousel-caption .video-link .p-video-txt {
            border-bottom: 2px solid #fff
        }

        .hero-container .carousel .item.light-hero .carousel-caption * {
            color: #fff
        }

        .hero-container .carousel .item.light-hero .carousel-caption a {
            border-color: #fff
        }

        .hero-container .carousel .item.light-hero .carousel-caption .dark-play {
            display: none
        }

        .hero-container .carousel .item.light-hero .carousel-caption .light-play {
            display: inline-block
        }

        .hero-container .carousel .carousel-control {
            display: none
        }

        .hero-container .carousel .carousel-indicators.dark-hero li {
            border-color: #005984
        }

            .hero-container .carousel .carousel-indicators.dark-hero li:hover {
                background-color: #005984
            }

        .hero-container .carousel .carousel-indicators.dark-hero .active {
            background-color: #005984
        }

        .hero-container .carousel .carousel-indicators.light-hero li {
            border-color: #fff
        }

            .hero-container .carousel .carousel-indicators.light-hero li:hover {
                background-color: #fff
            }

        .hero-container .carousel .carousel-indicators.light-hero .active {
            background-color: #fff
        }

        .hero-container .carousel .carousel-indicators .active {
            width: 10px !important;
            height: 10px !important
        }

        .hero-container .carousel .carousel-indicators li {
            -ms-transition: all 0.002s;
            -moz-transition: all 0.002s;
            -o-transition: all 0.002s;
            -webkit-transition: all 0.002s;
            transition: all 0.002s;
            width: 11px;
            height: 11px;
            margin: 0;
            margin-left: 10px;
            border-width: 2px
        }

            .hero-container .carousel .carousel-indicators li:first-child {
                margin: 0
            }

            .hero-container .carousel .carousel-indicators li:hover {
                background: #FFFFFF;
                opacity: 0.25
            }

        .hero-container .carousel .caption-container {
            height: 100%;
            position: absolute;
            top: 0;
            left: 0
        }

        .hero-container .carousel .carousel-caption {
            text-align: left;
            left: inherit;
            right: inherit;
            overflow: hidden;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50% !important
        }

            .hero-container .carousel .carousel-caption.dark-hero * {
                color: #005984
            }

            .hero-container .carousel .carousel-caption.dark-hero a {
                border-color: #005984
            }

            .hero-container .carousel .carousel-caption.light-hero * {
                color: #fff
            }

            .hero-container .carousel .carousel-caption.light-hero a {
                border-color: #fff
            }

            .hero-container .carousel .carousel-caption h2 {
                margin-bottom: 20px;
                font-size: 60px;
                letter-spacing: 0.6px;
                max-height: 216px;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .hero-container .carousel .carousel-caption p {
                margin-bottom: 38px;
                letter-spacing: .6px;
                font-size: 24px;
                line-height: 1.2;
                max-height: 90px;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .hero-container .carousel .carousel-caption a {
                text-transform: uppercase;
                font-weight: 200;
                font-size: 20px;
                cursor: pointer;
                border-bottom: 2px solid #FFFFFF;
                padding-bottom: 0px
            }

                .hero-container .carousel .carousel-caption a, .hero-container .carousel .carousel-caption a:focus, .hero-container .carousel .carousel-caption a:active, .hero-container .carousel .carousel-caption a:hover {
                    text-decoration: none
                }

                    .hero-container .carousel .carousel-caption a.btn-main-blue, .hero-container .carousel .carousel-caption a.btn-small-main-blue, .hero-container .carousel .carousel-caption a.btn-medium-main-blue, .hero-container .carousel .carousel-caption a.btn-large-main-blue {
                        width: auto
                    }

@media only screen and (max-width: 767px) {
    .hero-container .carousel .carousel-caption a.btn-main-blue, .hero-container .carousel .carousel-caption a.btn-small-main-blue, .hero-container .carousel .carousel-caption a.btn-medium-main-blue, .hero-container .carousel .carousel-caption a.btn-large-main-blue {
        height: auto;
        padding: 0;
        background: none;
        line-height: initial
    }
}

@media only screen and (min-width: 768px) {
    .hero-container .carousel .carousel-caption a.btn-main-blue, .hero-container .carousel .carousel-caption a.btn-small-main-blue, .hero-container .carousel .carousel-caption a.btn-medium-main-blue, .hero-container .carousel .carousel-caption a.btn-large-main-blue {
        width: auto;
        min-width: 220px;
        border: none;
        font-size: 14px;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        color: #fff !important
    }
}

.hero-container .carousel .carousel-caption .video-link {
    border-bottom: none
}

    .hero-container .carousel .carousel-caption .video-link img {
        width: 34px;
        height: 34px;
        min-width: inherit;
        min-height: inherit;
        margin-right: 15px
    }

@media (max-width: 414px) {
    .hero-container .carousel .carousel-caption .video-link img {
        width: 20px;
        height: 20px;
        top: -2px;
        margin-right: 5px
    }
}

.hero-container .carousel .item img {
    height: auto;
    min-height: 100%;
    object-fit: cover;
    width: auto;
    min-width: 100%
}

.hero-container .container {
    position: relative
}

.hero-container .hero-image {
    width: 100%
}

.hero-container .hero-title {
    display: block;
    margin-top: 10%
}

    .hero-container .hero-title h2, .hero-container .hero-title p {
        color: white
    }

    .hero-container .hero-title h2 {
        margin-bottom: 43px;
        font-size: 60px;
        width: 55%
    }

    .hero-container .hero-title p {
        margin-bottom: 35px;
        letter-spacing: 3px;
        font-size: 22px;
        width: 65%;
        line-height: normal
    }

@media (min-width: 1200px) {
    .hero-container .hero-inner-container {
        width: 600px !important
    }

    .hero-container .carousel .carousel-caption h2, .hero-container .carousel .carousel-caption p {
        width: 750px
    }
}

@media (min-width: 980px) {
    .hero-container .carousel .carousel-caption h2, .hero-container .carousel .carousel-caption p {
        width: 620px
    }

    .hero-container .hero-inner-container {
        width: 490px;
        position: absolute;
        height: 430px;
        margin: auto;
        top: 0;
        left: calc(100% /2)
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .hero-container .carousel .carousel-caption {
        height: 100%;
        padding-top: 10%;
        padding-bottom: 10%
    }

        .hero-container .carousel .carousel-caption h2, .hero-container .carousel .carousel-caption p {
            width: 476px
        }
}

@media (min-width: 0) and (max-width: 979px) {
    .hero-container {
        height: 435px
    }

        .hero-container .carousel .item img {
            height: 435px
        }

        .hero-container .carousel .carousel-caption {
            top: 0
        }

            .hero-container .carousel .carousel-caption h2 {
                font-size: 60px;
                max-height: 144px;
                width: 75%
            }

            .hero-container .carousel .carousel-caption p {
                max-height: 60px
            }

        .hero-container .hero-inner-container.visibility-small {
            position: absolute;
            top: 0;
            width: 100%
        }

        .hero-container .hero-inner-container .hero-title {
            margin-top: 0;
            margin-left: 3%
        }

        .hero-container .hero-inner-container .stock-module {
            margin: 0;
            right: 0
        }
}

@media (max-width: 767px) and (min-width: 0) {
    .home-mobile-menu a {
        padding: 19px 0 !important
    }

        .home-mobile-menu a:before {
            right: -2px !important;
            top: 25px !important
        }

    .hero-container.video-hero .carousel, .hero-container.video-hero .carousel .item, .hero-container.video-hero .carousel .item .caption-container, .hero-container.video-hero .carousel .carousel-inner {
        background: rgba(0,0,0,0.5)
    }

    .hero-container {
        height: 285px
    }

        .hero-container .hero-inner-container .stock-module {
            display: none
        }

        .hero-container .carousel .item img {
            height: 285px
        }

        .hero-container .carousel .carousel-indicators li {
            width: 10px;
            height: 10px
        }

            .hero-container .carousel .carousel-indicators li.active {
                width: 9px;
                height: 9px
            }

        .hero-container .carousel .carousel-caption {
            text-align: center
        }

            .hero-container .carousel .carousel-caption h2 {
                width: 100%;
                font-size: 25px;
                margin: 0px 0px 20px 0px
            }

            .hero-container .carousel .carousel-caption p {
                font-size: 16px;
                margin-bottom: 20px
            }

            .hero-container .carousel .carousel-caption a {
                font-size: 16px
            }

    .home-submenu .stock-module {
        width: 100%;
        height: auto
    }
}

@media only screen and (min-width: 0) and (max-width: 979px) {
    .hero-container .carousel .carousel-caption .video-link img {
        position: relative;
        transform: inherit;
        left: 0
    }

    .hero-container .carousel .item img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width: 499px) {
    .hero-container {
    }

        .hero-container .slick-track, .hero-container .slick-slide .item img {
            max-height: 29vh
        }

        .hero-container .slick-dots {
            bottom: 0px !important
        }

        .hero-container .carousel .item img {
            position: relative;
            width: 137.5%;
            height: auto
        }

        .hero-container .carousel .carousel-indicators {
            bottom: -5px !important;
            margin-bottom: 0
        }

        .hero-container .carousel .carousel-caption {
            transform: translateY(-54%)
        }

            .hero-container .carousel .carousel-caption h2 {
                font-size: 24px;
                margin: 0 0 5px
            }

            .hero-container .carousel .carousel-caption p {
                margin-bottom: 5px
            }
}

.sigin-form#mobile-login {
    position: relative
}

.sigin-form.ng-submitted.ng-invalid .ng-invalid {
    border: 1px solid #860e04;
    background-color: rgba(134,14,4,0.498039)
}

    .sigin-form.ng-submitted.ng-invalid .ng-invalid + span {
        position: absolute;
        top: 35px;
        right: 16px;
        display: block;
        font-size: 20px
    }

.sigin-form.ng-submitted.ng-invalid .error-span {
    visibility: visible
}

.sigin-form input[type="text"], .sigin-form input[type="email"], .sigin-form input[type="password"], .sigin-form input[type="submit"] {
    width: 100%;
    height: 60px
}

    .sigin-form input[type="text"]::-webkit-input-placeholder, .sigin-form input[type="email"]::-webkit-input-placeholder, .sigin-form input[type="password"]::-webkit-input-placeholder, .sigin-form input[type="submit"]::-webkit-input-placeholder {
        color: #ffffff !important
    }

    .sigin-form input[type="text"]::-moz-placeholder, .sigin-form input[type="email"]::-moz-placeholder, .sigin-form input[type="password"]::-moz-placeholder, .sigin-form input[type="submit"]::-moz-placeholder {
        color: #ffffff !important
    }

    .sigin-form input[type="text"]:-moz-placeholder, .sigin-form input[type="email"]:-moz-placeholder, .sigin-form input[type="password"]:-moz-placeholder, .sigin-form input[type="submit"]:-moz-placeholder {
        color: #ffffff !important
    }

    .sigin-form input[type="text"]:-ms-input-placeholder, .sigin-form input[type="email"]:-ms-input-placeholder, .sigin-form input[type="password"]:-ms-input-placeholder, .sigin-form input[type="submit"]:-ms-input-placeholder {
        color: #ffffff !important
    }

    .sigin-form input[type="text"] + span, .sigin-form input[type="email"] + span, .sigin-form input[type="password"] + span {
        display: none
    }

.sigin-form input[type="submit"] {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 24px;
    font-size: 18px;
    height: 55px;
    background-color: #fff;
    color: #006060
}

    .sigin-form input[type="submit"].btn-reverse:hover, .sigin-form input.btn-small-reverse[type="submit"]:hover, .sigin-form input.btn-medium-reverse[type="submit"]:hover, .sigin-form input.btn-large-reverse[type="submit"]:hover {
        background-color: #f2f4f4;
        color: #006060
    }

.sigin-form .has-error input[type="text"], .sigin-form .has-error input[type="email"], .sigin-form .has-error input[type="password"] {
    border: 1px solid #860e04;
    background-color: rgba(134,14,4,0.498039)
}

    .sigin-form .has-error input[type="text"]:focus, .sigin-form .has-error input[type="email"]:focus, .sigin-form .has-error input[type="password"]:focus {
        border-color: #860e04
    }

    .sigin-form .has-error input[type="text"] + span, .sigin-form .has-error input[type="email"] + span, .sigin-form .has-error input[type="password"] + span {
        position: absolute;
        top: 35px;
        right: 16px;
        display: block;
        font-size: 20px
    }

.sigin-form .has-error .error-span {
    visibility: visible;
    position: absolute
}

.sigin-form .has-error .info-tooltip {
    display: none
}

.sigin-form .remember-container {
    margin-top: 7px
}

    .sigin-form .remember-container label {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding-left: 29px;
        letter-spacing: -0.9px;
        font-size: 12px;
        letter-spacing: .3px;
        color: #fdfdfd
    }

        .sigin-form .remember-container label:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            position: absolute;
            left: 0px;
            bottom: 0;
            background: #E6EDF0;
            padding-top: 2px
        }

    .sigin-form .remember-container input[type=checkbox] {
        display: none
    }

        .sigin-form .remember-container input[type=checkbox]:checked + label:before {
            text-align: center;
            content: url("/Assets/site/img/tiles/remembercheck.png");
            background-repeat: no-repeat
        }

.sigin-form .btn-reverse.myaccount-btn, .sigin-form .myaccount-btn.btn-small-reverse, .sigin-form .myaccount-btn.btn-medium-reverse, .sigin-form .myaccount-btn.btn-large-reverse {
    font-size: 18px;
    color: #006060;
    width: 100%;
    height: 55px;
    padding: 0;
    margin-bottom: 112px;
    text-decoration: none;
    line-height: 55px
}

.sigin-form p.regards {
    font-size: 16px;
    margin-top: 88px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 13px;
    color: #fff
}

.sigin-form .help-link {
    text-decoration: none;
    position: absolute;
    right: 0
}

    .sigin-form .help-link.signout {
        font-size: 14px;
        text-align: center
    }

        .sigin-form .help-link.signout span {
            padding-bottom: 2px
        }

    .sigin-form .help-link span {
        letter-spacing: .3px
    }

    .sigin-form .help-link:hover {
        color: #e0f6fb
    }

.sigin-form .input-container {
    position: relative
}

.sigin-form input[type="text"], .sigin-form input[type="email"], .sigin-form input[type="password"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 19px;
    border: 1px solid #003048;
    background-color: #003048;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    margin-top: 20px
}

    .sigin-form input[type="text"]:focus, .sigin-form input[type="email"]:focus, .sigin-form input[type="password"]:focus {
        border-color: #005984
    }

.sigin-form input[name="userPassword"] {
    padding-right: 70px
}

.sigin-form input#login-username {
    padding: 0px 33px 0px 31px
}

.sigin-form input#login-password {
    padding: 0px 56px 0px 31px
}

.sigin-form input[type="password"] {
    -webkit-text-security: square;
    text-security: square
}

.sigin-form label {
    color: white;
    font-size: 14px;
    font-weight: normal
}

.sigin-form .form-error-container {
    margin: 0px 0 2px;
    display: block;
    min-height: 17px
}

.sigin-form .error-span {
    color: #dd3e5c;
    font-size: 12px;
    visibility: hidden
}

.sigin-form .ci-icon-person {
    position: absolute;
    left: 13px;
    top: 42px;
    color: #fff;
    font-size: 11.5px
}

.sigin-form .ci-icon-padlock {
    position: absolute;
    left: 14px;
    top: 42px;
    color: #fff;
    font-size: 13px
}

.sigin-wrapper {
    padding: 28px
}

    .sigin-wrapper a {
        text-transform: uppercase;
        display: block;
        color: #92dbe8;
        font-size: 12px;
        text-decoration: underline;
        letter-spacing: 0.4px
    }

        .sigin-wrapper a.register {
            font-size: 12px;
            letter-spacing: 0.2px;
            text-decoration: none;
            position: absolute;
            left: 0
        }

            .sigin-wrapper a.register:hover {
                color: #e0f6fb
            }

            .sigin-wrapper a.register span {
                padding-bottom: 2px
            }

.signin-module {
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    z-index: 11;
    display: block;
    margin: 26px 0;
    margin-top: 27px;
    width: 255px;
    height: 435px;
    background: #005984;
    background-color: #013e5d;
    vertical-align: middle
}

    .signin-module .info-tooltip {
        position: absolute;
        right: 10px;
        top: 37px;
        margin-left: 29px;
        display: block;
        width: 20px;
        height: 20px;
        z-index: 9
    }

        .signin-module .info-tooltip img {
            width: 20px;
            height: 20px
        }

    .signin-module .tooltip {
        top: 12px !important;
        max-width: 130px;
        margin-top: 15px;
        font-size: 12px;
        opacity: 1
    }

        .signin-module .tooltip .tooltip-arrow {
            margin-top: -38px;
            border-width: 15px
        }

        .signin-module .tooltip .tooltip-inner {
            text-align: left;
            min-width: 130px;
            padding: 20px;
            line-height: 16px;
            background: #005984;
            border-radius: 0
        }

        .signin-module .tooltip.left {
            left: -5px !important;
            margin-left: 15px
        }

            .signin-module .tooltip.left .tooltip-arrow {
                right: -17px;
                border-left-color: #005984 !important;
                border-right: 0
            }

    .signin-module.logged-in {
        opacity: .9
    }

    .signin-module .signin-unavailable {
        background-color: #002a3e;
        padding: 40px 15px;
        margin-top: 58px;
        padding-bottom: 33px
    }

        .signin-module .signin-unavailable .unavailable-info-icon img {
            width: 34px;
            height: 34px;
            margin-bottom: 14px
        }

        .signin-module .signin-unavailable p {
            color: #fff;
            margin-bottom: 0;
            line-height: 1.65
        }

    .signin-module .form-title {
        margin-bottom: 10px;
        color: #fdfdfd;
        text-align: center;
        text-transform: uppercase;
        font-size: 28px;
        display: block
    }

.signin-mobile-container .home-mobile-menu {
    border-bottom: 1px solid #E6E6E6;
    padding-left: 13px;
    padding-right: 13px
}

    .signin-mobile-container .home-mobile-menu a {
        color: #006060;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        position: relative;
        padding: 20px 7px;
        cursor: pointer;
        font-size: 20px
    }

        .signin-mobile-container .home-mobile-menu a:hover, .signin-mobile-container .home-mobile-menu a:focus, .signin-mobile-container .home-mobile-menu a:active {
            text-decoration: none
        }

        .signin-mobile-container .home-mobile-menu a:before {
            right: 6px;
            top: 23px;
            position: absolute;
            font-size: 23px;
            color: #92dbe8
        }

        .signin-mobile-container .home-mobile-menu a.active:before {
            content: "\e631"
        }

.signin-mobile-container.logged-in .sigin-mobile .sigin-wrapper .signin-box {
    padding-top: 13px
}

.signin-mobile-container .sigin-mobile {
    background: #014464;
    padding: 0 20px
}

    .signin-mobile-container .sigin-mobile .sigin-wrapper .signin-box {
        padding-top: 12px
    }

    .signin-mobile-container .sigin-mobile .info-tooltip {
        position: absolute;
        right: 18px;
        top: 35px;
        margin-left: 29px;
        display: block;
        width: 20px;
        height: 20px;
        z-index: 9
    }

        .signin-mobile-container .sigin-mobile .info-tooltip img {
            width: 20px;
            height: 20px
        }

    .signin-mobile-container .sigin-mobile .tooltip {
        top: 12px !important;
        max-width: 130px;
        margin-top: 15px;
        font-size: 12px;
        opacity: 1
    }

        .signin-mobile-container .sigin-mobile .tooltip .tooltip-arrow {
            margin-top: -38px;
            border-width: 15px
        }

        .signin-mobile-container .sigin-mobile .tooltip .tooltip-inner {
            text-align: left;
            min-width: 130px;
            padding: 20px;
            line-height: 16px;
            background: #005984;
            border-radius: 0
        }

        .signin-mobile-container .sigin-mobile .tooltip.left {
            margin-left: -22px
        }

            .signin-mobile-container .sigin-mobile .tooltip.left .tooltip-arrow {
                right: -17px;
                border-left-color: #005984 !important;
                border-right: 0
            }

.signin-mobile-container .signin-unavailable {
    background-color: #002a3e;
    padding: 40px 30px 33px;
    margin-top: 0;
    padding-bottom: 33px
}

    .signin-mobile-container .signin-unavailable .unavailable-info-icon img {
        width: 34px;
        height: 34px;
        margin-bottom: 14px
    }

    .signin-mobile-container .signin-unavailable p {
        color: #fff;
        margin-bottom: 0;
        line-height: 1.65
    }

@media (min-width: 0) and (max-width: 979px) {
    .sigin-wrapper {
        padding: 30px 15px;
        padding-top: 29px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .sigin-form input[type="text"], .sigin-form input[type="email"], .sigin-form input[type="password"] {
        padding-left: 22px
    }

    .sigin-form p.regards {
        font-size: 15px;
        margin-top: 87px;
        font-weight: 400;
        margin-bottom: 13px;
        color: #fff;
        letter-spacing: .8px
    }

    .sigin-wrapper {
        width: 220px;
        height: 435px;
        margin: 0;
        top: 0;
        right: 0
    }

        .sigin-wrapper span {
            margin-bottom: 5px
        }

        .sigin-wrapper input[type="submit"] {
            font-size: 18px;
            height: 56px;
            margin-top: 24px
        }

    .signin-module .signin-unavailable {
        padding: 40px 10px 33px
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .sigin-form .help-link {
        text-align: center;
        margin-bottom: 17px
    }

        .sigin-form .help-link.signout {
            font-size: 12px;
            text-align: center;
            line-height: 21px;
            padding-bottom: 0px
        }

    .sigin-wrapper {
        padding: 18px 15px
    }

        .sigin-wrapper .register {
            margin-bottom: 2px
        }

        .sigin-wrapper .sigin-form p.regards {
            font-size: 15px;
            margin-top: -2px;
            font-weight: 400;
            letter-spacing: 0.3px;
            line-height: 1.6;
            margin-bottom: 0;
            color: #fff
        }

        .sigin-wrapper .sigin-form .btn-reverse.myaccount-btn, .sigin-wrapper .sigin-form .myaccount-btn.btn-small-reverse, .sigin-wrapper .sigin-form .myaccount-btn.btn-medium-reverse, .sigin-wrapper .sigin-form .myaccount-btn.btn-large-reverse {
            width: 98%;
            margin-bottom: 48px;
            margin-top: 28px
        }

    .logged-in .sigin-mobile {
        padding: 0 10px
    }

        .logged-in .sigin-mobile .sigin-wrapper {
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 18px;
            padding-bottom: 17px
        }

    .sigin-form .has-error input[type="text"] + span, .sigin-form .has-error input[type="email"] + span, .sigin-form .has-error input[type="password"] + span {
        top: 36px
    }
}

.auth.customer-type .selection-copy.customer-type .duke-form {
    margin-top: 44px
}

    .auth.customer-type .selection-copy.customer-type .duke-form > p {
        color: dimgray;
        font-size: 18px;
        letter-spacing: .025em;
        margin: 0 0 -1px 0;
        text-align: center;
        line-height: 1.5
    }

        .auth.customer-type .selection-copy.customer-type .duke-form > p + p {
            margin-bottom: -1px
        }

    .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountForm {
        padding-top: 29px
    }

        .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountForm .form-actions .cancel-btn.link:hover, .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountForm .form-actions .cancel-btn.link:focus {
            margin-top: 27px;
            padding-top: 0
        }

        .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountForm .form-group {
            margin-bottom: 29px
        }

        .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountForm radio-list > div:last-child {
            margin-bottom: 13px
        }

    .auth.customer-type .selection-copy.customer-type .duke-form #CustomerTypeOfAccountFormOther {
        padding-top: 23px
    }

        .auth.customer-type .selection-copy.customer-type .duke-form #CustomerTypeOfAccountFormOther .form-group {
            margin-bottom: 43px
        }

    .auth.customer-type .selection-copy.customer-type .duke-form a.big-link {
        font-size: 18px
    }

.auth.customer-type .auth-form.duke-form .dropdown button .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis
}

.auth.customer-type .customer-type .radio-form {
    margin-top: -1px
}

.auth.customer-type .customer-type .form-actions {
    margin-bottom: 42px
}

    .auth.customer-type .customer-type .form-actions.other-cancel .cancel-btn {
        margin-top: 27px
    }

.auth.customer-type .customer-type .radio-group:last-child {
    margin-bottom: 36px
}

.auth.customer-type .customer-type #selectPortal {
    margin-top: 12px;
    margin-bottom: 0px
}

.auth.customer-type .customer-type h1.title {
    margin-bottom: 3px
}

.auth.customer-type .auth-header {
    margin-bottom: 27px
}

.auth.customer-type .registration-container .label-copy {
    display: none !important
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.customer-type .selection-copy.customer-type h1.title {
        margin-bottom: -7px
    }

    .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountForm {
        padding-top: 7px;
        margin-top: 22px
    }

        .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountForm .form-group {
            margin-bottom: 29px
        }

    .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountFormOther .form-group {
        margin-bottom: 29px
    }

    .auth.customer-type .selection-copy.customer-type .form-actions {
        margin-bottom: 42px
    }

        .auth.customer-type .selection-copy.customer-type .form-actions .buttons-group {
            margin-top: 1px
        }

    .auth.customer-type .selection-copy.customer-type #selectPortal {
        margin-bottom: 13px
    }
}

@media only screen and (max-width: 767px) {
    .auth.customer-type h1.title {
        margin-bottom: -2px
    }

    .auth.customer-type .auth-form.duke-form .dropdown button .text {
        width: 252px
    }

    .auth.customer-type .selection-copy.customer-type {
        margin-top: 0px
    }

        .auth.customer-type .selection-copy.customer-type .duke-form {
            margin-top: 0px
        }

            .auth.customer-type .selection-copy.customer-type .duke-form form {
                padding-top: 0px
            }

                .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountFormOther {
                    padding-top: 1px
                }

                    .auth.customer-type .selection-copy.customer-type .duke-form form#CustomerTypeOfAccountFormOther .form-group {
                        margin-bottom: 39px
                    }

            .auth.customer-type .selection-copy.customer-type .duke-form > p {
                font-size: 17px;
                margin-bottom: 10px
            }

                .auth.customer-type .selection-copy.customer-type .duke-form > p br {
                    display: none
                }

                .auth.customer-type .selection-copy.customer-type .duke-form > p + p {
                    margin-bottom: 9px
                }

            .auth.customer-type .selection-copy.customer-type .duke-form a.big-link {
                font-size: 17px
            }

    .auth.customer-type .customer-type #selectPortal {
        margin-top: 34px;
        margin-bottom: 3px
    }

    .auth.customer-type .customer-type .form-actions .buttons-group {
        margin-top: 1px
    }

        .auth.customer-type .customer-type .form-actions .buttons-group .btn:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-main-blue:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-small-main-blue:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-medium-main-blue:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-large-main-blue:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-reverse:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-small-reverse:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-medium-reverse:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-large-reverse:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-light:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-submit:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-previous:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-blue:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-aqua-blue:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-dark-blue:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-green:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-white:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-white-blue:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-white-whitebackground:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-grey:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-light-grey:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .btn-disabled:first-of-type, .auth.customer-type .customer-type .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:first-of-type, .general-form-styles .toggle-btn-container .auth.customer-type .customer-type .form-actions .buttons-group .toggle-btn:first-of-type {
            margin-right: 9px
        }
}

.industry-wrapper {
    display: none;
    -ms-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -o-transition: 1s linear all;
    -webkit-transition: 1s linear all;
    transition: 1s linear all;
    padding: 22px 0 18px;
    background-color: #f3fbfd
}

    .industry-wrapper.industry-selected {
        padding: 0;
        background: white
    }

        .industry-wrapper.industry-selected .industry-list .industry-menu-secondary .industry-name:after {
            opacity: 0.25
        }

        .industry-wrapper.industry-selected.open .industry-list .industry-menu-secondary .industry-name:after {
            opacity: 1
        }

        .industry-wrapper.industry-selected.open .industry-list .industry-list-wrapper .industry-list-top {
            padding-top: 21px
        }

        .industry-wrapper.industry-selected .industry-list .industry-list-wrapper .industry-list-top .close-dsk {
            top: -3px
        }

        .industry-wrapper.industry-selected .industry-list .industry-list-wrapper .industry-list-selection.active {
            padding-top: 23px
        }

        .industry-wrapper.industry-selected .industry-list-inner .category-selection {
            padding-bottom: 30px
        }

    .industry-wrapper.open {
        padding-bottom: 0
    }

    .industry-wrapper.hide-alert {
        height: 0;
        min-height: 0;
        padding: 0
    }

        .industry-wrapper.hide-alert .industry-list {
            display: none
        }

.industry-list {
    -ms-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all
}

    .industry-list .back-to-link {
        color: dimgray;
        display: block;
        font-size: 14px;
        margin: 0 auto 40px;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        letter-spacing: 0.25px;
        background: none;
        border: none;
        margin: -16px auto 24px;
        padding: 0
    }

        .industry-list .back-to-link:before {
            color: #92dbe8;
            font-size: 15px;
            font-weight: 700;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px;
            margin-top: -3px
        }

        .industry-list .back-to-link:hover, .industry-list .back-to-link:active {
            text-decoration: underline
        }

@media (min-width: 980px) and (max-width: 1199px) {
    .industry-list .back-to-link:before {
        margin-right: 9px;
        margin-top: -1px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .industry-list .back-to-link:before {
        margin-right: 11px
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .industry-list .back-to-link:before {
        margin-right: 9px
    }
}

.industry-list .industry-menu-secondary {
    padding: 13px 0
}

    .industry-list .industry-menu-secondary .industry-name {
        position: relative;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        color: #005984;
        letter-spacing: 0.7px;
        background: none;
        padding: 0;
        border: none
    }

        .industry-list .industry-menu-secondary .industry-name:hover {
            text-decoration: underline
        }

        .industry-list .industry-menu-secondary .industry-name:after {
            position: absolute;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            margin-left: 10px;
            border-top: 7px solid #005984;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            content: ' '
        }

.industry-list .industry-list-wrapper {
    background-color: #f3fbfd
}

    .industry-list .industry-list-wrapper.active {
        margin-bottom: 50px
    }

        .industry-list .industry-list-wrapper.active.subcategory {
            padding-bottom: 10px
        }

        .industry-list .industry-list-wrapper.active .industry-list-top .header-container p {
            margin-bottom: 0
        }

    .industry-list .industry-list-wrapper .choose-later .close-industry {
        color: dimgray
    }

    .industry-list .industry-list-wrapper .industry-container {
        margin: 0 auto;
        overflow: hidden;
        display: none
    }

    .industry-list .industry-list-wrapper .industry-list-inner {
        zoom: 1;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        width: 300%
    }

        .industry-list .industry-list-wrapper .industry-list-inner .row-centered > [class*=col] {
            margin-right: -5px
        }

        .industry-list .industry-list-wrapper .industry-list-inner.next-stage .category-selection .industry-item button {
            display: none
        }

        .industry-list .industry-list-wrapper .industry-list-inner.next-stage .subcategory-selection {
            display: block
        }

        .industry-list .industry-list-wrapper .industry-list-inner .subcategory-selection {
            display: none
        }

    .industry-list .industry-list-wrapper .industry-list-selection {
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        overflow: hidden;
        top: 50px;
        z-index: 201;
        max-height: 0
    }

        .industry-list .industry-list-wrapper .industry-list-selection.active {
            max-height: 2000px;
            padding-top: 38px
        }

            .industry-list .industry-list-wrapper .industry-list-selection.active .industry-container {
                display: block
            }

    .industry-list .industry-list-wrapper .full-bottom-border {
        width: 100%;
        border-bottom: #e1e5e6 1px solid
    }

    .industry-list .industry-list-wrapper .industry-list-top {
        text-align: center
    }

        .industry-list .industry-list-wrapper .industry-list-top .close-dsk {
            background: none;
            border: none;
            padding: 0;
            position: absolute;
            top: -5px
        }

            .industry-list .industry-list-wrapper .industry-list-top .close-dsk:before {
                font-size: 22.5px
            }

        .industry-list .industry-list-wrapper .industry-list-top .header-container {
            max-width: 100%;
            padding: 4px 0 8px
        }

            .industry-list .industry-list-wrapper .industry-list-top .header-container a {
                display: inline;
                color: #006060;
                border-bottom: 2px solid #a7e1ea
            }

                .industry-list .industry-list-wrapper .industry-list-top .header-container a:focus {
                    text-decoration: none
                }

                .industry-list .industry-list-wrapper .industry-list-top .header-container a:hover {
                    text-decoration: none;
                    background-color: #e0f6fb;
                    border-bottom: none
                }

            .industry-list .industry-list-wrapper .industry-list-top .header-container h2 {
                color: #025077;
                font-size: 24px;
                letter-spacing: 1.4px;
                margin-bottom: 4px;
                margin-top: 0
            }

                .industry-list .industry-list-wrapper .industry-list-top .header-container h2 .as-link, .industry-list .industry-list-wrapper .industry-list-top .header-container h2 .state-list.intercept .skinny-link, .state-list.intercept .industry-list .industry-list-wrapper .industry-list-top .header-container h2 .skinny-link, .industry-list .industry-list-wrapper .industry-list-top .header-container h2 .state-list.skinny-prompt .skinny-link, .state-list.skinny-prompt .industry-list .industry-list-wrapper .industry-list-top .header-container h2 .skinny-link {
                    background: none;
                    border: none;
                    border-bottom: 2px solid #a7e1ea;
                    color: #077faa;
                    letter-spacing: inherit;
                    padding: 0;
                    padding-bottom: 2px
                }

            .industry-list .industry-list-wrapper .industry-list-top .header-container p {
                margin-bottom: 0
            }

    .industry-list .industry-list-wrapper .industry-list-bottom .industry-list-header {
        padding: 70px 0 30px;
        text-align: center
    }

        .industry-list .industry-list-wrapper .industry-list-bottom .industry-list-header .component-subtitle {
            margin-bottom: 20px
        }

        .industry-list .industry-list-wrapper .industry-list-bottom .industry-list-header p {
            font-size: 13px
        }

    .industry-list .industry-list-wrapper .industry-list-items .industry-item {
        margin-bottom: 20px;
        overflow: hidden;
        height: 90px;
        position: relative
    }

        .industry-list .industry-list-wrapper .industry-list-items .industry-item button {
            -ms-transition: background 0.3s;
            -moz-transition: background 0.3s;
            -o-transition: background 0.3s;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
            background: rgba(0,0,0,0.6);
            border: none;
            height: 100%;
            padding: 0;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0
        }

            .industry-list .industry-list-wrapper .industry-list-items .industry-item button:focus, .industry-list .industry-list-wrapper .industry-list-items .industry-item button:hover {
                background: transparent
            }

        .industry-list .industry-list-wrapper .industry-list-items .industry-item span {
            display: block;
            text-transform: uppercase;
            color: white;
            font-size: 14px;
            position: absolute;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            z-index: 100;
            width: 96%;
            letter-spacing: 0.8px;
            word-break: break-word;
            line-height: 1.5
        }

        .industry-list .industry-list-wrapper .industry-list-items .industry-item img {
            width: 100%;
            height: 100%;
            min-height: 100%;
            object-fit: cover;
            min-width: 100%
        }

@media (min-width: 1200px) {
    .industry-list .industry-list-wrapper .industry-list-inner.next-stage {
        -moz-transform: translateX(-1200px) translateY(0px);
        -webkit-transform: translateX(-1200px) translateY(0px);
        -o-transform: translateX(-1200px) translateY(0px);
        -ms-transform: translateX(-1200px) translateY(0px);
        transform: translateX(-1200px) translateY(0px)
    }

    .industry-list .industry-list-wrapper .industry-list-inner .category-items {
        padding-right: 64px
    }

    .industry-list .industry-list-wrapper .industry-list-inner .subcategory-items {
        padding-right: 65px;
        margin-left: -1px
    }

    .industry-list .industry-list-wrapper .industry-list-inner .category-selection, .industry-list .industry-list-wrapper .industry-list-inner .subcategory-selection {
        width: 1200px
    }

    .industry-list .industry-list-wrapper .industry-list-top .close-dsk {
        right: 15px
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .industry-list .industry-list-wrapper .industry-list-inner.next-stage {
        -moz-transform: translateX(-980px) translateY(0px);
        -webkit-transform: translateX(-980px) translateY(0px);
        -o-transform: translateX(-980px) translateY(0px);
        -ms-transform: translateX(-980px) translateY(0px);
        transform: translateX(-980px) translateY(0px)
    }

    .industry-list .industry-list-wrapper .industry-list-inner .category-items {
        padding-right: 44px
    }

    .industry-list .industry-list-wrapper .industry-list-inner .subcategory-items {
        padding-right: 45px;
        margin-left: -1px
    }

    .industry-list .industry-list-wrapper .industry-list-inner .category-selection, .industry-list .industry-list-wrapper .industry-list-inner .subcategory-selection {
        width: 980px
    }

    .industry-list .industry-list-wrapper .industry-list-top .close-dsk {
        right: 9px
    }
}

@media (min-width: 768px) {
    .industry-list .back-to-link {
        margin-top: 24px
    }

    .industry-list .industry-list-wrapper .industry-list-inner .category-selection {
        padding-bottom: 31px
    }

    .industry-list .industry-list-wrapper .industry-list-inner.next-stage .category-items {
        max-height: 1px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .industry-list .industry-menu-secondary .industry-name {
        margin-left: 4px
    }

        .industry-list .industry-menu-secondary .industry-name:after {
            display: inline-block;
            position: relative;
            vertical-align: middle;
            margin-bottom: 2px;
            margin-left: 9px;
            transform: none
        }

    .industry-list .industry-list-wrapper.active {
        padding-bottom: 0
    }

    .industry-list .industry-list-wrapper .industry-list-inner {
        width: 207%
    }

        .industry-list .industry-list-wrapper .industry-list-inner .category-items, .industry-list .industry-list-wrapper .industry-list-inner .subcategory-items {
            padding-right: 3.9%
        }

    .industry-list .industry-list-wrapper .industry-list-top .close-dsk {
        right: 10px
    }
}

@media (min-width: 0px) and (max-width: 979px) {
    .industry-list .industry-list-wrapper .industry-list-inner.next-stage {
        -moz-transform: translateX(-50%) translateY(0);
        -webkit-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }

    .industry-list .industry-list-wrapper .industry-list-inner .category-selection, .industry-list .industry-list-wrapper .industry-list-inner .subcategory-selection {
        width: 50%
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .industry-wrapper {
        padding: 20px 0 22px
    }

        .industry-wrapper.industry-selected.open .industry-list .industry-list-wrapper .industry-list-top {
            padding-top: 0
        }

            .industry-wrapper.industry-selected.open .industry-list .industry-list-wrapper .industry-list-top .header-container {
                padding-bottom: 0
            }

                .industry-wrapper.industry-selected.open .industry-list .industry-list-wrapper .industry-list-top .header-container h2 {
                    letter-spacing: 1.7px
                }

        .industry-wrapper.industry-selected.open .industry-list .industry-list-wrapper .industry-list-selection.active {
            padding-top: 7px
        }

    .industry-list .industry-menu-secondary {
        padding: 14px 0 13px
    }

        .industry-list .industry-menu-secondary .industry-name {
            width: 69%;
            display: block;
            margin: auto
        }

            .industry-list .industry-menu-secondary .industry-name:after {
                bottom: 8px;
                margin-left: 7px;
                border-top: 7px solid #005984;
                border-right: 5px solid transparent;
                border-left: 6px solid transparent;
                transform: none;
                top: inherit
            }

    .industry-list .back-to-link {
        margin: 35px auto 25px
    }

    .industry-list .industry-list-wrapper {
        padding-bottom: 0
    }

        .industry-list .industry-list-wrapper.active {
            padding-bottom: 0
        }

            .industry-list .industry-list-wrapper.active.next-stage {
                padding-bottom: 0
            }

            .industry-list .industry-list-wrapper.active .choose-later {
                margin: 32px auto 23px
            }

        .industry-list .industry-list-wrapper .choose-later {
            margin: 0
        }

            .industry-list .industry-list-wrapper .choose-later .close-industry {
                margin-left: -3px
            }

            .industry-list .industry-list-wrapper .choose-later .ci-icon-state-x:before {
                margin-left: 3px;
                top: -1px;
                font-size: 22.5px
            }

        .industry-list .industry-list-wrapper .industry-list-selection.active {
            padding-top: 19px
        }

        .industry-list .industry-list-wrapper .industry-list-top .header-container {
            padding: 25px 0
        }

            .industry-list .industry-list-wrapper .industry-list-top .header-container h2 {
                margin-bottom: 18px;
                font-size: 21px;
                letter-spacing: 1.5px
            }

            .industry-list .industry-list-wrapper .industry-list-top .header-container p {
                margin-bottom: 12px
            }

            .industry-list .industry-list-wrapper .industry-list-top .header-container .as-link:before, .industry-list .industry-list-wrapper .industry-list-top .header-container .state-list.intercept .skinny-link:before, .state-list.intercept .industry-list .industry-list-wrapper .industry-list-top .header-container .skinny-link:before, .industry-list .industry-list-wrapper .industry-list-top .header-container .state-list.skinny-prompt .skinny-link:before, .state-list.skinny-prompt .industry-list .industry-list-wrapper .industry-list-top .header-container .skinny-link:before {
                content: '';
                display: block
            }

        .industry-list .industry-list-wrapper .industry-list-items .industry-item {
            margin-bottom: 10px;
            height: 70px
        }

            .industry-list .industry-list-wrapper .industry-list-items .industry-item span {
                letter-spacing: 0.7px
            }

        .industry-list .industry-list-wrapper .industry-list-inner {
            width: 210%
        }

            .industry-list .industry-list-wrapper .industry-list-inner .col-xs-4 {
                padding-right: 25px
            }

            .industry-list .industry-list-wrapper .industry-list-inner .category-selection {
                padding-bottom: 0px
            }

            .industry-list .industry-list-wrapper .industry-list-inner.next-stage .category-items {
                height: 1px
            }

            .industry-list .industry-list-wrapper .industry-list-inner.next-stage .subcategory-items {
                height: inherit !important
            }

            .industry-list .industry-list-wrapper .industry-list-inner .category-items {
                padding-right: 3px;
                margin-left: -3px
            }

                .industry-list .industry-list-wrapper .industry-list-inner .category-items > .row {
                    height: inherit !important
                }

            .industry-list .industry-list-wrapper .industry-list-inner .subcategory-items {
                height: 1px !important;
                padding-right: 3px;
                margin-left: -3px
            }
}

.inline-video video {
    width: 100%
}

.inline-video .jp-video {
    position: relative
}

.inline-video .video-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 130
}

    .inline-video .video-overlay.on-pause {
        height: 99%
    }

    .inline-video .video-overlay.youtube {
        height: calc(100% - 38px)
    }

.inline-video .jp-gui {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    z-index: 150
}

    .inline-video .jp-gui .btn-play-video {
        width: 100%;
        padding: 0 12.5%;
        background-color: transparent;
        border: none;
        display: block;
        vertical-align: middle;
        margin: auto;
        z-index: 151
    }

        .inline-video .jp-gui .btn-play-video .play-img {
            height: 65px;
            width: 63px;
            display: block;
            margin: auto;
            margin-top: -1px;
            background-color: transparent;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url("../img/video/play.png")
        }

            .inline-video .jp-gui .btn-play-video .play-img:hover {
                background-image: url("../img/video/playhover.png");
                cursor: pointer
            }

        .inline-video .jp-gui .btn-play-video > .headline {
            margin-top: 14px;
            display: block;
            letter-spacing: 0.5px;
            font-size: 18px;
            line-height: 1.8;
            color: white;
            text-align: center;
            text-transform: uppercase;
            white-space: normal
        }

        .inline-video .jp-gui .btn-play-video:before {
            font-family: 'custom-icons';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            padding-bottom: 8%;
            color: white;
            font-size: 46px;
            text-align: center
        }

.inline-video .jp-type-single {
    position: relative
}

    .inline-video .jp-type-single .control-bar .jp-play {
        padding: 0;
        background-color: transparent;
        color: #fff;
        font-size: 1em
    }

        .inline-video .jp-type-single .control-bar .jp-play:before {
            content: "\e600";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: 'custom-icons';
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none;
            speak: none
        }

    .inline-video .jp-type-single .jp-no-solution {
        display: none
    }

.inline-video .jp-state-playing .jp-type-single .control-bar .jp-play:before {
    content: "\e601"
}

.inline-video .control-bar {
    position: absolute;
    bottom: 10%;
    width: 90%;
    height: auto;
    padding: 0 1%;
    border: 1px solid #e4e4e4;
    margin: 0 5%;
    left: 0
}

    .inline-video .control-bar .jp-controls-holder {
        display: inline-block;
        vertical-align: middle
    }

    .inline-video .control-bar .jp-interface, .inline-video .control-bar .jp-interface .jp-progress, .inline-video .control-bar .jp-interface .jp-current-time, .inline-video .control-bar .jp-interface .jp-duration {
        display: inline-block;
        position: relative
    }

    .inline-video .control-bar .jp-interface {
        width: 97%;
        color: #c5c5c5;
        vertical-align: middle;
        padding: 5px 0
    }

        .inline-video .control-bar .jp-interface .jp-progress {
            margin: 0 10px;
            vertical-align: middle;
            overflow: hidden;
            background-color: transparent;
            top: 0;
            left: 0;
            width: 90%;
            height: 10px
        }

        .inline-video .control-bar .jp-interface .jp-seek-bar {
            background-color: #E4E4E4;
            width: 0;
            height: 100%;
            cursor: pointer
        }

        .inline-video .control-bar .jp-interface .jp-play-bar {
            background-color: #006496;
            width: 0;
            height: 100%
        }

    .inline-video .control-bar .current-time:before {
        content: "/";
        padding: 0 5px
    }

.modal-content .inline-video {
    width: 100%
}

@media (min-width: 768px) and (max-width: 979px) {
    .inline-video .jp-gui .btn-play-video > .headline {
        margin-top: 15px
    }

    .inline-video .jp-gui .btn-play-video .play-img {
        margin-top: -11px
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .inline-video .jp-gui .btn-play-video {
        padding: 0
    }

        .inline-video .jp-gui .btn-play-video > .headline {
            font-size: 13px
        }

        .inline-video .jp-gui .btn-play-video .play-img {
            width: 45px;
            height: 46px
        }
}

.inline-section {
    position: relative
}

.multi-video {
    opacity: 0;
    transition: all 0.5s ease-in-out
}

    .multi-video.player-ready {
        opacity: 1
    }

    .multi-video .jp-gui {
        background: rgba(0,0,0,0.3)
    }

@media (min-width: 768px) {
    .multi-video-thumbs {
        margin-top: 10px;
        text-align: center
    }

        .multi-video-thumbs.multi-row {
            margin: 0 auto;
            text-align: left
        }

            .multi-video-thumbs.multi-row li {
                display: block;
                float: left;
                margin: 20px 6px 0px
            }
}

@media (min-width: 1200px) {
    .multi-video-thumbs.multi-row {
        max-width: 960px
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .multi-video-thumbs.multi-row {
        max-width: 897px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .multi-video-thumbs.multi-row {
        max-width: 675px
    }
}

.multi-video-thumbs ul {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 768px) {
    .multi-video-thumbs ul {
        white-space: normal;
        overflow-y: visible;
        overflow-x: visible
    }
}

.multi-video-thumbs li {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 80px;
    margin: 10px 10px 0px 0px;
    cursor: pointer
}

@media (min-width: 768px) {
    .multi-video-thumbs li {
        margin: 20px 6px 0px
    }
}

.multi-video-thumbs li:last-child {
    margin-right: 0
}

.multi-video-thumbs li:hover .thumb-tip {
    opacity: 1;
    overflow: visible;
    height: 80px;
    padding: 22px
}

.multi-video-thumbs li button {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    width: 100px;
    height: 80px;
    overflow: hidden
}

    .multi-video-thumbs li button .play-img {
        height: 65px;
        width: 63px;
        visibility: hidden;
        margin: -1px auto auto;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/video/play.png);
        position: absolute;
        left: 18px;
        top: 9px;
        transition: all 0.1s ease-in-out
    }

    .multi-video-thumbs li button img {
        position: absolute;
        width: 200%;
        top: 0;
        left: -100%;
        right: -100%;
        bottom: 0;
        margin: auto;
        opacity: .6;
        transition: all 0.1s ease-in-out
    }

    .multi-video-thumbs li button:hover img {
        opacity: 1
    }

    .multi-video-thumbs li button:hover .play-img {
        visibility: visible
    }

    .multi-video-thumbs li button.active img {
        opacity: 1
    }

.multi-video-thumbs li .thumb-tip {
    display: none
}

@media (min-width: 768px) {
    .multi-video-thumbs li .thumb-tip {
        display: -webkit-box;
        position: absolute;
        height: 0;
        padding: 0;
        overflow: hidden;
        top: -90%;
        left: 50%;
        width: 165px;
        background-color: #fff;
        text-align: left;
        z-index: 150;
        opacity: 0;
        box-shadow: 1px 1px 2px #777;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

        .multi-video-thumbs li .thumb-tip:after {
            width: 0;
            height: 0;
            content: '';
            left: 50%;
            bottom: -10px;
            position: absolute;
            border-top: 10px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%)
        }

        .multi-video-thumbs li .thumb-tip p {
            margin: 0;
            line-height: 1.5;
            font-size: 12px;
            color: #696969;
            overflow: hidden
        }
}

.multi-video-loading {
    height: 250px;
    text-align: center;
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -64px
}

    .multi-video-loading:after {
        display: inline-block;
        content: '';
        background: url(/Assets/site/img/shared/preloader.gif);
        height: 128px;
        width: 128px;
        background-repeat: no-repeat
    }

#intelliresponse .intelliresponse-component {
    overflow: hidden;
    background-color: #f3fbfd;
    background-color: #f3fbfd
}

    #intelliresponse .intelliresponse-component .btn-main-blue, #intelliresponse .intelliresponse-component .btn-small-main-blue, #intelliresponse .intelliresponse-component .btn-medium-main-blue, #intelliresponse .intelliresponse-component .btn-large-main-blue {
        height: 55px;
        padding: 7px 35px 7px 35px;
        width: 140px;
        margin-top: 31px
    }

    #intelliresponse .intelliresponse-component span {
        display: block
    }

    #intelliresponse .intelliresponse-component .top-10-q {
        display: inline;
        margin-left: 15px
    }

        #intelliresponse .intelliresponse-component .top-10-q .link {
            padding: 0;
            font-size: 14px;
            border-bottom: 2px #a7e1ea solid;
            display: inline-block;
            font-weight: 100;
            letter-spacing: .9px;
            color: #077faa;
            cursor: pointer
        }

            #intelliresponse .intelliresponse-component .top-10-q .link:focus {
                text-decoration: none
            }

            #intelliresponse .intelliresponse-component .top-10-q .link:hover {
                box-shadow: 0 0 0 2px #a7e1ea !important;
                background-color: #a7e1ea;
                text-decoration: none
            }

    #intelliresponse .intelliresponse-component .predictive-search-results {
        padding-left: 32.5px
    }

        #intelliresponse .intelliresponse-component .predictive-search-results > a {
            font-size: 18px;
            line-height: 27px;
            letter-spacing: .25px;
            color: #006060;
            cursor: pointer;
            padding: 0 5px;
            text-decoration: none
        }

            #intelliresponse .intelliresponse-component .predictive-search-results > a span {
                display: inline-block;
                margin-bottom: 13px
            }

            #intelliresponse .intelliresponse-component .predictive-search-results > a:hover span {
                box-shadow: 0 0 0 2px #a7e1ea !important;
                background-color: #a7e1ea;
                text-decoration: none
            }

#intelliresponse .search-input-style {
    position: relative;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #abacaf
}

    #intelliresponse .search-input-style > label {
        font-size: 20px;
        text-align: center;
        display: block;
        margin: 0;
        font-weight: normal
    }

    #intelliresponse .search-input-style img {
        width: 29px;
        margin-right: 3px;
        vertical-align: initial;
        top: 40px;
        position: absolute
    }

    #intelliresponse .search-input-style label {
        position: absolute;
        top: 34px;
        left: 26px;
        color: #abacaf;
        font-weight: 400;
        font-size: 28px;
        letter-spacing: 1px;
        margin-left: 25px;
        font-weight: 400
    }

@media (min-width: 980px) {
    #intelliresponse .search-input-style label.ie-show-label {
        width: auto;
        height: auto;
        clip: auto
    }
}

#intelliresponse .search-input-style input[type="text"] {
    font-size: 28px;
    width: 90%;
    box-sizing: border-box;
    padding-right: 50px;
    padding-bottom: 8px;
    color: #077faa;
    margin-top: 16px;
    letter-spacing: 1px;
    height: 53px;
    margin-left: 38px
}

    #intelliresponse .search-input-style input[type="text"]:-ms-input-placeholder {
        color: #abacaf
    }

#intelliresponse .search-input-style .input-frameless {
    border-bottom: 0
}

#intelliresponse .search-input-style .border-bottom-blue {
    border-bottom: 1px solid #077faa;
    margin-bottom: 27px;
    padding-top: 16px
}

    #intelliresponse .search-input-style .border-bottom-blue .btn-main-blue, #intelliresponse .search-input-style .border-bottom-blue .btn-small-main-blue, #intelliresponse .search-input-style .border-bottom-blue .btn-medium-main-blue, #intelliresponse .search-input-style .border-bottom-blue .btn-large-main-blue {
        margin-top: 0
    }

    #intelliresponse .search-input-style .border-bottom-blue.open-intelliresponse {
        margin-bottom: 43px
    }

#intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style {
    padding-bottom: 10px;
    padding-left: 0px
}

    #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style .border-bottom-blue {
        margin-bottom: 30px
    }

        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style .border-bottom-blue input {
            letter-spacing: 0;
            padding-right: 0
        }

        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style .border-bottom-blue button {
            bottom: 53px;
            height: 54px;
            left: 160px;
            padding: 0;
            position: relative;
            width: 140px
        }

#intelliresponse #topten-modal .modal-dialog .modal-content .form-container .predictive-search-results {
    padding-left: 32.5px
}

    #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .predictive-search-results > a {
        display: block;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: .25px;
        color: #006060;
        margin-bottom: 17px;
        cursor: pointer;
        padding: 0 5px;
        width: 100%
    }

        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .predictive-search-results > a span {
            display: inline
        }

        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .predictive-search-results > a:hover {
            text-decoration: none
        }

            #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .predictive-search-results > a:hover span {
                box-shadow: 0 0 0 2px #a7e1ea !important;
                background-color: #a7e1ea
            }

        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .predictive-search-results > a:last-child span {
            margin-bottom: 27px
        }

#intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper {
    border-top: 1px #dfe4e4 solid;
    margin-top: -14px
}

    #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater {
        padding-top: 34px
    }

        #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper {
            width: 100%
        }

            #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy .question-list li span {
                display: inline
            }

        #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .panel-group .accordion-container .text-wrapper {
            padding-bottom: 27px
        }

            #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .panel-group .accordion-container .text-wrapper > h3 {
                color: #005984;
                font-size: 24px;
                line-height: 1.2;
                letter-spacing: .6px
            }

        #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy {
            margin-bottom: 26px
        }

            #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy .question-list {
                padding: 0
            }

                #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy .question-list li {
                    font-size: 18px;
                    line-height: 23px;
                    letter-spacing: .25px;
                    color: #006060;
                    margin-bottom: 21px;
                    cursor: pointer
                }

                    #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy .question-list li:hover a {
                        background: #a7e1ea
                    }

                    #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy .question-list li a {
                        border-bottom: 2px #a7e1ea solid;
                        font-weight: 100;
                        text-decoration: none;
                        color: #006060
                    }

#intelliresponse .modal:before {
    display: none
}

#intelliresponse .modal .modal-dialog .modal-content {
    padding: 27px 80px !important
}

#intelliresponse .modal .modal-lg .modal-content .form-container .search-input-style .border-bottom-blue {
    width: 74.15%
}

#intelliresponse .modal .modal-lg .modal-section {
    padding: 34px 0 17px;
    border-top: 1px solid #dfe4e4
}

    #intelliresponse .modal .modal-lg .modal-section .answer a {
        color: #006060;
        display: inline;
        border-bottom: 2px solid #a7e1ea
    }

        #intelliresponse .modal .modal-lg .modal-section .answer a:hover {
            text-decoration: none;
            background-color: #a7e1ea;
            border-bottom: none;
            padding-bottom: 4px
        }

    #intelliresponse .modal .modal-lg .modal-section:first-child {
        padding-top: 18px;
        border-top: 0
    }

    #intelliresponse .modal .modal-lg .modal-section.modal-mutiple {
        padding-bottom: 18px
    }

        #intelliresponse .modal .modal-lg .modal-section.modal-mutiple:first-child {
            padding-top: 18px
        }

    #intelliresponse .modal .modal-lg .modal-section:last-child {
        padding-bottom: 18px
    }

    #intelliresponse .modal .modal-lg .modal-section.nomatch a {
        color: #006060;
        display: inline;
        border-bottom: 2px solid #a7e1ea
    }

        #intelliresponse .modal .modal-lg .modal-section.nomatch a:hover {
            text-decoration: none;
            background-color: #a7e1ea;
            border-bottom: none;
            padding-bottom: 4px
        }

    #intelliresponse .modal .modal-lg .modal-section .header-3-link {
        color: #005984
    }

    #intelliresponse .modal .modal-lg .modal-section form {
        margin-bottom: 16px;
        margin-top: 28px
    }

    #intelliresponse .modal .modal-lg .modal-section ul {
        list-style: none
    }

        #intelliresponse .modal .modal-lg .modal-section ul li {
            padding-left: 19px
        }

            #intelliresponse .modal .modal-lg .modal-section ul li:before {
                content: '\2022';
                color: #a7e1ea;
                margin-left: -17px
            }

            #intelliresponse .modal .modal-lg .modal-section ul li > a {
                color: #006060;
                margin-left: 6px
            }

                #intelliresponse .modal .modal-lg .modal-section ul li > a:hover {
                    cursor: pointer;
                    text-decoration: none;
                    background-color: #a7e1ea
                }

    #intelliresponse .modal .modal-lg .modal-section.poll p {
        margin-top: 29px;
        margin-bottom: 16px
    }

    #intelliresponse .modal .modal-lg .modal-section .best-response {
        color: #005984;
        margin-bottom: 1px
    }

    #intelliresponse .modal .modal-lg .modal-section .radio {
        margin-right: 47px;
        letter-spacing: 0px
    }

        #intelliresponse .modal .modal-lg .modal-section .radio label {
            letter-spacing: 0px
        }

            #intelliresponse .modal .modal-lg .modal-section .radio label:before {
                margin-top: -5px;
                content: "";
                width: 18px;
                height: 18px;
                border-radius: 50%;
                border: 1px gray solid;
                background-color: #fff;
                position: relative;
                display: inline-block;
                vertical-align: middle;
                margin-left: -2px;
                margin-right: -1px
            }

        #intelliresponse .modal .modal-lg .modal-section .radio input[type='radio'] {
            position: absolute
        }

    #intelliresponse .modal .modal-lg .modal-section .search {
        font-weight: 400
    }

        #intelliresponse .modal .modal-lg .modal-section .search + h3 {
            margin-top: 21px;
            margin-bottom: 9px
        }

        #intelliresponse .modal .modal-lg .modal-section .search + ul {
            margin-top: 8px
        }

#intelliresponse .modal .modal-lg .close {
    font-size: 40px;
    top: 11px;
    right: 14px;
    color: #a7e1ea
}

@media (min-width: 980px) {
    #intelliresponse .accordion-component {
        margin-bottom: 4px
    }

        #intelliresponse .accordion-component .accordion-container .accordion-trigger-text .header-3-link {
            padding: 27px 0 27px
        }

        #intelliresponse .accordion-component .accordion-container:first-child .accordion-trigger-text .header-3-link {
            padding: 27px 0 27px
        }

        #intelliresponse .accordion-component .accordion-content .question-list {
            padding-left: 0;
            padding-top: 5px
        }

            #intelliresponse .accordion-component .accordion-content .question-list li {
                margin-bottom: 19px
            }

    #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .predictive-search-results {
        padding-top: 4px
    }

    #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style {
        padding-top: 0;
        padding-bottom: 20px
    }

        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style .border-bottom-blue {
            width: 70%;
            margin-bottom: 30px
        }

    #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater {
        padding-top: 14px
    }

    #intelliresponse .modal .modal-lg {
        width: 868px;
        padding-top: 100px
    }

        #intelliresponse .modal .modal-lg .modal-section .header-3-link {
            margin-top: 0;
            margin-bottom: 9px;
            letter-spacing: .75px
        }

        #intelliresponse .modal .modal-lg .modal-section.prime .answer {
            padding-bottom: 0;
            margin-bottom: 17px
        }

            #intelliresponse .modal .modal-lg .modal-section.prime .answer a {
                padding: 0;
                border-bottom: 2px #a7e1ea solid;
                color: #077faa;
                cursor: pointer;
                text-decoration: none
            }

                #intelliresponse .modal .modal-lg .modal-section.prime .answer a:hover {
                    box-shadow: 0 0 0 2px #a7e1ea !important;
                    background-color: #a7e1ea;
                    text-decoration: none
                }

        #intelliresponse .modal .modal-lg .modal-section.interest > .header-link-3 {
            margin-top: 24px;
            letter-spacing: .65px
        }

        #intelliresponse .modal .modal-lg .modal-section.nomatch {
            padding-bottom: 23px;
            padding-top: 23px
        }

            #intelliresponse .modal .modal-lg .modal-section.nomatch p {
                margin-bottom: 0px
            }

        #intelliresponse .modal .modal-lg .modal-section ul {
            padding-left: 0
        }

            #intelliresponse .modal .modal-lg .modal-section ul li {
                margin-bottom: 15px
            }

        #intelliresponse .modal .modal-lg .close {
            top: 8px;
            right: 15px
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    #intelliresponse .intelliresponse-component {
        padding-bottom: 0
    }

        #intelliresponse .intelliresponse-component.open-intelliresponse {
            padding-bottom: 0
        }

        #intelliresponse .intelliresponse-component .btn-main-blue, #intelliresponse .intelliresponse-component .btn-small-main-blue, #intelliresponse .intelliresponse-component .btn-medium-main-blue, #intelliresponse .intelliresponse-component .btn-large-main-blue {
            width: 140px;
            height: 55px;
            margin-top: 32px
        }

        #intelliresponse .intelliresponse-component .top-10-q .link {
            padding: 0;
            letter-spacing: .32px
        }

        #intelliresponse .intelliresponse-component .predictive-search-results > span {
            margin-bottom: 15px;
            padding: 0 7px
        }

    #intelliresponse .accordion-component .accordion-content {
        margin-bottom: 7px
    }

    #intelliresponse .accordion-component .header-3-link {
        padding: 20px 0 29px
    }

    #intelliresponse .search-input-style {
        padding-bottom: 20px;
        padding-top: 0
    }

        #intelliresponse .search-input-style .border-bottom-blue {
            margin-bottom: 13px;
            padding-top: 0
        }

            #intelliresponse .search-input-style .border-bottom-blue.open-intelliresponse {
                margin-bottom: 41px
            }

        #intelliresponse .search-input-style input[type="text"] {
            width: 90%;
            letter-spacing: 0;
            margin-top: 33px;
            padding-right: 0px;
            margin-left: 38px
        }

        #intelliresponse .search-input-style img {
            width: 29px;
            margin-right: 3px;
            margin-bottom: -5px;
            position: absolute;
            top: 42px
        }

    #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy {
        margin-bottom: 30px
    }

        #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy .question-list li span {
            display: inline
        }

    #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style {
        padding-bottom: 27px
    }

        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style .border-bottom-blue {
            margin-bottom: 13px
        }

    #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper {
        margin-top: 0
    }

        #intelliresponse #topten-modal .modal-dialog .modal-content .top-ten-questions-wrapper .top-ten-questions-repeater {
            padding-top: 13px
        }

    #intelliresponse .modal .modal-dialog .modal-content {
        padding: 21px 62px 21px 63px !important
    }

    #intelliresponse .modal .modal-lg {
        width: 725px;
        margin-top: 100px
    }

        #intelliresponse .modal .modal-lg .modal-content .form-container .search-input-style .border-bottom-blue {
            width: 434px
        }

            #intelliresponse .modal .modal-lg .modal-content .form-container .search-input-style .border-bottom-blue button {
                left: 166px
            }

            #intelliresponse .modal .modal-lg .modal-content .form-container .search-input-style .border-bottom-blue input {
                width: 90% !important
            }

        #intelliresponse .modal .modal-lg .modal-section {
            padding-left: 0;
            padding-right: 0;
            padding-top: 14px;
            padding-bottom: 17px
        }

            #intelliresponse .modal .modal-lg .modal-section form {
                margin-bottom: 17px;
                margin-top: 28px
            }

            #intelliresponse .modal .modal-lg .modal-section .search + ul {
                margin-top: 11px;
                padding-left: 0
            }

            #intelliresponse .modal .modal-lg .modal-section:first-child {
                padding-top: 0px;
                border-top: 0
            }

            #intelliresponse .modal .modal-lg .modal-section ul {
                padding-left: 0
            }

                #intelliresponse .modal .modal-lg .modal-section ul li {
                    margin-bottom: 15px
                }

            #intelliresponse .modal .modal-lg .modal-section.interest ul {
                padding-left: 0px
            }

            #intelliresponse .modal .modal-lg .modal-section.prime .answer {
                margin-bottom: 18px
            }

            #intelliresponse .modal .modal-lg .modal-section.nomatch {
                padding-bottom: 25px;
                padding-top: 25px
            }

                #intelliresponse .modal .modal-lg .modal-section.nomatch .header-3-link {
                    margin-top: 0px
                }

                #intelliresponse .modal .modal-lg .modal-section.nomatch p:last-child {
                    margin-bottom: 0px
                }

        #intelliresponse .modal .modal-lg .close {
            top: 7px;
            right: 13px
        }

        #intelliresponse .modal .modal-lg .header-3-link {
            margin-bottom: 8px
        }

            #intelliresponse .modal .modal-lg .header-3-link > p {
                margin-bottom: 20px
            }
}

@media (min-width: 0) and (max-width: 979px) {
    #intelliresponse .search-input-style label {
        font-size: 20px;
        top: 35%;
        left: 40%
    }

    #intelliresponse .search-input-style input[type="text"] {
        width: 90%
    }

    #intelliresponse .search-input-style button {
        width: 140px;
        height: 55px;
        margin-top: 55px
    }
}

@media (min-width: 0) and (max-width: 767px) {
    #intelliresponse .intelliresponse-component .btn-main-blue, #intelliresponse .intelliresponse-component .btn-small-main-blue, #intelliresponse .intelliresponse-component .btn-medium-main-blue, #intelliresponse .intelliresponse-component .btn-large-main-blue {
        width: 100%;
        margin-top: 0
    }

    #intelliresponse .intelliresponse-component .top-10-q {
        margin-top: 0px;
        margin-bottom: 35px;
        text-align: center;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 24px
    }

        #intelliresponse .intelliresponse-component .top-10-q .link {
            padding: 0;
            font-size: 14px;
            letter-spacing: .7px
        }

            #intelliresponse .intelliresponse-component .top-10-q .link:focus {
                text-decoration: none
            }

    #intelliresponse .intelliresponse-component .predictive-search-results {
        padding: 0 20px
    }

        #intelliresponse .intelliresponse-component .predictive-search-results > span {
            margin-bottom: 15px;
            padding-left: 4px;
            font-size: 16px
        }

            #intelliresponse .intelliresponse-component .predictive-search-results > span:last-child {
                margin-bottom: 22px
            }

    #intelliresponse .search-input-style {
        padding-top: 0px;
        padding-bottom: 0px
    }

        #intelliresponse .search-input-style input[type="text"] {
            margin-top: 0px;
            font-size: 19px;
            margin-bottom: 0px;
            padding-bottom: 5px;
            padding-right: 0;
            width: 90%;
            letter-spacing: .4px;
            margin-left: 0
        }

        #intelliresponse .search-input-style img {
            width: 16px;
            top: 2px;
            position: relative
        }

        #intelliresponse .search-input-style .border-bottom-blue {
            margin-bottom: 20px;
            margin-top: 9px;
            padding-top: 3px
        }

            #intelliresponse .search-input-style .border-bottom-blue.open-intelliresponse {
                margin-bottom: 11px
            }

    #intelliresponse .accordion-component {
        margin-top: 23px
    }

        #intelliresponse .accordion-component .accordion-container {
            margin-bottom: 2px
        }

            #intelliresponse .accordion-component .accordion-container:first-child {
                border-top: 0
            }

        #intelliresponse .accordion-component .accordion-content {
            width: 100%;
            padding-bottom: 0px;
            margin-bottom: 0px
        }

            #intelliresponse .accordion-component .accordion-content .body-copy {
                margin-bottom: 17px
            }

            #intelliresponse .accordion-component .accordion-content .question-list {
                padding-top: 5px
            }

                #intelliresponse .accordion-component .accordion-content .question-list li {
                    font-size: 15px;
                    margin-bottom: 13px
                }

    #intelliresponse #topten-modal .modal-dialog {
        max-width: 100%;
        height: auto;
        margin-bottom: 75px
    }

        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container {
            padding-left: 13px;
            padding-right: 13px
        }

            #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .top-ten-questions-wrapper {
                width: 100%
            }

                #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .top-ten-questions-wrapper .top-ten-questions-repeater {
                    padding-top: 35px
                }

                    #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .top-ten-questions-wrapper .top-ten-questions-repeater .panel-group .accordion-container .text-wrapper {
                        padding-bottom: 7px
                    }

                        #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .top-ten-questions-wrapper .top-ten-questions-repeater .panel-group .accordion-container .text-wrapper > h3 {
                            font-size: 21px;
                            letter-spacing: .53px
                        }

                    #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .top-ten-questions-wrapper .top-ten-questions-repeater .top-ten-questions-list-wrapper .top-ten-questions-list .body-copy .question-list li {
                        font-size: 16px;
                        margin-bottom: 13px
                    }

            #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .predictive-search-results {
                margin-top: 104px;
                padding-left: 19.5px
            }

            #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style .border-bottom-blue {
                width: 100%;
                margin-top: 22px
            }

                #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style .border-bottom-blue input {
                    width: 90%
                }

                #intelliresponse #topten-modal .modal-dialog .modal-content .form-container .search-input-style .border-bottom-blue button {
                    bottom: -21px;
                    left: 0;
                    width: 100%
                }

    #intelliresponse .modal .close-bottom {
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        position: absolute;
        left: 50%;
        color: #929397;
        position: relative;
        font-size: 18px;
        cursor: pointer;
        text-transform: uppercase
    }

        #intelliresponse .modal .close-bottom .blue-x {
            display: inline !important
        }

            #intelliresponse .modal .close-bottom .blue-x:before {
                margin-top: -5px;
                margin-left: 10px
            }

    #intelliresponse .modal .modal-lg .modal-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 30px !important
    }

        #intelliresponse .modal .modal-lg .modal-content .modal-content .top-ten-questions-wrapper {
            width: 100%
        }

    #intelliresponse .modal .modal-lg .modal-section {
        padding: 5px 14px 21px
    }

        #intelliresponse .modal .modal-lg .modal-section .radio label:last-child {
            padding-left: 5px
        }

        #intelliresponse .modal .modal-lg .modal-section.modal-mutiple {
            padding: 3px 12px 20px
        }

            #intelliresponse .modal .modal-lg .modal-section.modal-mutiple:first-child {
                padding-top: 9px
            }

            #intelliresponse .modal .modal-lg .modal-section.modal-mutiple .header-3-link {
                line-height: 1.3
            }

        #intelliresponse .modal .modal-lg .modal-section:first-child {
            padding-top: 8px
        }

        #intelliresponse .modal .modal-lg .modal-section.nomatch {
            padding-bottom: 13px;
            padding-top: 13px
        }

        #intelliresponse .modal .modal-lg .modal-section .header-3-link {
            margin-top: 30px;
            margin-bottom: 8px;
            line-height: 1.2
        }

        #intelliresponse .modal .modal-lg .modal-section .search + ul, #intelliresponse .modal .modal-lg .modal-section ul {
            padding-left: 0;
            margin-bottom: 10px
        }

            #intelliresponse .modal .modal-lg .modal-section ul li {
                margin-bottom: 15px
            }

        #intelliresponse .modal .modal-lg .modal-section.prime .answer {
            line-height: 1.5;
            letter-spacing: 0px;
            margin-bottom: 14px
        }

        #intelliresponse .modal .modal-lg .modal-section.interest ul {
            padding-left: 0px
        }

        #intelliresponse .modal .modal-lg .modal-section form {
            margin-top: 18px;
            margin-bottom: 4px
        }

            #intelliresponse .modal .modal-lg .modal-section form .search-input-style .border-bottom-blue {
                margin-top: 25px
            }

        #intelliresponse .modal .modal-lg .modal-section .radio {
            display: inline-block;
            margin-right: 35px
        }

            #intelliresponse .modal .modal-lg .modal-section .radio label {
                letter-spacing: .5px;
                padding-left: 0
            }

                #intelliresponse .modal .modal-lg .modal-section .radio label:before {
                    margin-right: 4px
                }

            #intelliresponse .modal .modal-lg .modal-section .radio:last-child {
                margin-right: 0px
            }

    #intelliresponse .modal .modal-lg .close {
        font-size: 38px !important
    }

        #intelliresponse .modal .modal-lg .close.text {
            bottom: 0;
            position: relative;
            display: block;
            top: inherit;
            left: auto;
            right: auto;
            float: none;
            margin: auto;
            opacity: 1;
            cursor: pointer
        }

        #intelliresponse .modal .modal-lg .close .close-text {
            font-size: 14px;
            color: dimgray;
            text-transform: uppercase;
            display: inline-block;
            vertical-align: middle;
            margin-top: 5px;
            margin-right: 5px;
            font-weight: normal
        }

            #intelliresponse .modal .modal-lg .close .close-text + span {
                display: inline-block;
                vertical-align: middle
            }
}

.mismatch-prompt-container {
    width: 100%;
    text-align: center;
    padding: 50px 0
}

.state-list {
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    max-height: 0;
    overflow: hidden;
    top: 50px;
    z-index: 201
}

    .state-list .state-image-area {
        cursor: pointer
    }

    .state-list .as-link, .state-list.intercept .skinny-link, .state-list.skinny-prompt .skinny-link {
        border-bottom: 2px solid #a7e1ea;
        cursor: pointer
    }

        .state-list .as-link:hover, .state-list.intercept .skinny-link:hover, .state-list.skinny-prompt .skinny-link:hover, .state-list .as-link:active, .state-list.intercept .skinny-link:active, .state-list.skinny-prompt .skinny-link:active {
            color: #92dbe8
        }

    .state-list .back-to-states {
        color: dimgray;
        display: block;
        font-size: 14px;
        margin: 0 auto 40px;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        letter-spacing: 0.25px
    }

        .state-list .back-to-states:before {
            color: #92dbe8;
            font-size: 15px;
            font-weight: 700;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px;
            margin-top: -3px
        }

        .state-list .back-to-states:hover, .state-list .back-to-states:active {
            text-decoration: underline
        }

@media (min-width: 980px) and (max-width: 1199px) {
    .state-list .back-to-states:before {
        margin-right: 9px;
        margin-top: -1px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .state-list .back-to-states:before {
        margin-right: 11px
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .state-list .back-to-states:before {
        margin-right: 9px
    }
}

.state-list.intercept .skinny-link {
    display: inline-block;
    vertical-align: top;
    color: #006060
}

.state-list.intercept .header-container h2, .state-list.intercept .header-container h3 {
    text-align: center
}

.state-list.intercept .header-container .body-copy {
    margin-bottom: 0
}

.state-list.intercept .state-list-wrapper {
    background-color: transparent
}

    .state-list.intercept .state-list-wrapper .states-list-container {
        padding: 0
    }

        .state-list.intercept .state-list-wrapper .states-list-container .states-list-inner {
            width: 200%
        }

            .state-list.intercept .state-list-wrapper .states-list-container .states-list-inner.next-state {
                -moz-transform: translateX(-50%) translateY(0px);
                -webkit-transform: translateX(-50%) translateY(0px);
                -o-transform: translateX(-50%) translateY(0px);
                -ms-transform: translateX(-50%) translateY(0px);
                transform: translateX(-50%) translateY(0px)
            }

            .state-list.intercept .state-list-wrapper .states-list-container .states-list-inner .state-selection, .state-list.intercept .state-list-wrapper .states-list-container .states-list-inner .region-selection {
                width: 50%
            }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection {
            padding: 0 30px;
            width: 50%;
            max-width: 980px;
            margin-left: -5px
        }

            .state-list.intercept .state-list-wrapper .states-list-container .region-selection input:-ms-input-placeholder {
                color: #696969
            }

            .state-list.intercept .state-list-wrapper .states-list-container .region-selection h3 {
                margin-bottom: 0;
                text-transform: none;
                text-align: center;
                margin-top: 0
            }

            .state-list.intercept .state-list-wrapper .states-list-container .region-selection .error-code {
                text-align: center;
                margin-top: 14px;
                text-transform: none
            }

            .state-list.intercept .state-list-wrapper .states-list-container .region-selection form {
                width: 80%;
                margin: auto
            }

            .state-list.intercept .state-list-wrapper .states-list-container .region-selection label {
                position: absolute;
                top: 6px;
                left: 1px;
                color: #abacaf;
                font-weight: 400;
                font-size: 18px;
                letter-spacing: 1.4px;
                font-weight: 400
            }

@media (min-width: 980px) {
    .state-list.intercept .state-list-wrapper .states-list-container .region-selection label.ie-show-label {
        width: auto;
        height: auto;
        clip: auto
    }
}

.state-list.intercept .state-list-wrapper .states-list-container .region-selection .address-display {
    margin-bottom: 7px;
    margin-top: 6px
}

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .address-display.no-visible {
        margin-bottom: 42px
    }

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .address-display p {
        margin-bottom: 30px;
        text-align: center;
        width: 100%
    }

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .address-display .error-code {
        margin-bottom: 18px
    }

.state-list.intercept .state-list-wrapper .states-list-container .region-selection .input-zip {
    padding: 0
}

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .input-zip .region-buttons * {
        display: block;
        margin: auto
    }

.state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons > div {
    margin-bottom: 49px;
    width: 83%;
    margin-left: -10px
}

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons > div.no-add {
        margin-bottom: 143px
    }

.state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-small-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-medium-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-large-main-blue {
    margin-bottom: 43px
}

.state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-small-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-medium-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-large-main-blue {
    margin: 90px auto 43px !important;
    width: 140px !important;
    height: 55px !important;
    padding: 17px 13px !important;
    display: block !important
}

.state-list.intercept .state-list-wrapper .states-list-container .region-selection .input-frameless {
    text-align: center;
    width: 100% !important;
    font-size: 30px;
    margin-right: 0;
    display: block
}

.state-list.intercept .state-list-wrapper .states-list-container .region-selection .back-to-states {
    clear: left;
    position: relative;
    text-transform: uppercase;
    padding: 0
}

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .back-to-states:hover, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .back-to-states:focus, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .back-to-states:active {
        text-decoration: underline
    }

.state-list.intercept .state-list-wrapper .states-list-container .state-selection {
    padding: 0
}

    .state-list.intercept .state-list-wrapper .states-list-container .state-selection .select-state {
        background: #f3fbfd;
        margin: 10px 0 24px !important
    }

        .state-list.intercept .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
            border-bottom: 1px solid #edf0f0
        }

.state-list.skinny-prompt {
    padding: 0;
    border: 0;
    margin: 0
}

    .state-list.skinny-prompt.mismatch-prompt .state-list-wrapper {
        background-color: #ffd200
    }

    .state-list.skinny-prompt.mismatch-prompt .skinny-link {
        border-color: #014464
    }

        .state-list.skinny-prompt.mismatch-prompt .skinny-link:hover, .state-list.skinny-prompt.mismatch-prompt .skinny-link:focus, .state-list.skinny-prompt.mismatch-prompt .skinny-link:active {
            color: #014464
        }

    .state-list.skinny-prompt.mismatch-prompt .header-3, .state-list.skinny-prompt.mismatch-prompt .rich-text-editor h3, .rich-text-editor .state-list.skinny-prompt.mismatch-prompt h3, .state-list.skinny-prompt.mismatch-prompt .close-skinny:before, .state-list.skinny-prompt.mismatch-prompt .choose-later a, .state-list.skinny-prompt.mismatch-prompt .blue-x:before {
        color: #014464
    }

    .state-list.skinny-prompt .choose-later {
        margin: 48px 0 19px
    }

    .state-list.skinny-prompt .skinny-link {
        display: inline-block;
        vertical-align: top;
        text-transform: uppercase;
        color: #006060
    }

    .state-list.skinny-prompt .close-skinny {
        right: 15px;
        top: 20px;
        position: absolute;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none
    }

    .state-list.skinny-prompt .header-container {
        margin: 0 auto 30px
    }

        .state-list.skinny-prompt .header-container .header-3, .state-list.skinny-prompt .header-container .rich-text-editor h3, .rich-text-editor .state-list.skinny-prompt .header-container h3 {
            padding: 23px 0 7px;
            text-align: center
        }

        .state-list.skinny-prompt .header-container .body-copy {
            margin-bottom: 25px
        }

.state-list .header-container {
    margin: 91px auto 40px;
    max-width: 100%;
    width: 100%
}

.state-list .header-2, .state-list .rich-text-editor h2, .rich-text-editor .state-list h2 {
    margin-bottom: 12px;
    letter-spacing: 2.5px
}

.state-list.active {
    max-height: 1000px
}

    .state-list.active .state-list-wrapper .states-list-container .state-selection .select-state {
        margin: 13px 0 0;
        opacity: 1;
        padding-bottom: 0%
    }

.state-list .state-list-wrapper {
    background-color: #f3fbfd
}

    .state-list .state-list-wrapper .states-list-container {
        margin: 0 auto;
        overflow: hidden
    }

        .state-list .state-list-wrapper .states-list-container.edit-mode .state-selection {
            float: none !important
        }

        .state-list .state-list-wrapper .states-list-container .states-list-inner {
            zoom: 1;
            -ms-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            width: 300%
        }

        .state-list .state-list-wrapper .states-list-container .state-selection {
            position: relative
        }

            .state-list .state-list-wrapper .states-list-container .state-selection.register-home p {
                font-size: 15px
            }

            .state-list .state-list-wrapper .states-list-container .state-selection.register-home .select-state {
                margin: 20px 0
            }

            .state-list .state-list-wrapper .states-list-container .state-selection .select-state {
                margin: -10% 0 0;
                -ms-transition: margin 0.7s ease-out,padding 0.7s ease-out,opacity 1.5s ease-out;
                -moz-transition: margin 0.7s ease-out,padding 0.7s ease-out,opacity 1.5s ease-out;
                -o-transition: margin 0.7s ease-out,padding 0.7s ease-out,opacity 1.5s ease-out;
                -webkit-transition: margin 0.7s ease-out,padding 0.7s ease-out,opacity 1.5s ease-out;
                transition: margin 0.7s ease-out,padding 0.7s ease-out,opacity 1.5s ease-out;
                opacity: 0;
                padding-bottom: 50%
            }

                .state-list .state-list-wrapper .states-list-container .state-selection .select-state > .col-md-6 {
                    padding: 0;
                    padding-left: 15px
                }

                    .state-list .state-list-wrapper .states-list-container .state-selection .select-state > .col-md-6:first-child {
                        padding-left: 10px
                    }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state > .col-md-6:first-child .state-item:first-child {
                            border: 0
                        }

                .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    border-left: 1px solid #edf0f0;
                    cursor: pointer;
                    display: block;
                    height: 200px;
                    text-align: center
                }

                    .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:hover, .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:focus, .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:active {
                        text-decoration: none;
                        outline: 0
                    }

                    .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .state-item-overlay {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 100
                    }

                    .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:hover, .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:focus {
                        background-color: #06abc8 !important
                    }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:hover a span, .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:focus a span {
                            color: white
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:hover a:before, .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:focus a:before {
                            color: #a7e1ea
                        }

                    .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:before {
                        content: '';
                        display: inline-block;
                        height: 100%;
                        vertical-align: middle
                    }

                    .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a {
                        color: #06abc8;
                        display: inline-block;
                        font-size: 14px;
                        letter-spacing: .25px;
                        line-height: 21px;
                        vertical-align: middle;
                        width: 96%;
                        position: relative;
                        pointer-events: none
                    }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a:hover, .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a:focus, .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a:active {
                            text-decoration: none;
                            outline: 0
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a span {
                            position: relative;
                            z-index: 2;
                            text-transform: uppercase;
                            top: -4px;
                            color: #005984;
                            display: inline-block;
                            width: 65%;
                            letter-spacing: .25px
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a:before {
                            color: #a7e1ea;
                            display: block;
                            position: absolute;
                            z-index: 1;
                            -moz-transform: translate(-50%, -50%) !important;
                            -webkit-transform: translate(-50%, -50%) !important;
                            -o-transform: translate(-50%, -50%) !important;
                            -ms-transform: translate(-50%, -50%) !important;
                            transform: translate(-50%, -50%) !important;
                            left: 50% !important;
                            top: 50% !important
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-florida:before {
                            font-size: 88px
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-indiana:before {
                            font-size: 104px
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-kentucky:before {
                            font-size: 67px
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-northcarolina:before {
                            font-size: 51px
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-ohio:before {
                            font-size: 95px
                        }

                        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-southcarolina:before {
                            font-size: 77px
                        }

        .state-list .state-list-wrapper .states-list-container .region-selection .state-map {
            margin: 15px 0 0
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress {
                font-size: 14px;
                text-transform: uppercase;
                cursor: pointer;
                margin-top: 22px;
                display: block;
                margin-left: -6px
            }

                .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal span, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress span {
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 4px;
                    line-height: 16px;
                    letter-spacing: 0.3px
                }

                .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:hover, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:active, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:hover, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:active {
                    color: #005984
                }

                    .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:before, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:before {
                        content: "";
                        display: inline-block;
                        margin-right: 10px;
                        width: 15px;
                        height: 15px;
                        vertical-align: middle
                    }

                    .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:hover, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:hover {
                        text-decoration: none
                    }

                    .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:before {
                        background: #89d2e6
                    }

                    .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:hover:before, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal.active:before, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:focus:before {
                        background: #00abc8
                    }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress {
                margin-left: -16px
            }

                .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:before {
                    background: #8db4c7
                }

                .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:hover:before, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress.active:before, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:focus:before {
                    background: #005984
                }

        .state-list .state-list-wrapper .states-list-container .region-selection .state-map-south {
            width: 232px;
            height: 180px;
            overflow: hidden;
            background: url(/Assets/site/img/core/state-image-sc-sprite.gif) no-repeat 0 0;
            margin: 0 auto;
            margin-top: -36px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map-south img {
                opacity: 0
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map-south.map-normal {
                background-position: 0 -180px
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map-south.map-progress {
                background-position: 0 -360px
            }

        .state-list .state-list-wrapper .states-list-container .region-selection .state-map-north {
            width: 377px;
            height: 143px;
            overflow: hidden;
            background: url(/Assets/site/img/core/state-image-nc-sprite.gif) no-repeat 0 0;
            margin: 0 auto;
            margin-left: -5px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map-north img {
                opacity: 0
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map-north.map-normal {
                background-position: 0 -143px
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map-north.map-progress {
                background-position: 0 -286px
            }

        .state-list .state-list-wrapper .states-list-container .region-selection .center-or {
            height: 210px;
            position: relative;
            margin-bottom: 10px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .center-or p {
                color: #abacaf;
                text-align: center;
                font-size: 18px;
                letter-spacing: 1px;
                padding-top: 98px;
                text-transform: uppercase
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .center-or:before, .state-list .state-list-wrapper .states-list-container .region-selection .center-or:after {
                border-left: 1px solid #edf0f0;
                content: ' ';
                height: 82px;
                left: 50%;
                position: absolute;
                top: 14px
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .center-or:after {
                top: inherit;
                bottom: -5px
            }

        .state-list .state-list-wrapper .states-list-container .region-selection .choose-later {
            margin: 32px 0 30px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .choose-later .ci-icon-state-x:before {
                margin-left: 11px;
                top: -1px
            }

        .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons {
            margin-left: 3px
        }

        .state-list .state-list-wrapper .states-list-container .region-selection .address-display {
            margin: 8px 0 30px 3px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .address-display.no-visible {
                margin: 8px 0 35px 3px
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .address-display p {
                margin-bottom: 15px;
                text-align: left;
                color: dimgray;
                font-size: 16px;
                line-height: 24px;
                text-transform: none
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .address-display #state-address {
                width: 98%
            }

        .state-list .state-list-wrapper .states-list-container .region-selection .error-code {
            display: block;
            color: #8b0e04;
            font-size: 14px;
            margin-top: 12px;
            letter-spacing: 0.3px;
            text-transform: none
        }

        .state-list .state-list-wrapper .states-list-container .region-selection .input-frameless {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #077faa;
            color: dimgray;
            font-size: 18px;
            padding-top: 2px;
            padding-bottom: 0px;
            width: 240px;
            height: 39px;
            margin-right: 40px;
            text-transform: capitalize;
            letter-spacing: 1.4px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .input-frameless.error-input {
                border-color: #8b0e04
            }

        .state-list .state-list-wrapper .states-list-container .region-selection form div[ng-show="requiredAddress"] {
            position: relative
        }

        .state-list .state-list-wrapper .states-list-container .region-selection form label {
            position: absolute;
            top: 6px;
            left: 2px;
            color: #abacaf;
            font-weight: 400;
            font-size: 18px;
            letter-spacing: 1.4px;
            font-weight: 400
        }

@media (min-width: 980px) {
    .state-list .state-list-wrapper .states-list-container .region-selection form label.ie-show-label {
        width: auto;
        height: auto;
        clip: auto
    }
}

.state-list .state-list-wrapper .states-list-container .region-selection .input-zip .region-buttons {
    position: relative
}

    .state-list .state-list-wrapper .states-list-container .region-selection .input-zip .region-buttons * {
        display: inline-block;
        vertical-align: top
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .input-zip .region-buttons .btn-main-blue, .state-list .state-list-wrapper .states-list-container .region-selection .input-zip .region-buttons .btn-small-main-blue, .state-list .state-list-wrapper .states-list-container .region-selection .input-zip .region-buttons .btn-medium-main-blue, .state-list .state-list-wrapper .states-list-container .region-selection .input-zip .region-buttons .btn-large-main-blue {
        width: 100px;
        height: 40px;
        padding: 0;
        margin-top: 0px
    }

.state-list.intercept-jurisdiction.active .state-list-wrapper .states-list-container .state-selection .select-state {
    margin: 7px 0 0 -4px
}

.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .header-container .intro-txt {
    margin-bottom: 44px
}

.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later {
    margin: 44px 0
}

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later a {
        left: 1px;
        margin-bottom: 0
    }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later a:before {
            margin-right: 9px;
            margin-top: -3px
        }

.state-list.intercept-jurisdiction .back-to-states {
    margin: 0 auto 46px;
    display: inline
}

    .state-list.intercept-jurisdiction .back-to-states:before {
        margin-right: 5px
    }

.state-list.intercept-jurisdiction .header-container {
    margin: 92px auto 40px
}

    .state-list.intercept-jurisdiction .header-container .body-copy {
        min-height: 31px;
        margin-left: -11px
    }

.state-list.intercept-jurisdiction .skinny-link {
    display: inline-block;
    vertical-align: top;
    color: #006060;
    cursor: pointer
}

    .state-list.intercept-jurisdiction .skinny-link:hover, .state-list.intercept-jurisdiction .skinny-link:focus, .state-list.intercept-jurisdiction .skinny-link:active {
        border-bottom: 2px solid #a7e1ea;
        padding-bottom: 2px;
        text-decoration: none
    }

.mobile-nav .state-list {
    display: block
}

    .mobile-nav .state-list .header-container {
        margin: 50px auto 0
    }

    .mobile-nav .state-list.active .state-list-wrapper .states-list-container .state-selection .select-state {
        margin-top: 0%
    }

    .mobile-nav .state-list .state-list-wrapper .states-list-container {
        padding: 0;
        width: 101%;
        height: 600px
    }

        .mobile-nav .state-list .state-list-wrapper .states-list-container.auto-height {
            height: auto
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .states-list-inner {
            width: 200%
        }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .states-list-inner a:hover, .mobile-nav .state-list .state-list-wrapper .states-list-container .states-list-inner a:focus, .mobile-nav .state-list .state-list-wrapper .states-list-container .states-list-inner a:active {
                background: none !important
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .states-list-inner.next-state {
                -moz-transform: translateX(-50%) translateY(0px);
                -webkit-transform: translateX(-50%) translateY(0px);
                -o-transform: translateX(-50%) translateY(0px);
                -ms-transform: translateX(-50%) translateY(0px);
                transform: translateX(-50%) translateY(0px)
            }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection {
            margin: 0;
            width: 50%
        }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
                width: 50%;
                border-bottom: 1px solid #edf0f0
            }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a span {
                    top: 0px;
                    left: -5px;
                    width: 50%
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-florida:before {
                    left: 48% !important;
                    font-size: 90px
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-indiana:before {
                    font-size: 110px;
                    left: 46% !important;
                    top: -2px
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-kentucky:before {
                    font-size: 71px;
                    left: 48% !important;
                    top: 11px
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-northcarolina:before {
                    top: 24px;
                    font-size: 53px;
                    left: 46% !important
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-ohio:before {
                    font-size: 100px;
                    left: 48% !important;
                    top: 0
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-southcarolina:before {
                    font-size: 79px;
                    left: 46% !important;
                    top: 12px
                }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel {
            padding: 0 30px;
            width: 50%;
            max-width: 980px;
            margin-left: -5px
        }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection {
                overflow: hidden;
                max-height: 780px
            }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection.slide-up {
                    max-height: 0
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection h2 {
                    margin-bottom: 0;
                    text-transform: none;
                    text-align: center;
                    margin-top: 0
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .error-code {
                    text-align: center;
                    margin-top: 14px
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection form {
                    width: 100%;
                    margin: auto
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display {
                    margin-bottom: 7px;
                    margin-top: 6px
                }

                    .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display.no-visible {
                        display: none
                    }

                    .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display p {
                        margin-bottom: 33px;
                        text-align: center;
                        width: 100%
                    }

                    .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display .error-code {
                        margin-bottom: 18px
                    }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .input-zip {
                    padding: 0
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons > div {
                    margin-bottom: 5px;
                    margin-left: -10px
                }

                    .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons > div.no-add {
                        margin: 90px auto 95px
                    }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-small-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-medium-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-large-main-blue {
                    margin-bottom: 44px
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-small {
                    width: 140px;
                    height: 55px;
                    display: block
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .error-code {
                    margin-top: 5px
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .input-frameless {
                    text-align: center;
                    width: 100% !important;
                    font-size: 30px;
                    margin-right: 0
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection a.back-to-states {
                    margin: 0 auto 35px
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection button.back-to-states {
                    background: none;
                    box-shadow: none;
                    border: 0;
                    width: 100%;
                    margin: 0 auto 26px
                }

                .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .back-to-states {
                    clear: left;
                    position: relative;
                    text-transform: uppercase;
                    padding: 0
                }

                    .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .back-to-states:hover, .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .back-to-states:focus, .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .back-to-states:active {
                        text-decoration: underline
                    }

.componentsStateActive .state-list {
    max-height: 600px
}

    .componentsStateActive .state-list .state-list-wrapper .states-list-container .state-selection .select-state {
        margin-top: 50px;
        opacity: 1;
        padding-bottom: 0%
    }

@media (min-width: 1200px) {
    .state-list .state-list-wrapper .states-list-container .states-list-inner.next-state {
        -moz-transform: translateX(-1200px) translateY(0px);
        -webkit-transform: translateX(-1200px) translateY(0px);
        -o-transform: translateX(-1200px) translateY(0px);
        -ms-transform: translateX(-1200px) translateY(0px);
        transform: translateX(-1200px) translateY(0px)
    }

    .state-list .state-list-wrapper .states-list-container .state-selection {
        padding-right: 30px !important
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons > div:first-child {
        width: 100%
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .input-frameless {
        width: calc(100% - 150px)
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .state-list .state-list-wrapper .states-list-container .states-list-inner {
        margin-left: -10px;
        margin-right: -10px
    }

        .state-list .state-list-wrapper .states-list-container .states-list-inner.next-state {
            -moz-transform: translateX(-980px) translateY(0px);
            -webkit-transform: translateX(-980px) translateY(0px);
            -o-transform: translateX(-980px) translateY(0px);
            -ms-transform: translateX(-980px) translateY(0px);
            transform: translateX(-980px) translateY(0px)
        }

    .state-list .state-list-wrapper .states-list-container .state-selection .select-state {
        margin: 13px 0 0
    }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
            width: 160px;
            padding: 0
        }

    .state-list .state-list-wrapper .states-list-container .region-selection .state-map {
        margin: 12px 0 0 10px
    }

        .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress {
            margin-top: 4px;
            line-height: 17px
        }

        .state-list .state-list-wrapper .states-list-container .region-selection .state-map > div .col-md-5 {
            width: 150px
        }

        .state-list .state-list-wrapper .states-list-container .region-selection .state-map > div .col-md-7 {
            width: 190px;
            padding-left: 30px
        }

    .state-list .state-list-wrapper .states-list-container .region-selection .header-container .header-2, .state-list .state-list-wrapper .states-list-container .region-selection .header-container .rich-text-editor h2, .rich-text-editor .state-list .state-list-wrapper .states-list-container .region-selection .header-container h2 {
        margin-left: auto
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .input-frameless {
        margin-right: 38px
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .center-or p {
        left: 3px
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .center-or:before, .state-list .state-list-wrapper .states-list-container .region-selection .center-or:after {
        left: 51%
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .center-or:after {
        bottom: -2px
    }

    .state-list .back-to-states {
        margin: 0 auto 46px
    }
}

@media (min-width: 980px) {
    .state-list .header-container .header-2, .state-list .header-container .rich-text-editor h2, .rich-text-editor .state-list .header-container h2 {
        margin-bottom: 27px;
        width: 100%
    }

    .state-list .state-list-wrapper .states-list-container .choose-later a {
        letter-spacing: 0.3px
    }

        .state-list .state-list-wrapper .states-list-container .choose-later a .ci-icon-state-x:before {
            margin-left: 13px;
            top: -1px;
            font-size: 22px
        }

    .state-list .state-list-wrapper .states-list-container .state-selection {
        padding-right: 20px;
        padding-left: 0
    }

        .state-list .state-list-wrapper .states-list-container .state-selection > .row {
            margin-left: 0;
            margin-right: 0
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .choose-later a {
            left: -7px
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item:first-child {
            border: 0
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-florida:before {
            left: 68px !important;
            top: 10px !important
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-florida span {
            left: -11px;
            top: -5px
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-indiana:before {
            left: 73px !important;
            top: 10px !important
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-indiana span {
            top: -5px;
            left: -5px
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-kentucky:before {
            top: 8px !important;
            left: 78px !important
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-kentucky span {
            top: -5px;
            left: 1px;
            letter-spacing: 1px
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-northcarolina:before {
            top: 22px !important;
            font-size: 50px;
            left: 79px !important
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-northcarolina span {
            top: 6px;
            left: 2px
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-ohio:before {
            font-size: 95px;
            top: 10px !important;
            left: 79px !important
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-ohio span {
            top: -5px;
            left: 3px
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-southcarolina:before {
            top: 21px !important;
            left: 79px !important;
            font-size: 76px
        }

        .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-southcarolina span {
            top: 5px;
            left: -1px
        }

    .state-list .state-list-wrapper .states-list-container .region-selection {
        padding-left: 20px;
        overflow: hidden;
        max-height: 550px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

        .state-list .state-list-wrapper .states-list-container .region-selection.slide-up {
            max-height: 0
        }

        .state-list .state-list-wrapper .states-list-container .region-selection .choose-later {
            margin: 28px 0 30px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .choose-later a {
                left: auto
            }

        .state-list .state-list-wrapper .states-list-container .region-selection .center-or p {
            position: relative;
            top: -2px
        }

        .state-list .state-list-wrapper .states-list-container .region-selection .input-zip {
            position: relative;
            top: 1px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .input-zip form {
                height: 232px
            }

        .state-list .state-list-wrapper .states-list-container .region-selection .address-display {
            margin-bottom: 32px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .address-display p {
                width: 377px;
                margin-bottom: 22px;
                letter-spacing: 0.4px
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .address-display .error-code {
                margin-top: 5px
            }

        .state-list .state-list-wrapper .states-list-container .region-selection .state-map {
            margin: 12px 0 0 10px
        }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress {
                margin-top: 25px;
                line-height: 17px;
                margin-left: -17px
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal {
                margin-left: -7px;
                margin-top: 24px
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map > div .col-md-5 {
                width: 150px
            }

            .state-list .state-list-wrapper .states-list-container .region-selection .state-map > div .col-md-7 {
                width: 190px;
                padding-left: 30px
            }

    .state-list .state-list-wrapper .states-list-container .state-selected-loading p {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mobile-nav > .container {
        width: 100%;
        padding: 0
    }

    .mobile-nav .state-list .back-to-states:before {
        margin-right: 9px
    }

    .mobile-nav .state-list .header-container {
        margin: 59px auto 0
    }

        .mobile-nav .state-list .header-container .header-2, .mobile-nav .state-list .header-container .rich-text-editor h2, .rich-text-editor .mobile-nav .state-list .header-container h2 {
            width: 90%;
            margin: auto;
            margin-left: 21PX
        }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state {
        width: 100%
    }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-florida:before {
            left: 46% !important;
            font-size: 93px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-florida span {
            top: 1px;
            left: -9px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-indiana:before {
            left: 44% !important
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-indiana span {
            top: 0px;
            left: -15px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-kentucky:before {
            font-size: 72px;
            left: 46% !important;
            top: 11px !important
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-kentucky span {
            top: 1px;
            left: -9px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-northcarolina:before {
            top: 20px !important;
            font-size: 53px;
            left: 44% !important
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-northcarolina span {
            width: 48%;
            top: 0px;
            left: -18px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-ohio:before {
            font-size: 102px;
            left: 46% !important
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-ohio span {
            top: 0px;
            left: -9px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-southcarolina:before {
            font-size: 83px;
            left: 44% !important;
            top: 21px !important
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-southcarolina span {
            top: 0px;
            left: -19px
        }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .address-display {
        margin-top: 26px;
        margin-bottom: 11px
    }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .address-display > div {
            width: 371px;
            margin: auto
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .address-display .error-code {
            margin-bottom: 15px;
            margin-top: 6px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .address-display p {
            line-height: 25px;
            margin-bottom: 36px
        }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .input-frameless {
        letter-spacing: 2.4px;
        padding-top: 0;
        padding-bottom: 5px;
        height: 44px
    }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons {
        width: 100%
    }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-small-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-medium-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-large-main-blue {
            display: inline;
            margin-bottom: 0
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .input-container {
            width: 230px;
            margin: 0px 15px 0 0
        }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .input-container .zipcode-input {
                display: inline;
                margin-top: 10px
            }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons .error-code {
            margin-top: 5px;
            margin-left: 5px
        }

    .state-list.intercept .header-3, .state-list.intercept .rich-text-editor h3, .rich-text-editor .state-list.intercept h3, .state-list.intercept .header-3 .duotone, .state-list.intercept .rich-text-editor h3 .duotone, .rich-text-editor .state-list.intercept h3 .duotone {
        font-size: 40px
    }

    .state-list.intercept .header-container {
        margin: 30px auto
    }

        .state-list.intercept .header-container .header-2, .state-list.intercept .header-container .rich-text-editor h2, .rich-text-editor .state-list.intercept .header-container h2 {
            margin-bottom: 4px
        }

    .state-list.intercept .state-list-wrapper .states-list-container .state-selection .select-state {
        margin-bottom: 45px !important
    }

    .state-list.intercept-jurisdiction .back-to-states {
        margin: auto
    }

    .state-list.intercept-jurisdiction .header-container {
        margin-top: 41px;
        margin-left: auto
    }

        .state-list.intercept-jurisdiction .header-container .body-copy {
            margin-left: -13px
        }

        .state-list.intercept-jurisdiction .header-container .header-2, .state-list.intercept-jurisdiction .header-container .rich-text-editor h2, .rich-text-editor .state-list.intercept-jurisdiction .header-container h2 {
            margin-bottom: 24px
        }

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later {
        margin-top: 43px
    }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later a {
            left: 1px;
            letter-spacing: .4px
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later a:before {
                margin-right: 10px
            }

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
        width: 33.33333%
    }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a {
            margin-left: -2%
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a span {
                width: 56%;
                top: -2px
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a:before {
                -moz-transform: translate(-50%, -54%) !important;
                -webkit-transform: translate(-50%, -54%) !important;
                -o-transform: translate(-50%, -54%) !important;
                -ms-transform: translate(-50%, -54%) !important;
                transform: translate(-50%, -54%) !important
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-indiana:before {
                font-size: 110px;
                top: 12px !important
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-florida:before {
                font-size: 93px;
                top: 13px !important
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-kentucky:before {
                font-size: 72px;
                top: 12px !important
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-northcarolina {
                width: 70%
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-northcarolina:before {
                    font-size: 53px;
                    top: 22px !important
                }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-ohio:before {
                font-size: 101px;
                top: 14px !important
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-southcarolina {
                width: 70%
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-southcarolina:before {
                    font-size: 82px;
                    top: 23px !important
                }

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection {
        padding-left: 17px
    }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container {
            margin-top: 60px;
            margin-bottom: 0;
            max-width: 600px
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container .header-2, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container .rich-text-editor h2, .rich-text-editor .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container h2 {
                width: 60%;
                margin-bottom: 0
            }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map {
            margin-top: 30px
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map .state-map-north {
                width: 365px;
                margin: 0 auto
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map .state-map-south {
                margin-top: 20px
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map > .row {
                width: 365px;
                margin: 0 auto
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map > .row > .col-sm-4 {
                    width: 50%
                }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .back-to-states {
            display: block;
            margin-top: 50px;
            margin-left: auto;
            margin-bottom: 46px
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .input-frameless {
            letter-spacing: 2.4px;
            padding-top: 0;
            font-size: 30px;
            padding-bottom: 2px;
            height: 48px
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or {
            width: 100%;
            padding-left: 45px;
            padding-right: 50px !important
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .col-sm-12 {
            width: 100%
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons > div {
            margin-top: 50px;
            margin-bottom: 4px
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .error-code {
            margin-top: 5px;
            margin-bottom: 6px
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .error-code.no-add {
                margin-bottom: 25px;
                margin-top: 0
            }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-small-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-medium-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-large-main-blue {
            width: 140px;
            height: 55px;
            display: block;
            margin-bottom: 44px
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .zipcode-container {
            padding-left: 45px;
            padding-right: 50px !important
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display {
            margin: 26px auto 0;
            width: 70%
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display.no-visible {
                display: none
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display > div {
                width: 371px;
                margin: auto
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display p {
                line-height: 25px;
                margin-bottom: 32px;
                text-align: center
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display .error-code {
                margin-bottom: 9px;
                margin-top: 4px
            }

    .state-list.intercept-jurisdiction.active .state-list-wrapper .states-list-container .state-selection .select-state {
        margin-left: -1px;
        margin-top: 0
    }
}

@media (min-width: 0) and (max-width: 979px) {
    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .region-buttons.no-add {
        padding-top: 30px
    }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .state-map-north, .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .state-map-south {
        margin: 0 auto
    }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .state-map {
        margin: 25px 0
    }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress {
            margin-left: 5px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal {
            text-align: right
        }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:before, .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:before {
                padding: 0
            }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection form {
        width: 100%
    }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .center-or {
        height: auto;
        margin-bottom: 0
    }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .center-or p {
            padding-top: 0;
            margin-bottom: 10px;
            font-size: 30px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .center-or:before, .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .center-or:after {
            border-left: 0;
            border-top: 1px solid #edf0f0;
            height: 5px;
            width: 70px;
            left: 38%;
            top: 25px;
            transform: translateX(-50%) translateY(0px)
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .center-or:after {
            left: 62%
        }

    .mobile-nav .state-list .state-list-wrapper .states-list-container .region-selection .back-to-states {
        margin-bottom: 40px
    }

    .state-list.intercept-jurisdiction .header-container .duotone {
        display: block
    }

    .state-list.intercept-jurisdiction .state-list-wrapper {
        background: #fff
    }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container {
            width: 100%;
            padding: 0
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .states-list-inner {
                width: 204%
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .states-list-inner.next-state {
                    -moz-transform: translateX(-50%) translateY(0);
                    -webkit-transform: translateX(-50%) translateY(0);
                    -o-transform: translateX(-50%) translateY(0);
                    -ms-transform: translateX(-50%) translateY(0);
                    transform: translateX(-50%) translateY(0)
                }

                    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .states-list-inner.next-state .state-selection {
                        height: 1px
                    }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection {
                width: 49.02%
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state {
                    background: #f3fbfd;
                    border-top: 1px solid #edf0f0;
                    width: 100%
                }

                    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
                        border-bottom: 1px solid #edf0f0
                    }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection {
                width: 50%
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .input-zip .region-buttons * {
                    display: block
                }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection form {
                    width: 91%;
                    margin: auto
                }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or {
                    height: auto;
                    margin-bottom: 0
                }

                    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or:before, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or:after {
                        border-left: 0;
                        border-top: 1px solid #edf0f0;
                        height: 5px;
                        width: 70px;
                        left: 38%;
                        top: 25px;
                        transform: translateX(-50%) translateY(0)
                    }

                    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or:after {
                        left: 62%
                    }

                    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or p {
                        padding-top: 0;
                        margin-bottom: 10px;
                        font-size: 30px
                    }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .error-code {
                    text-align: center
                }

                    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .error-code.no-add {
                        margin-bottom: 0
                    }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .input-frameless {
                    text-align: center;
                    width: 100% !important;
                    margin-right: 0
                }
}

@media (min-width: 0) and (max-width: 767px) {
    .state-list.intercept .header-container, .state-list.intercept-jurisdiction .header-container {
        margin: 30px auto 15px
    }

        .state-list.intercept .header-container .header-2, .state-list.intercept .header-container .rich-text-editor h2, .rich-text-editor .state-list.intercept .header-container h2, .state-list.intercept-jurisdiction .header-container .header-2, .state-list.intercept-jurisdiction .header-container .rich-text-editor h2, .rich-text-editor .state-list.intercept-jurisdiction .header-container h2 {
            margin-bottom: 0
        }

    .state-list.intercept .state-list-wrapper .states-list-container .state-selection .select-state, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state {
        margin-bottom: 25px !important
    }

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .back-to-states, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .back-to-states {
        margin: 0 auto 26px 7px;
        display: block
    }

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .state-map, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map {
        margin: 25px 0 40px 0
    }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .state-map .state-map-north, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map .state-map-north {
            width: 320px;
            height: 120px;
            margin: auto;
            background-size: cover
        }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .state-map .state-map-south, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map .state-map-south {
            width: 215px;
            height: 168px;
            margin: auto;
            background-size: cover
        }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .state-map .de-normal, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .state-map .de-progress, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map .de-normal, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map .de-progress {
            letter-spacing: .3px;
            padding: 0 10px;
            font-size: 15px;
            position: relative;
            height: 60px
        }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .state-map .de-progress, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map .de-progress {
            margin-left: -5px
        }

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons {
        margin-top: 75px
    }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons > div, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons > div {
            margin-bottom: 77px
        }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-small-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-medium-main-blue, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-large-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-small-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-medium-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-large-main-blue {
            margin-bottom: 43px
        }

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .center-or, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or {
        height: auto;
        margin-bottom: 0
    }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .center-or:before, .state-list.intercept .state-list-wrapper .states-list-container .region-selection .center-or:after, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or:before, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or:after {
            width: 50px;
            left: 35%;
            top: 16px
        }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .center-or:after, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or:after {
            bottom: 0;
            left: 65%
        }

        .state-list.intercept .state-list-wrapper .states-list-container .region-selection .center-or p, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .center-or p {
            font-size: 21px
        }

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .error-code, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .error-code {
        font-size: 15px
    }

    .state-list.intercept .state-list-wrapper .states-list-container .region-selection .input-frameless, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .input-frameless {
        font-size: 21px
    }

    .state-list.skinny-prompt .state-list-wrapper {
        padding: 13px 0px
    }

        .state-list.skinny-prompt .state-list-wrapper .header-container {
            margin: 0px auto
        }

            .state-list.skinny-prompt .state-list-wrapper .header-container .header-3, .state-list.skinny-prompt .state-list-wrapper .header-container .rich-text-editor h3, .rich-text-editor .state-list.skinny-prompt .state-list-wrapper .header-container h3 {
                padding: 0px;
                margin-top: 0px
            }

            .state-list.skinny-prompt .state-list-wrapper .header-container .body-copy {
                margin-bottom: 10px
            }

            .state-list.skinny-prompt .state-list-wrapper .header-container .choose-later {
                margin: 0px
            }

    .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .state-map-north {
        width: 320px;
        height: 120px;
        margin: auto;
        background-size: cover
    }

    .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .state-map-south {
        width: 215px;
        height: 168px;
        margin: auto;
        background-size: cover
    }

    .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .state-map .de-progress span {
        width: 96px
    }

    .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .center-or p {
        font-size: 21px
    }

    .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .center-or:before, .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .center-or:after {
        width: 50px;
        left: 35%;
        top: 16px
    }

    .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .center-or:after {
        bottom: 0;
        left: 65%
    }

    .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .input-zip.invalid-error-address .region-buttons {
        margin-top: 0
    }

        .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .input-zip.invalid-error-address .region-buttons > div {
            margin-bottom: 0
        }

    .state-list .state-list-wrapper .states-list-container .region-selection .state-map-north.map-progress {
        background-position: 0px -243px
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .state-map-north.map-normal {
        background-position: 0 -121px
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .state-map-south.map-normal {
        background-position: 0 -168px
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .state-map-south.map-progress {
        background-position: 0 -336px
    }

    .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-normal:before, .state-list .state-list-wrapper .states-list-container .region-selection .state-map .de-progress:before {
        margin-right: 5px
    }

    .mobile-nav .state-list .header-container {
        margin: 45px auto 2px
    }

    .mobile-nav .state-list .back-to-states:before {
        margin-right: 9px;
        margin-left: -5px
    }

    .mobile-nav .state-list .state-list-wrapper .states-list-container {
        height: 480px
    }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons {
            margin-top: 0;
            margin-left: 0;
            padding-bottom: 20px
        }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .input-container {
                margin-bottom: 0;
                margin-left: -4px;
                width: 90%;
                padding: 0 20px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .error-code {
                margin-left: -1px;
                letter-spacing: 0.4px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-small-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-medium-main-blue, .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .region-buttons .btn-large-main-blue {
                margin: 0 auto;
                width: 120px;
                height: 45px
            }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .error-code {
            font-size: 15px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .input-frameless {
            font-size: 21px;
            padding-top: 7px;
            letter-spacing: 1.8px;
            margin-left: 0
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .error-code {
            font-size: 15px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection h2 {
            letter-spacing: 1px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .back-to-states {
            margin: 0 auto 26px 7px
        }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display {
            margin-bottom: 11px;
            margin-top: 0
        }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display .input-container {
                width: 238px;
                margin: auto
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display p {
                margin-bottom: 14px;
                font-size: 15px;
                margin-top: 16px;
                letter-spacing: .5px;
                margin-left: -1px;
                line-height: 24px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display .error-code {
                margin-bottom: 0;
                margin-top: 2px;
                line-height: 24px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .next-step-panel .region-selection .address-display.no-visible {
                display: none;
                margin-bottom: 30px
            }

        .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
            max-height: 160px
        }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item a {
                width: 90%;
                height: 100%;
                padding: 0
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item span {
                -moz-transform: translate(-50%, -50%) !important;
                -webkit-transform: translate(-50%, -50%) !important;
                -o-transform: translate(-50%, -50%) !important;
                -ms-transform: translate(-50%, -50%) !important;
                transform: translate(-50%, -50%) !important;
                left: 36% !important;
                top: 49% !important;
                width: 80% !important;
                display: block;
                margin: auto
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-florida:before {
                left: 7px;
                font-size: 93px;
                top: 68px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-indiana:before {
                left: 35px;
                font-size: 100px;
                top: 68px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-kentucky:before {
                left: 8px;
                font-size: 62px;
                top: 77px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-northcarolina:before {
                left: 0px;
                font-size: 48px;
                top: 93px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-ohio:before {
                left: 29px;
                font-size: 84px;
                top: 71px
            }

            .mobile-nav .state-list .state-list-wrapper .states-list-container .state-selection .select-state .state-item .ci-icon-state-southcarolina:before {
                left: 17px;
                font-size: 72px;
                top: 78px
            }

    .state-list.intercept-jurisdiction .back-to-states {
        margin: 0 auto 46px
    }

    .state-list.intercept-jurisdiction .header-container {
        margin: 42px 0 17px
    }

        .state-list.intercept-jurisdiction .header-container .body-copy {
            width: 100%;
            margin: auto;
            line-height: 1.5
        }

        .state-list.intercept-jurisdiction .header-container .header-2, .state-list.intercept-jurisdiction .header-container .rich-text-editor h2, .rich-text-editor .state-list.intercept-jurisdiction .header-container h2 {
            margin-bottom: 17px
        }

        .state-list.intercept-jurisdiction .header-container .skinny-link {
            padding-bottom: 2px;
            border-bottom: 2px solid;
            border-color: transparent
        }

            .state-list.intercept-jurisdiction .header-container .skinny-link:hover, .state-list.intercept-jurisdiction .header-container .skinny-link:focus, .state-list.intercept-jurisdiction .header-container .skinny-link:active {
                border-color: #a7e1ea
            }

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .header-container .intro-txt {
        margin-bottom: 0
    }

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection > .row {
        margin-left: 0;
        margin-right: 0
    }

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later {
        margin: 43px 0
    }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later a {
            left: 1px;
            letter-spacing: .4px
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later a:before {
                margin-right: 10px;
                margin-top: -1px
            }

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state {
        margin-top: 8px
    }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
            height: 160px
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a {
                font-size: 15px
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a span {
                    top: 0
                }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-florida:before {
                    font-size: 94px
                }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-indiana:before {
                    font-size: 105px
                }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-kentucky:before {
                    font-size: 66px
                }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-northcarolina:before {
                    font-size: 49px
                }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-ohio:before {
                    font-size: 88px
                }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item a.ci-icon-state-southcarolina:before {
                    font-size: 71px
                }

    .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection {
        padding-left: 7px
    }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection > .row {
            margin-left: 0;
            margin-right: 0
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container {
            margin: 45px auto 18px
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container .header-2, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container .rich-text-editor h2, .rich-text-editor .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container h2 {
                letter-spacing: 1px;
                margin-bottom: 0;
                width: 90%
            }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .back-to.states {
            margin-left: -44px
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .input-zip {
            padding: 0
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .zipcode-container {
            padding-right: 11px !important
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection form {
            width: 80%;
            margin: 0 auto 29px
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .input-frameless {
            font-size: 21px;
            padding-top: 7px;
            letter-spacing: 1.8px;
            margin-left: 0
        }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display {
            margin-bottom: 9px;
            margin-top: 0
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display.no-visible {
                display: none;
                margin-bottom: 30px
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display > div {
                width: 238px;
                margin: auto
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display p {
                font-size: 15px;
                letter-spacing: .5px;
                line-height: 24px;
                text-align: center;
                margin: auto;
                margin-bottom: 14px
            }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .address-display .error-code {
                margin-bottom: 0;
                margin-top: 4px;
                line-height: 24px
            }

        .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons {
            margin-top: 0;
            margin-left: 0
        }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons > div {
                width: 238px;
                margin: auto
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons > div.no-add {
                    margin: 10px auto 5px
                }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .error-code {
                margin-bottom: 13px;
                margin-left: -1px;
                letter-spacing: .4px;
                margin-top: 0
            }

                .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .error-code.no-add {
                    margin-top: 0
                }

            .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-small-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-medium-main-blue, .state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .region-buttons .btn-large-main-blue {
                margin: 0 auto 20px;
                width: 120px;
                height: 45px
            }
}

.micro-components {
    padding-bottom: 50px;
    padding-top: 50px;
    display: block
}

    .micro-components h3 {
        font-size: 21px;
        margin-top: -6px;
        margin-bottom: 16px
    }

    .micro-components a {
        border-bottom: 2px solid #a7e1ea;
        padding-bottom: 2px;
        display: inline;
        color: #006060
    }

        .micro-components a:focus {
            text-decoration: none
        }

        .micro-components a:hover {
            text-decoration: none;
            background-color: #e0f6fb;
            border-bottom: none;
            padding-bottom: 4px
        }

    .micro-components figure {
        display: table
    }

        .micro-components figure figcaption {
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: -0.1px;
            caption-side: bottom;
            color: dimgray;
            display: table-caption;
            background-color: #f3fbfd;
            padding: 3px 9px 4px
        }

    .micro-components .photo {
        display: block;
        margin: 0;
        width: 100%
    }

    .micro-components .caption {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.1px;
        color: dimgray;
        background-color: #f3fbfd;
        padding: 3px 9px 4px;
        display: block
    }

    .micro-components .related-links {
        padding: 0;
        margin-bottom: 0
    }

        .micro-components .related-links a {
            font-size: 14px;
            letter-spacing: 0.3px;
            padding-top: 2px;
            position: relative
        }

            .micro-components .related-links a:before {
                background: transparent url("/Assets/site/img/micro-compontents/rl-internal-link.png") no-repeat top left/25px 25px;
                position: absolute;
                content: "";
                width: 25px;
                height: 25px;
                top: -3px;
                left: -35px
            }

            .micro-components .related-links a[href^="http://"]:before, .micro-components .related-links a[href^="https://"]:before {
                background: transparent url("/Assets/site/img/micro-compontents/rl-external.png") no-repeat top left/25px 25px
            }

            .micro-components .related-links a[href^="mailto:"]:before {
                background: transparent url("/Assets/site/img/micro-compontents/rl-email.png") no-repeat top left/25px 25px
            }

            .micro-components .related-links a[data-modal-type="Video"]:before {
                background: transparent url("/Assets/site/img/micro-compontents/rl-video.png") no-repeat top left/25px 25px
            }

            .micro-components .related-links a[data-modal-type="SlideShow"]:before {
                background: transparent url("/Assets/site/img/micro-compontents/rl-photo.png") no-repeat top left/25px 20px;
                height: 20px;
                top: 2px
            }

            .micro-components .related-links a[href$=".pdf"]:before {
                background: transparent url("/Assets/site/img/micro-compontents/rl-pdf.png") no-repeat top left/28px 28px;
                width: 28px;
                height: 28px;
                left: -38px;
                top: -3px
            }

            .micro-components .related-links a[href$=".ppt"]:before, .micro-components .related-links a[href$=".pptx"]:before {
                background-image: url("/Assets/site/img/micro-compontents/rl-powerpoint.png")
            }

            .micro-components .related-links a[href$=".xls"]:before, .micro-components .related-links a[href$=".xlsx"]:before {
                background-image: url("/Assets/site/img/micro-compontents/rl-excel.png")
            }

            .micro-components .related-links a[href$=".doc"]:before, .micro-components .related-links a[href$=".docx"]:before {
                background-image: url("/Assets/site/img/micro-compontents/rl-word.png")
            }

        .micro-components .related-links li {
            background: transparent 1px 0px/25px 25px no-repeat;
            margin-bottom: 15px;
            padding-left: 36px;
            line-height: 1.4;
            padding-top: 2px
        }

            .micro-components .related-links li:last-child {
                margin-bottom: 0
            }

@media (min-width: 0) and (max-width: 767px) {
    .micro-components h3 {
        margin-bottom: 26px;
        letter-spacing: -0.2px
    }

    .micro-components figure figcaption {
        font-size: 15px;
        letter-spacing: .32px;
        padding: 4px 9px 5px;
        line-height: 1.55
    }

    .micro-components .caption {
        font-size: 15px;
        letter-spacing: .32px;
        padding: 4px 9px 5px;
        line-height: 1.55
    }

    .micro-components .related-links li {
        padding-left: 37px;
        margin-bottom: 27px
    }

    .micro-components .related-links a {
        letter-spacing: 0.34px
    }

        .micro-components .related-links a:before {
            background-size: 24px 24px;
            top: -1px;
            left: -36px
        }

        .micro-components .related-links a[href$=".pdf"]:before {
            background-size: 26px 26px
        }
}

@media (min-width: 728px) and (max-width: 979px) {
    .micro-components .related-links li {
        margin-bottom: 16px
    }

    .micro-components .related-links a[href$=".pdf"]:before {
        left: -37px;
        top: -4px
    }

    .micro-components .related-links a:before {
        top: -2px;
        left: -34px
    }
}

.generic-modal-example {
    padding: 30px 0
}

    .generic-modal-example .modal-img-example img {
        height: auto;
        max-width: 300px
    }

.modal-backdrop.in {
    background-color: #000000;
    opacity: 0.9
}

.modal {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .modal {
        text-align: left
    }
}

.modal .pod-layout .container, .modal .rich-text-editor .container, .modal .short-copy-container .container, .modal .multicolumn-component .container, .modal .bulleted-overview .container, .modal #latest-news .container {
    width: 100% !important
}

.modal .short-copy-container .col-lg-offset-2, .modal .short-copy-container .col-md-offset-2, .modal .short-copy-container .col-sm-offset-2 {
    margin-left: 0 !important
}

.modal:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.modal .modal-dialog {
    position: relative;
    display: inline-block;
    margin: auto;
    max-width: 1130px;
    vertical-align: middle
}

    .modal .modal-dialog .modal-content {
        border: none;
        box-shadow: none !important;
        margin: 0 auto;
        padding: 20px 64px;
        text-align: left;
        border-radius: 0
    }

        .modal .modal-dialog .modal-content .modal-wrapper {
            word-break: break-all;
            padding-bottom: 30px;
            padding-top: 30px
        }

            .modal .modal-dialog .modal-content .modal-wrapper > div, .modal .modal-dialog .modal-content .modal-wrapper > section {
                padding: 0
            }

            .modal .modal-dialog .modal-content .modal-wrapper .cancel-btn {
                text-transform: uppercase;
                color: #005984;
                text-align: center;
                font-size: 15px;
                display: block;
                margin: auto;
                margin-top: 50px;
                background: none;
                outline: 0;
                border: 0
            }

            .modal .modal-dialog .modal-content .modal-wrapper .form-results-ul {
                font-size: 20px
            }

                .modal .modal-dialog .modal-content .modal-wrapper .form-results-ul .key {
                    font-weight: bold
                }

        .modal .modal-dialog .modal-content > .close {
            line-height: 1;
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            opacity: 1;
            text-shadow: none;
            font-weight: normal;
            z-index: 100;
            width: 31px;
            height: 31px;
            background: url("/Assets/site/img/modals/modal-close.png") no-repeat;
            background-size: contain;
            cursor: pointer
        }

            .modal .modal-dialog .modal-content > .close.close-main-blue {
                color: #005984
            }

            .modal .modal-dialog .modal-content > .close.close-white {
                color: #fff
            }

    .modal .modal-dialog.modal-intercept #terms-use-copy {
        margin-bottom: 10px;
        margin-top: 20px
    }

        .modal .modal-dialog.modal-intercept #terms-use-copy iframe {
            height: 780px
        }

        .modal .modal-dialog.modal-intercept #terms-use-copy[aria-expanded="false"] {
            display: block;
            height: 125px !important;
            overflow: auto
        }

    .modal .modal-dialog.modal-intercept .terms-use-wrap {
        margin-bottom: 20px !important
    }

        .modal .modal-dialog.modal-intercept .terms-use-wrap span.link {
            font-size: 14px;
            border: none;
            margin-left: 19px
        }

    .modal .modal-dialog.modal-intercept .toggle-terms-use[aria-expanded="false"] span.collapse-mou {
        display: none
    }

    .modal .modal-dialog.modal-intercept .toggle-terms-use[aria-expanded="true"] span.expand-mou {
        display: none
    }

    .modal .modal-dialog.modal-intercept .modal-content {
        padding: 18px 27px 21px;
        background-repeat: repeat;
        background-position: right;
        background-size: cover
    }

        .modal .modal-dialog.modal-intercept .modal-content > .close {
            top: 20px;
            right: 19px
        }

@media (max-width: 1361px) and (min-width: 1025px) {
    .modal .modal-dialog .close {
        top: 13px;
        font-size: 25px
    }

    .modal:before {
        content: ' ' !important;
        display: inline;
        padding: 75px
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .modal-dialog {
        position: absolute !important;
        left: 50px;
        right: 50px
    }

        .modal-dialog .short-copy-container {
            margin-left: 15%
        }

    .modal-content {
        padding: 27px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .modal.in .modal-dialog {
        -moz-transform: translate(0, 10%);
        -webkit-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        transform: translate(0, 10%)
    }

        .modal.in .modal-dialog.modal-intercept #terms-use-copy iframe {
            height: 670px
        }

    .modal .pod-layout .container, .modal .multicolumn-component .container, .modal .bulleted-overview .container, .modal #latest-news .container {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media (max-width: 768px) and (min-width: 765px) {
    .modal .col-lg-offset-2, .modal .col-md-offset-2, .modal .col-sm-offset-2 {
        margin-left: 63px !important
    }

    .modal .modal-content {
        padding: 0 12px 0 !important
    }
}

@media only screen and (max-width: 767px) {
    .modal .modal-dialog .modal-content > .close {
        width: 15px;
        height: 15px
    }

    .modal .modal-dialog.modal-intercept .modal-content > .close {
        top: 21px;
        right: 20px
    }

    .modal .modal-dialog.modal-intercept #terms-use-copy iframe {
        height: 1365px
    }

    .modal .modal-dialog.modal-intercept .terms-use-wrap span.link {
        margin-left: 30px
    }
}

@media (max-width: 764px) and (min-width: 668px) {
    .modal .modal-dialog {
        padding: 24px
    }

    .modal:before {
        display: inline;
        padding: 25px
    }
}

@media (max-width: 667px) and (min-width: 0) {
    .modal-dialog {
        top: 0 !important;
        right: 2px !important;
        left: 0 !important
    }

    .modal-content {
        padding: 23px !important
    }

        .modal-content > .close {
            width: 15px;
            height: 15px
        }

        .modal-content .short-copy-container .col-lg-offset-2, .modal-content .short-copy-container .col-md-offset-2, .modal-content .short-copy-container .col-sm-offset-2 {
            margin-left: 0 !important
        }

    .modal:before {
        content: none
    }

    .modal > .close {
        font-size: 25px !important
    }
}

@media (max-width: 321px) {
    .modal-dialog {
        max-width: 320px;
        margin: 0
    }
}

.modal-video .video-columns {
    padding: 0
}

.modal-video img {
    width: 100%;
    height: 490px
}

.modal-video .hero-text {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 50%
}

    .modal-video .hero-text h2 {
        color: white;
        font-size: 60px;
        margin-bottom: 43px
    }

    .modal-video .hero-text p {
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        line-height: 1.25;
        letter-spacing: 1px;
        margin: 0 0 20px 0
    }

    .modal-video .hero-text a {
        font-size: 18px;
        text-transform: uppercase;
        position: relative;
        margin-left: 60px
    }

        .modal-video .hero-text a:before {
            float: left;
            font-size: 45px;
            position: absolute;
            top: -16px;
            left: -60px
        }

        .modal-video .hero-text a:hover, .modal-video .hero-text a:visited {
            color: #fff
        }

.modal-video .modal:before {
    height: 0
}

.modal-video .modal .modal-dialog {
    width: auto
}

    .modal-video .modal .modal-dialog .modal-body {
        padding: 0
    }

    .modal-video .modal .modal-dialog .modal-content {
        background: none;
        padding: 0
    }

        .modal-video .modal .modal-dialog .modal-content .modal-header {
            color: #fff;
            border: 0
        }

            .modal-video .modal .modal-dialog .modal-content .modal-header .modal-title {
                letter-spacing: 1px;
                line-height: 1.2;
                margin-top: 8px;
                color: #fff;
                padding-bottom: 18px;
                font-size: 40px
            }

            .modal-video .modal .modal-dialog .modal-content .modal-header .close-modal-video {
                padding: 0;
                cursor: pointer;
                background: 0 0;
                border: 0;
                -webkit-appearance: none;
                background-image: url("/Assets/site/img/modal-video/close-videomodal.png");
                width: 36px;
                height: 36px;
                background-repeat: no-repeat;
                position: absolute;
                right: -36px
            }

        .modal-video .modal .modal-dialog .modal-content #inline-video {
            margin: 0 auto;
            width: 820px
        }

            .modal-video .modal .modal-dialog .modal-content #inline-video #videosampleContainer .jp-type-single .jp-no-solution {
                display: none
            }

.modal-video .modal-footer {
    border: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 34px;
    padding: 0 0 28px 0;
    width: 620px;
    margin: 32px auto auto
}

@media (min-width: 768px) and (max-width: 979px) {
    .modal-video .modal .container {
        margin-left: 0;
        padding-left: 0
    }

        .modal-video .modal .container .modal-dialog {
            position: initial !important;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0
        }

            .modal-video .modal .container .modal-dialog .modal-content {
                margin-top: 30px;
                padding: 0 !important
            }

                .modal-video .modal .container .modal-dialog .modal-content .modal-header {
                    padding: 0 0 15px;
                    margin-top: -16px;
                    margin-left: 27px
                }

                    .modal-video .modal .container .modal-dialog .modal-content .modal-header .modal-title, .modal-video .modal .container .modal-dialog .modal-content .modal-footer .modal-title {
                        margin-left: -21px
                    }

                    .modal-video .modal .container .modal-dialog .modal-content .modal-header .close-modal-video, .modal-video .modal .container .modal-dialog .modal-content .modal-footer .close-modal-video {
                        top: -9px
                    }

                .modal-video .modal .container .modal-dialog .modal-content #inline-video {
                    width: 560px
                }

                .modal-video .modal .container .modal-dialog .modal-content .modal-footer {
                    width: 453px
                }

        .modal-video .modal .container .hero-text {
            width: 100%;
            text-align: center;
            left: 0;
            padding: 0 15px
        }

            .modal-video .modal .container .hero-text h2 {
                font-size: 33px;
                margin-bottom: 100px
            }

            .modal-video .modal .container .hero-text p {
                display: none
            }

            .modal-video .modal .container .hero-text a {
                display: block;
                margin: auto;
                width: 100px
            }

                .modal-video .modal .container .hero-text a:before {
                    top: -45px;
                    left: 40%
                }
}

@media (max-width: 767px) and (min-width: 0) {
    .modal-video .modal:before {
        height: 20%
    }

    .modal-video .modal .modal-dialog {
        padding: 0
    }

        .modal-video .modal .modal-dialog .modal-content .modal-header > h1 {
            font-size: 18px
        }

        .modal-video .modal .modal-dialog .modal-content .modal-header .close-modal-video {
            width: 26px;
            height: 26px;
            right: 99px;
            top: 26px
        }

        .modal-video .modal .modal-dialog .modal-content .modal-footer {
            font-size: 13px;
            margin-left: 0
        }

    .modal-video#transparentModal .modal-content {
        padding: 0
    }

    duke-modal-video .modal .modal-dialog {
        max-width: 100%
    }

        duke-modal-video .modal .modal-dialog .modal-content #inline-video, duke-modal-video .modal .modal-dialog .modal-content .modal-footer {
            max-width: 100%
        }

        duke-modal-video .modal .modal-dialog .modal-content .modal-header .close-modal-video {
            background-size: contain !important;
            right: 0 !important
        }
}

.modal-slideshow.modal-backdrop.in {
    background-color: transparent !important;
    opacity: 1
}

.modal-slideshow .modal-dialog {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding-top: 117px;
    vertical-align: top
}

    .modal-slideshow .modal-dialog .modal-content {
        background: none;
        padding: 0 !important
    }

        .modal-slideshow .modal-dialog .modal-content .slideshow-indicators {
            display: inline-block;
            min-width: 63px;
            min-height: 22px;
            height: auto;
            background-color: black;
            color: white;
            border: 0;
            border-radius: 0;
            font-size: 13px;
            text-align: center;
            padding: 0;
            letter-spacing: 0.2px;
            margin: 0;
            float: right
        }

        .modal-slideshow .modal-dialog .modal-content .slideshow-headline {
            color: white;
            font-size: 40px;
            text-align: center;
            margin-bottom: 30px;
            letter-spacing: 1px;
            line-height: 1.2
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-inner > .item .slideshow-image {
            position: relative;
            width: auto;
            display: inline-block
        }

            .modal-slideshow .modal-dialog .modal-content .carousel-inner > .item .slideshow-image img {
                height: 500px;
                margin: auto;
                object-fit: cover;
                display: block
            }

        .modal-slideshow .modal-dialog .modal-content .carousel-control {
            background: none;
            height: 70px;
            text-shadow: none;
            top: 278px;
            width: 60px;
            opacity: 1
        }

            .modal-slideshow .modal-dialog .modal-content .carousel-control span {
                width: 37px;
                height: 70px
            }

                .modal-slideshow .modal-dialog .modal-content .carousel-control span:before {
                    display: none
                }

            .modal-slideshow .modal-dialog .modal-content .carousel-control.right {
                right: -30px
            }

            .modal-slideshow .modal-dialog .modal-content .carousel-control.left {
                left: -30px
            }

                .modal-slideshow .modal-dialog .modal-content .carousel-control.left:focus, .modal-slideshow .modal-dialog .modal-content .carousel-control.right:focus {
                    outline: -webkit-focus-ring-color auto 5px
                }

        .modal-slideshow .modal-dialog .modal-content .glyphicon-chevron-right:before {
            margin-right: 0;
            content: url("/Assets/site/img/modal slideshow/arrow right.png");
            background-repeat: no-repeat;
            background-size: contain
        }

        .modal-slideshow .modal-dialog .modal-content .glyphicon-chevron-left:before {
            margin-left: 0;
            content: url("/Assets/site/img/modal slideshow/arrow left.png");
            background-repeat: no-repeat;
            background-size: contain
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-indicators {
            opacity: 0
        }

        .modal-slideshow .modal-dialog .modal-content .caption-container {
            margin: auto
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-caption {
            position: relative;
            min-height: 85px;
            padding-bottom: 0;
            padding-top: 4px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

            .modal-slideshow .modal-dialog .modal-content .carousel-caption p {
                font-size: 18px;
                color: white;
                margin: 0;
                line-height: 1.5;
                letter-spacing: 0.45px
            }

        .modal-slideshow .modal-dialog .modal-content .close {
            width: 31px;
            height: 31px;
            background: url("/Assets/site/img/modal slideshow/close.png") no-repeat;
            background-size: contain;
            cursor: pointer
        }

            .modal-slideshow .modal-dialog .modal-content .close span {
                visibility: hidden
            }

@media (min-width: 1200px) {
    .modal-slideshow .modal-dialog {
        max-width: 1200px
    }

        .modal-slideshow .modal-dialog .modal-content .caption-container {
            width: 682.5px
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-inner > .item .slideshow-image img {
            max-width: 1005px
        }

        .modal-slideshow .modal-dialog .modal-content .close {
            margin-right: 125.3px;
            top: -32px;
            right: 16px
        }
}

@media (min-width: 980px) {
    .modal-slideshow .modal-dialog .modal-content {
        padding: 0 0 24px
    }

        .modal-slideshow .modal-dialog .modal-content .carousel-control span {
            margin-top: -61px
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-control .glyphicon-chevron-left {
            left: 4px
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-control .glyphicon-chevron-right {
            right: 3px
        }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .modal-slideshow {
        padding: 0
    }

        .modal-slideshow .modal-dialog {
            max-width: 980px
        }

            .modal-slideshow .modal-dialog .modal-content .caption-container {
                width: 560px
            }

            .modal-slideshow .modal-dialog .modal-content .carousel-inner > .item .slideshow-image img {
                max-width: 820px
            }

            .modal-slideshow .modal-dialog .modal-content .close {
                margin-right: 22px;
                top: -32px
            }
}

@media (min-width: 768px) and (max-width: 979px) {
    .modal:before {
        height: 0
    }

    .modal-slideshow .modal-dialog {
        padding-top: 78px
    }

        .modal-slideshow .modal-dialog .modal-content .carousel-inner > .item .slideshow-image img {
            height: 373px;
            max-width: 560px
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-control {
            top: 214px
        }

            .modal-slideshow .modal-dialog .modal-content .carousel-control span {
                margin-top: -62px
            }

            .modal-slideshow .modal-dialog .modal-content .carousel-control .glyphicon-chevron-left {
                left: 25px
            }

            .modal-slideshow .modal-dialog .modal-content .carousel-control .glyphicon-chevron-right {
                right: 26px
            }

        .modal-slideshow .modal-dialog .modal-content .caption-container {
            width: 558px
        }

            .modal-slideshow .modal-dialog .modal-content .caption-container .carousel-caption {
                padding-top: 2px;
                padding-bottom: 0;
                min-height: 86px
            }

        .modal-slideshow .modal-dialog .modal-content .close {
            margin-right: 70px;
            top: -32px
        }
}

@media (max-width: 767px) and (min-width: 0) {
    .modal-slideshow .modal-dialog {
        width: 100%;
        padding-top: 19px
    }

        .modal-slideshow .modal-dialog .modal-content .slideshow-headline {
            font-size: 26px;
            margin-bottom: 24px;
            margin-top: 14px;
            letter-spacing: 0.65px;
            line-height: 1.2
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-inner > .item .slideshow-image img {
            height: 196px;
            max-width: 100%
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-control {
            top: 150px
        }

            .modal-slideshow .modal-dialog .modal-content .carousel-control span {
                width: 13px;
                height: 25px;
                margin-top: -28px
            }

            .modal-slideshow .modal-dialog .modal-content .glyphicon-chevron-left, .modal-slideshow .modal-dialog .modal-content .carousel-control.left {
                left: 10px
            }

                .modal-slideshow .modal-dialog .modal-content .glyphicon-chevron-left:before, .modal-slideshow .modal-dialog .modal-content .carousel-control.left:before {
                    background-image: url("/Assets/site/img/modal slideshow/arrow left.png");
                    background-size: 13px 25px;
                    content: "";
                    display: inline-block;
                    width: 13px;
                    height: 25px
                }

            .modal-slideshow .modal-dialog .modal-content .glyphicon-chevron-right, .modal-slideshow .modal-dialog .modal-content .carousel-control.right {
                right: 10px
            }

                .modal-slideshow .modal-dialog .modal-content .glyphicon-chevron-right:before, .modal-slideshow .modal-dialog .modal-content .carousel-control.right:before {
                    background-image: url("/Assets/site/img/modal slideshow/arrow right.png");
                    background-size: 13px 25px;
                    content: "";
                    display: inline-block;
                    width: 13px;
                    height: 25px
                }

        .modal-slideshow .modal-dialog .modal-content .caption-container {
            margin-top: -12px;
            width: 90%
        }

        .modal-slideshow .modal-dialog .modal-content .carousel-caption {
            padding-top: 0;
            padding-bottom: 0;
            min-height: 78px
        }

            .modal-slideshow .modal-dialog .modal-content .carousel-caption p {
                font-size: 17px;
                line-height: 1.5;
                letter-spacing: 0.425px
            }

        .modal-slideshow .modal-dialog .modal-content .slideshow-indicators {
            min-width: 55px;
            font-size: 11px;
            min-height: 19px;
            letter-spacing: 0.1px;
            padding-top: 1px
        }

        .modal-slideshow .modal-dialog .modal-content .close {
            width: 15px;
            height: 15px;
            margin-right: 7px;
            top: -5px
        }
}

.caret-icon {
    width: 14px;
    height: 10px;
    content: "";
    display: inline-block
}

.caret-arrow-down {
    background: url(/Assets/site/img/more-info/caret-arrow-down.png) no-repeat 0 0;
    background-position: bottom right
}

.caret-arrow-up {
    background: url(/Assets/site/img/more-info/caret-arrow-up.png) no-repeat 0 0;
    background-position: bottom right
}

.more-info-widget {
    padding: 50px 0 0;
    margin-bottom: 50px;
    text-align: center
}

    .more-info-widget a {
        display: inline;
        text-decoration: none;
        color: #006060
    }

    .more-info-widget.more-info-gray {
        background: #f2f4f4
    }

    .more-info-widget .more-info-container {
        width: 639px;
        margin: 0 auto
    }

        .more-info-widget .more-info-container .more-info-icon {
            margin-bottom: 11px
        }

            .more-info-widget .more-info-container .more-info-icon img {
                width: 34px;
                height: 34px
            }

        .more-info-widget .more-info-container .more-info-copy p {
            display: block;
            margin: 0;
            line-height: 1.68
        }

        .more-info-widget .more-info-container .more-info-static {
            margin-bottom: 0px
        }

        .more-info-widget .more-info-container .more-info-more {
            margin-top: 15px;
            display: none
        }

        .more-info-widget .more-info-container button.more-info-label {
            background: none;
            border: none;
            padding: 0
        }

        .more-info-widget .more-info-container .more-info-label {
            margin: 22px 0 47px;
            line-height: 1;
            font-size: 14px;
            text-transform: uppercase;
            color: #005f5f;
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            border-bottom: none
        }

            .more-info-widget .more-info-container .more-info-label span {
                display: inline-block
            }

            .more-info-widget .more-info-container .more-info-label i {
                display: inline-block;
                margin-left: 5px;
                vertical-align: top;
                margin-top: 1px
            }

            .more-info-widget .more-info-container .more-info-label:focus {
                box-shadow: none;
                background-color: transparent;
                border-bottom: 1px solid #005f5f;
                margin: 22px 0 46px
            }

            .more-info-widget .more-info-container .more-info-label:active {
                box-shadow: none;
                background-color: transparent
            }

            .more-info-widget .more-info-container .more-info-label:hover {
                border-bottom: 1px solid #005f5f;
                margin: 22px 0 46px
            }

@media (min-width: 0px) and (max-width: 767px) {
    .more-info-widget .more-info-container {
        width: auto
    }

        .more-info-widget .more-info-container .more-info-copy p {
            font-size: 15px;
            line-height: 1.6
        }

        .more-info-widget .more-info-container .more-info-icon {
            margin-bottom: 13px
        }

            .more-info-widget .more-info-container .more-info-icon img {
                margin-left: -4px
            }

        .more-info-widget .more-info-container .more-info-more {
            margin-top: 15px;
            display: none
        }
}

.circle-step, .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description .step-number, .multistepform-wrapper .multistepper-steps .step-xs .step-number {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: solid 1px #dfe4e4;
    text-align: center;
    line-height: 17px;
    padding: 0;
    letter-spacing: 0
}

.multistepform-wrapper .header-container {
    margin: 35px auto 37px
}

    .multistepform-wrapper .header-container .header-1, .multistepform-wrapper .header-container .rich-text-editor h1, .rich-text-editor .multistepform-wrapper .header-container h1 {
        padding: 0;
        letter-spacing: 2.3px;
        margin-bottom: 11px;
        line-height: 1.2
    }

.multistepform-wrapper .multistepper-wrapper {
    border-top: 1px solid #dfe4e4;
    border-bottom: 1px solid #dfe4e4
}

    .multistepform-wrapper .multistepper-wrapper .steps-lg {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 100%
    }

        .multistepform-wrapper .multistepper-wrapper .steps-lg li {
            float: left;
            margin: 0;
            cursor: default;
            line-height: 22px;
            background-color: white;
            position: relative;
            display: block
        }

            .multistepform-wrapper .multistepper-wrapper .steps-lg li.active {
                background-color: #077faa
            }

                .multistepform-wrapper .multistepper-wrapper .steps-lg li.active:after {
                    width: 0;
                    height: 0;
                    content: '';
                    display: block;
                    border-style: solid;
                    border-width: 0 7.5px 8px 7.5px;
                    border-color: transparent transparent white transparent;
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    transform: translateX(-50%)
                }

                .multistepform-wrapper .multistepper-wrapper .steps-lg li.active span {
                    color: white;
                    border-color: #077faa
                }

                .multistepform-wrapper .multistepper-wrapper .steps-lg li.active + li .step-description {
                    border-color: white
                }

            .multistepform-wrapper .multistepper-wrapper .steps-lg li.done {
                cursor: default
            }

                .multistepform-wrapper .multistepper-wrapper .steps-lg li.done, .multistepform-wrapper .multistepper-wrapper .steps-lg li.done:hover {
                    background-color: #f3f5f4
                }

                    .multistepform-wrapper .multistepper-wrapper .steps-lg li.done:after, .multistepform-wrapper .multistepper-wrapper .steps-lg li.done:hover:after {
                        display: none
                    }

                    .multistepform-wrapper .multistepper-wrapper .steps-lg li.done span, .multistepform-wrapper .multistepper-wrapper .steps-lg li.done:hover span {
                        color: #006060;
                        border-color: #dfe4e4
                    }

                    .multistepform-wrapper .multistepper-wrapper .steps-lg li.done .step-description .step-number:before, .multistepform-wrapper .multistepper-wrapper .steps-lg li.done:hover .step-description .step-number:before {
                        border-color: #006060
                    }

            .multistepform-wrapper .multistepper-wrapper .steps-lg li:first-child .step-description {
                border-left: 0
            }

                .multistepform-wrapper .multistepper-wrapper .steps-lg li:first-child .step-description .step-number:before {
                    -moz-transform: translateX(-53%);
                    -webkit-transform: translateX(-53%);
                    -o-transform: translateX(-53%);
                    -ms-transform: translateX(-53%);
                    transform: translateX(-53%)
                }

            .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description {
                padding: 0 30px;
                margin: 14px auto;
                display: block;
                color: dimgray;
                border-left: 1px solid #dfe4e4;
                font-size: 11px;
                text-align: center
            }

                .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description .step-name {
                    font-size: 14px;
                    display: block;
                    text-transform: uppercase;
                    margin-top: 7.5px;
                    line-height: 20px;
                    letter-spacing: 0.025em
                }

                .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description .step-wrapper {
                    padding-top: 22px;
                    display: block;
                    position: relative;
                    width: 100%
                }

                .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description .step-number {
                    margin: auto;
                    display: block;
                    margin-top: 2px
                }

.multistepform-wrapper .multistepper-steps .step-content {
    display: none
}

    .multistepform-wrapper .multistepper-steps .step-content.active {
        display: block
    }

.multistepform-wrapper .multistepper-steps .steps-container {
    clear: both;
    float: left;
    width: 100%;
    background: white
}

@media (min-width: 768px) {
    .multistepform-wrapper .multistepper-steps .confirmation-container {
        padding: 0
    }
}

.multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: auto
}

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .as-link, .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .state-list.intercept .skinny-link, .state-list.intercept .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .skinny-link, .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .state-list.skinny-prompt .skinny-link, .state-list.skinny-prompt .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .skinny-link {
        color: #006060;
        text-decoration: none;
        letter-spacing: .4px;
        cursor: pointer
    }

        .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .as-link:hover, .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .state-list.intercept .skinny-link:hover, .state-list.intercept .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .skinny-link:hover, .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .state-list.skinny-prompt .skinny-link:hover, .state-list.skinny-prompt .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .skinny-link:hover {
            background-color: #e0f6fb
        }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .confirmation-text {
        font-size: 18px;
        color: dimgray;
        text-align: center;
        margin: 13px auto 43px
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step .confirmation-icon {
        margin: auto
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step button {
        display: block;
        margin: auto
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step.confirmation-success .confirmation-icon {
        display: block;
        width: 34px;
        height: 34px
    }

        .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-step.confirmation-success .confirmation-icon img {
            width: 100%;
            height: 100%
        }

.multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data {
    background: #f3fbfd;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 38px
}

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-key, .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-value {
        font-size: 16px;
        color: dimgray;
        display: inline-block;
        vertical-align: top
    }

@media (min-width: 1200px) {
    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-value {
        width: 374px
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-key {
        width: 135px
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-value {
        width: 279px
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-key {
        width: 135px
    }
}

@media (min-width: 980px) {
    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-text {
        width: 600px
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-data {
        padding-top: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-text {
        margin-bottom: 31px
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .header-1, .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .rich-text-editor h1, .rich-text-editor .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data h1 {
        font-size: 50px;
        margin-bottom: 13px
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-value {
        width: 269px;
        letter-spacing: 0.014em
    }

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-key {
        width: 161px
    }
}

.multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .confirmation-key {
    font-weight: bold
}

.multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .each-confirmation-data {
    margin-top: 7px
}

    .multistepform-wrapper .multistepper-steps .confirmation-container .confirmation-data .each-confirmation-data:first-child {
        margin-top: 0
    }

.multistepform-wrapper .multistepper-steps .duke-form form {
    padding-top: 40px
}

.multistepform-wrapper .multistepper-steps .duke-form > .form-group:first-child {
    margin-top: 0
}

.multistepform-wrapper .multistepper-steps .submit-buttons {
    text-align: center;
    margin: 10px auto 50px
}

    .multistepform-wrapper .multistepper-steps .submit-buttons button {
        margin: 0 8px
    }

@media (min-width: 1200px) {
    .multistepform-wrapper .header-container {
        max-width: 555px
    }

    .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description .step-number:before {
        -moz-transform: translateX(-53%);
        -webkit-transform: translateX(-53%);
        -o-transform: translateX(-53%);
        -ms-transform: translateX(-53%);
        transform: translateX(-53%)
    }

    .multistepform-wrapper .multistepper-wrapper .steps-lg li:first-child .step-description .step-number:before {
        -moz-transform: translateX(-52%);
        -webkit-transform: translateX(-52%);
        -o-transform: translateX(-52%);
        -ms-transform: translateX(-52%);
        transform: translateX(-52%)
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .multistepform-wrapper .header-container {
        max-width: 460px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .multistepform-wrapper .header-container {
        margin: 37px auto 39px;
        max-width: 640px
    }

        .multistepform-wrapper .header-container .header-1, .multistepform-wrapper .header-container .rich-text-editor h1, .rich-text-editor .multistepform-wrapper .header-container h1 {
            letter-spacing: 1.6px;
            margin-bottom: 13px;
            font-size: 50px
        }

    .multistepform-wrapper .multistepper-steps .duke-form form {
        padding-top: 50px
    }

    .multistepform-wrapper .multistepper-steps .submit-buttons {
        margin-top: 0
    }

    .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description {
        letter-spacing: .2px;
        padding: 0;
        margin-bottom: 16px
    }

        .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description .step-name {
            margin-top: 7.5px
        }

        .multistepform-wrapper .multistepper-wrapper .steps-lg li .step-description .step-number {
            margin-top: 1px
        }

    .multistepform-wrapper .multistepper-wrapper .steps-lg li:first-child .step-description .step-number:before {
        -moz-transform: translateX(-55%);
        -webkit-transform: translateX(-55%);
        -o-transform: translateX(-55%);
        -ms-transform: translateX(-55%);
        transform: translateX(-55%)
    }
}

@media (min-width: 768px) {
    .multistepform-wrapper .multistepper-steps .step-xs {
        display: none !important
    }
}

@media (max-width: 767px) {
    .multistepform-wrapper .header-container {
        margin: 43px auto 23px;
        max-width: 100%;
        width: 100%
    }

        .multistepform-wrapper .header-container .header-1, .multistepform-wrapper .header-container .rich-text-editor h1, .rich-text-editor .multistepform-wrapper .header-container h1 {
            font-size: 30px;
            letter-spacing: 1px;
            margin-bottom: 7px;
            line-height: 1.25
        }

    .multistepform-wrapper .multistepper-wrapper {
        display: none
    }

    .multistepform-wrapper .multistepper-steps {
        padding: 0
    }

        .multistepform-wrapper .multistepper-steps .confirmation-step .confirmation-text {
            font-size: 17px
        }

        .multistepform-wrapper .multistepper-steps .steps-container {
            margin-bottom: 50px
        }

        .multistepform-wrapper .multistepper-steps .each-step-content:first-child .step-xs .step-number:before {
            -moz-transform: translateX(-35%) translateY(-15%);
            -webkit-transform: translateX(-35%) translateY(-15%);
            -o-transform: translateX(-35%) translateY(-15%);
            -ms-transform: translateX(-35%) translateY(-15%);
            transform: translateX(-35%) translateY(-15%)
        }

        .multistepform-wrapper .multistepper-steps .each-step-content:last-child .step-xs {
            border-bottom: 1px solid #dfe4e4
        }

        .multistepform-wrapper .multistepper-steps .duke-form form {
            padding-top: 0
        }

        .multistepform-wrapper .multistepper-steps .step-content {
            margin: 0;
            height: inherit !important
        }

        .multistepform-wrapper .multistepper-steps .step-xs {
            display: none;
            font-size: 15px;
            background: white;
            color: dimgray;
            border-top: 1px solid #dfe4e4;
            padding: 19.5px 13px 19.5px;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            margin: 0;
            display: block;
            cursor: default
        }

            .multistepform-wrapper .multistepper-steps .step-xs.active {
                color: #077faa;
                border-bottom: 1px solid white !important
            }

                .multistepform-wrapper .multistepper-steps .step-xs.active + .step-content + .step-xs {
                    border-top: 1px solid #dfe4e4
                }

                .multistepform-wrapper .multistepper-steps .step-xs.active .step-number {
                    border-color: #077faa
                }

            .multistepform-wrapper .multistepper-steps .step-xs.done {
                cursor: default;
                color: #006060;
                background-color: #f3f5f4
            }

                .multistepform-wrapper .multistepper-steps .step-xs.done .step-number {
                    border-color: #006060
                }

            .multistepform-wrapper .multistepper-steps .step-xs .step-number {
                font-size: 11px;
                margin-right: 20px;
                vertical-align: top;
                display: inline-block;
                margin-top: 0;
                position: relative
            }

        .multistepform-wrapper .multistepper-steps .submit-buttons .btn-medium {
            margin: 0
        }

        .multistepform-wrapper .multistepper-steps .submit-buttons .btn-previous {
            margin-right: 5px
        }

            .multistepform-wrapper .multistepper-steps .submit-buttons .btn-previous + .btn-medium {
                margin-left: 5px
            }
}

.auth .register-multistepper-wrapper {
    border-top: 1px solid #dfe4e4;
    border-bottom: 1px solid #dfe4e4;
    margin-top: 27px
}

    .auth .register-multistepper-wrapper .register-steps-lg {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 100%
    }

        .auth .register-multistepper-wrapper .register-steps-lg li {
            float: left;
            margin: 0;
            cursor: default;
            line-height: 22px;
            background-color: #fff;
            position: relative;
            display: block
        }

            .auth .register-multistepper-wrapper .register-steps-lg li.active {
                background-color: #077faa;
                color: #fff
            }

                .auth .register-multistepper-wrapper .register-steps-lg li.active > div {
                    color: #fff
                }

                .auth .register-multistepper-wrapper .register-steps-lg li.active:after {
                    width: 0;
                    height: 0;
                    content: '';
                    display: block;
                    border-style: solid;
                    border-width: 0 7.5px 8px;
                    border-color: transparent transparent #fff;
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    transform: translateX(-50%)
                }

                .auth .register-multistepper-wrapper .register-steps-lg li.active:before {
                    content: '';
                    border-left: 0
                }

            .auth .register-multistepper-wrapper .register-steps-lg li.step-done {
                background-color: #f2f4f4
            }

                .auth .register-multistepper-wrapper .register-steps-lg li.step-done .register-steps {
                    color: #006060
                }

                    .auth .register-multistepper-wrapper .register-steps-lg li.step-done .register-steps .register-step-wrapper > div {
                        border-color: #006060
                    }

            .auth .register-multistepper-wrapper .register-steps-lg li:before {
                content: '';
                display: inline-block;
                height: 90px;
                border-left: 1px solid #dfe4e4;
                position: absolute;
                top: 15px
            }

            .auth .register-multistepper-wrapper .register-steps-lg li:first-child:before {
                content: '';
                border-left: 0
            }

            .auth .register-multistepper-wrapper .register-steps-lg li .register-steps {
                padding: 0 30px;
                margin: 34px auto 33px;
                display: block;
                color: dimgray;
                font-size: 11px;
                text-align: center
            }

                .auth .register-multistepper-wrapper .register-steps-lg li .register-steps .register-step-wrapper {
                    padding-top: 5px;
                    display: block;
                    position: relative;
                    width: 100%
                }

                    .auth .register-multistepper-wrapper .register-steps-lg li .register-steps .register-step-wrapper > div {
                        margin: 0px auto auto;
                        height: 20px;
                        width: 20px;
                        border-radius: 50%;
                        border: 1px solid #dfe4e4;
                        text-align: center;
                        line-height: 17px;
                        padding: 0;
                        letter-spacing: 0
                    }

                .auth .register-multistepper-wrapper .register-steps-lg li .register-steps .register-step-name {
                    font-size: 14px;
                    text-transform: uppercase;
                    margin-top: 7.5px;
                    line-height: 1.5;
                    letter-spacing: .025em
                }

.auth .step-xs {
    display: none
}

.auth.multistep-container .auth-header .title {
    margin-bottom: 3px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.multistep-container .auth-header.subheader {
        margin-bottom: 34px
    }
}

@media only screen and (max-width: 767px) {
    .auth .register-multistepper-wrapper {
        display: none
    }

    .auth .multisteper-responsive-steps {
        border-top: 1px solid #dfe4e4;
        margin-top: 1px;
        margin-bottom: 1px
    }

        .auth .multisteper-responsive-steps:last-child .responsive-steps-container {
            height: 61px
        }

        .auth .multisteper-responsive-steps.other-steps-mar-top {
            margin-top: 2px
        }

        .auth .multisteper-responsive-steps .responsive-steps-container {
            height: 60px;
            display: table
        }

            .auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive {
                display: table-cell;
                vertical-align: middle
            }

                .auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs {
                    font-size: 15px;
                    background: #fff;
                    color: dimgray;
                    text-transform: uppercase;
                    letter-spacing: .025em;
                    margin: 0;
                    display: block;
                    line-height: 1.6
                }

                    .auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.closed {
                        margin-top: 2px
                    }

                    .auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.closed-final {
                        margin-top: 2px
                    }

                    .auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.closed-final-last {
                        padding: 25px 13px 26px 0
                    }

                    .auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs .step-number {
                        margin-right: 14px;
                        margin-bottom: 2px;
                        font-size: 11px;
                        vertical-align: middle;
                        position: relative;
                        height: 20px;
                        width: 20px;
                        border-radius: 50%;
                        border: 1px solid #dfe4e4;
                        text-align: center;
                        line-height: 17px;
                        display: inline-block;
                        letter-spacing: 0
                    }

                    .auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.active {
                        color: #077faa;
                        margin-top: 18px;
                        margin-bottom: 11px
                    }

                        .auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.active .step-number {
                            border: 1px solid #077faa
                        }

        .auth .multisteper-responsive-steps.step-done {
            background-color: #f2f4f4;
            margin: 0;
            padding: 1px 0
        }

            .auth .multisteper-responsive-steps.step-done .responsive-steps-container .each-steps-responsive .step-xs {
                color: #006060;
                background-color: #f2f4f4
            }

                .auth .multisteper-responsive-steps.step-done .responsive-steps-container .each-steps-responsive .step-xs .step-number {
                    border-color: #006060
                }

    .auth.multistep-container .auth-header .title {
        margin-bottom: 0
    }

    .auth.multistep-container .multisteper-responsive-steps .responsive-steps-container.closed {
        height: 59px
    }

        .auth.multistep-container .multisteper-responsive-steps .responsive-steps-container.closed .each-steps-responsive .step-xs {
            margin-top: 1px
        }
}

#createNewPasswordForm {
    margin-top: 43px
}

.Manage-Profile.Change-Password #createNewPasswordForm {
    margin-top: 20px
}

.create-profile-fields .more-info-more {
    display: none
}

.data-table-container.plan-charges table.table tr td a.link, .data-table-container.plan-charges .rich-text-editor table tr td a.link, .rich-text-editor .data-table-container.plan-charges table tr td a.link, .data-table-container.plan-charges .custom-table table tr td a.link, .custom-table .data-table-container.plan-charges table tr td a.link {
    font-size: 14px;
    padding-bottom: 3px;
    letter-spacing: 0.025em;
    line-height: 1.5
}

    .data-table-container.plan-charges table.table tr td a.link:disabled, .data-table-container.plan-charges .rich-text-editor table tr td a.link:disabled, .rich-text-editor .data-table-container.plan-charges table tr td a.link:disabled, .data-table-container.plan-charges .custom-table table tr td a.link:disabled, .custom-table .data-table-container.plan-charges table tr td a.link:disabled {
        opacity: 0.5;
        cursor: default
    }

        .data-table-container.plan-charges table.table tr td a.link:disabled:hover, .data-table-container.plan-charges .rich-text-editor table tr td a.link:disabled:hover, .rich-text-editor .data-table-container.plan-charges table tr td a.link:disabled:hover, .data-table-container.plan-charges .custom-table table tr td a.link:disabled:hover, .custom-table .data-table-container.plan-charges table tr td a.link:disabled:hover, .data-table-container.plan-charges table.table tr td a.link:disabled:focus, .data-table-container.plan-charges .rich-text-editor table tr td a.link:disabled:focus, .rich-text-editor .data-table-container.plan-charges table tr td a.link:disabled:focus, .data-table-container.plan-charges .custom-table table tr td a.link:disabled:focus, .custom-table .data-table-container.plan-charges table tr td a.link:disabled:focus, .data-table-container.plan-charges table.table tr td a.link:disabled:active, .data-table-container.plan-charges .rich-text-editor table tr td a.link:disabled:active, .rich-text-editor .data-table-container.plan-charges table tr td a.link:disabled:active, .data-table-container.plan-charges .custom-table table tr td a.link:disabled:active, .custom-table .data-table-container.plan-charges table tr td a.link:disabled:active {
            background-color: transparent;
            cursor: default
        }

    .data-table-container.plan-charges table.table tr td a.link:hover, .data-table-container.plan-charges .rich-text-editor table tr td a.link:hover, .rich-text-editor .data-table-container.plan-charges table tr td a.link:hover, .data-table-container.plan-charges .custom-table table tr td a.link:hover, .custom-table .data-table-container.plan-charges table tr td a.link:hover {
        padding-bottom: 5px
    }

.data-table-container.plan-charges table.table tr.collapse-container, .data-table-container.plan-charges .rich-text-editor table tr.collapse-container, .rich-text-editor .data-table-container.plan-charges table tr.collapse-container, .data-table-container.plan-charges .custom-table table tr.collapse-container, .custom-table .data-table-container.plan-charges table tr.collapse-container {
    display: none
}

.data-table-container.plan-charges table.table tr td.collapse-td, .data-table-container.plan-charges .rich-text-editor table tr td.collapse-td, .rich-text-editor .data-table-container.plan-charges table tr td.collapse-td, .data-table-container.plan-charges .custom-table table tr td.collapse-td, .custom-table .data-table-container.plan-charges table tr td.collapse-td {
    border: 0 !important;
    padding: 0 !important
}

.data-table-container.plan-charges table.table tr.clickable:hover, .data-table-container.plan-charges .rich-text-editor table tr.clickable:hover, .rich-text-editor .data-table-container.plan-charges table tr.clickable:hover, .data-table-container.plan-charges .custom-table table tr.clickable:hover, .custom-table .data-table-container.plan-charges table tr.clickable:hover {
    background-color: rgba(167,225,234,0.5) !important
}

.data-table-container.plan-charges table.table tr.clickable td, .data-table-container.plan-charges .rich-text-editor table tr.clickable td, .rich-text-editor .data-table-container.plan-charges table tr.clickable td, .data-table-container.plan-charges .custom-table table tr.clickable td, .custom-table .data-table-container.plan-charges table tr.clickable td {
    position: relative
}

.data-table-container.plan-charges table.table tr.clickable .accordion-icon, .data-table-container.plan-charges .rich-text-editor table tr.clickable .accordion-icon, .rich-text-editor .data-table-container.plan-charges table tr.clickable .accordion-icon, .data-table-container.plan-charges .custom-table table tr.clickable .accordion-icon, .custom-table .data-table-container.plan-charges table tr.clickable .accordion-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../../../Assets/site/img/payment-history/table-less.png");
    background-size: 100%;
    position: absolute;
    top: 14px;
    margin-left: 0px
}

.data-table-container.plan-charges table.table tr.clickable.collapsed .accordion-icon, .data-table-container.plan-charges .rich-text-editor table tr.clickable.collapsed .accordion-icon, .rich-text-editor .data-table-container.plan-charges table tr.clickable.collapsed .accordion-icon, .data-table-container.plan-charges .custom-table table tr.clickable.collapsed .accordion-icon, .custom-table .data-table-container.plan-charges table tr.clickable.collapsed .accordion-icon {
    background-image: url("../../../Assets/site/img/payment-history/table-plus.png")
}

.data-table-container.plan-charges table.table tr.clickable.collapsed:nth-child(odd), .data-table-container.plan-charges .rich-text-editor table tr.clickable.collapsed:nth-child(odd), .rich-text-editor .data-table-container.plan-charges table tr.clickable.collapsed:nth-child(odd), .data-table-container.plan-charges .custom-table table tr.clickable.collapsed:nth-child(odd), .custom-table .data-table-container.plan-charges table tr.clickable.collapsed:nth-child(odd) {
    background-color: #f3fbfb
}

.data-table-container.plan-charges table.table tr.clickable.collapsed:nth-child(even), .data-table-container.plan-charges .rich-text-editor table tr.clickable.collapsed:nth-child(even), .rich-text-editor .data-table-container.plan-charges table tr.clickable.collapsed:nth-child(even), .data-table-container.plan-charges .custom-table table tr.clickable.collapsed:nth-child(even), .custom-table .data-table-container.plan-charges table tr.clickable.collapsed:nth-child(even) {
    background-color: #fff
}

.data-table-container.plan-charges table.table tr.clickable.collapsed:hover, .data-table-container.plan-charges .rich-text-editor table tr.clickable.collapsed:hover, .rich-text-editor .data-table-container.plan-charges table tr.clickable.collapsed:hover, .data-table-container.plan-charges .custom-table table tr.clickable.collapsed:hover, .custom-table .data-table-container.plan-charges table tr.clickable.collapsed:hover {
    background-color: rgba(167,225,234,0.5) !important
}

.data-table-container.plan-charges table.table tr.clickable[aria-expanded='true'], .data-table-container.plan-charges .rich-text-editor table tr.clickable[aria-expanded='true'], .rich-text-editor .data-table-container.plan-charges table tr.clickable[aria-expanded='true'], .data-table-container.plan-charges .custom-table table tr.clickable[aria-expanded='true'], .custom-table .data-table-container.plan-charges table tr.clickable[aria-expanded='true'] {
    background-color: rgba(167,225,234,0.5) !important
}

.data-table-container.plan-charges table.table tr .collapse-content, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content, .data-table-container.plan-charges .custom-table table tr .collapse-content, .custom-table .data-table-container.plan-charges table tr .collapse-content {
    padding-top: 39px;
    padding-bottom: 12px;
    overflow-x: hidden
}

    .data-table-container.plan-charges table.table tr .collapse-content .table-title h3, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-title h3, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-title h3, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-title h3, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-title h3 {
        font-size: 20px;
        text-align: right;
        margin-top: 6px;
        letter-spacing: 0.025em
    }

    .data-table-container.plan-charges table.table tr .collapse-content .table-collapse, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse {
        padding-top: 11px
    }

        .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table:last-child, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table:last-child, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table:last-child, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table:last-child, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table:last-child, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table:last-child, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table:last-child, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table:last-child, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table:last-child {
            margin-top: 0px
        }

        .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr th, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr th, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr th, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr th, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr th, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr th, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr th, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr th, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr th, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr th, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr th, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr th, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr th, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr th, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr th, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr th, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr th, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th {
            position: relative;
            padding: 15px 20px 16px 20px !important;
            border: 1px solid #dfe4e4;
            border-right: 0;
            border-left: 0;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 21px !important;
            letter-spacing: .025em;
            color: #005984;
            text-align: left;
            vertical-align: top !important;
            font-weight: 400;
            background-color: #fff
        }

            .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr th:first-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr th:first-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr th:first-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr th:first-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr th:first-child, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr th:first-child, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr th:first-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr th:first-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th:first-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr th:first-child, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr th:first-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr th:first-child, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th:first-child, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr th:first-child, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr th:first-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr th:first-child, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr th:first-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr th:first-child, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th:first-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr th:first-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th:first-child {
                border-left: none
            }

            .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr th:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr th:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr th:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr th:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr th:last-child, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr th:last-child, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr th:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr th:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr th:last-child, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr th:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr th:last-child, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th:last-child, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr th:last-child, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr th:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr th:last-child, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr th:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr th:last-child, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr th:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr th:last-child {
                border-right: none
            }

        .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr td, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr td, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr td, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr td, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr td, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr td, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr td, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr td, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr td, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr td, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr td, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr td, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr td, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr td, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr td, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr td, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr td, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td {
            border: 0;
            padding-top: 10px !important;
            padding-bottom: 11px !important
        }

            .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr td a, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr td a, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr td a, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr td a, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr td a, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr td a, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr td a, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr td a, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td a, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr td a, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr td a, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr td a, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td a, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr td a, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr td a, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr td a, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr td a, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr td a, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td a, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr td a, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td a {
                margin-right: 24px;
                font-size: 14px
            }

                .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr td a:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr td a:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr td a:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr td a:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr td a:last-child, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr td a:last-child, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr td a:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr td a:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td a:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr td a:last-child, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr td a:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr td a:last-child, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td a:last-child, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr td a:last-child, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr td a:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr td a:last-child, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr td a:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr td a:last-child, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td a:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr td a:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr td a:last-child {
                    margin-right: 0
                }

        .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr .tooltip.left, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr .tooltip.left, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr .tooltip.left, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr .tooltip.left, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr .tooltip.left, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr .tooltip.left, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr .tooltip.left, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr .tooltip.left, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .tooltip.left, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr .tooltip.left, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr .tooltip.left, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr .tooltip.left, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .tooltip.left, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr .tooltip.left, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr .tooltip.left, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr .tooltip.left, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr .tooltip.left, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr .tooltip.left, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .tooltip.left, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr .tooltip.left, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .tooltip.left {
            right: 40px !important;
            top: 4px !important
        }

        .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr .info-tooltip, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr .info-tooltip, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr .info-tooltip, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr .info-tooltip, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr .info-tooltip, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr .info-tooltip, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr .info-tooltip, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr .info-tooltip, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .info-tooltip, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr .info-tooltip, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr .info-tooltip, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr .info-tooltip, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .info-tooltip, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr .info-tooltip, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr .info-tooltip, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr .info-tooltip, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr .info-tooltip, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr .info-tooltip, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .info-tooltip, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr .info-tooltip, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .info-tooltip {
            right: 5px;
            top: 15px
        }

        .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr .tooltip-inner, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr .tooltip-inner, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr .tooltip-inner, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr .tooltip-inner, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr .tooltip-inner, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr .tooltip-inner, .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr .tooltip-inner, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr .tooltip-inner, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .tooltip-inner, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr .tooltip-inner, .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr .tooltip-inner, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr .tooltip-inner, .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .tooltip-inner, .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr .tooltip-inner, .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr .tooltip-inner, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr .tooltip-inner, .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr .tooltip-inner, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr .tooltip-inner, .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .tooltip-inner, .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr .tooltip-inner, .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr .tooltip-inner {
            max-width: 280px;
            width: 280px;
            padding: 20px
        }

        .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr:nth-child(odd), .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr:nth-child(odd), .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr:nth-child(odd), .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr:nth-child(odd), .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr:nth-child(odd), .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr:nth-child(odd), .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr:nth-child(odd), .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr:nth-child(odd), .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr:nth-child(odd), .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr:nth-child(odd), .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr:nth-child(odd), .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr:nth-child(odd), .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr:nth-child(odd), .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr:nth-child(odd), .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr:nth-child(odd), .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr:nth-child(odd), .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr:nth-child(odd), .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr:nth-child(odd), .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr:nth-child(odd), .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr:nth-child(odd), .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr:nth-child(odd) {
            background-color: #fff
        }

        .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .table tr:nth-child(even), .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .table tr:nth-child(even), .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr:nth-child(even), .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .table tr:nth-child(even), .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .table tr:nth-child(even), .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .rich-text-editor table tr:nth-child(even), .rich-text-editor .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr:nth-child(even), .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr:nth-child(even), .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr:nth-child(even), .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse .rich-text-editor table tr:nth-child(even), .rich-text-editor .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr:nth-child(even), .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse .rich-text-editor table tr:nth-child(even), .rich-text-editor .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr:nth-child(even), .data-table-container.plan-charges table.table tr .collapse-content .table-collapse .custom-table table tr:nth-child(even), .custom-table .data-table-container.plan-charges table.table tr .collapse-content .table-collapse table tr:nth-child(even), .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse .custom-table table tr:nth-child(even), .custom-table .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .table-collapse table tr:nth-child(even), .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse .custom-table table tr:nth-child(even), .custom-table .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr:nth-child(even), .data-table-container.plan-charges .custom-table table tr .collapse-content .table-collapse table tr:nth-child(even), .custom-table .data-table-container.plan-charges table tr .collapse-content .table-collapse table tr:nth-child(even) {
            background-color: #f8f9f9
        }

    .data-table-container.plan-charges table.table tr .collapse-content .row, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .row, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .row, .data-table-container.plan-charges .custom-table table tr .collapse-content .row, .custom-table .data-table-container.plan-charges table tr .collapse-content .row {
        width: calc(100% + 30px);
        overflow-x: hidden;
        padding-bottom: 35px
    }

        .data-table-container.plan-charges table.table tr .collapse-content .row:last-child, .data-table-container.plan-charges .rich-text-editor table tr .collapse-content .row:last-child, .rich-text-editor .data-table-container.plan-charges table tr .collapse-content .row:last-child, .data-table-container.plan-charges .custom-table table tr .collapse-content .row:last-child, .custom-table .data-table-container.plan-charges table tr .collapse-content .row:last-child {
            padding-bottom: 31px
        }

.data-table-container.plan-charges .rich-text-editor .more-info-more {
    overflow: hidden
}

@media only screen and (min-width: 980px) {
    .data-table-container.plan-charges .rich-text-editor .table-responsive {
        overflow-x: hidden !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .data-table-container.plan-charges .rich-text-editor table.table tr td.collapse-td, .data-table-container.plan-charges .rich-text-editor table tr td.collapse-td, .data-table-container.plan-charges .rich-text-editor .custom-table table tr td.collapse-td, .custom-table .data-table-container.plan-charges .rich-text-editor table tr td.collapse-td {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.plan-charges .rich-text-editor table.table > tbody > tr > td, .plan-charges .rich-text-editor table > tbody > tr > td, .plan-charges .rich-text-editor .custom-table table > tbody > tr > td, .custom-table .plan-charges .rich-text-editor table > tbody > tr > td {
    color: dimgray;
    padding: 14px 20px 16px !important
}

.plan-charges .rich-text-editor table.table:first-child > thead > tr > th, .plan-charges .rich-text-editor table:first-child > thead > tr > th, .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th, .custom-table .plan-charges .rich-text-editor table:first-child > thead > tr > th {
    padding: 20px 20px 21px !important;
    letter-spacing: .025em
}

    .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(2), .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2), .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(2), .custom-table .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2) {
        width: 130px
    }

    .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(5), .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(5), .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(5), .custom-table .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(5) {
        width: 132px
    }

    .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(4), .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(4), .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(4), .custom-table .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(4) {
        width: 201px
    }

.plan-charges .rich-text-editor table.table:first-child tbody tr:first-child td, .plan-charges .rich-text-editor table:first-child tbody tr:first-child td, .plan-charges .rich-text-editor .custom-table table:first-child tbody tr:first-child td, .custom-table .plan-charges .rich-text-editor table:first-child tbody tr:first-child td {
    padding: 15px 20px 16px !important
}

.plan-charges .rich-text-editor table.table:last-child, .plan-charges .rich-text-editor table:last-child, .plan-charges .rich-text-editor .custom-table table:last-child, .custom-table .plan-charges .rich-text-editor table:last-child {
    border-top: 0;
    margin-top: -84px
}

    .plan-charges .rich-text-editor table.table:last-child thead, .plan-charges .rich-text-editor table:last-child thead, .plan-charges .rich-text-editor .custom-table table:last-child thead, .custom-table .plan-charges .rich-text-editor table:last-child thead {
        visibility: hidden
    }

    .plan-charges .rich-text-editor table.table:last-child tbody tr td, .plan-charges .rich-text-editor table:last-child tbody tr td, .plan-charges .rich-text-editor .custom-table table:last-child tbody tr td, .custom-table .plan-charges .rich-text-editor table:last-child tbody tr td {
        border-top: 0
    }

.plan-charges .rich-text-editor .more-info-more {
    border-top: 0;
    display: none
}

    .plan-charges .rich-text-editor .more-info-more > tr > td {
        border-top: 0
    }

    .plan-charges .rich-text-editor .more-info-more table.more {
        border-top-style: hidden
    }

.plan-charges .more-info-label {
    margin: 13px 0 13px
}

.plan-charges .results-row {
    background-color: #f3fbfd;
    margin-bottom: 15px
}

    .plan-charges .results-row p {
        font-size: 14px;
        padding-top: 15px;
        text-align: right
    }

    .plan-charges .results-row .total-plan-balance-left-txt p {
        text-transform: uppercase
    }

    .plan-charges .results-row .pull-right p {
        padding-right: 24px
    }

        .plan-charges .results-row .pull-right p:last-child {
            padding-top: 0;
            padding-bottom: 14px
        }

.plan-charges .plan-disclaimer {
    margin-bottom: 44px
}

    .plan-charges .plan-disclaimer .description-content {
        margin-bottom: 29px
    }

        .plan-charges .plan-disclaimer .description-content p {
            color: #c6c7c6;
            font-size: 14px;
            letter-spacing: .025em;
            line-height: 1.5
        }

    .plan-charges .plan-disclaimer .link {
        font-size: 14px;
        letter-spacing: 0.025em;
        line-height: 1.5
    }

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .plan-charges .col-fixed {
        margin-left: -12px;
        margin-right: -12px;
        padding-right: 0;
        padding-left: 0px
    }

    .plan-charges .total-plan-balance {
        padding-left: 24px
    }

    .plan-charges .rich-text-editor table {
        width: 1024px
    }

    .plan-charges .results-row p {
        font-size: 14px;
        letter-spacing: .025em
    }

    .plan-charges .results-row .pull-right p {
        padding-right: 11px
    }

    .plan-charges .plan-disclaimer .description-content {
        margin-bottom: 27px
    }
}

@media only screen and (max-width: 767px) {
    .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(2), .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2), .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(2), .custom-table .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2) {
        width: auto
    }

    .plan-charges .col-fixed {
        margin-left: -2px;
        margin-right: -2px;
        padding-right: 0;
        padding-left: 0
    }

    .plan-charges .table-responsive {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        margin-bottom: 13px
    }

        .plan-charges .table-responsive table {
            margin-bottom: 0 !important
        }

            .plan-charges .table-responsive table thead tr th:first-child {
                padding-left: 26px !important
            }

                .plan-charges .table-responsive table thead tr th:first-child > thead > tr > th:nth-child(2) {
                    width: auto
                }

            .plan-charges .table-responsive table.table, .plan-charges .table-responsive .rich-text-editor table, .rich-text-editor .plan-charges .table-responsive table, .plan-charges .table-responsive .custom-table table, .custom-table .plan-charges .table-responsive table {
                margin-left: auto;
                width: 899px
            }

                .plan-charges .table-responsive table.table:last-child, .plan-charges .table-responsive .rich-text-editor table:last-child, .rich-text-editor .plan-charges .table-responsive table:last-child, .plan-charges .table-responsive .custom-table table:last-child, .custom-table .plan-charges .table-responsive table:last-child {
                    margin-top: -84px
                }

    .plan-charges button.more-info-label {
        margin: 0 0 16px
    }

    .plan-charges .results-row {
        min-width: 100%
    }

        .plan-charges .results-row p {
            font-size: 14px;
            letter-spacing: .025em;
            padding-left: 2px;
            text-align: inherit
        }

        .plan-charges .results-row .total-plan-balance-left-txt {
            float: left;
            width: 140px
        }

        .plan-charges .results-row .pull-right p {
            padding-right: 1px
        }

            .plan-charges .results-row .pull-right p:first-child {
                padding-left: 0
            }

            .plan-charges .results-row .pull-right p:last-child {
                font-size: 14px;
                padding-bottom: 15px
            }

    .plan-charges .plan-disclaimer .description-content {
        margin-bottom: 17px
    }

    .plan-charges .plan-none-participation .payment-options {
        padding: 45px 0 45px
    }

        .plan-charges .plan-none-participation .payment-options .description {
            line-height: 1.6
        }
}

.auth.create-profile .auth-header {
    margin-bottom: 27px
}

.auth.create-profile .register-multistepper-wrapper {
    margin-bottom: 44px
}

.auth.create-profile .page-intro {
    letter-spacing: .025em;
    margin-bottom: 24px
}

.auth.create-profile .rich-text-editor {
    margin-bottom: 45px
}

.auth.create-profile .auth-body .plan-charges .rich-text-editor table.table, .auth.create-profile .auth-body .plan-charges .rich-text-editor table, .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table, .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table {
    margin-bottom: 0
}

    .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:first-child > thead, .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead, .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:first-child > thead, .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead {
        border-bottom: 1px solid #dfe4e4
    }

        .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(2), .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2), .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(2), .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2) {
            width: auto
        }

        .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(3), .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(3), .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(3), .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(3) {
            width: 457px
        }

    .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:last-child, .auth.create-profile .auth-body .plan-charges .rich-text-editor table:last-child, .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:last-child, .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:last-child {
        margin-top: -22px;
        border-top: 2px solid transparent
    }

        .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:last-child thead, .auth.create-profile .auth-body .plan-charges .rich-text-editor table:last-child thead, .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:last-child thead, .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:last-child thead {
            visibility: visible
        }

.auth.create-profile .auth-body .plan-charges .more-info-more table.table:last-child thead, .auth.create-profile .auth-body .plan-charges .more-info-more .rich-text-editor table:last-child thead, .rich-text-editor .auth.create-profile .auth-body .plan-charges .more-info-more table:last-child thead, .auth.create-profile .auth-body .plan-charges .more-info-more .custom-table table:last-child thead, .custom-table .auth.create-profile .auth-body .plan-charges .more-info-more table:last-child thead {
    visibility: hidden;
    border: none
}

    .auth.create-profile .auth-body .plan-charges .more-info-more table.table:last-child thead th, .auth.create-profile .auth-body .plan-charges .more-info-more .rich-text-editor table:last-child thead th, .rich-text-editor .auth.create-profile .auth-body .plan-charges .more-info-more table:last-child thead th, .auth.create-profile .auth-body .plan-charges .more-info-more .custom-table table:last-child thead th, .custom-table .auth.create-profile .auth-body .plan-charges .more-info-more table:last-child thead th {
        padding: 0 !important
    }

.auth.create-profile .auth-body .plan-charges .more-info-label {
    margin-bottom: 40px
}

    .auth.create-profile .auth-body .plan-charges .more-info-label i {
        margin-top: 5px
    }

.auth.create-profile .auth-body .plan-charges button.more-info-label {
    padding: 2px 0 3px;
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
    color: #006060;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.025em;
    background: none;
    border: none
}

.auth.create-profile .duke-form form .more-info-more {
    display: none
}

.auth.create-profile .duke-form radio-list .disclosure-content.not-overflow {
    margin-top: 17px !important
}

.auth.create-profile .form-actions {
    margin-bottom: 42px
}

    .auth.create-profile .form-actions .buttons-group {
        margin-bottom: 25px
    }

.auth.create-profile.plusfive .rich-text-editor {
    margin-bottom: 0
}

.auth.create-profile.plusfive .plan-charges .rich-text-editor table.table:last-child thead, .auth.create-profile.plusfive .plan-charges .rich-text-editor table:last-child thead, .auth.create-profile.plusfive .plan-charges .rich-text-editor .custom-table table:last-child thead, .custom-table .auth.create-profile.plusfive .plan-charges .rich-text-editor table:last-child thead {
    border-bottom: 0;
    visibility: hidden
}

.auth.create-profile.plusfive .plan-charges .rich-text-editor .more-info-more table > tbody > tr:nth-of-type(odd) {
    background-color: #fff
}

.auth.create-profile.plusfive .plan-charges .rich-text-editor .more-info-more table > tbody > tr:nth-last-of-type(even) {
    background-color: #f3fbfd
}

.auth.create-profile.pluseleven .rich-text-editor {
    margin-bottom: 0
}

.auth.create-profile.pluseleven duke-modal-lg .modal .modal-dialog .modal-content {
    padding-bottom: 27px
}

.auth.create-profile.pluseleven duke-modal-lg .short-copy-container.modal-panel .header-container {
    margin-top: 4px
}

    .auth.create-profile.pluseleven duke-modal-lg .short-copy-container.modal-panel .header-container .intro-txt {
        font-size: 16px;
        letter-spacing: .025em
    }

.auth.create-profile.pluseleven duke-modal-lg .short-copy-container .plan-charges .rich-text-editor {
    height: 435px
}

    .auth.create-profile.pluseleven duke-modal-lg .short-copy-container .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(3), .auth.create-profile.pluseleven duke-modal-lg .short-copy-container .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(3), .auth.create-profile.pluseleven duke-modal-lg .short-copy-container .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(3), .custom-table .auth.create-profile.pluseleven duke-modal-lg .short-copy-container .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(3) {
        width: 257px
    }

.auth.create-profile .terms-conditions-modal .modal-dialog {
    padding: 0
}

.auth.create-profile .terms-conditions-modal .modal-content {
    max-height: 665px;
    padding: 25px 60px 20px
}

    .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container.modal-panel {
        padding-top: 16px;
        padding-bottom: 15px
    }

    .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-header {
        margin-top: 0;
        margin-bottom: 16px
    }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-header .title {
            font-size: 40px !important
        }

    .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body {
        height: 445px;
        overflow: auto;
        letter-spacing: 0.025em
    }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body > .plan-charges:first-child {
            margin-top: 10px
        }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body ul {
            padding-left: 0
        }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body h3 {
            font-size: 24px !important;
            margin-top: 38px;
            margin-bottom: 20px;
            letter-spacing: 0.025em
        }

@media only screen and (min-width: 1200px) {
    .auth.create-profile .terms-conditions-modal .modal.in .modal-dialog {
        width: 1200px
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .auth.create-profile .terms-conditions-modal .modal.in .modal-dialog {
        width: 940px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.create-profile .terms-conditions-modal .modal.in .modal-dialog {
        margin-top: 0;
        bottom: 11px;
        margin: auto
    }

    .auth.create-profile .terms-conditions-modal .modal-content {
        max-height: 884px;
        padding-left: 40px !important;
        padding-right: 40px !important
    }

        .auth.create-profile .terms-conditions-modal .modal-content .close {
            right: 19px
        }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container.modal-panel {
            padding-top: 35px;
            padding-bottom: 48px !important
        }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-header {
            margin-bottom: 16px
        }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body {
            height: 655px
        }

            .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body h3 {
                margin-top: 38px;
                margin-bottom: 20px
            }
}

@media only screen and (max-width: 767px) {
    .auth.create-profile .terms-conditions-modal .container {
        padding: 0
    }

    .auth.create-profile .terms-conditions-modal .modal-content {
        max-height: 100%
    }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container.modal-panel {
            padding-top: 21px;
            padding-bottom: 27px !important
        }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-header {
            margin-bottom: 8px
        }

            .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-header .title {
                font-size: 26px !important
            }

        .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body {
            height: 423px
        }

            .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body, .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body p {
                font-size: 15px !important
            }

                .auth.create-profile .terms-conditions-modal .modal-content .short-copy-container .auth-body h3 {
                    font-size: 21px !important;
                    margin-top: 41px;
                    margin-bottom: 19px
                }
}

.auth.create-profile .loading-overlay {
    opacity: 0.1
}

.auth.create-profile .loadingSpinner {
    position: absolute;
    width: 100%;
    height: 71px;
    z-index: 1;
    text-align: center;
    top: 35px
}

    .auth.create-profile .loadingSpinner img {
        position: absolute;
        max-width: 100%;
        top: 0;
        bottom: 0;
        max-height: 100%;
        left: 0;
        right: 0;
        margin: auto
    }

.auth.create-profile .validation-confirm {
    text-align: center;
    margin-bottom: 34px
}

    .auth.create-profile .validation-confirm .confirm-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 15px
    }

    .auth.create-profile .validation-confirm.not-validated .help-label {
        color: #8b0e04;
        margin-bottom: 2px
    }

@media only screen and (max-width: 767px) {
    .auth.create-profile .validation-confirm {
        margin-bottom: 25px
    }

        .auth.create-profile .validation-confirm .confirm-icon {
            margin-bottom: 14px
        }
}

.auth.create-profile .emails-container {
    position: relative
}

.auth.create-profile .rest-fields {
    width: 100%;
    display: block
}

    .auth.create-profile .rest-fields.disabled-files {
        opacity: 0.5
    }

        .auth.create-profile .rest-fields.disabled-files .form-control {
            background-color: transparent
        }

            .auth.create-profile .rest-fields.disabled-files [type="checkbox"] + label, .auth.create-profile .rest-fields.disabled-files .form-control + label {
                cursor: default
            }

        .auth.create-profile .rest-fields.disabled-files .radio-container span {
            cursor: default
        }

        .auth.create-profile .rest-fields.disabled-files .link:hover {
            cursor: default;
            background-color: transparent;
            border-bottom: 2px solid #a7e1ea;
            pointer-events: none;
            padding-bottom: 2px
        }

.auth.create-profile .duke-form .form-control {
    padding: 6px 20px
}

    .auth.create-profile .duke-form .form-control.ng-valid:not(.empty) + label, .auth.create-profile .duke-form .form-control:focus + label {
        left: 10px !important
    }

    .auth.create-profile .duke-form .form-control.empty + label {
        left: 30px
    }

    .auth.create-profile .duke-form .form-control + label {
        line-height: 1.6;
        top: 13px;
        left: 10px
    }

.auth.create-profile .duke-form :-moz-any(.form-control) + label {
    top: 12px
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth.create-profile .duke-form .form-control + label {
        top: 13px
    }
}

@media only screen and (-ms-high-contrast: active) and (min-width: 1200px) {
    .auth.create-profile .duke-form .form-control.empty + label {
        left: 35px
    }
}

@media only screen and (min-width: 1200px) {
    .auth.create-profile .duke-form .form-group .label-copy.label-placeholder {
        left: 36px !important
    }

    .auth.create-profile .duke-form .form-group .form-group .form-control + label {
        left: 40px !important
    }

    .auth.create-profile .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 40px !important;
        top: 13px !important
    }

    .auth.create-profile .duke-form .form-control {
        padding: 6px 20px
    }

        .auth.create-profile .duke-form .form-control.empty + label {
            left: 36px
        }

        .auth.create-profile .duke-form .form-control.ng-valid:not(.empty) + label, .auth.create-profile .duke-form .form-control:focus + label {
            left: 15px !important
        }

    .auth.create-profile .duke-form .disclosure-content .inside-method .form-control {
        padding: 6px 19px
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .auth.create-profile .duke-form .form-group .label-copy.label-placeholder {
        left: 30px !important
    }

    .auth.create-profile .duke-form .form-group .form-group .form-control + label {
        left: 40px !important
    }

    .auth.create-profile .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 40px !important;
        top: 13px !important
    }
}

@media only screen and (max-width: 767px) {
    .auth.create-profile .duke-form .form-control {
        padding: 6px 20px
    }

        .auth.create-profile .duke-form .form-control.ng-valid:not(.empty) + label, .auth.create-profile .duke-form .form-control:focus + label {
            left: 11px !important
        }

        .auth.create-profile .duke-form .form-control.empty + label {
            left: 31px
        }

    .auth.create-profile .duke-form .form-group .label-copy {
        font-size: 15px
    }

        .auth.create-profile .duke-form .form-group .label-copy.label-placeholder {
            left: 31px !important;
            top: 13px !important
        }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.create-profile .duke-form .disclosure-content .inside-method .form-control + label {
        left: 41px !important
    }

    .auth.create-profile .duke-form .form-group .label-copy.label-placeholder {
        left: 30px !important;
        top: 12px !important
    }

    .auth.create-profile .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 41px !important;
        top: 12px !important
    }
}

.auth.create-profile .duke-form form {
    padding-top: 0
}

.auth.create-profile .duke-form .form-group {
    margin-bottom: 41px
}

    .auth.create-profile .duke-form .form-group.last {
        margin-bottom: 45px
    }

    .auth.create-profile .duke-form .form-group.radiolist-container {
        margin-bottom: 7px
    }

    .auth.create-profile .duke-form .form-group .form-checkbox + label .link {
        text-transform: capitalize
    }

.auth.create-profile .duke-form .disclosure-content .inside-method .form-group .match-indicator, .auth.create-profile .duke-form .disclosure-content .inside-method .form-group .password-indicator {
    right: 0
}

.auth.create-profile .duke-form .disclosure-content .inside-method .security-questions:last-child .form-group:last-child {
    margin-bottom: 11px !important
}

.auth.create-profile .duke-form .security-questions select, .auth.create-profile .duke-form .security-questions option {
    height: 50px;
    width: 100%
}

    .auth.create-profile .duke-form .security-questions select + label, .auth.create-profile .duke-form .security-questions option + label {
        position: absolute;
        font-size: 16px;
        font-weight: 400;
        left: 35px;
        top: 14px
    }

.auth.create-profile .duke-form .security-questions input {
    margin-bottom: 27px
}

    .auth.create-profile .duke-form .security-questions input.empty.ng-touched {
        border-color: #8b0e04
    }

    .auth.create-profile .duke-form .security-questions input.input-questions3 {
        margin-bottom: 0
    }

.auth.create-profile .duke-form .security-questions security-questions > .dropdown > ul .selected {
    display: none
}

.auth.create-profile .duke-form .security-questions security-questions > .dropdown > ul li a {
    color: dimgray;
    letter-spacing: .025em;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 3px;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    white-space: normal
}

    .auth.create-profile .duke-form .security-questions security-questions > .dropdown > ul li a:hover, .auth.create-profile .duke-form .security-questions security-questions > .dropdown > ul li a:focus {
        background-color: #f3fbfd
    }

.auth.create-profile .duke-form .security-questions security-questions > .dropdown > ul li:focus {
    background-color: #f3fbfd
}

.auth.create-profile .duke-form .security-questions security-questions.ng-invalid.ng-touched button {
    border-color: #8b0e04
}

.auth.create-profile .duke-form .security-questions security-questions.ng-valid.ng-touched {
    border-color: #dfe4e4
}

.auth.create-profile .duke-form .security-questions security-questions:focus button {
    border: 1px solid #077faa
}

.auth.create-profile .duke-form .security-questions security-questions button .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis
}

.auth.create-profile .duke-form radio-list .help-label {
    margin-bottom: 22px
}

.auth.create-profile .duke-form radio-list .radio-group {
    margin-top: 3px;
    margin-bottom: 3px
}

.auth.create-profile .duke-form radio-list > div:last-child {
    margin-bottom: 32px !important
}

.auth.create-profile .duke-form .radio-container {
    margin-bottom: 7px !important
}

.auth.create-profile .create-profile-fields .accept-terms-registration {
    margin-bottom: 36px;
    margin-top: 0
}

    .auth.create-profile .create-profile-fields .accept-terms-registration .invalid-label {
        bottom: -13px;
        top: auto
    }

.auth.create-profile .help-label {
    margin-bottom: 24px
}

.auth.create-profile .match-indicator, .auth.create-profile .password-indicator {
    right: 14px
}

.auth.create-profile .password-indications {
    margin-bottom: 41px;
    margin-top: 0
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .auth.create-profile .duke-form.auth-form .security-questions .label-copy.label-placeholder {
        top: 14px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.create-profile .create-profile-fields .form-control {
        width: 100%
    }

    .auth.create-profile .duke-form .disclosure-content .inside-method .form-group:last-child {
        margin-bottom: 29px
    }
}

@media only screen and (min-width: 0) and (max-width: 979px) {
    .auth.create-profile .duke-form .ui-select-bootstrap .ui-select-match-text {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .auth.create-profile .duke-form .security-questions security-questions button:focus {
        outline-color: #077faa
    }
}

@media only screen and (max-width: 767px) {
    .auth.create-profile .auth-header {
        margin-bottom: 17px
    }

    .auth.create-profile .password-indications {
        padding-top: 14px;
        padding-bottom: 15px
    }

    .auth.create-profile .password-indicators {
        padding-top: 14px;
        padding-bottom: 15px
    }

    .auth.create-profile .password-indicator {
        right: 10px
    }

    .auth.create-profile .create-profile-fields .form-control {
        width: 100%
    }

    .auth.create-profile .duke-form .form-group.last.has-strength {
        margin-bottom: 44px
    }

    .auth.create-profile .duke-form .radio-container {
        margin-bottom: 8px !important
    }

    .auth.create-profile .duke-form .ui-select-bootstrap .ui-select-match-text {
        width: 210px
    }

    .auth.create-profile .duke-form select + label {
        font-size: 15px;
        left: 31px;
        top: 15px
    }

    .auth.create-profile .duke-form select.ng-valid + label {
        display: none
    }

    .auth.create-profile .duke-form radio-list .help-label {
        margin-bottom: 23px
    }

    .auth.create-profile .duke-form radio-list .radio-group {
        margin-top: 0;
        margin-bottom: 8px
    }

    .auth.create-profile .duke-form .security-questions security-questions .dropdown > ul li a {
        font-size: 15px;
        padding-left: 4px
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .auth.create-profile.pluseleven .auth-modal .modal.in .modal-dialog {
        width: 940px
    }

        .auth.create-profile.pluseleven .auth-modal .modal.in .modal-dialog .modal-content {
            padding-left: 40px;
            padding-right: 40px
        }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.create-profile .auth-body .plan-charges .col-fixed {
        margin-left: initial;
        margin-right: initial;
        padding-left: initial;
        padding-right: initial
    }

    .auth.create-profile .auth-body .plan-charges .rich-text-editor.table-responsive {
        max-height: inherit !important;
        overflow: inherit
    }

    .auth.create-profile .auth-body .plan-charges .rich-text-editor table {
        width: 100%
    }

        .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(1), .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(1), .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(1), .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(1) {
            width: 170px
        }

        .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(2), .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2), .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(2), .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2) {
            width: 192px
        }

        .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(3), .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(3), .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(3), .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(3) {
            width: 301px
        }

    .auth.create-profile.plusfive .rich-text-editor {
        margin-bottom: 45px
    }

    .auth.create-profile.pluseleven duke-modal-lg .modal.in .modal-dialog {
        margin: 5px 0 0 0
    }

        .auth.create-profile.pluseleven duke-modal-lg .modal.in .modal-dialog .modal-content .modal-panel {
            padding-bottom: 51px
        }

    .auth.create-profile.pluseleven duke-modal-lg .short-copy-container.modal-panel .header-container {
        margin-top: 3px
    }

    .auth.create-profile.pluseleven .auth-modal .rich-text-editor .table-content {
        width: 620px
    }

    .auth.create-profile.pluseleven .auth-modal .modal.in .modal-dialog .modal-content {
        padding-bottom: 0 !important
    }
}

@media only screen and (min-width: 0) and (max-width: 979px) {
    .auth .auth-modal .modal.in .modal-dialog .modal-content .title {
        font-size: 26px
    }

    .auth .auth-modal .modal.in .modal-dialog .modal-content .auth-body h3 {
        font-size: 21px
    }

    .auth .auth-modal .modal.in .modal-dialog .modal-content .modal-panel {
        padding-bottom: 49px
    }
}

@media only screen and (max-width: 767px) {
    .auth.create-profile .multisteper-responsive-steps {
        margin-top: 0
    }

        .auth.create-profile .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.active {
            margin-top: 18px;
            margin-bottom: 12px
        }

        .auth.create-profile .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.closed:first-child {
            margin-top: 0
        }

        .auth.create-profile .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.closed-final-last {
            padding-bottom: 25px
        }

        .auth.create-profile .multisteper-responsive-steps.step-done .responsive-steps-container.closed {
            height: 59px
        }

    .auth.create-profile .help-label {
        margin-bottom: 25px
    }

    .auth.create-profile .page-intro {
        margin-bottom: 25px;
        margin-top: 0
    }

    .auth.create-profile .responsive-steps-container {
        display: block;
        height: auto
    }

        .auth.create-profile .responsive-steps-container .each-steps-responsive {
            display: block
        }

            .auth.create-profile .responsive-steps-container .each-steps-responsive .responsive-step .page-intro {
                font-size: 15px
            }

        .auth.create-profile .responsive-steps-container.closed {
            display: table;
            height: 60px
        }

            .auth.create-profile .responsive-steps-container.closed .each-steps-responsive {
                display: table-cell
            }

    .auth.create-profile .duke-form {
        margin-top: 32px
    }

    .auth.create-profile .auth-body .plan-charges .col-fixed-mobile {
        margin-left: -2px;
        margin-right: -2px;
        padding-right: 0;
        padding-left: 0
    }

    .auth.create-profile .auth-body .plan-charges .table-responsive {
        margin-bottom: 12px;
        max-height: inherit !important
    }

    .auth.create-profile .auth-body .plan-charges .rich-text-editor .table-content {
        overflow: inherit
    }

    .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(1), .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(1), .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(1), .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(1) {
        width: 117px
    }

    .auth.create-profile .auth-body .plan-charges .rich-text-editor table.table:last-child, .auth.create-profile .auth-body .plan-charges .rich-text-editor table:last-child, .auth.create-profile .auth-body .plan-charges .rich-text-editor .custom-table table:last-child, .custom-table .auth.create-profile .auth-body .plan-charges .rich-text-editor table:last-child {
        margin-top: 0
    }

    .auth.create-profile .auth-body .plan-charges button.more-info-label {
        margin-top: 3px;
        margin-bottom: 7px
    }

    .auth.create-profile .form-actions {
        margin-bottom: 43px;
        margin-top: 1px
    }

        .auth.create-profile .form-actions .buttons-group .btn:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-main-blue:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-small-main-blue:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-medium-main-blue:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-large-main-blue:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-reverse:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-small-reverse:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-medium-reverse:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-large-reverse:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-light:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-submit:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-previous:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-blue:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-aqua-blue:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-dark-blue:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-green:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-white:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-white-blue:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-white-whitebackground:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-grey:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-light-grey:first-of-type, .auth.create-profile .form-actions .buttons-group .btn-disabled:first-of-type, .auth.create-profile .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:first-of-type, .general-form-styles .toggle-btn-container .auth.create-profile .form-actions .buttons-group .toggle-btn:first-of-type {
            margin-right: 9px
        }

    .auth.create-profile.pluseleven .auth-modal .modal.in .modal-dialog .modal-content .modal-panel {
        padding: 0
    }

    .auth.create-profile.pluseleven .auth-modal .short-copy-container.modal-panel {
        padding-bottom: 0;
        padding-top: 18px
    }

    .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .col-fixed {
        margin-left: -12px;
        margin-right: -12px
    }

    .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor {
        height: 420px;
        margin-bottom: 0
    }

        .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(2), .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2), .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(2), .custom-table .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(2) {
            width: 206px
        }

        .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table.table:first-child > thead > tr > th:nth-child(3), .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(3), .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor .custom-table table:first-child > thead > tr > th:nth-child(3), .custom-table .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table:first-child > thead > tr > th:nth-child(3) {
            width: 330px
        }

        .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table.table:last-child, .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table:last-child, .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor .custom-table table:last-child, .custom-table .auth.create-profile.pluseleven .auth-modal .short-copy-container .plan-charges .rich-text-editor table:last-child {
            margin-top: 0
        }

    .auth.create-profile.pluseleven .auth-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel .header-container {
        margin-top: 3px
    }

    .auth.create-profile.pluseleven .auth-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .intro-txt {
        font-size: 15px;
        line-height: 1.6
    }

    .auth.create-profile.pluseleven duke-modal-lg .modal .modal-dialog {
        max-width: 100%
    }

        .auth.create-profile.pluseleven duke-modal-lg .modal .modal-dialog .modal-content {
            padding-bottom: 31px !important
        }

    .auth.create-profile.pluseleven duke-modal-lg .modal .table-responsive {
        overflow-y: visible
    }
}

.pod-layout {
    padding-bottom: 8px;
    padding-top: 50px
}

@media (max-width: 414px) {
    .pod-layout {
        padding-top: 24px
    }
}

.pod-layout .header-container {
    max-width: 640px
}

@media (max-width: 979px) and (min-width: 0) {
    .pod-layout .header-container {
        max-width: 464px
    }
}

.pod-layout .header-container .small-icon {
    margin-bottom: 10px
}

.pod-layout .header-container .header-2, .pod-layout .header-container .rich-text-editor h2, .rich-text-editor .pod-layout .header-container h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%
}

@media (max-width: 414px) {
    .pod-layout .header-container .header-2, .pod-layout .header-container .rich-text-editor h2, .rich-text-editor .pod-layout .header-container h2 {
        margin-bottom: 10px
    }
}

.pod-layout .header-container .intro-txt {
    margin-bottom: 33px;
    text-align: center;
    width: 100%
}

.pod-layout .pod-items {
    max-width: 970px;
    margin: auto
}

    .pod-layout .pod-items > ul, .pod-layout .pod-items > ol {
        visibility: hidden;
        padding: 0;
        margin-bottom: 0
    }

        .pod-layout .pod-items > ul.ready, .pod-layout .pod-items > ol.ready {
            visibility: visible;
            display: block !important
        }

    .pod-layout .pod-items .item-wrapper > a {
        display: block
    }

        .pod-layout .pod-items .item-wrapper > a:hover {
            text-decoration: none
        }

            .pod-layout .pod-items .item-wrapper > a:hover p span {
                box-shadow: 0 0 0 2.5px #e0f6fb;
                background-color: #e0f6fb
            }

        .pod-layout .pod-items .item-wrapper > a p.pod-link-text {
            color: #006060
        }

            .pod-layout .pod-items .item-wrapper > a p.pod-link-text span.ci-i-right-arrow-slim:after {
                margin-left: 8px;
                font-size: 14px;
                content: '\e61d'
            }

            .pod-layout .pod-items .item-wrapper > a p.pod-link-text span.ci-i-right-arrow-slim:before {
                content: ''
            }

    .pod-layout .pod-items .item-wrapper p.pod-link-text, .pod-layout .pod-items .item-wrapper p.step-number {
        word-break: break-word;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: .6px;
        color: #005984;
        text-decoration: none
    }

    .pod-layout .pod-items .item-wrapper p.step-number {
        margin-bottom: 5px
    }

@media (min-width: 1200px) {
    .pod-layout .pod-items .item-wrapper.col-lg-1 {
        width: 80px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-2 {
        width: 160px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-3 {
        width: 240px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-4 {
        width: 320px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-5 {
        width: 400px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-6 {
        width: 480px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-7 {
        width: 560px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-8 {
        width: 640px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-9 {
        width: 720px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-10 {
        width: 800px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-11 {
        width: 880px !important
    }

    .pod-layout .pod-items .item-wrapper.col-lg-12 {
        width: 960px !important
    }
}

.pod-layout .pod-items .item-wrapper:last-child {
    border-right: none
}

.pod-layout.bigicon-pod .item-wrapper {
    margin-bottom: 48px;
    border-right: 1px solid #dfe4e4
}

@media (max-width: 414px) {
    .pod-layout.bigicon-pod .item-wrapper {
        width: 50%;
        margin-bottom: 30px;
        border-right: none
    }
}

.pod-layout.bigicon-pod .item-wrapper p.pod-link-text {
    text-transform: uppercase;
    margin-top: 0;
    padding: 0 10%;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px
}

@media (max-width: 414px) {
    .pod-layout.bigicon-pod .item-wrapper p.pod-link-text {
        padding: 0;
        font-size: 16px;
        hyphens: auto
    }
}

.pod-layout.bigicon-pod .item-wrapper p.pod-link-text span {
    word-break: break-word
}

.pod-layout.bigicon-pod .item-wrapper img {
    max-height: 145px;
    margin-bottom: 23px
}

@media (max-width: 414px) {
    .pod-layout.bigicon-pod .item-wrapper img {
        width: 80px;
        height: 80px
    }
}

.pod-layout.pushdown-panel > .container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul {
        margin: 0
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper {
    position: static;
    padding: 0;
    border-right: none;
    margin-bottom: 0;
    transition: all .5s ease-in-out
}

    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button {
        display: inline-block;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        background: none;
        border: none;
        border-right: 1px solid #dfe4e4
    }

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button {
        border-right: none
    }
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper {
        height: auto !important
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > img {
    max-height: 145px;
    margin-bottom: 23px
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > img {
        display: none
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > p.pod-link-text {
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 0 10%;
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > p.pod-link-text {
        font-size: 16px;
        line-height: 22px
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > p.pod-link-text > span {
    line-height: normal;
    word-break: normal
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > p.pod-link-text > span {
        display: inline-block;
        vertical-align: middle;
        width: 90%
    }
}

@media (min-width: 768px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > p.pod-link-text > span:after {
        content: '\2303';
        transform: rotate(180deg);
        display: inline-block;
        vertical-align: middle;
        height: 14px;
        color: #077faa;
        padding: 0 4px 0 0
    }
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > p.pod-link-text {
        padding: 0;
        margin-bottom: 0
    }

        .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button > .inner-wrapper > p.pod-link-text:after {
            display: inline-block;
            vertical-align: middle;
            content: "\e63b";
            color: #a7e1ea;
            font-size: 22px;
            -webkit-font-smoothing: antialiased;
            font-family: custom-icons;
            line-height: 22px;
            margin-top: -3px
        }
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button {
        margin-bottom: 0;
        padding: 14px 13px 13px;
        border-top: 1px solid #dfe4e4;
        text-align: left
    }

        .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button:last-child {
            border-bottom: 1px solid #dfe4e4
        }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button:hover {
    text-decoration: none
}

    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > button:hover p span {
        box-shadow: 0 0 0 2.5px #e0f6fb;
        background-color: #e0f6fb
    }

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > span.indicator {
    opacity: 0;
    display: inline-block;
    margin-bottom: -8px;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom-color: #f2f4f4;
    content: ' ';
    transition-delay: 0s
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > span.indicator {
        display: none
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > .pushdown-content {
    position: absolute;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    transition-delay: .5s
}

@media (min-width: 768px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > .pushdown-content {
        width: 100%
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > .pushdown-content .close-container {
    position: absolute;
    display: none;
    width: auto;
    bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    color: #696969;
    text-transform: uppercase;
    background: none;
    border: none;
    line-height: 1.2em
}

@media (min-width: 768px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > .pushdown-content .close-container {
        display: block
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > .pushdown-content .close-container span:after {
    position: absolute;
    top: -5px;
    content: url("/Assets/site/img/push-down-panel/close-blue-icon.png");
    margin-left: 8px
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > .pushdown-content > :first-child {
    background-color: #f2f4f4 !important;
    padding-top: 50px;
    padding-bottom: 53px;
    min-height: 250px;
    transition: margin-top .5s ease-in-out
}

@media (max-width: 414px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper > .pushdown-content > :first-child {
        padding: 24px 16px;
        min-height: 210px
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper.pdp-active {
    margin-bottom: 48px
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper.pdp-active {
        margin-bottom: 0
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper.pdp-active > button > .inner-wrapper > p.pod-link-text > span:after {
    transform: rotate(0deg);
    height: 20px;
    padding: 0 0 0 4px
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper.pdp-active > button > .inner-wrapper > p.pod-link-text:after {
        content: "\e631"
    }
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper.pdp-active > span.indicator {
    opacity: 1;
    transition-delay: .5s
}

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper.pdp-active > .pushdown-content {
    visibility: visible;
    transition-delay: 0s
}

    .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper.pdp-active > .pushdown-content > :first-child {
        margin-top: 0 !important
    }

.pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper.no-border-right button, .pod-layout.pushdown-panel > .container > .pod-items > ul > .item-wrapper:last-child button {
    border-right: none
}

.pod-layout.pushdown-panel > .container .rich-text-editor {
    text-align: left
}

@media (max-width: 767px) {
    .pod-layout.pushdown-panel > .container .rich-text-editor .container h3 {
        margin-top: 0
    }
}

.pod-layout.pushdown-panel > .container .rich-text-editor .container ul {
    visibility: visible;
    margin-bottom: 30px
}

.pod-layout.pushdown-panel > .container .multicolumn-body {
    text-align: left
}

.pod-layout.pushdown-panel > .container .text-center .rich-text-editor {
    text-align: center
}

.pod-layout.pushdown-panel > .container .short-copy-container .header-container .intro-txt {
    text-align: center
}

@media (min-width: 768px) {
    .pod-layout.pushdown-panel > .container .container {
        width: 768px;
        padding: 0 22px
    }
}

@media (min-width: 980px) {
    .pod-layout.pushdown-panel > .container .container {
        width: 980px;
        padding: 0 20px
    }
}

@media (min-width: 1200px) {
    .pod-layout.pushdown-panel > .container .container {
        width: 1200px;
        padding: 0px 30px
    }
}

.pod-layout.pushdown-panel > .container .container .container {
    width: 100%
}

.pod-layout.pushdown-panel > .container .container a {
    display: inline
}

    .pod-layout.pushdown-panel > .container .container a.btn-main-blue, .pod-layout.pushdown-panel > .container .container a.btn-small-main-blue, .pod-layout.pushdown-panel > .container .container a.btn-medium-main-blue, .pod-layout.pushdown-panel > .container .container a.btn-large-main-blue {
        display: inline-block
    }

.pod-layout.centered-pod .item-wrapper {
    margin-bottom: 50px;
    border-right: 1px solid #dfe4e4
}

    .pod-layout.centered-pod .item-wrapper:first-child .inner-wrapper {
        border-top: none;
        padding-top: 0
    }

    .pod-layout.centered-pod .item-wrapper .inner-wrapper {
        margin: 37px 0px 30px -3px
    }

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.centered-pod .item-wrapper .inner-wrapper {
        margin-top: 27px
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.centered-pod .item-wrapper .inner-wrapper {
        margin: 0px;
        padding-top: 37px
    }
}

@media (max-width: 414px) {
    .pod-layout.centered-pod .item-wrapper .inner-wrapper {
        margin: 0px;
        padding-top: 20px
    }

        .pod-layout.centered-pod .item-wrapper .inner-wrapper:after {
            content: '';
            display: block;
            clear: both
        }
}

.pod-layout.centered-pod .item-wrapper img {
    width: 180px;
    height: 180px;
    margin-bottom: 21px;
    border-radius: 50%
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.centered-pod .item-wrapper img {
        max-width: 137px;
        max-height: 137px;
        margin-bottom: 22px
    }
}

@media (max-width: 414px) {
    .pod-layout.centered-pod .item-wrapper img {
        float: left;
        width: 22%;
        height: auto;
        margin-right: 4%;
        margin-top: 0px
    }

        .pod-layout.centered-pod .item-wrapper img ~ .centered-description {
            float: left;
            width: 70%
        }
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.centered-pod .item-wrapper .centered-description {
        height: inherit !important
    }
}

@media (max-width: 414px) {
    .pod-layout.centered-pod .item-wrapper .centered-description {
        text-align: left
    }
}

.pod-layout.centered-pod .item-wrapper .centered-description .pod-link-text {
    font-size: 24px;
    color: #005984;
    margin: 0 auto 18px;
    max-width: 300px
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.centered-pod .item-wrapper .centered-description .pod-link-text {
        margin-bottom: 18px;
        font-size: 21px;
        letter-spacing: .53px
    }
}

@media (max-width: 414px) {
    .pod-layout.centered-pod .item-wrapper .centered-description .pod-link-text {
        font-size: 20px;
        margin-bottom: 5px;
        max-width: 100%
    }
}

.pod-layout.centered-pod .item-wrapper .centered-description a.pod-link-text {
    color: #006060;
    line-height: 1.2
}

    .pod-layout.centered-pod .item-wrapper .centered-description a.pod-link-text span.ci-i-right-arrow-slim:after {
        margin-left: 8px;
        font-size: 14px;
        content: '\e61d'
    }

    .pod-layout.centered-pod .item-wrapper .centered-description a.pod-link-text span.ci-i-right-arrow-slim:before {
        content: ''
    }

    .pod-layout.centered-pod .item-wrapper .centered-description a.pod-link-text:hover span {
        box-shadow: 0 0 0 2.5px #e0f6fb;
        background-color: #e0f6fb
    }

.pod-layout.centered-pod .item-wrapper .centered-description .body-copy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.centered-pod .item-wrapper .centered-description .body-copy {
        margin-bottom: 24px;
        font-size: 15px;
        letter-spacing: .38px
    }
}

@media (max-width: 414px) {
    .pod-layout.centered-pod .item-wrapper .centered-description .body-copy {
        margin-bottom: 0;
        max-width: 100%
    }
}

.pod-layout.centered-pod .item-wrapper .centered-description .body-copy a {
    display: inline;
    color: #006060;
    border-bottom: 2px solid #a7e1ea
}

    .pod-layout.centered-pod .item-wrapper .centered-description .body-copy a:hover {
        text-decoration: none;
        background-color: #e0f6fb;
        border-bottom: none
    }

.pod-layout.centered-pod .item-wrapper .cta {
    margin: 0 auto;
    display: block
}

@media (max-width: 414px) {
    .pod-layout.centered-pod .item-wrapper .cta {
        display: none
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.centered-pod .item-wrapper {
        margin-bottom: 35px
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.centered-pod .item-wrapper {
        margin-bottom: 30px
    }
}

@media (max-width: 414px) {
    .pod-layout.centered-pod .item-wrapper {
        margin-bottom: 15px
    }
}

.pod-layout.rectangular-pod ol {
    list-style-type: none
}

    .pod-layout.rectangular-pod ol li {
        counter-increment: step-counter
    }

        .pod-layout.rectangular-pod ol li p.pod-link-text:before {
            display: block;
            content: counter(step-counter);
            text-align: center;
            height: 25px;
            width: 25px;
            margin-bottom: 15px;
            padding-top: 4px;
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
            border-radius: 50%;
            background: #077faa
        }

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.rectangular-pod ol li p.pod-link-text:before {
        margin-bottom: 5px;
        height: 18px;
        width: 18px;
        font-size: 13px;
        padding-top: 3px
    }
}

.pod-layout.rectangular-pod .item-wrapper {
    margin-bottom: 34px;
    text-align: left
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.rectangular-pod .item-wrapper {
        margin-bottom: 14px;
        height: inherit !important
    }

        .pod-layout.rectangular-pod .item-wrapper:last-child {
            margin-bottom: 0
        }
}

.pod-layout.rectangular-pod .item-wrapper .inner-wrapper {
    margin: 0 auto 14px;
    max-width: 300px
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.rectangular-pod .item-wrapper .inner-wrapper {
        margin-bottom: 0;
        height: inherit !important;
        max-width: 100%
    }
}

.pod-layout.rectangular-pod .item-wrapper a {
    display: block
}

    .pod-layout.rectangular-pod .item-wrapper a:hover p.pod-link-text span {
        box-shadow: 0 0 0 2.5px #e0f6fb;
        background-color: #e0f6fb
    }

.pod-layout.rectangular-pod .item-wrapper .pod-item-img {
    max-width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.rectangular-pod .item-wrapper .pod-item-img {
        margin-bottom: 12px;
        float: left;
        width: 22%;
        margin-right: 5%;
        margin-bottom: 45px;
        overflow: hidden;
        height: 22%;
        position: relative
    }

        .pod-layout.rectangular-pod .item-wrapper .pod-item-img ~ .pod-link-text, .pod-layout.rectangular-pod .item-wrapper .pod-item-img ~ .body-copy {
            float: left;
            width: 73% !important
        }
}

.pod-layout.rectangular-pod .item-wrapper .pod-item-img img {
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    max-width: 300px
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.rectangular-pod .item-wrapper .pod-item-img img {
        width: auto;
        height: 65px;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.pod-layout.rectangular-pod .item-wrapper p.pod-link-text {
    width: 91%;
    margin-bottom: 19px
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.rectangular-pod .item-wrapper p.pod-link-text {
        width: 100%;
        margin-bottom: 5px;
        font-size: 21px;
        letter-spacing: .525px
    }
}

.pod-layout.rectangular-pod .item-wrapper .body-copy {
    margin-bottom: 0
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.rectangular-pod .item-wrapper .body-copy {
        margin-bottom: 15px;
        width: 100%
    }
}

.pod-layout.rectangular-pod .item-wrapper .body-copy a {
    display: inline;
    color: #006060;
    border-bottom: 2px solid #a7e1ea
}

    .pod-layout.rectangular-pod .item-wrapper .body-copy a:hover {
        text-decoration: none;
        background-color: #e0f6fb;
        border-bottom: none
    }

.pod-layout.flipboard .pod-items {
    margin-bottom: 27px
}

@media (min-width: 1200px) {
    .pod-layout.flipboard .pod-items {
        max-width: inherit
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.flipboard .pod-items {
        margin-bottom: 15px
    }
}

@media (min-width: 980px) {
    .pod-layout.flipboard .pod-items .item-wrapper.col-lg-4 {
        width: 320px !important
    }
}

@media (min-width: 1200px) {
    .pod-layout.flipboard .pod-items .item-wrapper.col-lg-4 {
        width: 390px !important
    }
}

.pod-layout.flipboard .pod-items .item-wrapper.col-lg-4 .body-copy {
    font-size: 18px
}

@media (min-width: 768px) {
    .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 {
        width: 372px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 > a {
        padding: 53px 0 47px;
        min-height: 578px
    }

    .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 img {
        max-width: 212px;
        max-height: 212px;
        margin-bottom: 44px
    }

    .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 .pod-link-text {
        width: 268px
    }
}

@media (min-width: 980px) {
    .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 {
        width: 480px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

        .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 > a {
            min-height: 509px;
            padding: 74px 20px
        }

        .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 img {
            max-width: 276px;
            max-height: 276px;
            margin-bottom: 43px
        }

        .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 .overlay-text-container {
            width: 300px;
            max-height: 276px;
            line-height: 276px
        }

        .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 .pod-link-text {
            width: 300px
        }

        .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 .flipboard-overlay {
            padding: 74px 20px
        }

        .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 .body-copy {
            font-size: 24px !important
        }
}

@media (min-width: 1200px) {
    .pod-layout.flipboard .pod-items .item-wrapper.col-lg-6 {
        width: 585px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.flipboard .pod-items ul {
        margin-right: 0
    }
}

.pod-layout.flipboard .pod-items ul > li {
    margin-bottom: 20px
}

@media (max-width: 767px) and (min-width: 0) {
    .pod-layout.flipboard .pod-items ul > li {
        margin-bottom: 45px;
        padding-right: 0
    }
}

.pod-layout.flipboard .pod-items ul > li > a {
    position: relative;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .pod-layout.flipboard .pod-items ul > li > a {
        padding: 25px;
        height: inherit !important;
        min-height: 0
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.flipboard .pod-items ul > li > a {
        padding: 22px 20px;
        min-height: 411px
    }
}

@media (min-width: 980px) {
    .pod-layout.flipboard .pod-items ul > li > a {
        min-height: 364px;
        padding: 48px 0px
    }
}

.pod-layout.flipboard .pod-items ul > li > a:focus, .pod-layout.flipboard .pod-items ul > li > a:active {
    text-decoration: none
}

    .pod-layout.flipboard .pod-items ul > li > a:focus .flipboard-overlay {
        opacity: 1
    }

.pod-layout.flipboard .pod-items ul > li img {
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .pod-layout.flipboard .pod-items ul > li img {
        max-width: 174px;
        max-height: 174px;
        margin-bottom: 17px
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.flipboard .pod-items ul > li img {
        max-width: 134px;
        max-height: 134px;
        margin-bottom: 44px
    }
}

.pod-layout.flipboard .pod-items ul > li .pod-link-text {
    color: #077faa;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    line-height: 28.8px;
    letter-spacing: .4px;
    margin: auto;
    width: 100%
}

@media (max-width: 767px) {
    .pod-layout.flipboard .pod-items ul > li .pod-link-text {
        width: 100%;
        font-size: 21px
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.flipboard .pod-items ul > li .pod-link-text {
        line-height: 26px;
        letter-spacing: .4px;
        min-height: 52px
    }
}

@media (min-width: 980px) {
    .pod-layout.flipboard .pod-items ul > li .pod-link-text {
        width: 180px
    }
}

@media (min-width: 1200px) {
    .pod-layout.flipboard .pod-items ul > li .pod-link-text {
        width: 265.5px
    }
}

.pod-layout.flipboard .pod-items ul > li .flipboard-overlay {
    transition: opacity .5s ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

@media (max-width: 979px) and (min-width: 0) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay {
        background-color: transparent !important;
        opacity: 1;
        position: relative;
        height: auto;
        padding: 0
    }
}

@media (min-width: 980px) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay {
        padding: 48px 0
    }
}

.pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container {
    margin: 0 auto 37px;
    overflow: hidden;
    display: block
}

@media (max-width: 767px) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container {
        width: 100%;
        margin: 18px auto 25px;
        line-height: 0;
        height: inherit
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container {
        margin: 0 auto 24px;
        line-height: 0
    }
}

@media (min-width: 980px) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container {
        width: 270px;
        max-height: 180px;
        line-height: 180px
    }
}

@media (min-width: 1200px) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container {
        width: 262.5px !important
    }
}

.pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container .body-copy {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: relative;
    line-height: 36px;
    margin: 0;
    text-align: center
}

@media (min-width: 980px) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container .body-copy {
        font-size: 18px
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container .body-copy {
        margin-bottom: 0;
        margin-top: 20px;
        min-height: 72px;
        padding: 0 21px
    }
}

@media (max-width: 979px) and (min-width: 0) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay .overlay-text-container .body-copy {
        color: #696969;
        font-size: 15px;
        height: auto;
        letter-spacing: .38px;
        line-height: 24px
    }
}

.pod-layout.flipboard .pod-items ul > li .flipboard-overlay p.btn-small {
    display: block
}

@media (max-width: 979px) and (min-width: 0) {
    .pod-layout.flipboard .pod-items ul > li .flipboard-overlay p.btn-small {
        background-color: #edf0f0;
        color: #005984
    }
}

.pod-layout.flipboard .pod-items ul > li:hover .flipboard-overlay {
    opacity: 1
}

.pod-layout.flipboard .pod-items ul > li.tile-blue .pod-link-text {
    color: #077faa
}

.pod-layout.flipboard .pod-items ul > li.tile-blue .flipboard-overlay {
    background-color: rgba(7,127,170,0.8)
}

.pod-layout.flipboard .pod-items ul > li.tile-green .pod-link-text {
    color: #00853f
}

.pod-layout.flipboard .pod-items ul > li.tile-green .flipboard-overlay {
    background: #00853f;
    background: rgba(0,133,63,0.8)
}

.pod-layout.flipboard .pod-items ul > li.tile-gray .pod-link-text {
    color: dimgray
}

.pod-layout.flipboard .pod-items ul > li.tile-gray .flipboard-overlay {
    background: dimgray;
    background: rgba(105,105,105,0.8)
}

.pod-layout.flipboard .pod-items ul > li.tile-dark-blue .pod-link-text {
    color: #014464
}

.pod-layout.flipboard .pod-items ul > li.tile-dark-blue .flipboard-overlay {
    background: #014464;
    background: rgba(1,68,100,0.8)
}

.pod-layout.flipboard .pod-items ul > li.tile-dark-red .pod-link-text {
    color: #8b0e04
}

.pod-layout.flipboard .pod-items ul > li.tile-dark-red .flipboard-overlay {
    background: #8b0e04;
    background: rgba(139,14,4,0.8)
}

@media (max-width: 500px) {
    .pod-layout.flipboard .slick-track {
        margin-bottom: 20px
    }

    .pod-layout.flipboard .slick-dots {
        margin: 10px 0px 0px 0px;
        padding: 0;
        text-align: center
    }

        .pod-layout.flipboard .slick-dots li {
            padding: 0px;
            margin: 0px 15px 0px 0px !important;
            display: inline-block;
            height: 13px;
            width: 13px;
            border: 2px solid #095982;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%
        }

            .pod-layout.flipboard .slick-dots li span {
                display: none
            }

            .pod-layout.flipboard .slick-dots li.slick-active {
                background: #095982
            }

    .pod-layout.flipboard ul {
        margin: 0px
    }

    .pod-layout.flipboard .item-wrapper {
        width: 240px;
        height: auto !important;
        min-height: 367px;
        background: #fff;
        padding: 0;
        margin: 0px 8px;
        -moz-box-shadow: 2px 2px 3px #ccc;
        -webkit-box-shadow: 2px 2px 3px #ccc;
        box-shadow: 2px 2px 3px #ccc
    }

        .pod-layout.flipboard .item-wrapper .img-clip {
            position: relative;
            height: 180px;
            overflow: hidden
        }

            .pod-layout.flipboard .item-wrapper .img-clip img.img-circle {
                height: auto;
                width: 100%;
                position: absolute;
                top: -100%;
                left: 0;
                right: 0;
                bottom: -100%;
                margin: auto;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0
            }

        .pod-layout.flipboard .item-wrapper p.pod-link-text {
            font-size: 22px;
            margin: 20px 0px 10px 0px;
            padding: 0px 10px
        }

        .pod-layout.flipboard .item-wrapper p.body-copy {
            font-size: 16px !important;
            padding: 0px 10px 0px 10px
        }

        .pod-layout.flipboard .item-wrapper p.btn-reverse, .pod-layout.flipboard .item-wrapper p.btn-small-reverse, .pod-layout.flipboard .item-wrapper p.btn-medium-reverse, .pod-layout.flipboard .item-wrapper p.btn-large-reverse {
            display: none
        }
}

.call-to-action .btn-medium {
    margin-bottom: 35px
}

body.mobile-open {
    overflow: hidden
}

.main-nav {
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    background-color: #005984;
    border-radius: 0;
    border: 0;
    min-height: 45px;
    margin: 0;
    z-index: 1001
}

    .main-nav.sticky-nav {
        padding-bottom: 75px
    }

    .main-nav .navbar-nav {
        margin: 0
    }

        .main-nav .navbar-nav > li.active > a {
            background: #077faa;
            color: #fff
        }

            .main-nav .navbar-nav > li.active > a:hover, .main-nav .navbar-nav > li.active > a:focus, .main-nav .navbar-nav > li.active > a:active {
                background-color: #0575a0;
                color: #fff
            }

        .main-nav .navbar-nav > li.logged-in .signin span {
            text-overflow: ellipsis;
            max-width: 158px;
            overflow: hidden;
            white-space: nowrap
        }

        .main-nav .navbar-nav > li.logged-in .signin:after {
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 5px solid #fff;
            content: '';
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px;
            margin-left: 3px
        }

        .main-nav .navbar-nav > li > a {
            color: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            display: block;
            padding: 14px 9px;
            height: 50px;
            letter-spacing: 0.4px;
            font-size: 10px;
            cursor: pointer;
            text-transform: uppercase
        }

            .main-nav .navbar-nav > li > a:hover, .main-nav .navbar-nav > li > a:focus, .main-nav .navbar-nav > li > a:active {
                background-color: #0575a0;
                color: #fff
            }

            .main-nav .navbar-nav > li > a:before, .main-nav .navbar-nav > li > a .icon-customer-service {
                font-size: 14px;
                position: relative;
                top: 2px
            }

        .main-nav .navbar-nav .glyphicon-earphone:before {
            content: url("/Assets/site/img/top-nav/icon-customer-service-desktop.png");
            background-size: contain;
            background-repeat: no-repeat
        }

    .main-nav .state-container .state-select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: white;
        letter-spacing: 0.4px;
        padding: 15px 9px;
        height: 50px;
        float: left;
        font-size: 10px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        border-right: 1px solid #077faa;
        text-decoration: none
    }

        .main-nav .state-container .state-select.intercept-active {
            cursor: default
        }

            .main-nav .state-container .state-select.intercept-active:hover, .main-nav .state-container .state-select.intercept-active:active {
                background-color: transparent
            }

        .main-nav .state-container .state-select:hover, .main-nav .state-container .state-select.active, .main-nav .state-container .state-select:focus {
            background-color: #077faa;
            color: #fff
        }

            .main-nav .state-container .state-select.active:after {
                border-bottom: 5px solid #fff;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                bottom: 0;
                content: ' ';
                left: 50%;
                margin-left: -5.5px;
                position: absolute
            }

        .main-nav .state-container .state-select:before {
            font-size: 14px;
            margin-right: 5px;
            position: relative;
            top: 3px
        }

    .main-nav .nav-container-left > li > a {
        font-weight: bold
    }

    .main-nav .nav-container-left .active a:after {
        border-bottom: 5px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        bottom: 0;
        content: ' ';
        left: 50%;
        margin-left: -5.5px;
        position: absolute
    }

    .main-nav .nav-container-right .navbar-nav {
        width: 100%
    }

        .main-nav .nav-container-right .navbar-nav > li {
            float: left
        }

            .main-nav .nav-container-right .navbar-nav > li.logged-in:hover .dropdown-menu {
                display: block
            }

            .main-nav .nav-container-right .navbar-nav > li.logged-in .dropdown-menu {
                min-width: 119px !important
            }

    .main-nav .nav-container-right ul {
        list-style: none
    }

        .main-nav .nav-container-right ul .inner-text {
            margin-left: 5px
        }

        .main-nav .nav-container-right ul ul {
            background: #fff;
            padding: 0;
            z-index: 10;
            margin: 0;
            box-shadow: none;
            border-color: #dfe4e4;
            border-top: 0;
            border-radius: 1px;
            width: 100%
        }

            .main-nav .nav-container-right ul ul li {
                float: none
            }

                .main-nav .nav-container-right ul ul li:first-child a {
                    border: 0
                }

                    .main-nav .nav-container-right ul ul li:first-child a:after {
                        border-bottom: 6px solid #fff;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        bottom: 38px;
                        content: ' ';
                        left: 9px;
                        position: absolute;
                        width: 2px
                    }

                .main-nav .nav-container-right ul ul li:last-child > a {
                    padding-top: 11px;
                    padding-bottom: 12px
                }

            .main-nav .nav-container-right ul ul a, .main-nav .nav-container-right ul ul button {
                position: relative;
                font-size: 10px;
                text-transform: uppercase;
                letter-spacing: 0.2px;
                color: #005984;
                text-align: left;
                padding: 12px 8px;
                border-top: 1px solid #dfe4e4;
                background: none;
                border-left: 0;
                border-right: 0;
                border-bottom: 0;
                width: 100%
            }

                .main-nav .nav-container-right ul ul a:hover, .main-nav .nav-container-right ul ul a:focus, .main-nav .nav-container-right ul ul a:active, .main-nav .nav-container-right ul ul button:hover, .main-nav .nav-container-right ul ul button:focus, .main-nav .nav-container-right ul ul button:active {
                    background-color: #f3fbfd
                }

    .main-nav .nav-container-right .search {
        padding: 15px 10px;
        text-align: center;
        border-left: 1px solid #077faa
    }

        .main-nav .nav-container-right .search:before {
            font-size: 12px
        }

        .main-nav .nav-container-right .search.active:before {
            content: "\e61c"
        }

        .main-nav .nav-container-right .search:hover, .main-nav .nav-container-right .search:focus, .main-nav .nav-container-right .search:active {
            color: white;
            text-decoration: none
        }

        .main-nav .nav-container-right .search:hover {
            background-color: #0b769d
        }

    .main-nav .customer-service .inner-text {
        vertical-align: top
    }

.mobile-nav {
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    background-color: #005984;
    height: 100%;
    left: -55.2%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 41.1%;
    z-index: 203;
    display: none
}

    .mobile-nav::-webkit-scrollbar {
        display: none
    }

    .mobile-nav .mobile-item {
        padding: 0
    }

        .mobile-nav .mobile-item .state-list {
            max-height: 1000px;
            top: 0;
            height: 0
        }

            .mobile-nav .mobile-item .state-list.in {
                height: inherit
            }

        .mobile-nav .mobile-item .nav > li {
            border-bottom: 1px solid #077faa;
            background-color: #005984;
            border: 0;
            border-bottom: 1px solid #077faa;
            margin-bottom: 0;
            box-shadow: none
        }

            .mobile-nav .mobile-item .nav > li > button {
                height: 69px;
                display: flex;
                width: 100%;
                color: #fff;
                background-color: #005984;
                padding: 0 10px;
                border: none !important;
                font-size: inherit;
                letter-spacing: .3px;
                position: relative
            }

                .mobile-nav .mobile-item .nav > li > button > span {
                    margin-left: 17px;
                    vertical-align: middle;
                    margin: auto 0;
                    padding-bottom: 1px;
                    text-transform: uppercase
                }

                    .mobile-nav .mobile-item .nav > li > button > span.ci-icon-search {
                        margin-right: 17px;
                        width: 21px
                    }

                .mobile-nav .mobile-item .nav > li > button.active:before {
                    content: "\e631" !important
                }

                .mobile-nav .mobile-item .nav > li > button.collapsed:before {
                    content: "\e63b"
                }

                .mobile-nav .mobile-item .nav > li > button.collapsed:after {
                    display: none
                }

                .mobile-nav .mobile-item .nav > li > button:before {
                    content: "\e631";
                    -webkit-font-smoothing: antialiased;
                    font-style: normal;
                    font-variant: normal;
                    font-weight: 400;
                    line-height: 1;
                    text-transform: none;
                    speak: none;
                    position: absolute;
                    right: 23px;
                    top: 0;
                    padding: 23px 0;
                    font-size: 24px;
                    color: #92dbe8
                }

                .mobile-nav .mobile-item .nav > li > button:after {
                    border-bottom: 5px solid #fff;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    bottom: -1px;
                    content: ' ';
                    left: 30px;
                    position: absolute;
                    width: 2px
                }

                .mobile-nav .mobile-item .nav > li > button.mobile-search-item:before {
                    content: "\e63b"
                }

                .mobile-nav .mobile-item .nav > li > button.mobile-search-item:after {
                    display: none
                }

                .mobile-nav .mobile-item .nav > li > button:hover, .mobile-nav .mobile-item .nav > li > button:focus, .mobile-nav .mobile-item .nav > li > button:active {
                    background-color: #005984;
                    color: white;
                    text-decoration: none
                }

            .mobile-nav .mobile-item .nav > li > ul {
                padding: 0;
                margin: 0
            }

                .mobile-nav .mobile-item .nav > li > ul > li {
                    background: white
                }

                    .mobile-nav .mobile-item .nav > li > ul > li:first-child a {
                        border: 0
                    }

                    .mobile-nav .mobile-item .nav > li > ul > li a {
                        color: #005984;
                        border-top: 1px solid #dfe4e4;
                        background: white;
                        display: flex;
                        height: auto;
                        padding: 15px 23px !important;
                        line-height: 1
                    }

                        .mobile-nav .mobile-item .nav > li > ul > li a > span {
                            vertical-align: middle;
                            margin: auto 0
                        }

                        .mobile-nav .mobile-item .nav > li > ul > li a:hover, .mobile-nav .mobile-item .nav > li > ul > li a:focus, .mobile-nav .mobile-item .nav > li > ul > li a:active, .mobile-nav .mobile-item .nav > li > ul > li a.active {
                            background: #f3fbfd;
                            text-decoration: none
                        }

        .mobile-nav .mobile-item .nav li {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #fff;
            display: block;
            font-size: 20px;
            text-align: left;
            text-transform: uppercase;
            width: 100%;
            position: relative;
            -ms-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin-top: 0
        }

            .mobile-nav .mobile-item .nav li.open-search {
                margin-top: -56.5px
            }

                .mobile-nav .mobile-item .nav li.open-search a.mobile-search-item:after {
                    display: block
                }

            .mobile-nav .mobile-item .nav li .ci-icon-location {
                vertical-align: middle;
                margin: auto 0
            }

            .mobile-nav .mobile-item .nav li .ci-icon-navigation:hover {
                text-decoration: none
            }

                .mobile-nav .mobile-item .nav li .ci-icon-navigation:hover span[class*="ci-icon"] {
                    text-decoration: none
                }

            .mobile-nav .mobile-item .nav li .ci-icon-navigation span[class*="ci-icon"] {
                display: inline-block;
                vertical-align: middle;
                border-color: transparent
            }

            .mobile-nav .mobile-item .nav li a:hover:after, .mobile-nav .mobile-item .nav li a:focus:after, .mobile-nav .mobile-item .nav li a:active:after {
                color: white
            }

            .mobile-nav .mobile-item .nav li a.ci-i-cross:before {
                color: #92dbe8
            }

            .mobile-nav .mobile-item .nav li.language-item a {
                text-transform: none
            }

                .mobile-nav .mobile-item .nav li.language-item a:after {
                    display: none
                }

            .mobile-nav .mobile-item .nav li.state-select .state-item {
                display: flex
            }

                .mobile-nav .mobile-item .nav li.state-select .state-item > a {
                    vertical-align: middle;
                    margin: auto
                }

            .mobile-nav .mobile-item .nav li .search-bar .search-input-module {
                padding: 19px 5px;
                margin: 0
            }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module .input-frameless {
                    padding-bottom: 5px;
                    padding-right: 25px
                }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style label {
                    text-transform: capitalize
                }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style input[type=text], .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style label {
                    font-size: 26px
                }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style .btn-search:focus {
                    outline: auto
                }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style .btn-search:before {
                    font-size: 23px
                }

@media (min-width: 980px) and (max-width: 1199px) {
    body.mobile-open {
        left: 0
    }

    .main-nav .nav-container-left {
        width: 580px
    }

    .main-nav .nav-container-right .navbar-nav > li.logged-in:hover .dropdown-menu {
        min-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body.mobile-open {
        left: 540px
    }

    .main-nav > .container {
        width: 100%
    }

        .main-nav > .container > .row > .col-sm-1 {
            width: 8.07292%
        }

        .main-nav > .container > .row > .col-sm-2 {
            width: 16.14583%
        }

        .main-nav > .container > .row > .col-sm-3 {
            width: 24.21875%
        }

        .main-nav > .container > .row > .col-sm-4 {
            width: 32.29167%
        }

        .main-nav > .container > .row > .col-sm-5 {
            width: 40.36458%
        }

        .main-nav > .container > .row > .col-sm-6 {
            width: 48.4375%
        }

        .main-nav > .container > .row > .col-sm-7 {
            width: 56.51042%
        }

        .main-nav > .container > .row > .col-sm-8 {
            width: 64.58333%
        }

        .main-nav > .container > .row > .col-sm-9 {
            width: 72.65625%
        }

        .main-nav > .container > .row > .col-sm-10 {
            width: 80.72917%
        }

        .main-nav > .container > .row > .col-sm-11 {
            width: 88.80208%
        }

        .main-nav > .container > .row > .col-sm-12 {
            width: 96.875%
        }

        .main-nav > .container > .row > .col-sm-9.navbar-side {
            float: right;
            margin-right: -11px
        }

    .main-nav .hamburger-navbar {
        width: 60px !important
    }

    .main-nav .logo-container .duke-logo-img {
        box-sizing: border-box;
        width: auto;
        width: 100px;
        height: 45px;
        margin: 12px 0 0 2px
    }

    .main-nav .nav-container-right {
        right: -1px
    }

        .main-nav .nav-container-right ul ul a, .main-nav .nav-container-right ul ul button {
            padding: 20px
        }

        .main-nav .nav-container-right li a.customer-service:hover .glyphicon-earphone:before, .main-nav .nav-container-right li a.customer-service:focus .glyphicon-earphone:before {
            content: url("/Assets/site/img/top-nav/icon-customer-service-white.png")
        }

        .main-nav .nav-container-right .navbar-nav .icon-customer-service {
            top: 1px !important
        }

        .main-nav .nav-container-right .navbar-nav .glyphicon-earphone:before {
            content: url("/Assets/site/img/top-nav/icon-customer-service.png");
            background-size: contain;
            background-repeat: no-repeat
        }

        .main-nav .nav-container-right .navbar-nav .logged-in.showDropdown .signin {
            height: 72px
        }

        .main-nav .nav-container-right .navbar-nav .dropdown-menu {
            left: -221% !important;
            width: 242px !important;
            top: 99% !important
        }

            .main-nav .nav-container-right .navbar-nav .dropdown-menu li:first-child > a {
                border-top: 1px solid transparent
            }

            .main-nav .nav-container-right .navbar-nav .dropdown-menu li > a {
                border-top: 1px solid #dfe4e4;
                width: 100%
            }

            .main-nav .nav-container-right .navbar-nav .dropdown-menu li:first-child > a:after {
                bottom: 69px;
                left: 200px
            }

            .main-nav .nav-container-right .navbar-nav .dropdown-menu li:last-child > a {
                border-left: 1px solid transparent;
                padding-top: 20px;
                padding-bottom: 20px
            }

    .mobile-nav {
        z-index: 206
    }

        .mobile-nav.active {
            width: 540px
        }

        .mobile-nav .mobile-item .nav > li > a {
            padding: 0 30px;
            letter-spacing: 0.4px
        }

            .mobile-nav .mobile-item .nav > li > a:after {
                border-width: 6px;
                left: 32px
            }

            .mobile-nav .mobile-item .nav > li > a:before {
                top: -1px;
                right: 31px
            }

            .mobile-nav .mobile-item .nav > li > a > span.dropdown-state {
                padding-bottom: 2px
            }

            .mobile-nav .mobile-item .nav > li > a > span.ci-icon-location:before {
                font-size: 25px;
                margin-left: 2px;
                margin-right: 11px !important
            }

            .mobile-nav .mobile-item .nav > li > a > span.ci-icon-search {
                width: 21px;
                margin-right: 17px;
                margin-left: 0px
            }

                .mobile-nav .mobile-item .nav > li > a > span.ci-icon-search:before {
                    font-size: 24px
                }

        .mobile-nav .mobile-item .nav > li > button {
            border: none;
            padding: 0 30px;
            letter-spacing: 0.4px
        }

            .mobile-nav .mobile-item .nav > li > button:after {
                border-width: 9px;
                left: 32px
            }

            .mobile-nav .mobile-item .nav > li > button:before {
                top: -1px;
                right: 31px
            }

            .mobile-nav .mobile-item .nav > li > button > span.dropdown-state {
                padding-bottom: 2px
            }

            .mobile-nav .mobile-item .nav > li > button > span.ci-icon-location:before {
                font-size: 25px;
                margin-left: 2px;
                margin-right: 11px !important
            }

            .mobile-nav .mobile-item .nav > li > button > span.ci-icon-search {
                width: 21px;
                margin-right: 17px;
                margin-left: 0px
            }

                .mobile-nav .mobile-item .nav > li > button > span.ci-icon-search:before {
                    font-size: 24px
                }

        .mobile-nav .mobile-item .nav > li > ul > li a {
            padding: 0 30px
        }

        .mobile-nav .mobile-item .nav > li > ul > li > a span {
            letter-spacing: 0.4px
        }

        .mobile-nav .mobile-item .nav li .ci-icon-location:before {
            vertical-align: middle;
            margin-right: 12px
        }

        .mobile-nav .mobile-item .nav li .ci-icon-search:before {
            vertical-align: middle;
            margin-right: 0
        }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module {
            min-height: 100px
        }
}

@media (min-width: 0) and (max-width: 979px) {
    .main-nav {
        height: 50px;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        border-bottom: 1px solid #dfe4e4
    }

        .main-nav .navbar-side {
            height: 70px
        }

        .main-nav .nav-container-right ul ul a, .main-nav .nav-container-right ul ul button {
            font-size: 20px
        }

        .main-nav .navbar-nav > li > a {
            color: #077faa
        }

        .main-nav .navbar-nav > li.logged-in.showDropdown .signin {
            background-color: #0575a0;
            color: #fff
        }

        .main-nav .navbar-nav > li.logged-in.showDropdown > ul {
            display: block;
            left: -148%;
            top: 101%;
            width: auto
        }

        .main-nav .navbar-nav > li.logged-in .signin:after {
            display: none
        }

        .main-nav .hamburger-navbar {
            display: inline-flex;
            text-align: center;
            width: 13%;
            height: auto;
            padding: 24px 0px;
            line-height: 1
        }

            .main-nav .hamburger-navbar .hamburger {
                width: 100%;
                padding: 0;
                cursor: pointer;
                background: 0 0;
                border: none;
                outline: none
            }

            .main-nav .hamburger-navbar .hamburger-container {
                position: relative;
                padding: 9px 0px;
                width: 3vw;
                margin: 0 auto
            }

                .main-nav .hamburger-navbar .hamburger-container.is-active .hamburger-meat {
                    width: 0
                }

                    .main-nav .hamburger-navbar .hamburger-container.is-active .hamburger-meat:before, .main-nav .hamburger-navbar .hamburger-container.is-active .hamburger-meat:after {
                        top: 50%;
                        margin-top: -1.5px
                    }

                    .main-nav .hamburger-navbar .hamburger-container.is-active .hamburger-meat:before {
                        transform: rotate(-135deg)
                    }

                    .main-nav .hamburger-navbar .hamburger-container.is-active .hamburger-meat:after {
                        top: 50%;
                        margin-top: -1.5px;
                        transform: rotate(135deg)
                    }

                .main-nav .hamburger-navbar .hamburger-container .hamburger-meat {
                    display: block;
                    margin: 0 auto;
                    width: 100%;
                    height: 3px;
                    background-color: #005984;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                    .main-nav .hamburger-navbar .hamburger-container .hamburger-meat:before, .main-nav .hamburger-navbar .hamburger-container .hamburger-meat:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 3px;
                        background-color: #005984;
                        -webkit-transition: all .2s ease-in-out;
                        transition: all .2s ease-in-out
                    }

                    .main-nav .hamburger-navbar .hamburger-container .hamburger-meat:before {
                        top: 0
                    }

        .main-nav .nav-container-right {
            position: absolute
        }

            .main-nav .nav-container-right .search, .main-nav .nav-container-right .inner-text {
                display: block
            }

            .main-nav .nav-container-right .ci-icon-search {
                display: none !important
            }

            .main-nav .nav-container-right li a {
                border-left: 1px solid #dfe4e4;
                height: 69.5px;
                padding: 15px 0;
                width: 75.5px;
                text-align: center;
                min-width: 50px
            }

                .main-nav .nav-container-right li a:before, .main-nav .nav-container-right li a .icon-customer-service {
                    font-size: 20px
                }

    .mobile-nav {
        width: 0
    }

        .mobile-nav.active {
            left: 0
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 767px) and (min-width: 0) {
    body.mobile-open {
        left: 0
    }

    .main-nav .logo-container {
        padding-left: 0;
        width: 40.8%
    }

        .main-nav .logo-container .duke-logo-img {
            margin: 7px 0 0 20px;
            height: 31px;
            width: 70px
        }

    .main-nav .hamburger-navbar {
        padding: 15px 0px;
        width: 9%
    }

        .main-nav .hamburger-navbar .hamburger-container {
            padding: 6px 0px;
            width: 4vw
        }

            .main-nav .hamburger-navbar .hamburger-container .hamburger-meat {
                height: 2px
            }

                .main-nav .hamburger-navbar .hamburger-container .hamburger-meat:before, .main-nav .hamburger-navbar .hamburger-container .hamburger-meat:after {
                    height: 2px
                }

    .main-nav, .main-nav .navbar-side {
        height: auto;
        opacity: 1
    }

        .main-nav .navbar-side.col-xs-6.col-sm-9.col-md-6 {
            width: 58.33333333%
        }

        .main-nav .navbar-side.opacity .nav-container-right {
            opacity: 0;
            margin-right: -100%
        }

        .main-nav .navbar-nav > li {
            left: 4px
        }

            .main-nav .navbar-nav > li.logged-in.showDropdown > ul {
                left: -451%;
                top: 75%;
                width: 248px
            }

                .main-nav .navbar-nav > li.logged-in.showDropdown > ul li > a, .main-nav .navbar-nav > li.logged-in.showDropdown > ul li button {
                    letter-spacing: 0.5px;
                    padding: 20px 16px;
                    width: 100%;
                    height: 100%
                }

            .main-nav .navbar-nav > li > a:before {
                top: 1px
            }

        .main-nav .navbar-nav .icon-customer-service {
            top: 1px !important
        }

        .main-nav .navbar-nav .glyphicon-earphone:before {
            content: url("/Assets/site/img/top-nav/icon-customer-service-mobile.png");
            background-size: contain;
            background-repeat: no-repeat
        }

        .main-nav .nav-container-right {
            -ms-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            right: -21px;
            width: 100%;
            position: relative
        }

            .main-nav .nav-container-right .navbar-nav {
                max-width: 140px;
                position: absolute;
                right: 13px
            }

            .main-nav .nav-container-right ul ul a, .main-nav .nav-container-right ul ul button {
                font-size: 15px
            }

            .main-nav .nav-container-right li a {
                border-left: 1px solid #dfe4e4;
                height: 45px;
                padding: 15px 0;
                width: 45px;
                min-width: 33px
            }

                .main-nav .nav-container-right li a:before, .main-nav .nav-container-right li a .icon-customer-service {
                    font-size: 15px
                }

                .main-nav .nav-container-right li a.customer-service:hover .glyphicon-earphone:before, .main-nav .nav-container-right li a.customer-service:focus .glyphicon-earphone:before {
                    content: url("/Assets/site/img/top-nav/icon-customer-service-desktop.png")
                }

            .main-nav .nav-container-right li:first-child > a:after {
                bottom: 58px !important;
                left: 220.5px !important
            }

            .main-nav .nav-container-right li:last-child > a {
                border-left: 0;
                line-height: 17px;
                vertical-align: middle
            }

    .mobile-nav {
        width: 100%;
        left: 0;
        top: -300%;
        -moz-transition: top .3s ease-in-out;
        -o-transition: top .3s ease-in-out;
        -webkit-transition: top .3s ease-in-out;
        transition: top .3s ease-in-out
    }

        .mobile-nav.active {
            top: 45px
        }

        .mobile-nav .mobile-item .nav > li button:first-child {
            height: auto
        }

        .mobile-nav .mobile-item .nav > li .search-bar .search-input-module {
            min-height: 85px
        }

        .mobile-nav .mobile-item .nav > li > button:before {
            right: 12px;
            font-size: 22.5px
        }

        .mobile-nav .mobile-item .nav > li > button > span {
            padding-bottom: 0px;
            line-height: 22px
        }

        .mobile-nav .mobile-item .nav > li button:after {
            font-size: 15px;
            left: 10px;
            top: 13px;
            border-width: 9px
        }

        .mobile-nav .mobile-item .nav > li button:before {
            padding: 14px 0
        }

        .mobile-nav .mobile-item .nav li button {
            font-size: 16px;
            padding: 14px 13px 13px
        }

            .mobile-nav .mobile-item .nav li button > span.ci-icon-search {
                margin: 0px 0 0 0px
            }

                .mobile-nav .mobile-item .nav li button > span.ci-icon-search:before {
                    font-size: 17px
                }

            .mobile-nav .mobile-item .nav li button > span.ci-icon-location {
                padding-bottom: 4px;
                margin-left: 1px
            }

                .mobile-nav .mobile-item .nav li button > span.ci-icon-location:before {
                    font-size: 18px;
                    margin-right: 9px
                }

                .mobile-nav .mobile-item .nav li button > span.ci-icon-search:before, .mobile-nav .mobile-item .nav li button > span.ci-icon-location:before {
                    vertical-align: middle
                }

        .mobile-nav .mobile-item .nav li.open-search {
            margin-top: -41.5px
        }

        .mobile-nav .mobile-item .nav li a, .mobile-nav .mobile-item .nav li > ul > li a {
            letter-spacing: 0.3px;
            padding: 14px 13px 13px !important;
            font-size: 16px;
            position: relative;
            height: auto;
            line-height: 22px
        }

            .mobile-nav .mobile-item .nav li a.mobile-search-item, .mobile-nav .mobile-item .nav li > ul > li a.mobile-search-item {
                padding-top: 4px
            }

            .mobile-nav .mobile-item .nav li a.mobile-search-item, .mobile-nav .mobile-item .nav li > ul > li button.mobile-search-item {
                padding-top: 4px
            }
}

@media (max-width: 767px) and (min-width: 501px) {
    .mobile-nav {
        display: block
    }

    .main-nav .nav-container-right .navbar-nav {
        max-width: 175px
    }

        .main-nav .nav-container-right .navbar-nav a {
            padding: 15% 0;
            width: 58px;
            height: auto
        }

            .main-nav .nav-container-right .navbar-nav a .inner-text {
                line-height: 1
            }
}

@media (max-width: 500px) and (min-width: 0px) {
    .mobile-nav {
        display: block
    }

    .main-nav {
        min-height: none;
        height: auto
    }

        .main-nav .hamburger-navbar {
            width: 9%;
            padding: 5.3% 0px 4.4% 11px;
            margin-right: 6%
        }

            .main-nav .hamburger-navbar .hamburger-container {
                padding: 6px 0px;
                width: 6vw
            }

                .main-nav .hamburger-navbar .hamburger-container .hamburger-meat {
                    height: 2px
                }

                    .main-nav .hamburger-navbar .hamburger-container .hamburger-meat:before, .main-nav .hamburger-navbar .hamburger-container .hamburger-meat:after {
                        height: 2px
                    }

        .main-nav .logo-container {
            padding: 0;
            width: 35%;
            margin: 0% 2% 0 0%
        }

            .main-nav .logo-container a.duke-logo {
                display: block
            }

                .main-nav .logo-container a.duke-logo img {
                    width: 64.8%;
                    padding-top: 9.5%;
                    height: auto;
                    margin: 0
                }

                    .main-nav .logo-container a.duke-logo img[alt="Duke Energy Progress"] {
                        width: 55%
                    }

        .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side {
            width: 48%;
            padding: 0 !important;
            height: auto
        }

            .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side.opacity .nav-container-right {
                opacity: 1
            }

            .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side .nav-container-right {
                height: auto;
                right: auto
            }

                .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side .nav-container-right ul.navbar-nav {
                    position: relative;
                    max-width: none;
                    right: auto
                }

                    .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side .nav-container-right ul.navbar-nav > li {
                        left: 0;
                        width: 33.333%;
                        height: auto
                    }

                        .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side .nav-container-right ul.navbar-nav > li > a {
                            height: auto;
                            width: auto;
                            padding: 15.9% 0
                        }

                            .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side .nav-container-right ul.navbar-nav > li > a:before {
                                font-size: 4vw
                            }

                            .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side .nav-container-right ul.navbar-nav > li > a > span.inner-text {
                                display: block !important;
                                margin: 0;
                                padding-top: 1px;
                                line-height: 1.2;
                                font-size: 2.7vw
                            }

                        .main-nav .col-xs-2.col-sm-9.col-md-5.col-lg-5.navbar-side .nav-container-right ul.navbar-nav > li .dropdown-menu {
                            left: 0;
                            top: 104%;
                            margin-left: -125px
                        }
}

@media (max-width: 280px) and (min-width: 0) {
    .main-nav, .main-nav .navbar-side {
        padding: 0
    }

        .main-nav .nav-container-right li a {
            padding: 10px 5px 0
        }
}

.quick-links-container ul {
    visibility: hidden;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dfe4e4
}

    .quick-links-container ul.ready {
        visibility: visible
    }

    .quick-links-container ul a, .quick-links-container ul button {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.5;
        display: block;
        margin: auto;
        letter-spacing: 0.2px;
        color: #006060;
        text-decoration: none;
        background: none;
        border: none
    }

@media (max-width: 767px) {
    .quick-links-container ul a, .quick-links-container ul button {
        font-size: 2.7vw
    }
}

.quick-links-container ul a .xsmall-icon, .quick-links-container ul button .xsmall-icon {
    display: block;
    margin: 1px auto 14px
}

@media (max-width: 767px) {
    .quick-links-container ul a .xsmall-icon, .quick-links-container ul button .xsmall-icon {
        width: 70px;
        height: 70px
    }
}

@media (max-width: 500px) {
    .quick-links-container ul a .xsmall-icon, .quick-links-container ul button .xsmall-icon {
        height: auto;
        margin: 1px auto 6px
    }
}

.quick-links-container ul a:hover, .quick-links-container ul a:focus, .quick-links-container ul a:active, .quick-links-container ul button:hover, .quick-links-container ul button:focus, .quick-links-container ul button:active {
    text-decoration: none
}

    .quick-links-container ul a:hover span, .quick-links-container ul button:hover span {
        box-shadow: 0 0 0 2px #e0f6fb !important;
        background-color: #e0f6fb
    }

.quick-links-container ul button:before {
    content: '';
    display: block;
    margin-top: -50%
}

.quick-links-container ul li {
    border-left: 1px solid #dfe4e4;
    margin-top: 28px;
    margin-bottom: 28px
}

@media (max-width: 767px) and (min-width: 501px) {
    .quick-links-container ul li {
        border-bottom: 1px solid #dfe4e4;
        padding: 30px 11px 24px 11px;
        margin-top: 0;
        margin-bottom: 0
    }

        .quick-links-container ul li:nth-child(odd) {
            border-left: 0
        }

        .quick-links-container ul li:nth-child(5) {
            border-bottom: 0;
            border-left: 1px solid #dfe4e4;
            border-right: 1px solid #dfe4e4
        }
}

@media (max-width: 500px) {
    .quick-links-container ul li {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 8px
    }

        .quick-links-container ul li:nth-child(4), .quick-links-container ul li:nth-child(5) {
            border-top: 1px solid #dfe4e4
        }

        .quick-links-container ul li:nth-child(4) {
            border-left: 0
        }
}

.quick-links-container ul li:first-child {
    border-left: 0
}

@media (max-width: 500px) {
    .quick-links-container ul li.col-xs-1 {
        width: 100% !important
    }

        .quick-links-container ul li.col-xs-1 .xsmall-icon {
            width: 7.6%
        }

    .quick-links-container ul li.col-xs-2 .xsmall-icon {
        width: 15.9%
    }

    .quick-links-container ul li.col-xs-3 {
        width: 33.333% !important
    }

        .quick-links-container ul li.col-xs-3 .xsmall-icon {
            width: 25%
        }
}

.quick-links-container ul li.ql-ask-question a span {
    position: relative;
    white-space: nowrap
}

    .quick-links-container ul li.ql-ask-question a span:after {
        display: inline-block;
        border-top: 7px solid #005984;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: none;
        content: ' '
    }

@media (max-width: 500px) {
    .quick-links-container ul li.ql-ask-question a span:after {
        border-top: 5px solid #005984;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent
    }
}

.quick-links-container ul li.ql-ask-question.active a span:after {
    border-bottom: 7px solid #005984;
    border-top: none
}

@media (max-width: 500px) {
    .quick-links-container ul li.ql-ask-question.active a span:after {
        border-bottom: 5px solid #005984
    }
}

@media (min-width: 768px) {
    .quick-links-container ul li.col-sm-3, .quick-links-container ul li.col-md-3, .quick-links-container ul li.col-lg-3 {
        width: 25% !important
    }

    .quick-links-container ul li.col-sm-2, .quick-links-container ul li.col-md-2, .quick-links-container ul li.col-lg-2 {
        width: 20% !important
    }
}

.quick-links-container.active .home-mobile-menu button:before {
    content: '\e631'
}

.quick-links-container.active ul {
    visibility: visible;
    max-height: 1000px
}

.quick-item {
    border-left: #E6E6E6 1px solid;
    margin: 28px 0
}

    .quick-item a {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.5;
        display: block;
        margin: auto;
        letter-spacing: 0.2px
    }

        .quick-item a .xsmall-icon {
            display: block;
            margin: 1px auto 14px
        }

        .quick-item a:hover, .quick-item a:focus, .quick-item a:active {
            text-decoration: none
        }

@media (min-width: 768px) {
    .quick-item:first-child {
        border: 0
    }
}

.registration-container .as-link, .registration-container .state-list.intercept .skinny-link, .state-list.intercept .registration-container .skinny-link, .registration-container .state-list.skinny-prompt .skinny-link, .state-list.skinny-prompt .registration-container .skinny-link {
    padding-bottom: 2px;
    border-bottom: 2px solid #a7e1ea;
    text-decoration: none;
    letter-spacing: .4px;
    cursor: pointer;
    color: #006060
}

    .registration-container .as-link:hover, .registration-container .state-list.intercept .skinny-link:hover, .state-list.intercept .registration-container .skinny-link:hover, .registration-container .state-list.skinny-prompt .skinny-link:hover, .state-list.skinny-prompt .registration-container .skinny-link:hover {
        background-color: #e0f6fb;
        border-bottom: none;
        padding-bottom: 3px;
        text-decoration: none
    }

.registration-container .header-container {
    margin: 36px auto 33px
}

    .registration-container .header-container .header-1, .registration-container .header-container .rich-text-editor h1, .rich-text-editor .registration-container .header-container h1 {
        padding: 0;
        letter-spacing: 0.02px;
        margin-bottom: 11px;
        line-height: 1.15
    }

    .registration-container .header-container .intro-txt {
        width: 100%;
        margin-bottom: 0
    }

    .registration-container .header-container .error-message {
        text-align: center;
        margin: 33px auto 0
    }

        .registration-container .header-container .error-message * a {
            text-decoration: none;
            font-weight: bold;
            border-bottom: 2px solid;
            padding-bottom: 2px
        }

        .registration-container .header-container .error-message img {
            width: 34px;
            height: 34px;
            margin-bottom: 12px;
            margin-left: auto;
            margin-right: auto
        }

        .registration-container .header-container .error-message .invalid-span, .registration-container .header-container .error-message *, .registration-container .header-container .error-message a {
            margin-bottom: 0;
            font-size: 16px;
            color: #8b0e04;
            line-height: 1.7;
            letter-spacing: 0.5px
        }

.registration-container .invalid-span {
    font-size: 14px;
    color: #8b0e04;
    display: block;
    line-height: 1.4
}

.registration-container .bold {
    font-weight: bold !important
}

.registration-container .btn-cancel {
    color: #006060;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    cursor: pointer
}

    .registration-container .btn-cancel:hover span {
        background: #e0f6fb;
        padding: 0 3px
    }

.registration-container .registration-form {
    margin: 0 auto;
    position: relative
}

    .registration-container .registration-form .visible-block {
        visibility: visible !important
    }

    .registration-container .registration-form .each-method {
        margin-bottom: 23px;
        margin-top: 0;
        overflow: hidden;
        max-height: 130px;
        min-height: 25px
    }

        .registration-container .registration-form .each-method.active-ssr {
            margin-bottom: 8px
        }

        .registration-container .registration-form .each-method.active-dob {
            margin-bottom: 26px;
            max-height: 100%;
            overflow: visible !important
        }

        .registration-container .registration-form .each-method > label {
            background: white
        }

    .registration-container .registration-form .shared-calendar {
        display: block;
        position: relative
    }

        .registration-container .registration-form .shared-calendar.not-overflow {
            overflow: visible
        }

    .registration-container .registration-form .inside-method {
        position: relative;
        margin-top: 8px;
        -ms-transition: 0.7s linear all;
        -moz-transition: 0.7s linear all;
        -o-transition: 0.7s linear all;
        -webkit-transition: 0.7s linear all;
        transition: 0.7s linear all
    }

        .registration-container .registration-form .inside-method.not-animated {
            margin-top: -20%
        }

        .registration-container .registration-form .inside-method duke-calendar.input-required .date-area input, .registration-container .registration-form .inside-method duke-calendar.input-required .date-area input:focus {
            border-color: #8b0e04
        }

        .registration-container .registration-form .inside-method duke-calendar.ng-invalid.ng-touched .date-area input, .registration-container .registration-form .inside-method duke-calendar.ng-invalid.ng-touched .date-area input:focus {
            border-color: #8b0e04
        }

        .registration-container .registration-form .inside-method .form-group {
            padding-left: 25px;
            margin-bottom: 0
        }

            .registration-container .registration-form .inside-method .form-group input {
                width: 255px
            }

        .registration-container .registration-form .inside-method .input-group {
            width: 255px;
            margin-left: 25px;
            margin-bottom: 0
        }

            .registration-container .registration-form .inside-method .input-group .date-button {
                background: #fff;
                width: 255px;
                margin-top: 4px;
                border: 1px solid #dfe4e4
            }

                .registration-container .registration-form .inside-method .input-group .date-button.calendar-open {
                    border: 1px solid #077faa
                }

                .registration-container .registration-form .inside-method .input-group .date-button input {
                    border: none;
                    background: #fff
                }

                    .registration-container .registration-form .inside-method .input-group .date-button input.short {
                        width: 40px;
                        height: 40px;
                        padding-left: 9px
                    }

                    .registration-container .registration-form .inside-method .input-group .date-button input.month {
                        width: 48px;
                        padding-right: 0px;
                        height: 40px;
                        margin-left: 1px;
                        padding-left: 17px
                    }

                    .registration-container .registration-form .inside-method .input-group .date-button input.day {
                        padding-left: 0;
                        width: 27px;
                        padding-right: 0px
                    }

                    .registration-container .registration-form .inside-method .input-group .date-button input.year {
                        width: 60px;
                        height: 40px;
                        padding-left: 0px;
                        margin-right: 27px
                    }

                .registration-container .registration-form .inside-method .input-group .date-button span {
                    display: inline-block
                }

                    .registration-container .registration-form .inside-method .input-group .date-button span button {
                        border: none;
                        height: 47px
                    }

        .registration-container .registration-form .inside-method .invalid-span {
            margin-bottom: 3px;
            margin-top: 6px
        }

        .registration-container .registration-form .inside-method .calendar-input.with-focus:focus, .registration-container .registration-form .inside-method .calendar-input.with-focus:active {
            border: 1px solid #077faa;
            border-right: 0
        }

        .registration-container .registration-form .inside-method .calendar-input.calendar-open {
            border: 1px solid #077faa;
            border-right: 0
        }

        .registration-container .registration-form .inside-method .calendar-input.is-invalid, .registration-container .registration-form .inside-method .calendar-input.is-invalid:focus, .registration-container .registration-form .inside-method .calendar-input.is-invalid:active {
            border: 1px solid #8b0e04;
            border-right: 0
        }

        .registration-container .registration-form .inside-method .input-group-btn button {
            padding: 12.5px 20px 13.5px 24px;
            border-radius: 0;
            -ms-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
            -moz-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
            -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
            -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
            height: 50px;
            border: 1px solid #dfe4e4;
            border-left: 0;
            background-color: white;
            color: #077faa
        }

            .registration-container .registration-form .inside-method .input-group-btn button:hover, .registration-container .registration-form .inside-method .input-group-btn button:focus, .registration-container .registration-form .inside-method .input-group-btn button:active {
                background-color: white
            }

            .registration-container .registration-form .inside-method .input-group-btn button.with-focus {
                border-color: #077faa
            }

            .registration-container .registration-form .inside-method .input-group-btn button.is-invalid {
                border-color: #8b0e04
            }

        .registration-container .registration-form .inside-method .input-group-btn .calendar-icon {
            width: 23px;
            height: 23px;
            background-image: url("/Assets/site/img/core/icon-calendar-generic.png");
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            cursor: pointer
        }

        .registration-container .registration-form .inside-method .input-group-btn button {
            padding-right: 19px
        }

    .registration-container .registration-form .radio-container span {
        display: inline-block;
        vertical-align: top;
        cursor: pointer
    }

    .registration-container .registration-form .radio-container .radio-btn {
        width: 18px
    }

    .registration-container .registration-form .radio-container .radio-desc {
        width: calc(100% - 30px);
        margin-left: 4px;
        margin-top: 1px
    }

    .registration-container .registration-form .account-wrapper {
        margin-bottom: 30px
    }

    .registration-container .registration-form .account-number .form-control, .registration-container .registration-form .account-number .info-tooltip {
        display: inline-block;
        vertical-align: middle
    }

    .registration-container .registration-form .account-number .form-control {
        width: 93.478260869565217391304347826087%
    }

    .registration-container .registration-form .account-number .info-tooltip {
        margin-top: 1px;
        margin-left: 7px
    }

    .registration-container .registration-form .account-number .popover {
        max-width: 373px;
        height: 105px;
        border: 1px solid #dfe4e4;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
        border-radius: 0
    }

        .registration-container .registration-form .account-number .popover.top > .arrow {
            border-top-color: #dfe4e4
        }

        .registration-container .registration-form .account-number .popover img {
            max-width: 100%;
            max-height: 100%
        }

        .registration-container .registration-form .account-number .popover .popover-content {
            padding: 0
        }

    .registration-container .registration-form .verify-methods > label:first-child {
        margin-bottom: 19px;
        letter-spacing: 0.6px
    }

    .registration-container .registration-form .verify-methods label {
        font-size: 16px;
        color: dimgray;
        font-weight: normal;
        margin-bottom: 0;
        display: block;
        position: relative;
        z-index: 3
    }

    .registration-container .registration-form input {
        height: 50px
    }

        .registration-container .registration-form input[type=radio] {
            padding: 0;
            margin: 0
        }

            .registration-container .registration-form input[type=radio] + label {
                position: relative;
                font-weight: normal
            }

                .registration-container .registration-form input[type=radio] + label:after {
                    content: ''
                }

                .registration-container .registration-form input[type=radio] + label > span.radio-btn span {
                    display: inline-block;
                    width: 18px;
                    height: 18px;
                    vertical-align: middle;
                    cursor: pointer;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    margin: 3px 10px 3px 0;
                    border: 1px solid #dfe4e4;
                    background: white;
                    vertical-align: bottom
                }

            .registration-container .registration-form input[type=radio]:checked + label {
                position: relative
            }

                .registration-container .registration-form input[type=radio]:checked + label:after {
                    content: ''
                }

                .registration-container .registration-form input[type=radio]:checked + label > span.radio-btn span:before {
                    content: "";
                    display: block;
                    width: 10px;
                    height: 10px;
                    margin: 3px;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    background: #077faa
                }

            .registration-container .registration-form input[type=radio]:focus + label > span.radio-btn span {
                border-color: dimgray
            }

    .registration-container .registration-form input, .registration-container .registration-form select, .registration-container .registration-form textarea {
        border-radius: 0;
        border: 1px solid #dfe4e4;
        font-size: 16px;
        box-shadow: none;
        padding: 6px 17px;
        letter-spacing: 0.4px;
        color: dimgray
    }

        .registration-container .registration-form input::-webkit-input-placeholder, .registration-container .registration-form select::-webkit-input-placeholder, .registration-container .registration-form textarea::-webkit-input-placeholder {
            color: dimgray
        }

        .registration-container .registration-form input:-moz-placeholder, .registration-container .registration-form select:-moz-placeholder, .registration-container .registration-form textarea:-moz-placeholder {
            color: dimgray
        }

        .registration-container .registration-form input::-moz-placeholder, .registration-container .registration-form select::-moz-placeholder, .registration-container .registration-form textarea::-moz-placeholder {
            color: dimgray
        }

        .registration-container .registration-form input:-ms-input-placeholder, .registration-container .registration-form select:-ms-input-placeholder, .registration-container .registration-form textarea:-ms-input-placeholder {
            color: dimgray
        }

        .registration-container .registration-form input::-ms-input-placeholder, .registration-container .registration-form select::-ms-input-placeholder, .registration-container .registration-form textarea::-ms-input-placeholder {
            color: dimgray
        }

        .registration-container .registration-form input:focus, .registration-container .registration-form select:focus, .registration-container .registration-form textarea:focus {
            box-shadow: none;
            border: 1px solid #077faa
        }

        .registration-container .registration-form input.invalid-input, .registration-container .registration-form input.invalid-input:focus, .registration-container .registration-form select.invalid-input, .registration-container .registration-form select.invalid-input:focus, .registration-container .registration-form textarea.invalid-input, .registration-container .registration-form textarea.invalid-input:focus {
            border-color: #8b0e04
        }

    .registration-container .registration-form .info-tooltip {
        width: 17px;
        height: 17px;
        cursor: pointer;
        background-image: url("/Assets/site/img/core/tooltip.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 17px;
        border: 0;
        box-shadow: none;
        background-color: transparent
    }

        .registration-container .registration-form .info-tooltip.active, .registration-container .registration-form .info-tooltip:hover {
            background-position: center top
        }

    .registration-container .registration-form .submit-buttons {
        text-align: center;
        margin: 44px auto
    }

        .registration-container .registration-form .submit-buttons.active-dob {
            margin-top: 44px
        }

        .registration-container .registration-form .submit-buttons .btn-main-blue, .registration-container .registration-form .submit-buttons .btn-small-main-blue, .registration-container .registration-form .submit-buttons .btn-medium-main-blue, .registration-container .registration-form .submit-buttons .btn-large-main-blue {
            height: 70px
        }

    .registration-container .registration-form .btn-cancel {
        margin-top: 35px;
        line-height: .8;
        background-color: transparent;
        border: 0;
        margin: 39px auto 0 !important;
        padding: 3px
    }

        .registration-container .registration-form .btn-cancel:hover, .registration-container .registration-form .btn-cancel:focus {
            background: #e0f6fb
        }

    .registration-container .registration-form .invalid-span {
        margin-top: 6px;
        visibility: hidden;
        font-weight: bold;
        line-height: .8;
        letter-spacing: 0.5px
    }

@media (min-width: 1200px) {
    .registration-container .header-container {
        max-width: 945px
    }

        .registration-container .header-container .error-message {
            width: 810px
        }

    .registration-container .registration-form {
        width: 555px
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .registration-container .header-container {
        max-width: 780px
    }

        .registration-container .header-container .error-message {
            width: 660px
        }

    .registration-container .registration-form {
        width: 460px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .registration-container .header-container {
        margin: 39px auto 33px;
        max-width: 640px
    }

        .registration-container .header-container.error-message {
            margin-bottom: 32px
        }

        .registration-container .header-container .header-1, .registration-container .header-container .rich-text-editor h1, .rich-text-editor .registration-container .header-container h1 {
            letter-spacing: 0.2px;
            margin-bottom: 13px;
            font-size: 50px
        }

        .registration-container .header-container .error-message {
            width: 640px;
            margin-top: 34px
        }

    .registration-container .registration-form {
        width: 352px
    }

        .registration-container .registration-form .account-wrapper {
            margin-bottom: 29px
        }

        .registration-container .registration-form .account-number .form-control {
            width: 91.477272727272727272727272727273%
        }

        .registration-container .registration-form .account-number .info-tooltip.error-message {
            margin-left: 5px
        }

        .registration-container .registration-form .each-method {
            margin-bottom: 20px;
            min-height: 51px
        }

            .registration-container .registration-form .each-method.active-dob {
                margin-bottom: 29px
            }

            .registration-container .registration-form .each-method.dob {
                min-height: 25px
            }

        .registration-container .registration-form .inside-method.not-animated > .form-group {
            display: none
        }

        .registration-container .registration-form .inside-method .invalid-span {
            margin-left: 2px
        }

        .registration-container .registration-form .inside-method .input-group {
            margin-left: 27px
        }
}

@media (max-width: 767px) {
    .ns-popover-tooltip-theme {
        width: 100%
    }

        .ns-popover-tooltip-theme.ns-popover-top-placement {
            left: 0 !important
        }

            .ns-popover-tooltip-theme.ns-popover-top-placement .triangle {
                right: 11px !important;
                bottom: -11px;
                margin-left: -11px;
                left: initial !important
            }

        .ns-popover-tooltip-theme .ns-popover-tooltip, .ns-popover-tooltip-theme .ns-popover-tooltip img {
            max-width: 100% !important;
            text-align: center
        }

    .registration-container .header-container {
        margin: 43px auto 24px;
        max-width: 100%;
        width: 100%
    }

        .registration-container .header-container.error-message {
            margin-bottom: 21px
        }

        .registration-container .header-container .header-1, .registration-container .header-container .rich-text-editor h1, .rich-text-editor .registration-container .header-container h1 {
            font-size: 30px;
            letter-spacing: 0.2px;
            margin-bottom: 7px
        }

        .registration-container .header-container .intro-txt {
            width: 95%;
            margin: auto
        }

        .registration-container .header-container .error-message {
            margin: 25px auto 0
        }

            .registration-container .header-container .error-message img {
                margin-bottom: 11px
            }

            .registration-container .header-container .error-message .invalid-span {
                line-height: 1.65;
                letter-spacing: .4px
            }

    .registration-container .invalid-span {
        font-size: 11px;
        letter-spacing: .4px
    }

    .registration-container .registration-form {
        width: 100%;
        margin-top: 0
    }

        .registration-container .registration-form .invalid-span {
            margin-top: 7px
        }

        .registration-container .registration-form .account-number .form-control {
            width: 89%
        }

        .registration-container .registration-form .account-number .popover {
            max-width: 94%;
            height: 87px;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50% !important
        }

            .registration-container .registration-form .account-number .popover.top > .arrow {
                left: 95% !important
            }

            .registration-container .registration-form .account-number .popover .popover-content {
                height: 87px
            }

            .registration-container .registration-form .account-number .popover img {
                width: 100%;
                max-height: 98%
            }

        .registration-container .registration-form .account-number .info-tooltip {
            background-size: 19px;
            margin-right: 19px;
            width: 19px;
            height: 19px
        }

        .registration-container .registration-form .account-wrapper {
            margin-bottom: 32px
        }

        .registration-container .registration-form .radio-container .radio-desc {
            margin-top: 2px
        }

        .registration-container .registration-form .each-method {
            margin-bottom: 21px;
            min-height: 51px
        }

            .registration-container .registration-form .each-method.dob {
                min-height: 25px
            }

        .registration-container .registration-form .inside-method .form-group {
            padding-left: 28px
        }

            .registration-container .registration-form .inside-method .form-group input {
                width: 100%
            }

        .registration-container .registration-form .inside-method .input-group {
            margin-left: 28px;
            width: 238px
        }

            .registration-container .registration-form .inside-method .input-group .date-button {
                width: 100%
            }

                .registration-container .registration-form .inside-method .input-group .date-button input.year {
                    margin-right: 11px
                }

            .registration-container .registration-form .inside-method .input-group input {
                padding: 6px 16px;
                letter-spacing: 0px
            }
}

.ns-popover-tooltip-theme {
    box-sizing: border-box;
    z-index: 100;
    background-color: transparent
}

    .ns-popover-tooltip-theme .triangle {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 11px;
        border-color: transparent;
        position: absolute
    }

        .ns-popover-tooltip-theme .triangle:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border: solid 10px;
            border-color: transparent;
            position: absolute
        }

    .ns-popover-tooltip-theme.ns-popover-top-placement .triangle {
        border-top-color: #dfe4e4;
        left: 50%;
        bottom: -11px;
        margin-left: -11px
    }

        .ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
            border-top-color: #fff;
            border-bottom-width: 0;
            bottom: 1px;
            margin-left: -10px
        }

    .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle {
        left: 50%;
        top: -11px;
        margin-left: -11px;
        border-bottom-color: #dfe4e4
    }

        .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
            border-bottom-color: #fff;
            border-top-width: 0;
            top: 1px;
            margin-left: -10px
        }

    .ns-popover-tooltip-theme.ns-popover-right-placement .triangle {
        border-right-color: #dfe4e4;
        top: 50%;
        left: -11px;
        margin-top: -11px
    }

        .ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
            border-right-color: #fff;
            border-left-width: 0;
            left: 1px;
            bottom: -10px
        }

    .ns-popover-tooltip-theme.ns-popover-left-placement .triangle {
        border-left-color: #dfe4e4;
        top: 50%;
        right: -11px;
        margin-top: -11px
    }

        .ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
            border-left-color: #fff;
            border-right-width: 0;
            right: 1px;
            bottom: -10px
        }

    .ns-popover-tooltip-theme.ns-popover-left-align .ns-popover-tooltip {
        margin-left: 0
    }

    .ns-popover-tooltip-theme.ns-popover-right-align .ns-popover-tooltip {
        margin-right: 0
    }

    .ns-popover-tooltip-theme.ns-popover-top-align .ns-popover-tooltip {
        margin-top: 0
    }

    .ns-popover-tooltip-theme.ns-popover-bottom-align .ns-popover-tooltip {
        margin-bottom: 0
    }

    .ns-popover-tooltip-theme .ns-popover-tooltip {
        box-sizing: border-box;
        border: solid 1px #dfe4e4;
        border-radius: 0;
        background-color: #fff;
        margin: 10px;
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
        box-shadow: 0 1px 10px rgba(0,0,0,0.15);
        overflow: hidden
    }

        .ns-popover-tooltip-theme .ns-popover-tooltip, .ns-popover-tooltip-theme .ns-popover-tooltip img {
            max-width: 373px;
            max-height: 105px
        }

.auth.request-temporary-password .duke-form [required] + label:after, .auth.request-temporary-password .duke-form [required] .ui-select-placeholder:after, .auth.request-temporary-password .duke-form .form-control.required + label:after, .auth.request-temporary-password .duke-form .form-control.required .ui-select-placeholder:after {
    content: ""
}

.auth.request-temporary-password .error-container {
    width: 629px;
    margin: 0 auto 35px
}

@media (max-width: 767px) and (min-width: 0) {
    .auth.request-temporary-password .error-container {
        width: 100%
    }
}

.auth.request-temporary-password .auth-body .auth-form {
    margin-top: -6px
}

    .auth.request-temporary-password .auth-body .auth-form.duke-form form {
        padding-top: 0
    }

        .auth.request-temporary-password .auth-body .auth-form.duke-form form > .form-group {
            margin-bottom: 0
        }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .form-group.main-input-an {
        margin-bottom: 51px
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .form-group.radiolist-container {
        margin-bottom: 8px
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .radio-container .radio-desc {
        letter-spacing: 0.025em;
        line-height: 1.6
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .invalid-label {
        top: -20px;
        line-height: 1.5;
        letter-spacing: 0.025em
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form input {
        letter-spacing: 0.025em;
        line-height: 1.6
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .info-tooltip {
        right: -21px
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .tooltip.left {
        right: 0px
    }

        .auth.request-temporary-password .auth-body .auth-form.duke-form .tooltip.left .tooltip-arrow {
            top: 16px !important
        }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .tooltip .tooltip-inner {
        padding: 20px;
        max-width: 180px
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .recaptcha-container {
        margin-bottom: 34px
    }

.auth.request-temporary-password .auth-body .form-actions {
    margin-bottom: 44px
}

    .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-main-blue:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-small-main-blue:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-medium-main-blue:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-large-main-blue:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-reverse:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-small-reverse:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-medium-reverse:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-large-reverse:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-light:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-submit:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-previous:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-blue:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-aqua-blue:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-dark-blue:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-green:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-white:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-white-blue:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-white-whitebackground:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-grey:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-light-grey:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .btn-disabled:first-of-type, .auth.request-temporary-password .auth-body .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:first-of-type, .general-form-styles .toggle-btn-container .auth.request-temporary-password .auth-body .form-actions .buttons-group .toggle-btn:first-of-type {
        margin-right: 0;
        margin-bottom: 33px
    }

.auth.request-temporary-password .auth-body .tab-intro {
    margin-top: 0px
}

.auth.request-temporary-password .auth-body .account-tabs .nav-tabs {
    padding: 0
}

.auth.request-temporary-password .auth-body .account-tabs .tab-content {
    padding-top: 52px
}

.auth.request-temporary-password .auth-header {
    margin-top: 0px
}

.auth.temporary-password-requested .auth-body .form-actions .btn, .auth.temporary-password-requested .auth-body .form-actions .btn-main-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-small-main-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-medium-main-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-large-main-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-reverse, .auth.temporary-password-requested .auth-body .form-actions .btn-small-reverse, .auth.temporary-password-requested .auth-body .form-actions .btn-medium-reverse, .auth.temporary-password-requested .auth-body .form-actions .btn-large-reverse, .auth.temporary-password-requested .auth-body .form-actions .btn-light, .auth.temporary-password-requested .auth-body .form-actions .btn-submit, .auth.temporary-password-requested .auth-body .form-actions .btn-previous, .auth.temporary-password-requested .auth-body .form-actions .btn-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-aqua-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-dark-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-green, .auth.temporary-password-requested .auth-body .form-actions .btn-white, .auth.temporary-password-requested .auth-body .form-actions .btn-white-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-white-whitebackground, .auth.temporary-password-requested .auth-body .form-actions .btn-grey, .auth.temporary-password-requested .auth-body .form-actions .btn-light-grey, .auth.temporary-password-requested .auth-body .form-actions .btn-disabled, .auth.temporary-password-requested .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth.temporary-password-requested .auth-body .form-actions .toggle-btn {
    margin-bottom: 7px
}

.auth.business-verification .auth-header .page-intro.error {
    margin-bottom: 0;
    line-height: 1.6;
    letter-spacing: 0.025em
}

.auth.business-verification .auth-body .auth-form.duke-form form > .form-group {
    margin-top: 6px;
    margin-bottom: 45px;
    padding-left: 0;
    padding-right: 0
}

    .auth.business-verification .auth-body .auth-form.duke-form form > .form-group label.label-copy.label-placeholder {
        left: 20px
    }

    .auth.business-verification .auth-body .auth-form.duke-form form > .form-group .inside-method label.label-copy.label-placeholder {
        left: 40px;
        top: 14px
    }

    .auth.business-verification .auth-body .auth-form.duke-form form > .form-group radio-list > div > label {
        left: 0
    }

    .auth.business-verification .auth-body .auth-form.duke-form form > .form-group.no-margin {
        margin: 0
    }

.auth.business-verification .auth-body .auth-form.duke-form .form-group.recaptcha-container {
    margin-top: 8px;
    margin-bottom: 34px
}

.auth.business-verification .auth-body .auth-form.duke-form .form-group.radiolist-container {
    margin-bottom: 9px
}

.auth.business-verification .auth-body .auth-form.duke-form .form-control.ng-valid:not(.empty) + label {
    left: auto
}

.auth.business-verification .auth-body .auth-form.duke-form .form-control:focus + label {
    left: auto
}

.auth.business-verification .auth-body .auth-form.duke-form .info-tooltip {
    right: -31px
}

.business-verification .duke-form label {
    left: 21px
}

@media only screen and (max-width: 767px) {
    .auth.request-temporary-password .auth-body .auth-form.duke-form .info-tooltip {
        left: calc(90% + 3px)
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .tooltip.left {
        right: 32px
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .recaptcha-container {
        margin-bottom: 33px
    }

    .auth.request-temporary-password .auth-body .auth-form.duke-form .form-group.radiolist-container {
        margin-bottom: 8px
    }

    .auth.temporary-password-requested .auth-body .form-actions .btn, .auth.temporary-password-requested .auth-body .form-actions .btn-main-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-small-main-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-medium-main-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-large-main-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-reverse, .auth.temporary-password-requested .auth-body .form-actions .btn-small-reverse, .auth.temporary-password-requested .auth-body .form-actions .btn-medium-reverse, .auth.temporary-password-requested .auth-body .form-actions .btn-large-reverse, .auth.temporary-password-requested .auth-body .form-actions .btn-light, .auth.temporary-password-requested .auth-body .form-actions .btn-submit, .auth.temporary-password-requested .auth-body .form-actions .btn-previous, .auth.temporary-password-requested .auth-body .form-actions .btn-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-aqua-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-dark-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-green, .auth.temporary-password-requested .auth-body .form-actions .btn-white, .auth.temporary-password-requested .auth-body .form-actions .btn-white-blue, .auth.temporary-password-requested .auth-body .form-actions .btn-white-whitebackground, .auth.temporary-password-requested .auth-body .form-actions .btn-grey, .auth.temporary-password-requested .auth-body .form-actions .btn-light-grey, .auth.temporary-password-requested .auth-body .form-actions .btn-disabled, .auth.temporary-password-requested .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth.temporary-password-requested .auth-body .form-actions .toggle-btn {
        margin-top: 21px
    }

    .auth.business-verification .auth-header {
        margin-bottom: 26px
    }

        .auth.business-verification .auth-header .page-intro-icon.error {
            margin-top: 10px;
            margin-bottom: 7px
        }

        .auth.business-verification .auth-header .page-intro.error {
            font-size: 15px
        }

    .auth.business-verification .auth-body .auth-form.duke-form {
        margin-top: -17px
    }

        .auth.business-verification .auth-body .auth-form.duke-form form > .form-group {
            margin-top: 26px;
            margin-bottom: 24px
        }

        .auth.business-verification .auth-body .auth-form.duke-form .info-tooltip {
            left: calc(91% + 11px)
        }

        .auth.business-verification .auth-body .auth-form.duke-form .has-tooltip {
            max-width: 91%
        }

        .auth.business-verification .auth-body .auth-form.duke-form .form-group.recaptcha-container {
            margin-bottom: 33px
        }
}

@media screen and (max-width: 320px) {
    .auth.business-verification .auth-body .auth-form.duke-form .info-tooltip {
        left: calc(89% + 11px)
    }

    .auth.business-verification .auth-body .auth-form.duke-form .has-tooltip {
        max-width: 89%
    }
}

.well, .rich-text-editor .well2, .rich-text-editor .well-lg, .rich-text-editor .well-sm {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

    .well blockquote, .rich-text-editor .well2 blockquote, .rich-text-editor .well-lg blockquote, .rich-text-editor .well-sm blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.label, .rich-text-editor .label2, .rich-text-editor .label-default, .rich-text-editor .label-primary, .rich-text-editor .label-success, .rich-text-editor .label-info, .rich-text-editor .label-warning, .rich-text-editor .label-danger {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty, .rich-text-editor .label2:empty, .rich-text-editor .label-default:empty, .rich-text-editor .label-primary:empty, .rich-text-editor .label-success:empty, .rich-text-editor .label-info:empty, .rich-text-editor .label-warning:empty, .rich-text-editor .label-danger:empty {
        display: none
    }

.btn .label, .btn-main-blue .label, .btn-small-main-blue .label, .btn-medium-main-blue .label, .btn-large-main-blue .label, .btn-reverse .label, .btn-small-reverse .label, .btn-medium-reverse .label, .btn-large-reverse .label, .btn-light .label, .btn-submit .label, .btn-previous .label, .btn-blue .label, a.btn-blue .label, .btn-aqua-blue .label, a.btn-aqua-blue .label, .btn-dark-blue .label, a.btn-dark-blue .label, input.btn-dark-blue .label, .btn-green .label, a.btn-green .label, .btn-white .label, a.btn-white .label, .btn-white-blue .label, a.btn-white-blue .label, .btn-white-whitebackground .label, a.btn-white-whitebackground .label, input.btn-white-whitebackground[type="button"] .label, .btn-grey .label, a.btn-grey .label, input.btn-grey[type="button"] .label, .btn-light-grey .label, a.btn-light-grey .label, input.btn-light-grey[type="button"] .label, .btn-disabled .label, .general-form-styles .toggle-btn-container .toggle-btn .label, .btn .rich-text-editor .label2, .rich-text-editor .btn .label2, .btn-main-blue .rich-text-editor .label2, .rich-text-editor .btn-main-blue .label2, .btn-small-main-blue .rich-text-editor .label2, .rich-text-editor .btn-small-main-blue .label2, .btn-medium-main-blue .rich-text-editor .label2, .rich-text-editor .btn-medium-main-blue .label2, .btn-large-main-blue .rich-text-editor .label2, .rich-text-editor .btn-large-main-blue .label2, .btn-reverse .rich-text-editor .label2, .rich-text-editor .btn-reverse .label2, .btn-small-reverse .rich-text-editor .label2, .rich-text-editor .btn-small-reverse .label2, .btn-medium-reverse .rich-text-editor .label2, .rich-text-editor .btn-medium-reverse .label2, .btn-large-reverse .rich-text-editor .label2, .rich-text-editor .btn-large-reverse .label2, .btn-light .rich-text-editor .label2, .rich-text-editor .btn-light .label2, .btn-submit .rich-text-editor .label2, .rich-text-editor .btn-submit .label2, .btn-previous .rich-text-editor .label2, .rich-text-editor .btn-previous .label2, .btn-blue .rich-text-editor .label2, .rich-text-editor .btn-blue .label2, a.btn-blue .rich-text-editor .label2, .rich-text-editor a.btn-blue .label2, .btn-aqua-blue .rich-text-editor .label2, .rich-text-editor .btn-aqua-blue .label2, a.btn-aqua-blue .rich-text-editor .label2, .rich-text-editor a.btn-aqua-blue .label2, .btn-dark-blue .rich-text-editor .label2, .rich-text-editor .btn-dark-blue .label2, a.btn-dark-blue .rich-text-editor .label2, .rich-text-editor a.btn-dark-blue .label2, input.btn-dark-blue .rich-text-editor .label2, .rich-text-editor input.btn-dark-blue .label2, .btn-green .rich-text-editor .label2, .rich-text-editor .btn-green .label2, a.btn-green .rich-text-editor .label2, .rich-text-editor a.btn-green .label2, .btn-white .rich-text-editor .label2, .rich-text-editor .btn-white .label2, a.btn-white .rich-text-editor .label2, .rich-text-editor a.btn-white .label2, .btn-white-blue .rich-text-editor .label2, .rich-text-editor .btn-white-blue .label2, a.btn-white-blue .rich-text-editor .label2, .rich-text-editor a.btn-white-blue .label2, .btn-white-whitebackground .rich-text-editor .label2, .rich-text-editor .btn-white-whitebackground .label2, a.btn-white-whitebackground .rich-text-editor .label2, .rich-text-editor a.btn-white-whitebackground .label2, input.btn-white-whitebackground[type="button"] .rich-text-editor .label2, .rich-text-editor input.btn-white-whitebackground[type="button"] .label2, .btn-grey .rich-text-editor .label2, .rich-text-editor .btn-grey .label2, a.btn-grey .rich-text-editor .label2, .rich-text-editor a.btn-grey .label2, input.btn-grey[type="button"] .rich-text-editor .label2, .rich-text-editor input.btn-grey[type="button"] .label2, .btn-light-grey .rich-text-editor .label2, .rich-text-editor .btn-light-grey .label2, a.btn-light-grey .rich-text-editor .label2, .rich-text-editor a.btn-light-grey .label2, input.btn-light-grey[type="button"] .rich-text-editor .label2, .rich-text-editor input.btn-light-grey[type="button"] .label2, .btn-disabled .rich-text-editor .label2, .rich-text-editor .btn-disabled .label2, .general-form-styles .toggle-btn-container .toggle-btn .rich-text-editor .label2, .rich-text-editor .general-form-styles .toggle-btn-container .toggle-btn .label2, .btn .rich-text-editor .label-default, .rich-text-editor .btn .label-default, .btn-main-blue .rich-text-editor .label-default, .rich-text-editor .btn-main-blue .label-default, .btn-small-main-blue .rich-text-editor .label-default, .rich-text-editor .btn-small-main-blue .label-default, .btn-medium-main-blue .rich-text-editor .label-default, .rich-text-editor .btn-medium-main-blue .label-default, .btn-large-main-blue .rich-text-editor .label-default, .rich-text-editor .btn-large-main-blue .label-default, .btn-reverse .rich-text-editor .label-default, .rich-text-editor .btn-reverse .label-default, .btn-small-reverse .rich-text-editor .label-default, .rich-text-editor .btn-small-reverse .label-default, .btn-medium-reverse .rich-text-editor .label-default, .rich-text-editor .btn-medium-reverse .label-default, .btn-large-reverse .rich-text-editor .label-default, .rich-text-editor .btn-large-reverse .label-default, .btn-light .rich-text-editor .label-default, .rich-text-editor .btn-light .label-default, .btn-submit .rich-text-editor .label-default, .rich-text-editor .btn-submit .label-default, .btn-previous .rich-text-editor .label-default, .rich-text-editor .btn-previous .label-default, .btn-blue .rich-text-editor .label-default, .rich-text-editor .btn-blue .label-default, a.btn-blue .rich-text-editor .label-default, .rich-text-editor a.btn-blue .label-default, .btn-aqua-blue .rich-text-editor .label-default, .rich-text-editor .btn-aqua-blue .label-default, a.btn-aqua-blue .rich-text-editor .label-default, .rich-text-editor a.btn-aqua-blue .label-default, .btn-dark-blue .rich-text-editor .label-default, .rich-text-editor .btn-dark-blue .label-default, a.btn-dark-blue .rich-text-editor .label-default, .rich-text-editor a.btn-dark-blue .label-default, input.btn-dark-blue .rich-text-editor .label-default, .rich-text-editor input.btn-dark-blue .label-default, .btn-green .rich-text-editor .label-default, .rich-text-editor .btn-green .label-default, a.btn-green .rich-text-editor .label-default, .rich-text-editor a.btn-green .label-default, .btn-white .rich-text-editor .label-default, .rich-text-editor .btn-white .label-default, a.btn-white .rich-text-editor .label-default, .rich-text-editor a.btn-white .label-default, .btn-white-blue .rich-text-editor .label-default, .rich-text-editor .btn-white-blue .label-default, a.btn-white-blue .rich-text-editor .label-default, .rich-text-editor a.btn-white-blue .label-default, .btn-white-whitebackground .rich-text-editor .label-default, .rich-text-editor .btn-white-whitebackground .label-default, a.btn-white-whitebackground .rich-text-editor .label-default, .rich-text-editor a.btn-white-whitebackground .label-default, input.btn-white-whitebackground[type="button"] .rich-text-editor .label-default, .rich-text-editor input.btn-white-whitebackground[type="button"] .label-default, .btn-grey .rich-text-editor .label-default, .rich-text-editor .btn-grey .label-default, a.btn-grey .rich-text-editor .label-default, .rich-text-editor a.btn-grey .label-default, input.btn-grey[type="button"] .rich-text-editor .label-default, .rich-text-editor input.btn-grey[type="button"] .label-default, .btn-light-grey .rich-text-editor .label-default, .rich-text-editor .btn-light-grey .label-default, a.btn-light-grey .rich-text-editor .label-default, .rich-text-editor a.btn-light-grey .label-default, input.btn-light-grey[type="button"] .rich-text-editor .label-default, .rich-text-editor input.btn-light-grey[type="button"] .label-default, .btn-disabled .rich-text-editor .label-default, .rich-text-editor .btn-disabled .label-default, .general-form-styles .toggle-btn-container .toggle-btn .rich-text-editor .label-default, .rich-text-editor .general-form-styles .toggle-btn-container .toggle-btn .label-default, .btn .rich-text-editor .label-primary, .rich-text-editor .btn .label-primary, .btn-main-blue .rich-text-editor .label-primary, .rich-text-editor .btn-main-blue .label-primary, .btn-small-main-blue .rich-text-editor .label-primary, .rich-text-editor .btn-small-main-blue .label-primary, .btn-medium-main-blue .rich-text-editor .label-primary, .rich-text-editor .btn-medium-main-blue .label-primary, .btn-large-main-blue .rich-text-editor .label-primary, .rich-text-editor .btn-large-main-blue .label-primary, .btn-reverse .rich-text-editor .label-primary, .rich-text-editor .btn-reverse .label-primary, .btn-small-reverse .rich-text-editor .label-primary, .rich-text-editor .btn-small-reverse .label-primary, .btn-medium-reverse .rich-text-editor .label-primary, .rich-text-editor .btn-medium-reverse .label-primary, .btn-large-reverse .rich-text-editor .label-primary, .rich-text-editor .btn-large-reverse .label-primary, .btn-light .rich-text-editor .label-primary, .rich-text-editor .btn-light .label-primary, .btn-submit .rich-text-editor .label-primary, .rich-text-editor .btn-submit .label-primary, .btn-previous .rich-text-editor .label-primary, .rich-text-editor .btn-previous .label-primary, .btn-blue .rich-text-editor .label-primary, .rich-text-editor .btn-blue .label-primary, a.btn-blue .rich-text-editor .label-primary, .rich-text-editor a.btn-blue .label-primary, .btn-aqua-blue .rich-text-editor .label-primary, .rich-text-editor .btn-aqua-blue .label-primary, a.btn-aqua-blue .rich-text-editor .label-primary, .rich-text-editor a.btn-aqua-blue .label-primary, .btn-dark-blue .rich-text-editor .label-primary, .rich-text-editor .btn-dark-blue .label-primary, a.btn-dark-blue .rich-text-editor .label-primary, .rich-text-editor a.btn-dark-blue .label-primary, input.btn-dark-blue .rich-text-editor .label-primary, .rich-text-editor input.btn-dark-blue .label-primary, .btn-green .rich-text-editor .label-primary, .rich-text-editor .btn-green .label-primary, a.btn-green .rich-text-editor .label-primary, .rich-text-editor a.btn-green .label-primary, .btn-white .rich-text-editor .label-primary, .rich-text-editor .btn-white .label-primary, a.btn-white .rich-text-editor .label-primary, .rich-text-editor a.btn-white .label-primary, .btn-white-blue .rich-text-editor .label-primary, .rich-text-editor .btn-white-blue .label-primary, a.btn-white-blue .rich-text-editor .label-primary, .rich-text-editor a.btn-white-blue .label-primary, .btn-white-whitebackground .rich-text-editor .label-primary, .rich-text-editor .btn-white-whitebackground .label-primary, a.btn-white-whitebackground .rich-text-editor .label-primary, .rich-text-editor a.btn-white-whitebackground .label-primary, input.btn-white-whitebackground[type="button"] .rich-text-editor .label-primary, .rich-text-editor input.btn-white-whitebackground[type="button"] .label-primary, .btn-grey .rich-text-editor .label-primary, .rich-text-editor .btn-grey .label-primary, a.btn-grey .rich-text-editor .label-primary, .rich-text-editor a.btn-grey .label-primary, input.btn-grey[type="button"] .rich-text-editor .label-primary, .rich-text-editor input.btn-grey[type="button"] .label-primary, .btn-light-grey .rich-text-editor .label-primary, .rich-text-editor .btn-light-grey .label-primary, a.btn-light-grey .rich-text-editor .label-primary, .rich-text-editor a.btn-light-grey .label-primary, input.btn-light-grey[type="button"] .rich-text-editor .label-primary, .rich-text-editor input.btn-light-grey[type="button"] .label-primary, .btn-disabled .rich-text-editor .label-primary, .rich-text-editor .btn-disabled .label-primary, .general-form-styles .toggle-btn-container .toggle-btn .rich-text-editor .label-primary, .rich-text-editor .general-form-styles .toggle-btn-container .toggle-btn .label-primary, .btn .rich-text-editor .label-success, .rich-text-editor .btn .label-success, .btn-main-blue .rich-text-editor .label-success, .rich-text-editor .btn-main-blue .label-success, .btn-small-main-blue .rich-text-editor .label-success, .rich-text-editor .btn-small-main-blue .label-success, .btn-medium-main-blue .rich-text-editor .label-success, .rich-text-editor .btn-medium-main-blue .label-success, .btn-large-main-blue .rich-text-editor .label-success, .rich-text-editor .btn-large-main-blue .label-success, .btn-reverse .rich-text-editor .label-success, .rich-text-editor .btn-reverse .label-success, .btn-small-reverse .rich-text-editor .label-success, .rich-text-editor .btn-small-reverse .label-success, .btn-medium-reverse .rich-text-editor .label-success, .rich-text-editor .btn-medium-reverse .label-success, .btn-large-reverse .rich-text-editor .label-success, .rich-text-editor .btn-large-reverse .label-success, .btn-light .rich-text-editor .label-success, .rich-text-editor .btn-light .label-success, .btn-submit .rich-text-editor .label-success, .rich-text-editor .btn-submit .label-success, .btn-previous .rich-text-editor .label-success, .rich-text-editor .btn-previous .label-success, .btn-blue .rich-text-editor .label-success, .rich-text-editor .btn-blue .label-success, a.btn-blue .rich-text-editor .label-success, .rich-text-editor a.btn-blue .label-success, .btn-aqua-blue .rich-text-editor .label-success, .rich-text-editor .btn-aqua-blue .label-success, a.btn-aqua-blue .rich-text-editor .label-success, .rich-text-editor a.btn-aqua-blue .label-success, .btn-dark-blue .rich-text-editor .label-success, .rich-text-editor .btn-dark-blue .label-success, a.btn-dark-blue .rich-text-editor .label-success, .rich-text-editor a.btn-dark-blue .label-success, input.btn-dark-blue .rich-text-editor .label-success, .rich-text-editor input.btn-dark-blue .label-success, .btn-green .rich-text-editor .label-success, .rich-text-editor .btn-green .label-success, a.btn-green .rich-text-editor .label-success, .rich-text-editor a.btn-green .label-success, .btn-white .rich-text-editor .label-success, .rich-text-editor .btn-white .label-success, a.btn-white .rich-text-editor .label-success, .rich-text-editor a.btn-white .label-success, .btn-white-blue .rich-text-editor .label-success, .rich-text-editor .btn-white-blue .label-success, a.btn-white-blue .rich-text-editor .label-success, .rich-text-editor a.btn-white-blue .label-success, .btn-white-whitebackground .rich-text-editor .label-success, .rich-text-editor .btn-white-whitebackground .label-success, a.btn-white-whitebackground .rich-text-editor .label-success, .rich-text-editor a.btn-white-whitebackground .label-success, input.btn-white-whitebackground[type="button"] .rich-text-editor .label-success, .rich-text-editor input.btn-white-whitebackground[type="button"] .label-success, .btn-grey .rich-text-editor .label-success, .rich-text-editor .btn-grey .label-success, a.btn-grey .rich-text-editor .label-success, .rich-text-editor a.btn-grey .label-success, input.btn-grey[type="button"] .rich-text-editor .label-success, .rich-text-editor input.btn-grey[type="button"] .label-success, .btn-light-grey .rich-text-editor .label-success, .rich-text-editor .btn-light-grey .label-success, a.btn-light-grey .rich-text-editor .label-success, .rich-text-editor a.btn-light-grey .label-success, input.btn-light-grey[type="button"] .rich-text-editor .label-success, .rich-text-editor input.btn-light-grey[type="button"] .label-success, .btn-disabled .rich-text-editor .label-success, .rich-text-editor .btn-disabled .label-success, .general-form-styles .toggle-btn-container .toggle-btn .rich-text-editor .label-success, .rich-text-editor .general-form-styles .toggle-btn-container .toggle-btn .label-success, .btn .rich-text-editor .label-info, .rich-text-editor .btn .label-info, .btn-main-blue .rich-text-editor .label-info, .rich-text-editor .btn-main-blue .label-info, .btn-small-main-blue .rich-text-editor .label-info, .rich-text-editor .btn-small-main-blue .label-info, .btn-medium-main-blue .rich-text-editor .label-info, .rich-text-editor .btn-medium-main-blue .label-info, .btn-large-main-blue .rich-text-editor .label-info, .rich-text-editor .btn-large-main-blue .label-info, .btn-reverse .rich-text-editor .label-info, .rich-text-editor .btn-reverse .label-info, .btn-small-reverse .rich-text-editor .label-info, .rich-text-editor .btn-small-reverse .label-info, .btn-medium-reverse .rich-text-editor .label-info, .rich-text-editor .btn-medium-reverse .label-info, .btn-large-reverse .rich-text-editor .label-info, .rich-text-editor .btn-large-reverse .label-info, .btn-light .rich-text-editor .label-info, .rich-text-editor .btn-light .label-info, .btn-submit .rich-text-editor .label-info, .rich-text-editor .btn-submit .label-info, .btn-previous .rich-text-editor .label-info, .rich-text-editor .btn-previous .label-info, .btn-blue .rich-text-editor .label-info, .rich-text-editor .btn-blue .label-info, a.btn-blue .rich-text-editor .label-info, .rich-text-editor a.btn-blue .label-info, .btn-aqua-blue .rich-text-editor .label-info, .rich-text-editor .btn-aqua-blue .label-info, a.btn-aqua-blue .rich-text-editor .label-info, .rich-text-editor a.btn-aqua-blue .label-info, .btn-dark-blue .rich-text-editor .label-info, .rich-text-editor .btn-dark-blue .label-info, a.btn-dark-blue .rich-text-editor .label-info, .rich-text-editor a.btn-dark-blue .label-info, input.btn-dark-blue .rich-text-editor .label-info, .rich-text-editor input.btn-dark-blue .label-info, .btn-green .rich-text-editor .label-info, .rich-text-editor .btn-green .label-info, a.btn-green .rich-text-editor .label-info, .rich-text-editor a.btn-green .label-info, .btn-white .rich-text-editor .label-info, .rich-text-editor .btn-white .label-info, a.btn-white .rich-text-editor .label-info, .rich-text-editor a.btn-white .label-info, .btn-white-blue .rich-text-editor .label-info, .rich-text-editor .btn-white-blue .label-info, a.btn-white-blue .rich-text-editor .label-info, .rich-text-editor a.btn-white-blue .label-info, .btn-white-whitebackground .rich-text-editor .label-info, .rich-text-editor .btn-white-whitebackground .label-info, a.btn-white-whitebackground .rich-text-editor .label-info, .rich-text-editor a.btn-white-whitebackground .label-info, input.btn-white-whitebackground[type="button"] .rich-text-editor .label-info, .rich-text-editor input.btn-white-whitebackground[type="button"] .label-info, .btn-grey .rich-text-editor .label-info, .rich-text-editor .btn-grey .label-info, a.btn-grey .rich-text-editor .label-info, .rich-text-editor a.btn-grey .label-info, input.btn-grey[type="button"] .rich-text-editor .label-info, .rich-text-editor input.btn-grey[type="button"] .label-info, .btn-light-grey .rich-text-editor .label-info, .rich-text-editor .btn-light-grey .label-info, a.btn-light-grey .rich-text-editor .label-info, .rich-text-editor a.btn-light-grey .label-info, input.btn-light-grey[type="button"] .rich-text-editor .label-info, .rich-text-editor input.btn-light-grey[type="button"] .label-info, .btn-disabled .rich-text-editor .label-info, .rich-text-editor .btn-disabled .label-info, .general-form-styles .toggle-btn-container .toggle-btn .rich-text-editor .label-info, .rich-text-editor .general-form-styles .toggle-btn-container .toggle-btn .label-info, .btn .rich-text-editor .label-warning, .rich-text-editor .btn .label-warning, .btn-main-blue .rich-text-editor .label-warning, .rich-text-editor .btn-main-blue .label-warning, .btn-small-main-blue .rich-text-editor .label-warning, .rich-text-editor .btn-small-main-blue .label-warning, .btn-medium-main-blue .rich-text-editor .label-warning, .rich-text-editor .btn-medium-main-blue .label-warning, .btn-large-main-blue .rich-text-editor .label-warning, .rich-text-editor .btn-large-main-blue .label-warning, .btn-reverse .rich-text-editor .label-warning, .rich-text-editor .btn-reverse .label-warning, .btn-small-reverse .rich-text-editor .label-warning, .rich-text-editor .btn-small-reverse .label-warning, .btn-medium-reverse .rich-text-editor .label-warning, .rich-text-editor .btn-medium-reverse .label-warning, .btn-large-reverse .rich-text-editor .label-warning, .rich-text-editor .btn-large-reverse .label-warning, .btn-light .rich-text-editor .label-warning, .rich-text-editor .btn-light .label-warning, .btn-submit .rich-text-editor .label-warning, .rich-text-editor .btn-submit .label-warning, .btn-previous .rich-text-editor .label-warning, .rich-text-editor .btn-previous .label-warning, .btn-blue .rich-text-editor .label-warning, .rich-text-editor .btn-blue .label-warning, a.btn-blue .rich-text-editor .label-warning, .rich-text-editor a.btn-blue .label-warning, .btn-aqua-blue .rich-text-editor .label-warning, .rich-text-editor .btn-aqua-blue .label-warning, a.btn-aqua-blue .rich-text-editor .label-warning, .rich-text-editor a.btn-aqua-blue .label-warning, .btn-dark-blue .rich-text-editor .label-warning, .rich-text-editor .btn-dark-blue .label-warning, a.btn-dark-blue .rich-text-editor .label-warning, .rich-text-editor a.btn-dark-blue .label-warning, input.btn-dark-blue .rich-text-editor .label-warning, .rich-text-editor input.btn-dark-blue .label-warning, .btn-green .rich-text-editor .label-warning, .rich-text-editor .btn-green .label-warning, a.btn-green .rich-text-editor .label-warning, .rich-text-editor a.btn-green .label-warning, .btn-white .rich-text-editor .label-warning, .rich-text-editor .btn-white .label-warning, a.btn-white .rich-text-editor .label-warning, .rich-text-editor a.btn-white .label-warning, .btn-white-blue .rich-text-editor .label-warning, .rich-text-editor .btn-white-blue .label-warning, a.btn-white-blue .rich-text-editor .label-warning, .rich-text-editor a.btn-white-blue .label-warning, .btn-white-whitebackground .rich-text-editor .label-warning, .rich-text-editor .btn-white-whitebackground .label-warning, a.btn-white-whitebackground .rich-text-editor .label-warning, .rich-text-editor a.btn-white-whitebackground .label-warning, input.btn-white-whitebackground[type="button"] .rich-text-editor .label-warning, .rich-text-editor input.btn-white-whitebackground[type="button"] .label-warning, .btn-grey .rich-text-editor .label-warning, .rich-text-editor .btn-grey .label-warning, a.btn-grey .rich-text-editor .label-warning, .rich-text-editor a.btn-grey .label-warning, input.btn-grey[type="button"] .rich-text-editor .label-warning, .rich-text-editor input.btn-grey[type="button"] .label-warning, .btn-light-grey .rich-text-editor .label-warning, .rich-text-editor .btn-light-grey .label-warning, a.btn-light-grey .rich-text-editor .label-warning, .rich-text-editor a.btn-light-grey .label-warning, input.btn-light-grey[type="button"] .rich-text-editor .label-warning, .rich-text-editor input.btn-light-grey[type="button"] .label-warning, .btn-disabled .rich-text-editor .label-warning, .rich-text-editor .btn-disabled .label-warning, .general-form-styles .toggle-btn-container .toggle-btn .rich-text-editor .label-warning, .rich-text-editor .general-form-styles .toggle-btn-container .toggle-btn .label-warning, .btn .rich-text-editor .label-danger, .rich-text-editor .btn .label-danger, .btn-main-blue .rich-text-editor .label-danger, .rich-text-editor .btn-main-blue .label-danger, .btn-small-main-blue .rich-text-editor .label-danger, .rich-text-editor .btn-small-main-blue .label-danger, .btn-medium-main-blue .rich-text-editor .label-danger, .rich-text-editor .btn-medium-main-blue .label-danger, .btn-large-main-blue .rich-text-editor .label-danger, .rich-text-editor .btn-large-main-blue .label-danger, .btn-reverse .rich-text-editor .label-danger, .rich-text-editor .btn-reverse .label-danger, .btn-small-reverse .rich-text-editor .label-danger, .rich-text-editor .btn-small-reverse .label-danger, .btn-medium-reverse .rich-text-editor .label-danger, .rich-text-editor .btn-medium-reverse .label-danger, .btn-large-reverse .rich-text-editor .label-danger, .rich-text-editor .btn-large-reverse .label-danger, .btn-light .rich-text-editor .label-danger, .rich-text-editor .btn-light .label-danger, .btn-submit .rich-text-editor .label-danger, .rich-text-editor .btn-submit .label-danger, .btn-previous .rich-text-editor .label-danger, .rich-text-editor .btn-previous .label-danger, .btn-blue .rich-text-editor .label-danger, .rich-text-editor .btn-blue .label-danger, a.btn-blue .rich-text-editor .label-danger, .rich-text-editor a.btn-blue .label-danger, .btn-aqua-blue .rich-text-editor .label-danger, .rich-text-editor .btn-aqua-blue .label-danger, a.btn-aqua-blue .rich-text-editor .label-danger, .rich-text-editor a.btn-aqua-blue .label-danger, .btn-dark-blue .rich-text-editor .label-danger, .rich-text-editor .btn-dark-blue .label-danger, a.btn-dark-blue .rich-text-editor .label-danger, .rich-text-editor a.btn-dark-blue .label-danger, input.btn-dark-blue .rich-text-editor .label-danger, .rich-text-editor input.btn-dark-blue .label-danger, .btn-green .rich-text-editor .label-danger, .rich-text-editor .btn-green .label-danger, a.btn-green .rich-text-editor .label-danger, .rich-text-editor a.btn-green .label-danger, .btn-white .rich-text-editor .label-danger, .rich-text-editor .btn-white .label-danger, a.btn-white .rich-text-editor .label-danger, .rich-text-editor a.btn-white .label-danger, .btn-white-blue .rich-text-editor .label-danger, .rich-text-editor .btn-white-blue .label-danger, a.btn-white-blue .rich-text-editor .label-danger, .rich-text-editor a.btn-white-blue .label-danger, .btn-white-whitebackground .rich-text-editor .label-danger, .rich-text-editor .btn-white-whitebackground .label-danger, a.btn-white-whitebackground .rich-text-editor .label-danger, .rich-text-editor a.btn-white-whitebackground .label-danger, input.btn-white-whitebackground[type="button"] .rich-text-editor .label-danger, .rich-text-editor input.btn-white-whitebackground[type="button"] .label-danger, .btn-grey .rich-text-editor .label-danger, .rich-text-editor .btn-grey .label-danger, a.btn-grey .rich-text-editor .label-danger, .rich-text-editor a.btn-grey .label-danger, input.btn-grey[type="button"] .rich-text-editor .label-danger, .rich-text-editor input.btn-grey[type="button"] .label-danger, .btn-light-grey .rich-text-editor .label-danger, .rich-text-editor .btn-light-grey .label-danger, a.btn-light-grey .rich-text-editor .label-danger, .rich-text-editor a.btn-light-grey .label-danger, input.btn-light-grey[type="button"] .rich-text-editor .label-danger, .rich-text-editor input.btn-light-grey[type="button"] .label-danger, .btn-disabled .rich-text-editor .label-danger, .rich-text-editor .btn-disabled .label-danger, .general-form-styles .toggle-btn-container .toggle-btn .rich-text-editor .label-danger, .rich-text-editor .general-form-styles .toggle-btn-container .toggle-btn .label-danger {
    position: relative;
    top: -1px
}

a.label:hover, .rich-text-editor a.label2:hover, .rich-text-editor a.label-default:hover, .rich-text-editor a.label-primary:hover, .rich-text-editor a.label-success:hover, .rich-text-editor a.label-info:hover, .rich-text-editor a.label-warning:hover, .rich-text-editor a.label-danger:hover, a.label:focus, .rich-text-editor a.label2:focus, .rich-text-editor a.label-default:focus, .rich-text-editor a.label-primary:focus, .rich-text-editor a.label-success:focus, .rich-text-editor a.label-info:focus, .rich-text-editor a.label-warning:focus, .rich-text-editor a.label-danger:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #dfe4e4
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #c3cdcd
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.alert, .rich-text-editor .alert2, .rich-text-editor .alert-success, .rich-text-editor .alert-info, .rich-text-editor .alert-warning, .rich-text-editor .alert-danger {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4, .rich-text-editor .alert2 h4, .rich-text-editor .alert-success h4, .rich-text-editor .alert-info h4, .rich-text-editor .alert-warning h4, .rich-text-editor .alert-danger h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link, .rich-text-editor .alert2 .alert-link, .rich-text-editor .alert-success .alert-link, .rich-text-editor .alert-info .alert-link, .rich-text-editor .alert-warning .alert-link, .rich-text-editor .alert-danger .alert-link {
        font-weight: bold
    }

    .alert > p, .rich-text-editor .alert2 > p, .rich-text-editor .alert-success > p, .rich-text-editor .alert-info > p, .rich-text-editor .alert-warning > p, .rich-text-editor .alert-danger > p, .alert > ul, .rich-text-editor .alert2 > ul, .rich-text-editor .alert-success > ul, .rich-text-editor .alert-info > ul, .rich-text-editor .alert-warning > ul, .rich-text-editor .alert-danger > ul {
        margin-bottom: 0
    }

        .alert > p + p, .rich-text-editor .alert2 > p + p, .rich-text-editor .alert-success > p + p, .rich-text-editor .alert-info > p + p, .rich-text-editor .alert-warning > p + p, .rich-text-editor .alert-danger > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

table {
    background-color: rgba(0,0,0,0)
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #dfe4e4;
    text-align: left
}

th {
    text-align: left
}

.table, .rich-text-editor table, .custom-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th, .rich-text-editor table > thead > tr > th, .custom-table table > thead > tr > th, .table > thead > tr > td, .rich-text-editor table > thead > tr > td, .custom-table table > thead > tr > td, .table > tbody > tr > th, .rich-text-editor table > tbody > tr > th, .custom-table table > tbody > tr > th, .table > tbody > tr > td, .rich-text-editor table > tbody > tr > td, .custom-table table > tbody > tr > td, .table > tfoot > tr > th, .rich-text-editor table > tfoot > tr > th, .custom-table table > tfoot > tr > th, .table > tfoot > tr > td, .rich-text-editor table > tfoot > tr > td, .custom-table table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #dfe4e4
    }

    .table > thead > tr > th, .rich-text-editor table > thead > tr > th, .custom-table table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dfe4e4
    }

    .table > caption + thead > tr:first-child > th, .rich-text-editor table > caption + thead > tr:first-child > th, .custom-table table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .rich-text-editor table > caption + thead > tr:first-child > td, .custom-table table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .rich-text-editor table > colgroup + thead > tr:first-child > th, .custom-table table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .rich-text-editor table > colgroup + thead > tr:first-child > td, .custom-table table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .rich-text-editor table > thead:first-child > tr:first-child > th, .custom-table table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .rich-text-editor table > thead:first-child > tr:first-child > td, .custom-table table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody, .rich-text-editor table > tbody + tbody, .custom-table table > tbody + tbody {
        border-top: 2px solid #dfe4e4
    }

    .table .table, .rich-text-editor table .table, .custom-table table .table, .table .rich-text-editor table, .rich-text-editor .table table, .rich-text-editor table table, .table .custom-table table, .custom-table .table table, .custom-table table table {
        background-color: #fff
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #dfe4e4
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #dfe4e4
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd), .rich-text-editor table > tbody > tr:nth-of-type(odd), .custom-table table > tbody > tr:nth-of-type(odd) {
    background-color: #f3fbfd
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .rich-text-editor table > thead > tr > td.active, .custom-table table > thead > tr > td.active, .table > thead > tr > th.active, .rich-text-editor table > thead > tr > th.active, .custom-table table > thead > tr > th.active, .table > thead > tr.active > td, .rich-text-editor table > thead > tr.active > td, .custom-table table > thead > tr.active > td, .table > thead > tr.active > th, .rich-text-editor table > thead > tr.active > th, .custom-table table > thead > tr.active > th, .table > tbody > tr > td.active, .rich-text-editor table > tbody > tr > td.active, .custom-table table > tbody > tr > td.active, .table > tbody > tr > th.active, .rich-text-editor table > tbody > tr > th.active, .custom-table table > tbody > tr > th.active, .table > tbody > tr.active > td, .rich-text-editor table > tbody > tr.active > td, .custom-table table > tbody > tr.active > td, .table > tbody > tr.active > th, .rich-text-editor table > tbody > tr.active > th, .custom-table table > tbody > tr.active > th, .table > tfoot > tr > td.active, .rich-text-editor table > tfoot > tr > td.active, .custom-table table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .rich-text-editor table > tfoot > tr > th.active, .custom-table table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .rich-text-editor table > tfoot > tr.active > td, .custom-table table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .rich-text-editor table > tfoot > tr.active > th, .custom-table table > tfoot > tr.active > th {
    background-color: #f3fbfb
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e0f5f5
}

.table > thead > tr > td.success, .rich-text-editor table > thead > tr > td.success, .custom-table table > thead > tr > td.success, .table > thead > tr > th.success, .rich-text-editor table > thead > tr > th.success, .custom-table table > thead > tr > th.success, .table > thead > tr.success > td, .rich-text-editor table > thead > tr.success > td, .custom-table table > thead > tr.success > td, .table > thead > tr.success > th, .rich-text-editor table > thead > tr.success > th, .custom-table table > thead > tr.success > th, .table > tbody > tr > td.success, .rich-text-editor table > tbody > tr > td.success, .custom-table table > tbody > tr > td.success, .table > tbody > tr > th.success, .rich-text-editor table > tbody > tr > th.success, .custom-table table > tbody > tr > th.success, .table > tbody > tr.success > td, .rich-text-editor table > tbody > tr.success > td, .custom-table table > tbody > tr.success > td, .table > tbody > tr.success > th, .rich-text-editor table > tbody > tr.success > th, .custom-table table > tbody > tr.success > th, .table > tfoot > tr > td.success, .rich-text-editor table > tfoot > tr > td.success, .custom-table table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .rich-text-editor table > tfoot > tr > th.success, .custom-table table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .rich-text-editor table > tfoot > tr.success > td, .custom-table table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .rich-text-editor table > tfoot > tr.success > th, .custom-table table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .rich-text-editor table > thead > tr > td.info, .custom-table table > thead > tr > td.info, .table > thead > tr > th.info, .rich-text-editor table > thead > tr > th.info, .custom-table table > thead > tr > th.info, .table > thead > tr.info > td, .rich-text-editor table > thead > tr.info > td, .custom-table table > thead > tr.info > td, .table > thead > tr.info > th, .rich-text-editor table > thead > tr.info > th, .custom-table table > thead > tr.info > th, .table > tbody > tr > td.info, .rich-text-editor table > tbody > tr > td.info, .custom-table table > tbody > tr > td.info, .table > tbody > tr > th.info, .rich-text-editor table > tbody > tr > th.info, .custom-table table > tbody > tr > th.info, .table > tbody > tr.info > td, .rich-text-editor table > tbody > tr.info > td, .custom-table table > tbody > tr.info > td, .table > tbody > tr.info > th, .rich-text-editor table > tbody > tr.info > th, .custom-table table > tbody > tr.info > th, .table > tfoot > tr > td.info, .rich-text-editor table > tfoot > tr > td.info, .custom-table table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .rich-text-editor table > tfoot > tr > th.info, .custom-table table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .rich-text-editor table > tfoot > tr.info > td, .custom-table table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .rich-text-editor table > tfoot > tr.info > th, .custom-table table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .rich-text-editor table > thead > tr > td.warning, .custom-table table > thead > tr > td.warning, .table > thead > tr > th.warning, .rich-text-editor table > thead > tr > th.warning, .custom-table table > thead > tr > th.warning, .table > thead > tr.warning > td, .rich-text-editor table > thead > tr.warning > td, .custom-table table > thead > tr.warning > td, .table > thead > tr.warning > th, .rich-text-editor table > thead > tr.warning > th, .custom-table table > thead > tr.warning > th, .table > tbody > tr > td.warning, .rich-text-editor table > tbody > tr > td.warning, .custom-table table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .rich-text-editor table > tbody > tr > th.warning, .custom-table table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .rich-text-editor table > tbody > tr.warning > td, .custom-table table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .rich-text-editor table > tbody > tr.warning > th, .custom-table table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .rich-text-editor table > tfoot > tr > td.warning, .custom-table table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .rich-text-editor table > tfoot > tr > th.warning, .custom-table table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .rich-text-editor table > tfoot > tr.warning > td, .custom-table table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .rich-text-editor table > tfoot > tr.warning > th, .custom-table table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .rich-text-editor table > thead > tr > td.danger, .custom-table table > thead > tr > td.danger, .table > thead > tr > th.danger, .rich-text-editor table > thead > tr > th.danger, .custom-table table > thead > tr > th.danger, .table > thead > tr.danger > td, .rich-text-editor table > thead > tr.danger > td, .custom-table table > thead > tr.danger > td, .table > thead > tr.danger > th, .rich-text-editor table > thead > tr.danger > th, .custom-table table > thead > tr.danger > th, .table > tbody > tr > td.danger, .rich-text-editor table > tbody > tr > td.danger, .custom-table table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .rich-text-editor table > tbody > tr > th.danger, .custom-table table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .rich-text-editor table > tbody > tr.danger > td, .custom-table table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .rich-text-editor table > tbody > tr.danger > th, .custom-table table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .rich-text-editor table > tfoot > tr > td.danger, .custom-table table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .rich-text-editor table > tfoot > tr > th.danger, .custom-table table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .rich-text-editor table > tfoot > tr.danger > td, .custom-table table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .rich-text-editor table > tfoot > tr.danger > th, .custom-table table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dfe4e4
    }

        .table-responsive > .table, .rich-text-editor .table-responsive > table, .custom-table .table-responsive > table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .rich-text-editor .table-responsive > table > thead > tr > th, .custom-table .table-responsive > table > thead > tr > th, .table-responsive > .table > thead > tr > td, .rich-text-editor .table-responsive > table > thead > tr > td, .custom-table .table-responsive > table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .rich-text-editor .table-responsive > table > tbody > tr > th, .custom-table .table-responsive > table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .rich-text-editor .table-responsive > table > tbody > tr > td, .custom-table .table-responsive > table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .rich-text-editor .table-responsive > table > tfoot > tr > th, .custom-table .table-responsive > table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td, .rich-text-editor .table-responsive > table > tfoot > tr > td, .custom-table .table-responsive > table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

.rich-text-editor {
    width: 100%
}

    .rich-text-editor table {
        border-collapse: collapse;
        table-layout: fixed;
        margin-bottom: 0
    }

        .rich-text-editor table > thead > tr > th.active, .rich-text-editor table > tbody > tr > td.active {
            background-color: rgba(242,244,244,0.5)
        }

        .rich-text-editor table > thead > tr > th:first-child, .rich-text-editor table > tbody > tr > td:first-child {
            border-left: 0
        }

        .rich-text-editor table > thead > tr > th:last-child, .rich-text-editor table > tbody > tr > td:last-child {
            border-right: 0
        }

        .rich-text-editor table > thead > tr > th {
            position: relative;
            padding: 19px 20px !important;
            border: 1px solid #dfe4e4;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 21px !important;
            letter-spacing: .025em;
            color: #005884;
            text-align: left;
            vertical-align: top !important;
            font-weight: normal
        }

        .rich-text-editor table > thead > tr:last-child > th {
            border-bottom: none !important
        }

        .rich-text-editor table > thead > tr:first-child > th {
            border-top: 1px solid #dfe4e4 !important
        }

        .rich-text-editor table > tbody > tr:last-child td {
            border-bottom: 0
        }

        .rich-text-editor table > tbody > tr > td {
            min-height: 50px;
            padding: 14px 20px !important;
            border-left: 1px solid #dfe4e4;
            border-top: 0;
            border-bottom: 1px solid transparent;
            font-size: 14px;
            line-height: 21px !important;
            letter-spacing: .025em;
            color: #6d6e71;
            vertical-align: middle !important
        }

            .rich-text-editor table > tbody > tr > td strong {
                color: #696969
            }

            .rich-text-editor table > tbody > tr > td a {
                display: inline;
                color: #006060;
                border-bottom: 2px solid #a7e1ea;
                padding-bottom: 2px;
                line-height: 1.6;
                letter-spacing: 0.4px;
                font-size: 16px
            }

                .rich-text-editor table > tbody > tr > td a:focus {
                    text-decoration: none
                }

                .rich-text-editor table > tbody > tr > td a:hover {
                    text-decoration: none;
                    background-color: #e0f6fb;
                    border-bottom: none
                }

            .rich-text-editor table > tbody > tr > td p {
                margin: 0px;
                line-height: 1.6;
                letter-spacing: 0.4px;
                font-size: 16px
            }

    .rich-text-editor ul {
        list-style: none;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 30px
    }

        .rich-text-editor ul > li {
            color: dimgray;
            padding-left: 15px
        }

            .rich-text-editor ul > li:before {
                content: "\2022";
                color: #077faa;
                position: absolute;
                margin-left: -15px;
                padding-right: 5px;
                font-size: 1.125em
            }

            .rich-text-editor ul > li ul {
                margin-bottom: 0px
            }

                .rich-text-editor ul > li ul > li {
                    padding-left: 31px;
                    position: relative
                }

                    .rich-text-editor ul > li ul > li:before {
                        content: "";
                        width: 5px;
                        height: 5px;
                        border: solid 1px #a7e1ea;
                        border-radius: 50%;
                        padding: 0;
                        margin: 0;
                        left: 20px;
                        top: 10.5px
                    }

    .rich-text-editor ol {
        list-style: none;
        counter-reset: list;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 30px
    }

        .rich-text-editor ol > li {
            list-style-type: none;
            position: relative;
            padding-left: 20px
        }

            .rich-text-editor ol > li:before {
                counter-increment: list;
                content: counter(list) ". ";
                text-align: right;
                color: #077faa;
                margin-left: -20px;
                font-size: 1.125em
            }

            .rich-text-editor ol > li ol {
                margin-bottom: 0px;
                margin-top: 0px
            }

                .rich-text-editor ol > li ol > li {
                    padding-left: 30px
                }

                    .rich-text-editor ol > li ol > li:before {
                        margin-left: -20px
                    }

    .rich-text-editor a:not([class^="btn"]) {
        display: inline;
        color: #006060;
        border-bottom: 2px solid #a7e1ea
    }

        .rich-text-editor a:not([class^="btn"]):focus, .rich-text-editor a:not([class^="btn"]):hover {
            text-decoration: none;
            background-color: #e0f6fb;
            border-bottom: none
        }

    .rich-text-editor .alert2, .rich-text-editor .alert-success, .rich-text-editor .alert-info, .rich-text-editor .alert-warning, .rich-text-editor .alert-danger {
        font-size: 16px;
        border-radius: 0px;
        border: 0;
        line-height: 1.6;
        letter-spacing: .4px
    }

        .rich-text-editor .alert2 a, .rich-text-editor .alert-success a, .rich-text-editor .alert-info a, .rich-text-editor .alert-warning a, .rich-text-editor .alert-danger a {
            border-bottom: 2px solid;
            padding-bottom: 2px
        }

            .rich-text-editor .alert2 a:hover, .rich-text-editor .alert-success a:hover, .rich-text-editor .alert-info a:hover, .rich-text-editor .alert-warning a:hover, .rich-text-editor .alert-danger a:hover {
                text-decoration: none;
                background-color: transparent
            }

    .rich-text-editor .alert-success {
        background-color: rgba(84,185,72,0.25);
        color: #006b33
    }

        .rich-text-editor .alert-success a {
            color: #006b33
        }

    .rich-text-editor .alert-info {
        background-color: rgba(224,246,251,0.25);
        color: #009584
    }

        .rich-text-editor .alert-info a {
            color: #009584
        }

    .rich-text-editor .alert-warning {
        background-color: rgba(255,238,187,0.25);
        color: dimgray
    }

        .rich-text-editor .alert-warning a {
            color: dimgray
        }

    .rich-text-editor .alert-danger {
        background-color: rgba(139,14,4,0.25);
        color: #8b0e04
    }

        .rich-text-editor .alert-danger a {
            color: #8b0e04
        }

    .rich-text-editor .alert-dismissable .close, .rich-text-editor .alert-dismissible .close {
        top: -5px;
        right: -5px
    }

    .rich-text-editor .label2, .rich-text-editor .label-default, .rich-text-editor .label-primary, .rich-text-editor .label-success, .rich-text-editor .label-info, .rich-text-editor .label-warning, .rich-text-editor .label-danger {
        font-size: 13px;
        border-radius: 0px;
        letter-spacing: .325px;
        color: #fff;
        font-weight: bold;
        padding: 5px 8px;
        display: inline-block !important
    }

    .rich-text-editor .label-primary {
        background-color: #005984
    }

    .rich-text-editor .label-success {
        background-color: #00853f
    }

    .rich-text-editor .label-info {
        background-color: #077faa
    }

    .rich-text-editor .label-warning {
        background-color: #b05e06
    }

    .rich-text-editor .label-danger {
        background-color: #8b0e04
    }

    .rich-text-editor .well2, .rich-text-editor .well-lg, .rich-text-editor .well-sm {
        font-size: 16px;
        border: 0;
        border-radius: 0px;
        box-shadow: 0px 0px;
        display: block;
        width: 100%
    }

    .rich-text-editor .well-lg {
        margin-top: 30px;
        margin-bottom: 30px;
        text-indent: 30px;
        padding: 24px
    }

    .rich-text-editor .well-sm {
        margin-top: 10px;
        margin-bottom: 10px;
        text-indent: 10px;
        padding: 9px
    }

    .rich-text-editor .intro-left {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: .45px;
        color: dimgray;
        margin-bottom: 40px;
        text-align: left;
        width: 70%;
        display: block
    }

    .rich-text-editor .footnote {
        font-size: 14px;
        font-style: italic;
        line-height: 1.2;
        letter-spacing: .45px;
        color: dimgray;
        display: block
    }

    .rich-text-editor .blockquote {
        font-size: 20px;
        margin-top: 30px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 30px;
        color: #005984;
        line-height: 1.6;
        letter-spacing: .5px;
        display: block
    }

    .rich-text-editor .pullquote {
        font-size: 20px;
        color: #005984;
        margin-bottom: 30px;
        line-height: 1.6;
        letter-spacing: .5px;
        display: block
    }

    .rich-text-editor .pull {
        display: block;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #005984;
        padding: 30px 0px
    }

        .rich-text-editor .pull:before, .rich-text-editor .pull:after {
            content: '';
            position: relative;
            border-top: 2px solid #005984;
            width: 60px;
            display: block;
            left: 50%;
            transform: translate(-50%)
        }

        .rich-text-editor .pull:before {
            padding-top: 30px
        }

        .rich-text-editor .pull:after {
            margin-top: 30px
        }

    .rich-text-editor .address {
        color: dimgray;
        padding-left: 40px;
        font-size: 16px;
        width: auto;
        display: block
    }

    .rich-text-editor .caption {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: .4px;
        margin-bottom: 50px;
        color: dimgray;
        background-color: #f3fbfd;
        padding: 5px 9px;
        display: block
    }

    .rich-text-editor img {
        max-width: 100%;
        height: auto
    }

@media (min-width: 0) and (max-width: 979px) {
    .rich-text-editor table > tbody > tr > td {
        min-height: 50px;
        padding: 14px 14px !important
    }

    .rich-text-editor table > thead > tr > th {
        padding: 19px 14px !important
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .rich-text-editor table {
        margin-left: -13px;
        margin-bottom: 0 !important;
        table-layout: auto !important
    }

        .rich-text-editor table > thead > tr:first-child > th {
            border-top: 0px solid #dfe4e4 !important
        }

        .rich-text-editor table > thead > tr > th {
            padding: 19px 12px !important
        }

        .rich-text-editor table > tbody > tr > td {
            padding: 14px 12px !important
        }

    .rich-text-editor .alert, .rich-text-editor .alert2, .rich-text-editor .alert-success, .rich-text-editor .alert-info, .rich-text-editor .alert-warning, .rich-text-editor .alert-danger {
        font-size: 15px;
        letter-spacing: .375px
    }

    .rich-text-editor .intro-left {
        font-size: 17px;
        letter-spacing: .425px;
        margin-bottom: 30px
    }

    .rich-text-editor .footnote {
        font-size: 12px;
        letter-spacing: .3px;
        text-align: left
    }

    .rich-text-editor .blockquote {
        margin: 0
    }

    .rich-text-editor .pullquote {
        margin: 0
    }

    .rich-text-editor .caption {
        font-size: 15px;
        letter-spacing: .375px
    }

    .rich-text-editor .address {
        padding-left: 20px
    }

    .rich-text-editor ul > li {
        padding-left: 12px
    }

        .rich-text-editor ul > li:before {
            margin-left: -12px;
            padding-right: 2px
        }

        .rich-text-editor ul > li ul > li {
            padding-left: 30px
        }
}

.search-results .search-bar {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    max-height: 0;
    overflow: hidden;
    top: 50px;
    z-index: 201
}

    .search-results .search-bar.active {
        max-height: none
    }

        .search-results .search-bar.active .search-input-module {
            margin: 0
        }

    .search-results .search-bar .search-input-module {
        padding-bottom: 60px;
        padding-top: 50px;
        background-color: #f3fbfd;
        margin: -10% 0 0;
        -webkit-transition: margin 0.3s ease-in;
        -o-transition: margin 0.3s ease-in;
        transition: margin 0.3s ease-in
    }

        .search-results .search-bar .search-input-module form {
            position: relative;
            margin-left: 120px
        }

            .search-results .search-bar .search-input-module form #search-filter {
                display: block;
                width: 43%
            }

            .search-results .search-bar .search-input-module form .input-style {
                width: 100%;
                padding: 0;
                position: relative;
                margin-bottom: 0
            }

                .search-results .search-bar .search-input-module form .input-style label, .search-results .search-bar .search-input-module form .input-style input[type=text] {
                    font-size: 40px;
                    letter-spacing: 1px;
                    line-height: 48px
                }

                .search-results .search-bar .search-input-module form .input-style label {
                    position: absolute;
                    top: 20px;
                    left: 0;
                    color: #abacaf;
                    font-weight: normal;
                    padding-top: 10px
                }

                .search-results .search-bar .search-input-module form .input-style input[type=text] {
                    width: 100%;
                    height: 60px !important;
                    box-sizing: border-box;
                    position: relative;
                    padding-right: 50px;
                    border-color: #077faa;
                    color: #077faa
                }

                .search-results .search-bar .search-input-module form .input-style .btn-search {
                    right: 0;
                    bottom: 0;
                    padding: 0
                }

                    .search-results .search-bar .search-input-module form .input-style .btn-search:before, .search-results .search-bar .search-input-module form .input-style .btn-search .ie7-before {
                        color: #077faa;
                        font-size: 30px;
                        cursor: pointer
                    }

        .search-results .search-bar .search-input-module .btn-search {
            cursor: pointer;
            position: absolute;
            width: 30px;
            height: 30px;
            border: 0;
            background-color: transparent;
            z-index: 999;
            margin: 15px 0
        }

            .search-results .search-bar .search-input-module .btn-search:hover, .search-results .search-bar .search-input-module .btn-search:focus, .search-results .search-bar .search-input-module .btn-search:active {
                text-decoration: none;
                outline: 0
            }

            .search-results .search-bar .search-input-module .btn-search span {
                border: 0;
                clip: rect(0 0 0 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px
            }

    .search-results .search-bar .questions-wrapper.active {
        max-height: inherit
    }

    .search-results .search-bar .questions-wrapper {
        max-height: 0;
        padding-bottom: 30px;
        -webkit-transition: max-height 1s ease-in-out;
        -o-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
        -moz-transition-delay: 0.5s;
        -o-transitio-delayn: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s
    }

        .search-results .search-bar .questions-wrapper .search-filter .filter-category {
            color: #077faa;
            text-transform: uppercase;
            margin-bottom: 21px
        }

        .search-results .search-bar .questions-wrapper .search-filter .form-group {
            margin-bottom: 17px
        }

        .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"] {
            position: absolute;
            left: -9999px
        }

            .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"] + label {
                position: relative;
                padding-left: 30px;
                cursor: pointer;
                display: inline-block;
                font-weight: 400
            }

                .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"] + label:before {
                    content: '';
                    position: absolute;
                    left: 1px;
                    top: 2px;
                    width: 20px;
                    height: 20px;
                    border: 1px solid #aaa;
                    background: #fff
                }

                .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"] + label:after {
                    background-repeat: no-repeat;
                    content: url("/Assets/site/img/tiles/checkmark.png");
                    color: #077faa;
                    font-size: 18px;
                    position: absolute;
                    left: 4px;
                    line-height: 0.8;
                    text-align: center;
                    top: 1px;
                    transition: all .2s
                }

            .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0)
            }

            .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"]:checked + label:after {
                opacity: 1;
                transform: scale(1)
            }

            .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"]:checked:focus + label:before, .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"]:not(:checked):focus + label:before {
                border: 1px dotted blue
            }

        .search-results .search-bar .questions-wrapper .search-filter label:hover:before {
            border: 1px solid #4778d9 !important
        }

        .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group {
            margin-bottom: 15px !important
        }

            .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel {
                box-shadow: none;
                -webkit-box-shadow: none;
                border-radius: 0
            }

                .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel.panel-default {
                    border: none
                }

            .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-heading {
                border-bottom: 1px solid #077faa;
                background-color: #005984;
                border-top-right-radius: 0;
                border-top-left-radius: 0;
                height: 63px;
                padding-left: 12px;
                margin-left: -13px;
                margin-right: -13px
            }

                .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-heading > h4 {
                    margin-top: 11px
                }

                    .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-heading > h4 > a {
                        color: #fff
                    }

                        .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-heading > h4 > a:hover {
                            text-decoration: none
                        }

                        .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-heading > h4 > a > span {
                            font-size: 15px
                        }

                            .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-heading > h4 > a > span .ci-i-cross, .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-heading > h4 > a > span .ci-i-minus {
                                color: #92dbe8;
                                font-size: 21px
                            }

            .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-open .panel-heading > h4 > a:after {
                border-bottom: 5px solid #fff;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                top: 19px;
                content: ' ';
                right: 119px;
                position: relative;
                width: 2px
            }

            .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-body {
                padding: 15px 0
            }

        .search-results .search-bar .questions-wrapper .questions-container {
            line-height: 32px;
            padding: 0
        }

            .search-results .search-bar .questions-wrapper .questions-container .list-questions {
                margin: 0;
                padding: 0;
                margin-bottom: 17px
            }

                .search-results .search-bar .questions-wrapper .questions-container .list-questions > li {
                    padding: 0 0 10px;
                    margin: 0
                }

                    .search-results .search-bar .questions-wrapper .questions-container .list-questions > li > a {
                        display: inline;
                        color: #006060;
                        box-sizing: border-box;
                        line-height: 24px;
                        letter-spacing: .4px;
                        border-bottom: 2px solid #a7e1ea
                    }

                        .search-results .search-bar .questions-wrapper .questions-container .list-questions > li > a:focus {
                            text-decoration: none
                        }

                        .search-results .search-bar .questions-wrapper .questions-container .list-questions > li > a:hover {
                            text-decoration: none;
                            background-color: #e0f6fb;
                            border-bottom: none
                        }

                    .search-results .search-bar .questions-wrapper .questions-container .list-questions > li > p {
                        margin: 0;
                        margin-top: -2px;
                        margin-bottom: 3px
                    }

        .search-results .search-bar .questions-wrapper .s-results-pagination {
            font-size: 14px;
            letter-spacing: 0.2px
        }

            .search-results .search-bar .questions-wrapper .s-results-pagination ul, .search-results .search-bar .questions-wrapper .s-results-pagination span {
                vertical-align: bottom
            }

            .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:first-child > a, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:first-child > span, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:last-child > a, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:last-child > span, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination-sm > li:first-child > a, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination-sm > li:first-child > span, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination-sm > li:last-child > a, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination-sm > li:last-child > span {
                border-radius: 0
            }

            .search-results .search-bar .questions-wrapper .s-results-pagination .pagination {
                margin: 0
            }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li.disabled {
                    display: none
                }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li > a {
                    border: none;
                    color: dimgray;
                    font-size: 14px;
                    padding: 3px
                }

                    .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li > a:hover {
                        background-color: transparent
                    }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:first-child a, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:last-child a {
                    color: #006060;
                    display: inline;
                    border-bottom: 2px solid #a7e1ea
                }

                    .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:first-child a:hover, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:last-child a:hover {
                        text-decoration: none;
                        background-color: #e0f6fb;
                        border-bottom: none;
                        padding-bottom: 5px
                    }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:first-child > a:before {
                    font-family: custom-icons;
                    content: "\e61c";
                    font-size: 10px;
                    padding-right: 4px
                }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > li:last-child > a:after {
                    content: "\e61d";
                    font-family: custom-icons;
                    font-size: 10px;
                    padding-left: 4px
                }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination > .active > a {
                    color: #8a181a;
                    font-weight: bold;
                    background-color: transparent
                }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination .pagination-next a, .search-results .search-bar .questions-wrapper .s-results-pagination .pagination .pagination-prev a {
                    padding: 3px 0;
                    margin-left: 5px
                }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination .pagination-prev a {
                    margin-right: 5px
                }

                .search-results .search-bar .questions-wrapper .s-results-pagination .pagination .pagination-next a {
                    margin-left: 5px
                }

.search-results h2 {
    font-size: 60px;
    margin: 15px 0 17px;
    letter-spacing: 1.5px
}

.search-results #results-container {
    margin-top: 34px
}

.search-results .results-group {
    border-bottom: 1px solid #dfe4e4;
    margin-bottom: 24px
}

    .search-results .results-group:last-child {
        border: none
    }

    .search-results .results-group h3 {
        letter-spacing: 0.8px;
        margin: 0 0 15px 0
    }

.search-results #result-stats {
    line-height: 1;
    font-size: 12px;
    letter-spacing: 1.25px;
    margin-bottom: 8px
}

.search-results .search-bar .search-input-module form {
    margin-left: 0
}

.search-results .search-bar .search-input-module .btn-search {
    z-index: 199
}

@media (min-width: 980px) {
    .search-results .questions-wrapper .questions-container.more-results .list-questions {
        margin-bottom: 0px
    }
}

@media (min-width: 728px) and (max-width: 979px) {
    .search-results #results-container {
        margin-top: 37px;
        margin-bottom: 12px
    }

    .search-results .search-bar .search-input-module {
        padding-top: 33px
    }

        .search-results .search-bar .search-input-module form .input-style .btn-search {
            right: -2px;
            bottom: -4px;
            padding: 0
        }

            .search-results .search-bar .search-input-module form .input-style .btn-search:before, .search-results .search-bar .search-input-module form .input-style .btn-search.ie7-before {
                font-size: 26px
            }

        .search-results .search-bar .search-input-module form .input-style input[type=text] {
            padding-bottom: 4px;
            letter-spacing: 0.6px;
            font-size: 30px
        }

    .search-results .search-bar .questions-wrapper .search-filter .filter-category {
        line-height: 1.3;
        margin-bottom: 12px
    }

    .search-results .search-bar .questions-wrapper .search-filter [type="checkbox"] + label:before {
        left: 0px
    }

    .search-results .search-bar .questions-wrapper .questions-container.more-results .list-questions {
        margin-bottom: -3px
    }
}

@media (min-width: 728px) {
    .search-results .questions-wrapper .questions-container.recommended-results .list-questions {
        margin-bottom: 9px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .search-results .search-bar .search-input-module {
        height: 140px
    }

        .search-results .search-bar .search-input-module form .input-style label {
            padding-right: 50px;
            top: 0
        }

    .search-results .search-bar .questions-wrapper {
        padding-left: 0
    }

        .search-results .search-bar .questions-wrapper .search-filter .ng-pristine {
            padding-top: 4px
        }
}

@media (min-width: 0) and (max-width: 767px) {
    .questions-wrapper.row {
        margin: 0 -13px
    }

    .search-results .search-bar .search-input-module form {
        height: 109px
    }

        .search-results .search-bar .search-input-module form .input-style input[type=text], .search-results .search-bar .search-input-module form .input-style label {
            font-size: 30px;
            line-height: 36px;
            margin-top: 12px;
            margin-bottom: 0px
        }

        .search-results .search-bar .search-input-module form .input-style .btn-search:before {
            bottom: -4px;
            font-size: 17px
        }

    .search-results .search-bar .questions-wrapper .questions-container {
        border-bottom: 0;
        margin-top: 0;
        line-height: 0
    }

        .search-results .search-bar .questions-wrapper .questions-container.recommended-results {
            margin-bottom: 0
        }

        .search-results .search-bar .questions-wrapper .questions-container.more-results .list-questions {
            margin-bottom: -3px
        }

    .search-results .search-second-container {
        width: 100%;
        display: table
    }

        .search-results .search-second-container .search-bar {
            transition: none;
            width: 100%
        }

            .search-results .search-second-container .search-bar.active {
                display: table-footer-group
            }
}

@media (max-width: 767px) and (min-width: 0) {
    .search-results .search-bar .search-input-module form:before {
        font-size: 28px
    }

    .search-results .search-bar .search-input-module form .input-style label, .search-results .search-bar .search-input-module form .input-style input[type=text] {
        font-size: 22px
    }

    .search-results .search-bar .search-input-module form .input-style label {
        letter-spacing: 0
    }

    .search-results .search-bar .questions-wrapper.active .questions-container .questions-right .list-questions {
        padding-top: 0
    }

    .search-results .search-bar .questions-wrapper .s-results-pagination ul, .search-results .search-bar .questions-wrapper .s-results-pagination span {
        vertical-align: middle
    }

    .search-results .search-bar .questions-container {
        border: 0;
        padding: 0
    }

        .search-results .search-bar .questions-container .questions-right .list-questions {
            padding-top: 5px
        }

            .search-results .search-bar .questions-container .questions-right .list-questions > li > a {
                font-size: 15px;
                line-height: 24px;
                letter-spacing: .375px;
                height: auto
            }

                .search-results .search-bar .questions-container .questions-right .list-questions > li > a .question-data.ci-icon-search:before {
                    display: inline-block
                }

    .search-results h2 {
        font-size: 30px;
        margin-top: 13px;
        letter-spacing: 0.8px
    }

    .search-results #results-container {
        margin-top: 0
    }

    .search-results #result-stats {
        margin-top: 13px;
        line-height: 1.6;
        margin-bottom: 18px
    }

    .search-results .results-group {
        margin-bottom: 9px
    }

        .search-results .results-group h3 {
            letter-spacing: 1px;
            font-size: 20px;
            margin-bottom: 9px
        }

    .search-results .search-bar .questions-wrapper .questions-container .list-questions {
        margin-bottom: 0
    }

        .search-results .search-bar .questions-wrapper .questions-container .list-questions li {
            padding-bottom: 17px
        }

            .search-results .search-bar .questions-wrapper .questions-container .list-questions li > p {
                line-height: 1.5;
                letter-spacing: 0px
            }

    .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-body {
        padding: 16px 2px 15px
    }

        .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-body .form-group:last-child {
            margin-bottom: 0
        }

        .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-body [type="checkbox"] + label {
            padding-left: 27px
        }

            .search-results .search-bar .questions-wrapper .search-filter accordion .panel-group .panel-body [type="checkbox"] + label:before {
                left: -2px
            }

    .search-results .search-bar .search-input-module {
        padding: 0 0 1px;
        margin: 0 0 -17px 0
    }

        .search-results .search-bar .search-input-module form .input-style {
            padding: 12px 0 15px;
            margin-bottom: 0
        }

            .search-results .search-bar .search-input-module form .input-style input[type=text], .search-results .search-bar .search-input-module form .input-style label {
                font-size: 26px;
                line-height: 31.2px;
                margin: 0;
                height: inherit !important;
                top: 0
            }

            .search-results .search-bar .search-input-module form .input-style .btn-search {
                padding: 0;
                bottom: -3px;
                text-align: right
            }
}

.search-bar {
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    max-height: 0;
    overflow: hidden;
    top: 50px;
    z-index: 201
}

    .search-bar.active, .search-bar.show {
        max-height: 2000px
    }

        .search-bar.active .search-input-module, .search-bar.show .search-input-module {
            margin: 0;
            padding-bottom: 0
        }

            .search-bar.active .search-input-module .questions-wrapper.active, .search-bar.show .search-input-module .questions-wrapper.active {
                max-height: inherit;
                padding: 30px 0 30px
            }

    .search-bar .search-input-module {
        padding-bottom: 30px;
        padding-top: 50px;
        background-color: #f3fbfd;
        margin: -10% 0 0;
        -ms-transition: margin 0.3s ease-in;
        -moz-transition: margin 0.3s ease-in;
        -o-transition: margin 0.3s ease-in;
        -webkit-transition: margin 0.3s ease-in;
        transition: margin 0.3s ease-in
    }

        .search-bar .search-input-module .questions-wrapper {
            overflow: hidden;
            max-height: 0;
            padding: 30px 0 25px;
            -ms-transition: max-height 1s ease-in-out;
            -moz-transition: max-height 1s ease-in-out;
            -o-transition: max-height 1s ease-in-out;
            -webkit-transition: max-height 1s ease-in-out;
            transition: max-height 1s ease-in-out;
            -moz-transition-delay: 0.5s;
            -o-transitio-delayn: 0.5s;
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s
        }

            .search-bar .search-input-module .questions-wrapper .questions-container {
                padding: 0
            }

        .search-bar .search-input-module .questions-container {
            border-top: 1px solid #dfe4e4;
            padding: 30px 0px 5px
        }

            .search-bar .search-input-module .questions-container:first-child {
                border: 0
            }

            .search-bar .search-input-module .questions-container .questions-left {
                padding-top: 22px
            }

                .search-bar .search-input-module .questions-container .questions-left span {
                    font-size: 24px;
                    color: #005984;
                    font-style: normal;
                    font-weight: normal;
                    letter-spacing: 0.6px;
                    line-height: 28.8px;
                    margin-bottom: 8px
                }

            .search-bar .search-input-module .questions-container .questions-right .list-questions {
                margin: 0;
                padding: 8px 0 20px
            }

                .search-bar .search-input-module .questions-container .questions-right .list-questions > li {
                    padding: 14px 0 0;
                    margin: 0;
                    line-height: 0
                }

                    .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a {
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        font-size: 16px;
                        text-transform: none;
                        padding: 0 0 3px;
                        display: inline-block;
                        width: 100%;
                        line-height: 1.6;
                        letter-spacing: .4px
                    }

                        .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a:active, .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a:focus {
                            text-decoration: none
                        }

                        .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a .question-data {
                            color: #006060;
                            padding: 0 0 1px;
                            border-bottom: 2px solid #a7e1ea;
                            display: inline
                        }

                            .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a .question-data:hover, .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a .question-data:active {
                                background: #e0f6fb
                            }

                            .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a .question-data.ci-icon-search:before {
                                color: #06abc8;
                                margin-right: 3px;
                                display: none
                            }

                        .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a .question-answer {
                            color: dimgray
                        }

                        .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a span {
                            display: block
                        }

                        .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a:hover {
                            text-decoration: none
                        }

        .search-bar .search-input-module form {
            position: relative
        }

            .search-bar .search-input-module form .input-style {
                width: 100%;
                padding: 0;
                position: relative;
                margin-bottom: 0
            }

                .search-bar .search-input-module form .input-style label, .search-bar .search-input-module form .input-style input[type=text] {
                    font-size: 40px;
                    letter-spacing: 1px;
                    line-height: 48px
                }

                .search-bar .search-input-module form .input-style label {
                    position: absolute;
                    left: 2px;
                    top: 2px;
                    color: #abacaf;
                    font-weight: normal
                }

@media (min-width: 980px) {
    .search-bar .search-input-module form .input-style label.ie-show-label {
        width: auto;
        height: auto;
        clip: auto
    }
}

.search-bar .search-input-module form .input-style input[type=text] {
    width: 100%;
    height: 60px !important;
    box-sizing: border-box;
    position: relative;
    padding-right: 50px;
    border-color: #077faa;
    color: #077faa
}

    .search-bar .search-input-module form .input-style input[type=text]:-ms-input-placeholder {
        color: #abacaf
    }

.search-bar .search-input-module form .input-style .btn-search {
    right: 0;
    bottom: 0;
    padding: 0
}

    .search-bar .search-input-module form .input-style .btn-search:before, .search-bar .search-input-module form .input-style .btn-search .ie7-before {
        color: #077faa;
        font-size: 30px;
        cursor: pointer
    }

    .search-bar .search-input-module form .input-style .btn-search:focus {
        outline: auto
    }

.search-bar .search-input-module .btn-search {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    background-color: transparent;
    z-index: 999;
    margin: 15px 0
}

    .search-bar .search-input-module .btn-search:hover, .search-bar .search-input-module .btn-search:focus, .search-bar .search-input-module .btn-search:active {
        text-decoration: none;
        outline: 0
    }

    .search-bar .search-input-module .btn-search span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

@media (min-width: 768px) and (max-width: 979px) {
    .mobile-item .nav li .search-bar .search-input-module .questions-container {
        padding: 25px 0 8px
    }

    .mobile-item .nav li .search-bar .search-input-module form .input-style label {
        padding-right: 50px;
        top: 0
    }

    .mobile-item .nav li .search-bar .search-input-module form .input-style .btn-search.bt-search {
        padding-left: 5px
    }

    .mobile-item .nav li .search-bar .search-input-module form .input-style .btn-search:before {
        bottom: -4px
    }
}

@media (min-width: 0) and (max-width: 979px) {
    .search-bar .search-input-module .questions-wrapper {
        padding-bottom: 3px
    }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-wrapper.active {
        padding: 3px 0 30px
    }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-wrapper.active .questions-container {
            padding: 0
        }

            .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-wrapper.active .questions-container .questions-right .list-questions {
                padding-bottom: 15px
            }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container {
        padding: 10px 0 0
    }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-left > span {
            text-transform: none;
            display: block
        }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions {
            width: 90%;
            padding-top: 10px
        }

            .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions > li {
                line-height: 0;
                padding: 15px 0 0;
                margin: 0
            }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a .question-answer {
                    padding-bottom: 0
                }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module form {
        width: 93%
    }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style input[type=text], .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style label {
            font-size: 30px;
            line-height: 36px;
            margin-top: 12px;
            margin-bottom: 0px
        }

    .search-second-container {
        width: 100%;
        display: table
    }

        .search-second-container .search-bar {
            transition: none;
            width: 100%
        }

            .search-second-container .search-bar.active {
                display: table-footer-group
            }

        .search-second-container .secondary-nav {
            width: 100%
        }
}

@media (min-width: 0) and (max-width: 767px) {
    .search-results h2 {
        font-size: 30px
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .mobile-nav .mobile-item .nav li .search-bar .search-input-module form:before {
        font-size: 28px
    }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .btn-search {
        bottom: -15px !important
    }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .btn-search:before {
            bottom: 0;
            font-size: 16px !important
        }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style label, .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style input[type=text] {
        font-size: 22px
    }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style label {
        letter-spacing: 0
    }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-wrapper.active .questions-container .questions-right .list-questions {
        padding-bottom: 0;
        padding-top: 0
    }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-wrapper {
        padding: 25px 0
    }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container {
        border: 0;
        padding: 0
    }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions {
            padding-top: 10px;
            width: 100%
        }

            .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions > li {
                line-height: 0;
                font-size: 15px;
                padding: 18px 0 0px
            }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a.common-searches {
                    font-size: 15px;
                    line-height: 1.6;
                    letter-spacing: .375px;
                    height: auto;
                    padding: 0 0 5px
                }

                    .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a.common-searches .question-data {
                        margin-left: 23px
                    }

                        .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a.common-searches .question-data.ci-icon-search:before {
                            display: inline-block;
                            left: 1px;
                            position: absolute;
                            top: 5px
                        }

                    .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-right .list-questions > li > a.common-searches .question-answer {
                        padding-bottom: 2px
                    }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module .questions-container .questions-left span {
            font-size: 21px;
            line-height: 25.2px;
            letter-spacing: .525px;
            margin-bottom: 8px
        }

    .mobile-nav .mobile-item .nav li .search-bar .search-input-module {
        padding: 4px 0 0 0;
        margin: 0 0 -17px 0
    }

        .mobile-nav .mobile-item .nav li .search-bar .search-input-module form {
            width: 100%
        }

            .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style {
                padding: 12px 0 0;
                margin-bottom: 0
            }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style input[type=text], .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style label {
                    font-size: 18px;
                    line-height: 31.2px;
                    margin: 0;
                    height: inherit !important;
                    top: 0
                }

                .mobile-nav .mobile-item .nav li .search-bar .search-input-module form .input-style .btn-search {
                    padding: 0;
                    bottom: 5px;
                    text-align: right
                }
}

@media (max-width: 375px) and (min-width: 0) {
    .questions-wrapper .questions-container .questions-right .list-questions {
        padding-top: 8px
    }
}

.auth .auth-body .search-panel {
    background: #f2f4f4;
    padding: 6px 0 6px 0;
    margin-bottom: 31px
}

    .auth .auth-body .search-panel .search-input {
        margin: 15px auto;
        width: 460px;
        white-space: nowrap;
        position: relative
    }

        .auth .auth-body .search-panel .search-input.form-group {
            margin: 15px auto
        }

        .auth .auth-body .search-panel .search-input span.search {
            position: absolute;
            right: 0;
            top: 6px;
            padding-right: 18px;
            color: #077faa;
            font-size: 22px
        }

        .auth .auth-body .search-panel .search-input input[type="text"] {
            width: 100%;
            height: 50px;
            border: 1px solid #dfe4e4;
            padding-left: 20px;
            font-size: 16px;
            letter-spacing: .025em;
            color: #696969
        }

            .auth .auth-body .search-panel .search-input input[type="text"]::-webkit-input-placeholder {
                color: #abacaf
            }

            .auth .auth-body .search-panel .search-input input[type="text"]:-moz-placeholder {
                color: #abacaf
            }

            .auth .auth-body .search-panel .search-input input[type="text"]::-moz-placeholder {
                color: #abacaf
            }

            .auth .auth-body .search-panel .search-input input[type="text"]:-ms-input-placeholder {
                color: #abacaf
            }

            .auth .auth-body .search-panel .search-input input[type="text"]::-ms-input-placeholder {
                color: #abacaf
            }

            .auth .auth-body .search-panel .search-input input[type="text"]:focus {
                outline-color: #077faa;
                border: 1px solid #077faa;
                box-shadow: none
            }

        .auth .auth-body .search-panel .search-input input[type=text]::-ms-clear {
            display: none;
            width: 0;
            height: 0
        }

        .auth .auth-body .search-panel .search-input input[type=text]::-ms-reveal {
            display: none;
            width: 0;
            height: 0
        }

.secondary-nav {
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    border-bottom: #e1e5e6 1px solid;
    overflow: hidden;
    clear: both;
    min-height: 110px
}

    .secondary-nav.sticky-active {
        min-height: 0
    }

    .secondary-nav .secondary-nav-inner {
        padding: 20px 0
    }

    .secondary-nav .logo-container {
        padding-right: 0
    }

        .secondary-nav .logo-container.page-title a, .secondary-nav .logo-container.page-title label, .secondary-nav .logo-container.page-title span {
            font-size: 30px;
            letter-spacing: 1.2px;
            color: #005984;
            font-weight: 400;
            padding-top: 10px;
            padding-left: 30px;
            float: left
        }

    .secondary-nav .poc-link-wrapper a, .secondary-nav .poc-link-wrapper label, .secondary-nav .poc-link-wrapper span {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .25px;
        text-decoration: none;
        color: #006060;
        display: inline-block;
        margin-top: 25px;
        margin-bottom: 16.833px;
        margin-right: 6px;
        padding-left: 5px
    }

        .secondary-nav .poc-link-wrapper a:hover, .secondary-nav .poc-link-wrapper label:hover, .secondary-nav .poc-link-wrapper span:hover {
            background-color: #e0f6fb
        }

    .secondary-nav .nav-pills > li + li {
        margin-left: 5px
    }

    .secondary-nav .sublinks-nav {
        padding: 14px 0
    }

        .secondary-nav .sublinks-nav > li > a {
            color: #006060;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 500;
            padding: 10px 14px;
            letter-spacing: 0.2px
        }

            .secondary-nav .sublinks-nav > li > a:focus, .secondary-nav .sublinks-nav > li > a:active, .secondary-nav .sublinks-nav > li > a.active {
                opacity: 0.5;
                background-color: transparent
            }

            .secondary-nav .sublinks-nav > li > a:hover, .secondary-nav .sublinks-nav > li > a:focus {
                text-decoration: none;
                background-color: transparent
            }

                .secondary-nav .sublinks-nav > li > a:hover > span, .secondary-nav .sublinks-nav > li > a:focus > span {
                    border-bottom: 2px solid #e0f6fb;
                    padding-bottom: 2px
                }

    .secondary-nav .ci-icon-search {
        color: #005984;
        margin-top: 9px;
        cursor: pointer
    }

        .secondary-nav .ci-icon-search.active {
            color: #06abc8
        }

            .secondary-nav .ci-icon-search.active:before {
                content: ""
            }

    .secondary-nav .logo-container {
        border-left: 1px solid #e1e5e6
    }

    .secondary-nav .centered-logo {
        height: 68px
    }

        .secondary-nav .centered-logo .duke-logo {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            position: relative
        }

            .secondary-nav .centered-logo .duke-logo .duke-logo-img {
                margin-top: 1px
            }

@media (min-width: 980px) {
    .secondary-nav .secondary-nav-inner.sticky-nav {
        background-color: #fff;
        min-height: 75px;
        padding: 4px 0;
        border-bottom: #e1e5e6 1px solid
    }

    .secondary-nav .row-centered .centered-logo {
        margin-right: -16px
    }
}

@media (min-width: 0) and (max-width: 979px) {
    .secondary-nav .ci-icon-search:before {
        font-size: 45px
    }

    .secondary-nav .duke-logo .duke-logo-img {
        border-right: 0
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .secondary-nav {
        height: 60px;
        min-height: 60px;
        padding: 14px 0
    }

        .secondary-nav .duke-logo .duke-logo-img {
            background-position: 0 0;
            background-size: auto auto;
            height: 35px;
            padding-bottom: 0;
            padding-top: 0
        }

        .secondary-nav .ci-icon-search {
            margin-top: 6px
        }

            .secondary-nav .ci-icon-search:before {
                font-size: 25px
            }
}

.row div[class*="col-"] .short-copy-container .container {
    padding: 0
}

.short-copy-container, .mismatch-prompt-container {
    width: 100%;
    text-align: center;
    padding: 48px 0px
}

    .short-copy-container .header-container, .mismatch-prompt-container .header-container {
        max-width: 100%
    }

        .short-copy-container .header-container .header-2, .short-copy-container .header-container .rich-text-editor h2, .rich-text-editor .short-copy-container .header-container h2, .mismatch-prompt-container .header-container .header-2, .mismatch-prompt-container .header-container .rich-text-editor h2, .rich-text-editor .mismatch-prompt-container .header-container h2 {
            margin-bottom: 10px;
            width: 100%;
            max-width: 100%
        }

        .short-copy-container .header-container .small-icon, .mismatch-prompt-container .header-container .small-icon {
            margin: 0 auto 11px
        }

        .short-copy-container .header-container .intro-txt, .mismatch-prompt-container .header-container .intro-txt {
            margin-bottom: 33px;
            text-align: center;
            width: 100%
        }

    .short-copy-container .below-cta-container, .mismatch-prompt-container .below-cta-container {
        margin-top: 28px
    }

@media (max-width: 767px) {
    .short-copy-container .header-container .header-2, .short-copy-container .header-container .rich-text-editor h2, .rich-text-editor .short-copy-container .header-container h2, .mismatch-prompt-container .header-container .header-2, .mismatch-prompt-container .header-container .rich-text-editor h2, .rich-text-editor .mismatch-prompt-container .header-container h2 {
        margin-bottom: 10px
    }

    .short-copy-container .header-container .intro-txt, .mismatch-prompt-container .header-container .intro-txt {
        margin-bottom: 33px
    }
}

.slideshow-section figure:active {
    box-shadow: none
}

.slideshow-section figcaption {
    display: block;
    padding-top: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #929397;
    text-transform: initial
}

.modal#transparentModal .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    pointer-events: all
}

.modal#transparentModal .modal-content {
    background-color: transparent;
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all
}

.modal#transparentModal .vertical-alignment-helper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a;
    pointer-events: none
}

    .modal#transparentModal .vertical-alignment-helper:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 100%
    }

.modal#transparentModal .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none
}

.carousel#slideshowCarousel {
    pointer-events: all;
    padding: 0 4%
}

    .carousel#slideshowCarousel h3, .carousel#slideshowCarousel h2, .carousel#slideshowCarousel p {
        color: #fff !important
    }

    .carousel#slideshowCarousel .carousel-indicators {
        bottom: -20px
    }

        .carousel#slideshowCarousel .carousel-indicators li {
            border: 2px solid #fff;
            width: 12px;
            height: 12px;
            margin-left: 10px
        }

    .carousel#slideshowCarousel .carousel-inner .image-wrapper > img {
        height: auto;
        max-height: 530px;
        padding-bottom: 36px;
        max-width: 100%
    }

    .carousel#slideshowCarousel .carousel-inner .title {
        padding-bottom: 24px
    }

    .carousel#slideshowCarousel .carousel-inner .caption {
        margin: 0 0 20px 0
    }

    .carousel#slideshowCarousel .carousel-control {
        opacity: 1;
        width: 35px;
        height: 35px;
        top: 50%;
        background-image: none;
        cursor: pointer
    }

        .carousel#slideshowCarousel .carousel-control > span {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: 'custom-icons';
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none;
            speak: none
        }

        .carousel#slideshowCarousel .carousel-control.right {
            right: -27px
        }

            .carousel#slideshowCarousel .carousel-control.right span:before {
                content: "\e61d"
            }

        .carousel#slideshowCarousel .carousel-control.left {
            left: -27px
        }

            .carousel#slideshowCarousel .carousel-control.left span:before {
                content: "\e61c"
            }

@media (max-width: 979px) and (min-width: 0) {
    .modal#transparentModal .close {
        position: fixed;
        top: 33px;
        right: 33px
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .modal#transparentModal .close {
        top: 6px;
        right: 13px;
        padding-bottom: 60px
    }
}

.social-wrapper {
    width: 100%;
    border-top: #077faa 1px solid;
    background-color: #005984;
    padding: 40px 0px 20px
}

@media (max-width: 979px) and (min-width: 768px) {
    .social-wrapper {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .social-wrapper {
        padding: 15px 0 10px
    }
}

.social-wrapper .social-share .social-item {
    padding-left: 25px;
    padding-right: 25px;
    width: 70px;
    margin-right: 0
}

    .social-wrapper .social-share .social-item a {
        color: #fff;
        display: block;
        margin: auto
    }

        .social-wrapper .social-share .social-item a:before {
            font-size: 18px
        }

        .social-wrapper .social-share .social-item a[class^="social-"] {
            background-image: url("/Assets/site/img/core/footer/social.png");
            background-repeat: no-repeat;
            height: 20px;
            width: 20px
        }

        .social-wrapper .social-share .social-item a span {
            font-size: 14px
        }

    .social-wrapper .social-share .social-item button {
        padding: 0;
        background: none;
        border: none;
        color: #fff
    }

        .social-wrapper .social-share .social-item button:hover span {
            text-decoration: underline
        }

    .social-wrapper .social-share .social-item.social-email-sign-up {
        width: auto;
        line-height: 1.5em
    }

    .social-wrapper .social-share .social-item .social-fb-icon {
        background-position-x: 0
    }

    .social-wrapper .social-share .social-item .social-twitter-icon {
        background-position: -20px 0
    }

    .social-wrapper .social-share .social-item .social-linkedin-icon {
        background-position: -40px 0
    }

    .social-wrapper .social-share .social-item .social-youtube-icon {
        background-position: -60px 0
    }

    .social-wrapper .social-share .social-item .social-rss-icon {
        background-position: -80px 0
    }

    .social-wrapper .social-share .social-item .social-instagram-icon {
        background-position: -100px 0
    }

@media (max-width: 767px) and (min-width: 0) {
    .social-wrapper .social-share {
        display: block;
        text-align: center;
        width: 85%;
        margin: auto
    }

        .social-wrapper .social-share .social-item {
            padding: 20px 22.5px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            zoom: 1;
            line-height: 1
        }

            .social-wrapper .social-share .social-item a {
                display: block
            }

                .social-wrapper .social-share .social-item a:before {
                    font-size: 23px
                }
}

.social-share-container {
    padding: 40px 0;
    background: #fafafa
}

    .social-share-container .share-item {
        border-left: #e1e5e6 1px solid;
        text-align: center
    }

        .social-share-container .share-item:first-child {
            border-left: 0
        }

        .social-share-container .share-item a {
            color: #06abc8;
            font-size: 15px;
            text-transform: uppercase;
            display: block
        }

            .social-share-container .share-item a:before {
                font-size: 25px;
                display: block
            }

            .social-share-container .share-item a:hover {
                text-decoration: none
            }

            .social-share-container .share-item a, .social-share-container .share-item a:before {
                margin-bottom: 30px
            }

        .social-share-container .share-item .tag-names p {
            font-size: 12px
        }

.application-container {
    padding: 50px 0px 8px 0px
}

    .application-container .header-container .small-icon {
        margin-bottom: 10px
    }

    .application-container .header-container h2 {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%
    }

    .application-container .header-container .intro-txt {
        margin-bottom: 33px;
        text-align: center;
        width: 100%
    }

    .application-container .call-to-action .btn-medium {
        margin: 35px 0px
    }

#register-jurisdiction-selector {
    transform: translateY(-179px)
}

    #register-jurisdiction-selector .state-selection, #register-jurisdiction-selector .region-selection {
        background-color: #ffffff
    }

        #register-jurisdiction-selector .state-selection .auth-header, #register-jurisdiction-selector .state-selection .auth-header .header-1, #register-jurisdiction-selector .state-selection .auth-header .rich-text-editor h1, .rich-text-editor #register-jurisdiction-selector .state-selection .auth-header h1 {
            margin-top: 0
        }

@media only screen and (max-width: 767px) {
    #register-jurisdiction-selector {
        transform: translateY(-159px)
    }
}

.state-intercept.state-list.intercept-jurisdiction.active .state-list-wrapper .states-list-container .state-selection .select-state {
    margin-top: 0
}

.state-intercept.state-list.intercept-jurisdiction .header-container {
    margin: 38px auto
}

.state-intercept.state-list.intercept-jurisdiction .state-list-wrapper {
    background: white
}

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later a:hover {
        text-decoration: none
    }

        .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later a:hover span {
            background: #e0f6fb
        }

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .error-code {
        margin-top: 8px
    }

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .state-map > div .col-md-7 {
        width: 225px
    }

@media (min-width: 1200px) {
    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .states-list-inner {
        margin-left: -15px;
        margin-right: -15px
    }

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection {
        padding-left: 15px
    }

        .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection > .padding-container {
            margin-left: -15px;
            margin-right: -15px
        }

        .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state {
            margin-left: -15px
        }

            .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
                width: 195px
            }

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection {
        padding-left: 15px
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .states-list-inner {
        margin-left: -10px;
        margin-right: -10px
    }

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection {
        padding-left: 10px
    }

        .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection > .padding-container {
            margin-left: -10px;
            margin-right: -10px
        }

        .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state {
            margin-left: -10px
        }

            .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .select-state .state-item {
                width: 160px
            }

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection {
        padding-left: 9px
    }

        .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container .header-2, .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container .rich-text-editor h2, .rich-text-editor .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container h2 {
            margin-left: auto
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .state-intercept.state-list.intercept-jurisdiction .tablet-full {
        width: 100%
    }

    .state-intercept.state-list.intercept-jurisdiction .header-container {
        margin: 36px auto 44px;
        max-width: 600px
    }

        .state-intercept.state-list.intercept-jurisdiction .header-container .header-1, .state-intercept.state-list.intercept-jurisdiction .header-container .rich-text-editor h1, .rich-text-editor .state-intercept.state-list.intercept-jurisdiction .header-container h1 {
            letter-spacing: 0.2px;
            margin-bottom: 12px
        }

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container .header-2, .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container .rich-text-editor h2, .rich-text-editor .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .region-selection .header-container h2 {
        width: 90%
    }
}

@media (max-width: 979px) {
    .state-intercept.state-list.intercept-jurisdiction.active .state-list-wrapper .states-list-container .state-selection .select-state {
        margin: 0
    }

    .state-intercept.state-list.intercept-jurisdiction .padding-container {
        margin: 0
    }
}

@media (max-width: 767px) {
    .state-intercept.state-list.intercept-jurisdiction .header-container {
        margin: 43px auto 24px
    }

        .state-intercept.state-list.intercept-jurisdiction .header-container .header-1, .state-intercept.state-list.intercept-jurisdiction .header-container .rich-text-editor h1, .rich-text-editor .state-intercept.state-list.intercept-jurisdiction .header-container h1 {
            letter-spacing: 0.2px;
            margin-bottom: 7px
        }

        .state-intercept.state-list.intercept-jurisdiction .header-container .intro-txt {
            width: 100%;
            margin: auto
        }

    .state-intercept.state-list.intercept-jurisdiction .state-list-wrapper .states-list-container .state-selection .choose-later {
        margin: 44px 0
    }
}

.stock-module {
    background-color: #193542;
    width: 255px;
    padding: 30px 24px;
    color: #fff;
    font-size: 14px;
    height: 435px
}

    .stock-module p {
        line-height: 1;
        color: #f7f7f7
    }

    .stock-module .points {
        margin: 0 0 12px;
        font-size: 36px
    }

        .stock-module .points sup {
            position: relative;
            top: -14px;
            font-size: 16px;
            left: 3px
        }

            .stock-module .points sup.down:before {
                position: absolute;
                top: 23px;
                right: 13px;
                border-top: 7px solid #8b0e04;
                border-right: 4.5px solid transparent;
                border-left: 4.5px solid transparent;
                content: ' '
            }

            .stock-module .points sup.up:before {
                position: absolute;
                top: 23px;
                right: 13px;
                border-bottom: 7px solid #00853f;
                border-right: 4.5px solid transparent;
                border-left: 4.5px solid transparent;
                content: ' '
            }

    .stock-module .percentage {
        margin-bottom: 5px
    }

        .stock-module .percentage.stock-up:after {
            display: inline-block;
            width: 0;
            height: 0;
            border: solid 10px transparent;
            border-bottom-color: #54b948;
            content: "";
            border-width: 0 7px 12px;
            margin-left: 10px
        }

        .stock-module .percentage.stock-down:after {
            display: inline-block;
            width: 0;
            height: 0;
            border: solid 10px transparent;
            border-top-color: #8b0e04;
            content: "";
            border-width: 12px 7px 0;
            margin-left: 10px
        }

    .stock-module .timestamp {
        font-size: 12px;
        color: #abacaf;
        margin-bottom: 5px
    }

    .stock-module .stock-detail {
        padding-top: 5px
    }

        .stock-module .stock-detail table.invert {
            width: 100%
        }

            .stock-module .stock-detail table.invert tbody > tr th {
                font-weight: normal;
                border: none;
                padding-bottom: 11px
            }

            .stock-module .stock-detail table.invert tbody > tr td {
                text-align: right;
                border: none;
                padding-bottom: 11px
            }

    .stock-module .image-wrapper {
        width: 225px;
        position: relative;
        height: 107px;
        overflow: hidden
    }

        .stock-module .image-wrapper img {
            position: absolute;
            width: 230px;
            height: 111px;
            left: -2px;
            top: -2px;
            min-width: 0
        }

    .stock-module .link-wrap {
        padding-top: 14px;
        text-align: center
    }

        .stock-module .link-wrap a {
            display: inline;
            margin: 0 auto;
            height: 27px;
            border-bottom: #f7f7f7 2px solid;
            text-align: center;
            text-transform: uppercase;
            font-size: 18px
        }

            .stock-module .link-wrap a:focus, .stock-module .link-wrap a:active {
                text-decoration: none
            }

            .stock-module .link-wrap a:hover {
                color: #fff;
                text-decoration: none
            }

@media (min-width: 768px) and (max-width: 979px) {
    .stock-module {
        width: 220px;
        padding-left: 13px;
        padding-right: 13px
    }
}

@media (max-width: 767px) and (min-width: 501px) {
    .stock-module {
        padding: 45px 55px 51px
    }
}

@media (max-width: 500px) and (min-width: 0) {
    .stock-module {
        padding: 45px 4.5% 51px
    }

        .stock-module .image-wrapper {
            margin: 15px auto;
            width: 240px
        }

            .stock-module .image-wrapper img {
                width: 249px;
                left: -4px;
                top: -2px
            }
}

table {
    background-color: rgba(0,0,0,0)
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #dfe4e4;
    text-align: left
}

th {
    text-align: left
}

.table, .rich-text-editor table, .custom-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th, .rich-text-editor table > thead > tr > th, .custom-table table > thead > tr > th, .table > thead > tr > td, .rich-text-editor table > thead > tr > td, .custom-table table > thead > tr > td, .table > tbody > tr > th, .rich-text-editor table > tbody > tr > th, .custom-table table > tbody > tr > th, .table > tbody > tr > td, .rich-text-editor table > tbody > tr > td, .custom-table table > tbody > tr > td, .table > tfoot > tr > th, .rich-text-editor table > tfoot > tr > th, .custom-table table > tfoot > tr > th, .table > tfoot > tr > td, .rich-text-editor table > tfoot > tr > td, .custom-table table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #dfe4e4
    }

    .table > thead > tr > th, .rich-text-editor table > thead > tr > th, .custom-table table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dfe4e4
    }

    .table > caption + thead > tr:first-child > th, .rich-text-editor table > caption + thead > tr:first-child > th, .custom-table table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .rich-text-editor table > caption + thead > tr:first-child > td, .custom-table table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .rich-text-editor table > colgroup + thead > tr:first-child > th, .custom-table table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .rich-text-editor table > colgroup + thead > tr:first-child > td, .custom-table table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .rich-text-editor table > thead:first-child > tr:first-child > th, .custom-table table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .rich-text-editor table > thead:first-child > tr:first-child > td, .custom-table table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody, .rich-text-editor table > tbody + tbody, .custom-table table > tbody + tbody {
        border-top: 2px solid #dfe4e4
    }

    .table .table, .rich-text-editor table .table, .custom-table table .table, .table .rich-text-editor table, .rich-text-editor .table table, .rich-text-editor table table, .table .custom-table table, .custom-table .table table, .custom-table table table {
        background-color: #fff
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #dfe4e4
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #dfe4e4
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd), .rich-text-editor table > tbody > tr:nth-of-type(odd), .custom-table table > tbody > tr:nth-of-type(odd) {
    background-color: #f3fbfd
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .rich-text-editor table > thead > tr > td.active, .custom-table table > thead > tr > td.active, .table > thead > tr > th.active, .rich-text-editor table > thead > tr > th.active, .custom-table table > thead > tr > th.active, .table > thead > tr.active > td, .rich-text-editor table > thead > tr.active > td, .custom-table table > thead > tr.active > td, .table > thead > tr.active > th, .rich-text-editor table > thead > tr.active > th, .custom-table table > thead > tr.active > th, .table > tbody > tr > td.active, .rich-text-editor table > tbody > tr > td.active, .custom-table table > tbody > tr > td.active, .table > tbody > tr > th.active, .rich-text-editor table > tbody > tr > th.active, .custom-table table > tbody > tr > th.active, .table > tbody > tr.active > td, .rich-text-editor table > tbody > tr.active > td, .custom-table table > tbody > tr.active > td, .table > tbody > tr.active > th, .rich-text-editor table > tbody > tr.active > th, .custom-table table > tbody > tr.active > th, .table > tfoot > tr > td.active, .rich-text-editor table > tfoot > tr > td.active, .custom-table table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .rich-text-editor table > tfoot > tr > th.active, .custom-table table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .rich-text-editor table > tfoot > tr.active > td, .custom-table table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .rich-text-editor table > tfoot > tr.active > th, .custom-table table > tfoot > tr.active > th {
    background-color: #f3fbfb
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e0f5f5
}

.table > thead > tr > td.success, .rich-text-editor table > thead > tr > td.success, .custom-table table > thead > tr > td.success, .table > thead > tr > th.success, .rich-text-editor table > thead > tr > th.success, .custom-table table > thead > tr > th.success, .table > thead > tr.success > td, .rich-text-editor table > thead > tr.success > td, .custom-table table > thead > tr.success > td, .table > thead > tr.success > th, .rich-text-editor table > thead > tr.success > th, .custom-table table > thead > tr.success > th, .table > tbody > tr > td.success, .rich-text-editor table > tbody > tr > td.success, .custom-table table > tbody > tr > td.success, .table > tbody > tr > th.success, .rich-text-editor table > tbody > tr > th.success, .custom-table table > tbody > tr > th.success, .table > tbody > tr.success > td, .rich-text-editor table > tbody > tr.success > td, .custom-table table > tbody > tr.success > td, .table > tbody > tr.success > th, .rich-text-editor table > tbody > tr.success > th, .custom-table table > tbody > tr.success > th, .table > tfoot > tr > td.success, .rich-text-editor table > tfoot > tr > td.success, .custom-table table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .rich-text-editor table > tfoot > tr > th.success, .custom-table table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .rich-text-editor table > tfoot > tr.success > td, .custom-table table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .rich-text-editor table > tfoot > tr.success > th, .custom-table table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .rich-text-editor table > thead > tr > td.info, .custom-table table > thead > tr > td.info, .table > thead > tr > th.info, .rich-text-editor table > thead > tr > th.info, .custom-table table > thead > tr > th.info, .table > thead > tr.info > td, .rich-text-editor table > thead > tr.info > td, .custom-table table > thead > tr.info > td, .table > thead > tr.info > th, .rich-text-editor table > thead > tr.info > th, .custom-table table > thead > tr.info > th, .table > tbody > tr > td.info, .rich-text-editor table > tbody > tr > td.info, .custom-table table > tbody > tr > td.info, .table > tbody > tr > th.info, .rich-text-editor table > tbody > tr > th.info, .custom-table table > tbody > tr > th.info, .table > tbody > tr.info > td, .rich-text-editor table > tbody > tr.info > td, .custom-table table > tbody > tr.info > td, .table > tbody > tr.info > th, .rich-text-editor table > tbody > tr.info > th, .custom-table table > tbody > tr.info > th, .table > tfoot > tr > td.info, .rich-text-editor table > tfoot > tr > td.info, .custom-table table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .rich-text-editor table > tfoot > tr > th.info, .custom-table table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .rich-text-editor table > tfoot > tr.info > td, .custom-table table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .rich-text-editor table > tfoot > tr.info > th, .custom-table table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .rich-text-editor table > thead > tr > td.warning, .custom-table table > thead > tr > td.warning, .table > thead > tr > th.warning, .rich-text-editor table > thead > tr > th.warning, .custom-table table > thead > tr > th.warning, .table > thead > tr.warning > td, .rich-text-editor table > thead > tr.warning > td, .custom-table table > thead > tr.warning > td, .table > thead > tr.warning > th, .rich-text-editor table > thead > tr.warning > th, .custom-table table > thead > tr.warning > th, .table > tbody > tr > td.warning, .rich-text-editor table > tbody > tr > td.warning, .custom-table table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .rich-text-editor table > tbody > tr > th.warning, .custom-table table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .rich-text-editor table > tbody > tr.warning > td, .custom-table table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .rich-text-editor table > tbody > tr.warning > th, .custom-table table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .rich-text-editor table > tfoot > tr > td.warning, .custom-table table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .rich-text-editor table > tfoot > tr > th.warning, .custom-table table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .rich-text-editor table > tfoot > tr.warning > td, .custom-table table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .rich-text-editor table > tfoot > tr.warning > th, .custom-table table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .rich-text-editor table > thead > tr > td.danger, .custom-table table > thead > tr > td.danger, .table > thead > tr > th.danger, .rich-text-editor table > thead > tr > th.danger, .custom-table table > thead > tr > th.danger, .table > thead > tr.danger > td, .rich-text-editor table > thead > tr.danger > td, .custom-table table > thead > tr.danger > td, .table > thead > tr.danger > th, .rich-text-editor table > thead > tr.danger > th, .custom-table table > thead > tr.danger > th, .table > tbody > tr > td.danger, .rich-text-editor table > tbody > tr > td.danger, .custom-table table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .rich-text-editor table > tbody > tr > th.danger, .custom-table table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .rich-text-editor table > tbody > tr.danger > td, .custom-table table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .rich-text-editor table > tbody > tr.danger > th, .custom-table table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .rich-text-editor table > tfoot > tr > td.danger, .custom-table table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .rich-text-editor table > tfoot > tr > th.danger, .custom-table table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .rich-text-editor table > tfoot > tr.danger > td, .custom-table table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .rich-text-editor table > tfoot > tr.danger > th, .custom-table table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dfe4e4
    }

        .table-responsive > .table, .rich-text-editor .table-responsive > table, .custom-table .table-responsive > table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .rich-text-editor .table-responsive > table > thead > tr > th, .custom-table .table-responsive > table > thead > tr > th, .table-responsive > .table > thead > tr > td, .rich-text-editor .table-responsive > table > thead > tr > td, .custom-table .table-responsive > table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .rich-text-editor .table-responsive > table > tbody > tr > th, .custom-table .table-responsive > table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .rich-text-editor .table-responsive > table > tbody > tr > td, .custom-table .table-responsive > table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .rich-text-editor .table-responsive > table > tfoot > tr > th, .custom-table .table-responsive > table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td, .rich-text-editor .table-responsive > table > tfoot > tr > td, .custom-table .table-responsive > table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

.custom-table {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow-x: auto;
    min-height: 0.01%
}

    .custom-table.sortable table > thead > tr > th.asc:before, .custom-table.sortable table > thead > tr > td.asc:before {
        border-bottom: 6px solid #bfd5e0;
        border-top: 0
    }

    .custom-table.sortable table > thead > tr > th.asc.active:before, .custom-table.sortable table > thead > tr > td.asc.active:before {
        border-bottom-color: #005984
    }

    .custom-table.sortable table > thead > tr > th.desc:before, .custom-table.sortable table > thead > tr > td.desc:before {
        border-top: 6px solid #bfd5e0;
        border-bottom: 0
    }

    .custom-table.sortable table > thead > tr > th.desc.active:before, .custom-table.sortable table > thead > tr > td.desc.active:before {
        border-top-color: #005984
    }

    .custom-table.sortable table > thead > tr > th.asc:before, .custom-table.sortable table > thead > tr > th.desc:before, .custom-table.sortable table > thead > tr > td.asc:before, .custom-table.sortable table > thead > tr > td.desc:before {
        bottom: 5px;
        right: 5px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        position: absolute;
        content: ' '
    }

    .custom-table table {
        border-collapse: collapse;
        table-layout: fixed;
        margin-bottom: 0
    }

        .custom-table table > thead > tr > th.active, .custom-table table > tbody > tr > td.active {
            background-color: rgba(242,244,244,0.5)
        }

        .custom-table table > thead > tr > th:first-child, .custom-table table > tbody > tr > td:first-child {
            border-left: 0
        }

        .custom-table table > thead > tr > th:last-child, .custom-table table > tbody > tr > td:last-child {
            border-right: 0
        }

        .custom-table table > thead:first-child > tr:first-child > th {
            border-top: 1px solid #dfe4e4
        }

        .custom-table table > thead > tr > th, .custom-table table > thead > tr > td {
            position: relative;
            padding: 19px 20px;
            border: 1px solid #dfe4e4;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 21px;
            letter-spacing: 0.4px;
            color: #005984;
            text-align: left;
            vertical-align: top;
            font-weight: normal
        }

            .custom-table table > thead > tr > th:focus, .custom-table table > thead > tr > th:hover, .custom-table table > thead > tr > td:focus, .custom-table table > thead > tr > td:hover {
                background-color: rgba(242,244,244,0.5)
            }

        .custom-table table > tbody > tr:last-child td {
            border-bottom: 0
        }

        .custom-table table > tbody > tr > td {
            min-height: 50px;
            padding: 14px 20px;
            border-left: 1px solid #dfe4e4;
            border-top: 0;
            border-bottom: 1px solid transparent;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: 0.4px;
            color: dimgray;
            vertical-align: middle
        }

            .custom-table table > tbody > tr > td a {
                display: inline;
                color: #006060;
                border-bottom: 2px solid #a7e1ea;
                padding-bottom: 2px
            }

                .custom-table table > tbody > tr > td a:focus {
                    text-decoration: none
                }

                .custom-table table > tbody > tr > td a:hover {
                    text-decoration: none;
                    background-color: #e0f6fb;
                    border-bottom: none
                }

@media (min-width: 768px) and (max-width: 979px) {
    .custom-table table > thead > tr > td, .custom-table table .custom-table table > thead > tr > th {
        padding: 19px 13px
    }

    .custom-table table > tbody > tr > td {
        min-height: 50px;
        padding: 14px 14px
    }

    .custom-table table > thead > tr > th {
        padding: 19px 14px
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .custom-table-container {
        padding-left: 0;
        padding-right: 0
    }

    .custom-table {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .custom-table table {
            margin-bottom: 0;
            table-layout: auto
        }

            .custom-table table > thead > tr > th {
                padding: 19px 12px
            }

            .custom-table table > tbody > tr > td {
                padding: 14px 12px
            }
}

.mayus {
    text-transform: uppercase;
    font-size: 21px
}

.accordion-tab {
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px solid #f2f4f4
}

.advance-tab {
    background: none;
    border: none;
    text-transform: uppercase;
    margin-left: 50%;
    transform: translateX(-50%)
}

    .advance-tab:hover {
        background-color: #e0f6fb;
        border-bottom: none
    }

    .advance-tab:after {
        content: '\e608';
        font-family: duke-icons;
        -webkit-font-smoothing: antialiased;
        font-size: 13px;
        display: inline-block;
        padding-left: 10px;
        color: #a7e1ea
    }

.multicolumn-layout .tabs-component .tab-content {
    width: auto !important;
    margin-left: 0px !important;
    padding: 3%
}

.tabs-component {
    width: 100%;
    padding-top: 50px
}

    .tabs-component .multicolumn-component.fiftyfifty-layout .col-sm-6, .tabs-component .multicolumn-component.fiftyfifty-layout .col-md-6, .tabs-component .multicolumn-component.fiftyfifty-layout .col-lg-6 {
        width: 50% !important
    }

    .tabs-component .multicolumn-component.three-col-layout .col-sm-4, .tabs-component .multicolumn-component.three-col-layout .col-md-4, .tabs-component .multicolumn-component.three-col-layout .col-lg-4 {
        width: 33.333% !important
    }

    .tabs-component .header-container .small-icon {
        margin-bottom: 20px
    }

    .tabs-component .header-container .intro-txt {
        margin-bottom: 43px;
        text-align: center
    }

    .tabs-component .header-container .header-2, .tabs-component .header-container .rich-text-editor h2, .rich-text-editor .tabs-component .header-container h2 {
        margin-top: -10px;
        margin-bottom: 41px
    }

    .tabs-component .tab-links:focus {
        outline: none !important
    }

    .tabs-component .tab-links {
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: stretch
    }

        .tabs-component .tab-links > li > button {
            padding: 0
        }

            .tabs-component .tab-links > li > button img.tab-icon {
                height: 35px;
                width: 35px;
                margin: 0 auto 10px;
                display: block
            }

            .tabs-component .tab-links > li > button > label {
                padding: 0 10px
            }

        .tabs-component .tab-links > li:before {
            display: none
        }

        .tabs-component .tab-links li.active:after {
            content: '';
            position: absolute;
            bottom: 0%;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 0;
            height: 0;
            border-bottom: solid 20px #F2F4F4;
            border-left: solid 20px transparent;
            border-right: solid 20px transparent
        }

        .tabs-component .tab-links li {
            cursor: pointer;
            padding: 20px
        }

            .tabs-component .tab-links li.active .inner-wrapper {
                text-decoration: none;
                border-bottom: none !important
            }

            .tabs-component .tab-links li:hover > button label {
                background: #DCF4FA;
                border-bottom: none
            }

            .tabs-component .tab-links li .inner-wrapper {
                display: inline;
                border-bottom: 3px solid #AEE7EF;
                text-decoration: none;
                padding: 0px
            }

            .tabs-component .tab-links li > button, .tabs-component .tab-links li a {
                color: #077faa;
                text-transform: uppercase;
                border: 0;
                margin-bottom: 5px;
                background-color: transparent
            }

                .tabs-component .tab-links li > button > label, .tabs-component .tab-links li a > label {
                    margin: auto;
                    font-weight: normal;
                    cursor: pointer
                }

    .tabs-component .tab-content {
        background-color: #F2F4F4
    }

        .tabs-component .tab-content .tab-pane {
            padding: 0 20px
        }

            .tabs-component .tab-content .tab-pane .body-copy {
                padding-top: 37px
            }

            .tabs-component .tab-content .tab-pane .body-content {
                margin-bottom: 50px
            }

            .tabs-component .tab-content .tab-pane.active .multicolumn-component.right-sidebar-layout .col-md-4 {
                width: 30%
            }

            .tabs-component .tab-content .tab-pane.active .multicolumn-component.right-sidebar-layout .col-lg-4 {
                width: 30% !important
            }

@media (min-width: 0) and (max-width: 767px) {
    .tabs-component {
        padding-bottom: 6px
    }

        .tabs-component .accordion-component .accordion-container .accordion-content {
            width: 99%
        }

            .tabs-component .accordion-component .accordion-container .accordion-content .row {
                margin-left: 0px;
                margin-right: 0px
            }

            .tabs-component .accordion-component .accordion-container .accordion-content .body-copy p {
                margin-bottom: 23px
            }

        .tabs-component .header-container .small-icon {
            margin-bottom: 15px
        }

        .tabs-component .header-container .header-2, .tabs-component .header-container .rich-text-editor h2, .rich-text-editor .tabs-component .header-container h2 {
            margin-bottom: 16px
        }

        .tabs-component .header-container .intro-txt {
            text-align: center;
            margin-bottom: 41px;
            line-height: 26px
        }

        .tabs-component .tab-link {
            padding-top: 15px;
            padding-bottom: 11px;
            padding-left: 13px;
            display: block;
            margin-bottom: 0;
            font-size: 16px;
            color: #005984;
            text-transform: uppercase;
            line-height: 1.2;
            letter-spacing: 0.525px;
            text-decoration: none;
            position: relative;
            border-top: 1px solid #dfe4e4
        }

            .tabs-component .tab-link:hover {
                background-color: #e0f6fb
            }

                .tabs-component .tab-link:hover > .inner-wrapper {
                    box-shadow: 0 0 0 2.5px #e0f6fb;
                    background-color: #e0f6fb
                }

            .tabs-component .tab-link img.tab-icon {
                vertical-align: middle;
                display: inline-block;
                width: 7%;
                margin-right: 2%;
                margin-top: -4px
            }

            .tabs-component .tab-link .inner-wrapper {
                width: 85%;
                display: inline-block;
                vertical-align: middle
            }

            .tabs-component .tab-link img.tab-icon ~ .inner-wrapper {
                width: 75%
            }

            .tabs-component .tab-link .icon {
                line-height: 0;
                font-size: 22px;
                background-color: transparent;
                vertical-align: middle;
                color: #92dbe8;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                top: 52% !important;
                position: absolute;
                right: 21px
            }
}

@media (min-width: 768px) and (max-width: 979px) {
    .tabs-component .header-container .intro-txt {
        margin-bottom: 26px
    }

    .tabs-component .tab-links {
        margin-bottom: 0px
    }

    .tabs-component .tabs-container {
        width: 612px;
        margin: auto;
        float: none
    }
}

.centered-container {
    height: 200px;
    width: 640px;
    margin: 0 auto
}

.twitter-widget {
    margin: 50px 0;
    background: #f2f4f4
}

    .twitter-widget p {
        margin: 0;
        padding: 0
    }

    .twitter-widget .twitter-header {
        margin: 50px auto 37px;
        text-align: center
    }

    .twitter-widget .prev-tweet, .twitter-widget .next-tweet {
        width: 17.5px;
        height: 35px;
        position: absolute;
        top: 79px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .twitter-widget .prev-tweet {
        left: 0;
        background-image: url("/Assets/site/img/twitter/icon-left-arrow.png")
    }

    .twitter-widget .next-tweet {
        right: 1px;
        background-image: url("/Assets/site/img/twitter/icon-right-arrow.png")
    }

    .twitter-widget .carousel-control {
        background: 0 0;
        text-shadow: none;
        width: 60px;
        opacity: 1;
        border: none
    }

        .twitter-widget .carousel-control.left:hover span.prev-tweet, .twitter-widget .carousel-control.left:focus span.prev-tweet {
            background-image: url("/Assets/site/img/twitter/icon-left-arrow-hover.png")
        }

        .twitter-widget .carousel-control.right:hover span.next-tweet, .twitter-widget .carousel-control.right:focus span.next-tweet {
            background-image: url("/Assets/site/img/twitter/icon-right-arrow-hover.png")
        }

    .twitter-widget .twitter-body {
        text-align: left;
        min-height: 193px
    }

        .twitter-widget .twitter-body .tweet {
            font-size: 16px
        }

            .twitter-widget .twitter-body .tweet p {
                line-height: 1.2em;
                color: #696969
            }

            .twitter-widget .twitter-body .tweet a {
                text-decoration: underline
            }

            .twitter-widget .twitter-body .tweet .media-container {
                height: 200px;
                overflow: hidden;
                position: relative
            }

                .twitter-widget .twitter-body .tweet .media-container .twitter-photo {
                    width: 100%;
                    position: absolute;
                    top: -100%;
                    left: 0;
                    right: 0;
                    bottom: -100%;
                    margin: auto
                }

            .twitter-widget .twitter-body .tweet .tweet-body-head {
                margin-bottom: 21px
            }

                .twitter-widget .twitter-body .tweet .tweet-body-head .twitter-name {
                    font-weight: bold
                }

                .twitter-widget .twitter-body .tweet .tweet-body-head .link-to-tweet {
                    color: dimgray;
                    text-decoration: none
                }

                    .twitter-widget .twitter-body .tweet .tweet-body-head .link-to-tweet:hover {
                        background-color: #a7e1ea;
                        color: dimgray
                    }

                .twitter-widget .twitter-body .tweet .tweet-body-head .twitter-handle, .twitter-widget .twitter-body .tweet .tweet-body-head .twitter-date {
                    color: dimgray;
                    font-weight: normal
                }

                .twitter-widget .twitter-body .tweet .tweet-body-head .twitter-handle {
                    line-height: 1.3em;
                    margin-bottom: 6px
                }

                .twitter-widget .twitter-body .tweet .tweet-body-head .twitter-date:before {
                    content: "\00b7"
                }

            .twitter-widget .twitter-body .tweet .tweet-copy p {
                font-size: 24px
            }

            .twitter-widget .twitter-body .tweet .tweet-copy {
                font-size: 24px
            }

            .twitter-widget .twitter-body .tweet.twitter-half-tweet {
                text-align: center
            }

            .twitter-widget .twitter-body .tweet .link {
                color: #006060;
                border-bottom: none;
                font-size: inherit
            }

                .twitter-widget .twitter-body .tweet .link:hover {
                    background: #a7e1ea;
                    text-decoration: none
                }

                .twitter-widget .twitter-body .tweet .link:focus {
                    text-decoration: none
                }

    .twitter-widget .twitter-footer {
        display: block;
        margin: 0 auto 50px;
        text-align: center
    }

        .twitter-widget .twitter-footer .btn-reverse, .twitter-widget .twitter-footer .btn-small-reverse, .twitter-widget .twitter-footer .btn-medium-reverse, .twitter-widget .twitter-footer .btn-large-reverse {
            margin-top: 50px;
            color: #005984
        }

            .twitter-widget .twitter-footer .btn-reverse:hover, .twitter-widget .twitter-footer .btn-small-reverse:hover, .twitter-widget .twitter-footer .btn-medium-reverse:hover, .twitter-widget .twitter-footer .btn-large-reverse:hover {
                color: #005984;
                background-color: #dfe4e4
            }

@media (min-width: 0) and (max-width: 767px) {
    .centered-container {
        width: auto;
        height: auto
    }

    .twitter-widget .twitter-header {
        margin-bottom: 28px
    }

        .twitter-widget .twitter-header .prev-tweet, .twitter-widget .twitter-header .next-tweet {
            top: 0
        }

        .twitter-widget .twitter-header .prev-tweet {
            left: 11px
        }

        .twitter-widget .twitter-header .next-tweet {
            right: 11px
        }

    .twitter-widget .twitter-body {
        min-height: 0px
    }

        .twitter-widget .twitter-body .tweet.twitter-half-tweet {
            text-align: left
        }

        .twitter-widget .twitter-body .tweet .media-container {
            margin-bottom: 6px;
            margin-top: 25px
        }

        .twitter-widget .twitter-body .tweet .tweet-body-head {
            margin-bottom: 11px
        }

            .twitter-widget .twitter-body .tweet .tweet-body-head .twitter-handle {
                line-height: 1em;
                margin-bottom: 4px
            }

        .twitter-widget .twitter-body .tweet .twitter-name, .twitter-widget .twitter-body .tweet .twitter-handle, .twitter-widget .twitter-body .tweet .twitter-date {
            font-size: 14px
        }

        .twitter-widget .twitter-body .tweet .tweet-copy {
            margin-bottom: 0
        }

            .twitter-widget .twitter-body .tweet .tweet-copy p {
                font-size: 17px;
                line-height: 25.5px;
                letter-spacing: 0.375px
            }

            .twitter-widget .twitter-body .tweet .tweet-copy a {
                letter-spacing: 0.3px
            }

        .twitter-widget .twitter-body .no-description .media-container {
            margin-top: 17px
        }

    .twitter-widget .twitter-footer .btn-reverse, .twitter-widget .twitter-footer .btn-small-reverse, .twitter-widget .twitter-footer .btn-medium-reverse, .twitter-widget .twitter-footer .btn-large-reverse {
        margin-top: 25px
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .twitter-widget .twitter-header {
        margin: 50px auto 37px
    }

    .twitter-widget .twitter-body .tweet .media-container {
        margin-bottom: 1px
    }

    .twitter-widget .twitter-body .tweet .tweet-copy {
        margin-top: -9px
    }

        .twitter-widget .twitter-body .tweet .tweet-copy p {
            letter-spacing: 0.5px;
            margin-left: 0;
            max-height: 200px
        }

    .twitter-widget .twitter-body .tweet-body-head {
        margin-bottom: 30px !important
    }

    .twitter-widget .twitter-body .twitter-half-tweet {
        min-height: 200px
    }

        .twitter-widget .twitter-body .twitter-half-tweet .centered-container {
            width: 100%
        }

        .twitter-widget .twitter-body .twitter-half-tweet .tweet-body-head {
            margin-right: 4px
        }

        .twitter-widget .twitter-body .twitter-half-tweet .tweet-copy p {
            letter-spacing: 0.5px
        }

    .twitter-widget .prev-tweet {
        left: 1px;
        top: 83px
    }

    .twitter-widget .next-tweet {
        right: 1px;
        top: 86px
    }

    .twitter-widget .twitter-footer .btn-reverse, .twitter-widget .twitter-footer .btn-small-reverse, .twitter-widget .twitter-footer .btn-medium-reverse, .twitter-widget .twitter-footer .btn-large-reverse {
        margin-top: 50px
    }
}

.multicolumn-component {
    padding-bottom: 30px;
    padding-top: 30px
}

@media (max-width: 414px) {
    .multicolumn-component {
        padding: 24px 0px
    }
}

.multicolumn-component a {
    display: inline;
    color: #006060
}

    .multicolumn-component a:focus {
        text-decoration: none
    }

    .multicolumn-component a:hover {
        text-decoration: none;
        background-color: #e0f6fb;
        border-bottom: none
    }

    .multicolumn-component a.btn-large-main-blue, .multicolumn-component a.btn-medium-main-blue, .multicolumn-component a.btn-small-main-blue {
        display: block;
        color: #fff
    }

        .multicolumn-component a.btn-large-main-blue:hover, .multicolumn-component a.btn-medium-main-blue:hover, .multicolumn-component a.btn-small-main-blue:hover {
            background-color: #076f94;
            color: #fff;
            text-decoration: none !important;
            box-shadow: none
        }

.multicolumn-component .accordion-component > .container, .multicolumn-component .rich-text-editor > .container, .multicolumn-component .tabs-component > .container {
    width: 100% !important;
    padding: 0
}

.multicolumn-component .micro-components figure {
    width: 100%
}

    .multicolumn-component .micro-components figure .photo {
        max-width: 100%
    }

.multicolumn-component .header-container {
    margin-bottom: 10px;
    max-width: none
}

    .multicolumn-component .header-container .header-2, .multicolumn-component .header-container .rich-text-editor h2, .rich-text-editor .multicolumn-component .header-container h2 {
        width: 100%
    }

.multicolumn-component .multicolumn-layout .micro-components:first-child {
    padding-top: 0
}

.multicolumn-component .multicolumn-layout > img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
    display: block
}

.multicolumn-component .multicolumn-layout .small-icon {
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 70px
}

.multicolumn-component .multicolum-body .header-4 {
    margin: 0;
    padding: 0
}

    .multicolumn-component .multicolum-body .header-4 .multicolumn-layout .container {
        width: 100% !important
    }

.multicolumn-component .multicolum-body img {
    max-width: 100%
}

.multicolumn-component .multicolum-body .img-wrap {
    margin-bottom: 30px
}

    .multicolumn-component .multicolum-body .img-wrap img {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    .multicolumn-component .multicolum-body .img-wrap .caption {
        display: block;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: .4px;
        margin-bottom: 0;
        color: dimgray;
        background-color: #f3fbfd;
        padding: 5px 9px
    }

.multicolumn-content .rightside-layout, .multicolumn-content .titleside-layout, .multicolumn-content .leftside-layout {
    border: 1px dashed #005984
}

.multicolumn-content .rightside-layout, .multicolumn-content .leftside-layout {
    min-height: 400px
}

.multicolumn-content .titleside-layout {
    min-height: 100px
}

@media (min-width: 980px) {
    .multicolumn-component .accordion-component .accordion-container .accordion-trigger-text > .header-3-link .text-wrapper {
        max-width: calc(100% - 78px)
    }
}

@media (min-width: 728px) and (max-width: 979px) {
    .multicolumn-component .accordion-container .accordion-trigger-text > .header-3-link, .multicolumn-component .accordion-container:first-child .accordion-trigger-text > .header-3-link {
        padding: 20px 0
    }

        .multicolumn-component .accordion-container .accordion-trigger-text > .header-3-link .icon, .multicolumn-component .accordion-container:first-child .accordion-trigger-text > .header-3-link .icon {
            right: 0;
            font-size: 26px;
            padding: 7px;
            bottom: 0px
        }
}

@media (min-width: 0) and (max-width: 767px) {
    .multicolumn-component .header-container .multicolumn-layout .header-2, .multicolumn-component .header-container .multicolumn-layout .rich-text-editor h2, .rich-text-editor .multicolumn-component .header-container .multicolumn-layout h2 {
        width: 100%
    }

    .multicolumn-component .multicolumn-layout .small-icon, .multicolumn-component .multicolumn-layout .xsmall-icon {
        width: 34px;
        height: 34px
    }
}

.signIn-section {
    margin-bottom: 43px
}

    .signIn-section.auth .tooltip.right .tooltip-arrow {
        top: 15px;
        left: 0;
        margin-top: -5px;
        border-width: 10px 10px 10px 0
    }

    .signIn-section .signIn-header .page-title {
        font-size: 60px;
        letter-spacing: .45px;
        margin-top: 36px;
        margin-bottom: 8px;
        margin-left: -3px
    }

    .signIn-section .signIn-header .error-container {
        width: 629px;
        margin: 0 auto 35px
    }

@media (max-width: 767px) and (min-width: 0) {
    .signIn-section .signIn-header .error-container {
        width: 100%
    }
}

.signIn-section .signIn-header .page-intro {
    font-size: 18px;
    letter-spacing: .5px;
    margin-bottom: 33px
}

    .signIn-section .signIn-header .page-intro.error {
        color: #8b0e04;
        padding-left: 0px;
        letter-spacing: .43px;
        margin-top: -16px
    }

        .signIn-section .signIn-header .page-intro.error > a {
            text-decoration: none;
            font-weight: bold;
            margin-bottom: 0;
            font-size: 16px;
            color: #8b0e04;
            line-height: 1.7;
            letter-spacing: 0.5px
        }

.signIn-section .signIn-header.help .page-title {
    margin-left: 0;
    letter-spacing: 0px
}

.signIn-section .signIn-header.help .page-intro {
    letter-spacing: 0.45px
}

.signIn-section .signIn-header.email .page-intro {
    margin-bottom: 43px
}

.signIn-section .signInHelp-module a.btn-main-blue, .signIn-section .signInHelp-module a.btn-small-main-blue, .signIn-section .signInHelp-module a.btn-medium-main-blue, .signIn-section .signInHelp-module a.btn-large-main-blue {
    color: #fff;
    margin-top: 20px
}

.signIn-section .signInHelp-return {
    margin-top: 60px
}

    .signIn-section .signInHelp-return a {
        border: 0;
        font-size: 14px
    }

.signIn-section .btn.btn-blue, .signIn-section .btn-blue.btn-main-blue, .signIn-section .btn-blue.btn-small-main-blue, .signIn-section .btn-blue.btn-medium-main-blue, .signIn-section .btn-blue.btn-large-main-blue, .signIn-section .btn-blue.btn-reverse, .signIn-section .btn-blue.btn-small-reverse, .signIn-section .btn-blue.btn-medium-reverse, .signIn-section .btn-blue.btn-large-reverse, .signIn-section .btn-blue.btn-light, .signIn-section .btn-blue.btn-submit, .signIn-section .btn-blue.btn-previous, .signIn-section .btn-blue, .signIn-section a.btn-blue, .signIn-section .btn-blue.btn-aqua-blue, .signIn-section .btn-blue.btn-dark-blue, .signIn-section .btn-blue.btn-green, .signIn-section .btn-blue.btn-white, .signIn-section .btn-blue.btn-white-blue, .signIn-section .btn-blue.btn-white-whitebackground, .signIn-section .btn-blue.btn-grey, .signIn-section .btn-blue.btn-light-grey, .signIn-section .btn-blue.btn-disabled, .signIn-section .general-form-styles .toggle-btn-container .btn-blue.toggle-btn, .general-form-styles .toggle-btn-container .signIn-section .btn-blue.toggle-btn {
    background-color: #007faa;
    margin-top: 37px;
    margin-bottom: 33px;
    display: block
}

    .signIn-section .btn.btn-blue:hover, .signIn-section .btn-blue.btn-main-blue:hover, .signIn-section .btn-blue.btn-small-main-blue:hover, .signIn-section .btn-blue.btn-medium-main-blue:hover, .signIn-section .btn-blue.btn-large-main-blue:hover, .signIn-section .btn-blue.btn-reverse:hover, .signIn-section .btn-blue.btn-small-reverse:hover, .signIn-section .btn-blue.btn-medium-reverse:hover, .signIn-section .btn-blue.btn-large-reverse:hover, .signIn-section .btn-blue.btn-light:hover, .signIn-section .btn-blue.btn-submit:hover, .signIn-section .btn-blue.btn-previous:hover, .signIn-section .btn-blue:hover, .signIn-section a.btn-blue:hover, .signIn-section .btn-blue.btn-aqua-blue:hover, .signIn-section .btn-blue.btn-dark-blue:hover, .signIn-section .btn-blue.btn-green:hover, .signIn-section .btn-blue.btn-white:hover, .signIn-section .btn-blue.btn-white-blue:hover, .signIn-section .btn-blue.btn-white-whitebackground:hover, .signIn-section .btn-blue.btn-grey:hover, .signIn-section .btn-blue.btn-light-grey:hover, .signIn-section .btn-blue.btn-disabled:hover, .signIn-section .general-form-styles .toggle-btn-container .btn-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .signIn-section .btn-blue.toggle-btn:hover {
        background: #076f94
    }

.signIn-section .signin-form-container {
    width: 80%
}

.signIn-section .remember-container {
    margin-top: 14px
}

    .signIn-section .remember-container label {
        display: inline-block;
        position: relative;
        cursor: pointer;
        font-weight: initial;
        padding-left: 31px;
        letter-spacing: inherit;
        margin-top: 4px;
        font-size: 16px;
        margin-bottom: 7px
    }

        .signIn-section .remember-container label:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            position: absolute;
            left: 0px;
            bottom: 3px;
            background: #fff;
            border: 1px solid #dfe4e4
        }

    .signIn-section .remember-container input[type=checkbox]:focus + label:before {
        border-color: #076f94
    }

    .signIn-section .remember-container input[type=checkbox]:checked + label:before {
        text-align: center;
        background-repeat: no-repeat;
        text-align: center;
        background-image: url(/Assets/site/img/tiles/remembercheck.png);
        background-repeat: no-repeat;
        vertical-align: top;
        background-position: 3px 4px
    }

.signIn-section .tooltip.right {
    margin-left: 10px;
    padding: 0 5px;
    margin-top: 15px;
    font-size: 12px;
    opacity: 1
}

    .signIn-section .tooltip.right .tooltip-arrow {
        top: 50%;
        left: -2px;
        margin-top: -30px;
        border-width: 15px 15px 15px 0;
        border-right-color: #005984 !important
    }

    .signIn-section .tooltip.right .tooltip-inner {
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        padding-bottom: 18px;
       
        letter-spacing: 0.3px
    }

.signIn-section .tooltip.left {
    margin-left: 10px;
    padding: 0 5px;
    margin-top: 15px;
    font-size: 12px;
    opacity: 1
}

    .signIn-section .tooltip.left .tooltip-arrow {
        top: 50%;
        right: -22px;
        margin-top: -10px;
        border-width: 15px 15px 15px;
        border-left-color: #005984 !important
    }

    .signIn-section .tooltip.left .tooltip-inner {
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        padding-bottom: 18px;
        letter-spacing: 0.3px
    }

.signIn-section .unavailable-container {
    background-color: #f2f4f4;
    margin-top: 10px;
    padding-top: 31px;
    padding-bottom: 24px;
    margin-bottom: 50px
}

    .signIn-section .unavailable-container .unavailable-info-icon img {
        width: 34px;
        height: 34px;
        margin-bottom: 14px
    }

    .signIn-section .unavailable-container p {
        margin-bottom: 0;
        margin-top: 0
    }

.or-circle {
    width: 45px;
    height: 45px;
    background: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    color: #abacaf;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

body .hero-container .tooltip.left .tooltip-arrow, body .hero-container .tooltip.right .tooltip-arrow {
    top: 60% !important
}

body .hero-container .tooltip.fade.top.in {
    top: -57px !important
}

body .hero-container #login-username + span + .tooltip.fade.top.in {
    top: -73px !important
}

.general-form-styles {
    position: relative
}

    .general-form-styles a.forgot-link {
        margin-right: 25px
    }

    .general-form-styles a.link {
        color: #006060;
        display: inline;
        font-size: 14px;
        padding-bottom: 2px;
        text-transform: uppercase
    }

@media (max-width: 320px) and (min-width: 0) {
    .general-form-styles a.link {
        font-size: 13px
    }
}

.general-form-styles a.link:hover {
    text-decoration: none;
    background-color: #e0f6fb;
    border-bottom: none;
    padding-bottom: 3px
}

.general-form-styles .border-right {
    border-right: 1px solid #e1e5e6
}

.general-form-styles .section-header {
    margin-top: 7px;
    margin-bottom: 18px
}

    .general-form-styles .section-header.signin {
        margin-bottom: 25px
    }

.general-form-styles .register-intro {
    margin-bottom: 7px
}

.general-form-styles .accept-terms-registration {
    margin: 50px 0
}

.general-form-styles .form-link {
    color: #005984;
    cursor: pointer;
    font-size: 16px
}

.general-form-styles .email-confirmation {
    font-style: italic;
    font-weight: bold
}

.general-form-styles a, .general-form-styles a:hover, .general-form-styles a:focus, .general-form-styles a:active {
    color: #005984
}

.general-form-styles label {
    font-size: 14px
}

.general-form-styles .password-advice {
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    text-align: left;
    font-size: 16px;
    color: #777;
    padding: 20px;
    margin: 20px 0;
    display: block
}

    .general-form-styles .password-advice ul {
        list-style: inherit;
        margin: 0
    }

    .general-form-styles .password-advice p {
        padding: 0 !important;
        color: #777
    }

.general-form-styles .confirmation-alert {
    font-size: 24px;
    color: #6d6e71;
    letter-spacing: .6px;
    line-height: 1.2;
    text-align: center;
    padding: 40px 0px
}

    .general-form-styles .confirmation-alert span:before {
        display: block;
        color: #005984;
        font-size: 50px;
        margin-bottom: 20px
    }

.general-form-styles .confirmation-error-alert {
    font-size: 16px;
    color: #8b0e04;
    letter-spacing: .35px;
    line-height: 1.2;
    text-align: center;
    padding: 20px 0px 40px 0px
}

.general-form-styles form.ng-submitted.ng-invalid .form-control.ng-invalid, .general-form-styles form.ng-submitted.ng-invalid .select-required .form-control {
    border: #8b0e04 1px solid
}

.general-form-styles form.ng-submitted.ng-invalid .error-span {
    visibility: visible;
    color: #8b0e04;
    font-size: 14px;
    font-weight: bold
}

.general-form-styles .has-error .form-control {
    border: 1px solid;
    border-color: #8b0e04 !important
}

.general-form-styles .has-error .error-span {
    visibility: visible;
    color: #8b0e04;
    font-size: 14px;
    font-weight: bold
}

.general-form-styles .form-error-container {
    margin-top: -1px;
    display: block;
    min-height: 17px;
    text-align: left;
    position: absolute;
    z-index: 2;
    padding-left: 1px
}

.general-form-styles .error-span {
    color: #dd3e5c;
    font-size: 12px;
    visibility: hidden;
    display: block
}

.general-form-styles .form-group {
    position: relative;
    margin-bottom: 31px
}

    .general-form-styles .form-group.last {
        margin-bottom: 15px
    }

    .general-form-styles .form-group.radio-group {
        margin-bottom: 10px
    }

        .general-form-styles .form-group.radio-group.last {
            margin-bottom: 2px
        }

.general-form-styles .select-style {
    padding: 4px 0;
    overflow: hidden;
    background-color: #fff
}

    .general-form-styles .select-style:before {
        position: absolute;
        top: 19px;
        right: 13px;
        border-top: 5px solid #06abc8;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: ' '
    }

    .general-form-styles .select-style select {
        color: #929397;
        padding: 5px 8px;
        width: 101%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .general-form-styles .select-style select:focus {
            outline: none
        }

.general-form-styles .radio label, .general-form-styles .checkbox label {
    color: #929397;
    font-size: 16px
}

.general-form-styles .form-inner-container {
    margin-bottom: 80px
}

.general-form-styles .left-form {
    padding-right: 25px
}

.general-form-styles .right-form {
    padding-left: 25px
}

.general-form-styles .tooltip.right {
    margin-top: 20px
}

    .general-form-styles .tooltip.right .tooltip-inner {
        min-width: 200px;
        padding: 20px;
        font-size: 12px;
        line-height: 16px;
        background: #005984;
        color: white;
        border-radius: 0;
        margin-left: 5px
    }

    .general-form-styles .tooltip.right .tooltip-arrow {
        border-left-color: #005984 !important;
        right: 1px !important
    }

.general-form-styles .tooltip.left {
    margin-top: 20px
}

    .general-form-styles .tooltip.left .tooltip-inner {
        min-width: 200px;
        padding: 20px;
        font-size: 12px;
        line-height: 16px;
        background: #005984;
        color: white;
        border-radius: 0;
        margin-left: -20px
    }

.general-form-styles .form-description {
    text-align: center
}

.general-form-styles .cancel-btn {
    text-transform: uppercase;
    color: #006060;
    text-align: center;
    font-size: 15px;
    display: block;
    margin: auto;
    background: none;
    outline: 0;
    border: 0;
    letter-spacing: -.2px
}

.general-form-styles .form-btn {
    text-transform: uppercase;
    text-align: center;
    min-height: 70px;
    margin: auto;
    padding: 30px 20px;
    margin-bottom: 45px !important;
    width: 47%;
    min-width: 40%
}

.general-form-styles .btn-previous, .general-form-styles .btn-secondary-continue {
    margin-right: 30px
}

    .general-form-styles .btn-previous.only-button, .general-form-styles .btn-secondary-continue.only-button {
        margin: 0;
        margin: auto
    }

.general-form-styles .form-tooltip {
    top: 11.5px;
    right: -35px;
    color: #e1e5e6;
    position: absolute
}

    .general-form-styles .form-tooltip:before {
        font-size: 20px;
        cursor: pointer
    }

.general-form-styles .dropdown-style.open .dropdown-btn {
    background-color: transparent;
    border-color: #e1e5e6
}

.general-form-styles .dropdown-style .dropdown-btn {
    zoom: 1;
    position: relative;
    display: table;
    min-width: 170px;
    height: 105px;
    border: #e1e5e6 1px solid;
    table-layout: fixed;
    cursor: pointer;
    padding: 0
}

    .general-form-styles .dropdown-style .dropdown-btn:hover, .general-form-styles .dropdown-style .dropdown-btn:focus {
        background-color: transparent;
        border-color: #e1e5e6
    }

    .general-form-styles .dropdown-style .dropdown-btn:after {
        position: absolute;
        top: 47%;
        right: 13px;
        border-top: 5px solid #06abc8;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: ' '
    }

    .general-form-styles .dropdown-style .dropdown-btn .dropdown-selected {
        height: 100%;
        overflow: hidden
    }

        .general-form-styles .dropdown-style .dropdown-btn .dropdown-selected img {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            float: left
        }

        .general-form-styles .dropdown-style .dropdown-btn .dropdown-selected p {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            text-transform: capitalize;
            margin-left: 5px;
            width: 84px;
            height: 100%;
            white-space: pre-wrap;
            float: left;
            padding: 30px 0
        }

.general-form-styles .select-image {
    width: 602px;
    padding: 0
}

    .general-form-styles .select-image > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: table;
        float: left;
        padding-left: 60px;
        width: 200px;
        height: 105px;
        table-layout: fixed;
        cursor: pointer
    }

        .general-form-styles .select-image > li:hover {
            background-color: #faf9f9
        }

        .general-form-styles .select-image > li p {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            font-size: 14px
        }

        .general-form-styles .select-image > li img {
            position: absolute;
            left: 10px;
            width: 45px;
            padding-top: 5px
        }

.general-form-styles .toggle-btn-container .toggle-btn {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    border-radius: 34px;
    border: #e1e5e6 1px solid;
    min-width: 100px;
    display: inline-block;
    height: 49px;
    padding: 0
}

    .general-form-styles .toggle-btn-container .toggle-btn:first-child {
        margin-right: 30px
    }

    .general-form-styles .toggle-btn-container .toggle-btn.btn-disabled {
        color: #005984;
        background-color: white
    }

    .general-form-styles .toggle-btn-container .toggle-btn.btn-abled {
        background-color: #f8fafa;
        color: #06abc8 !important
    }

.general-form-styles .repeater-btn {
    display: block;
    text-align: center
}

    .general-form-styles .repeater-btn:hover {
        text-decoration: none
    }

        .general-form-styles .repeater-btn:hover span {
            text-decoration: underline
        }

    .general-form-styles .repeater-btn span {
        display: block;
        color: #005984;
        text-align: center;
        font-size: 30px
    }

    .general-form-styles .repeater-btn:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: 'duke-icons';
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        speak: none;
        display: block;
        margin-top: 10px;
        color: #06abc8;
        font-size: 60px;
        content: "\e606"
    }

.general-form-styles .form-control {
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    border-color: #dfe4e4;
    font-size: 16px;
    color: dimgray;
    padding-left: 32px;
    letter-spacing: .4px;
    margin-bottom: 0px
}

    .general-form-styles .form-control:focus {
        box-shadow: none;
        border-color: #077faa
    }

.general-form-styles .info-tooltip {
    position: absolute;
    right: -30px;
    top: 20%;
    margin-left: 29px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 9
}

    .general-form-styles .info-tooltip img {
        width: 20px;
        height: 20px
    }

.general-form-styles .ci-icon-person {
    position: absolute;
    font-size: 11.5px;
    top: 17px;
    left: 15px
}

@media (min-width: 768px) and (max-width: 979px) {
    .general-form-styles .ci-icon-person {
        left: 40px
    }
}

.general-form-styles .ci-icon-padlock {
    top: 17px;
    font-size: 13px;
    position: absolute;
    left: 16px
}

@media (min-width: 768px) and (max-width: 979px) {
    .general-form-styles .ci-icon-padlock {
        left: 40px
    }
}

.general-form-styles input {
    height: 50px
}

    .general-form-styles input[type=radio] {
        padding: 0;
        margin: 0
    }

        .general-form-styles input[type=radio] + label {
            font-weight: normal;
            margin-top: 9px;
            letter-spacing: inherit;
            font-size: 16px
        }

            .general-form-styles input[type=radio] + label > span.radio-btn span {
                display: inline-block;
                width: 18px;
                height: 18px;
                vertical-align: middle;
                cursor: pointer;
                -moz-border-radius: 50%;
                border-radius: 50%;
                margin: 3px 10px 3px 0;
                border: 1px solid #dfe4e4;
                background: white;
                vertical-align: bottom;
                margin-right: 3px
            }

        .general-form-styles input[type=radio]:checked + label > span.radio-btn span:before {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            margin: 3px;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #077faa
        }

    .general-form-styles input:focus + label > span.radio-btn span {
        border-color: dimgray
    }

.general-form-styles label.label-copy.label-placeholder {
    left: 38px;
    top: 13px
}

@media (min-width: 0) and (max-width: 979px) {
    .general-form-styles .select-style select {
        width: 105%
    }

    .general-form-styles .select-style:before {
        right: 60px
    }

    .general-form-styles .form-control {
        width: 95%
    }

    .general-form-styles .left-form {
        padding-right: 15px
    }

    .general-form-styles .right-form {
        padding-left: 15px
    }

    .general-form-styles .form-tooltip {
        right: 0
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .signIn-section.auth .general-form-styles .tooltip.right {
        max-width: 270px;
        width: 100%;
        margin-top: 10px
    }

    .signIn-section .signIn-header .page-title {
        font-size: 50px;
        padding-left: 2px;
        margin-top: 36px;
        margin-bottom: 11px
    }

    .signIn-section .signIn-header.help .page-title {
        margin-left: -5px;
        margin-top: 37px
    }

    .signIn-section .signIn-header.help .page-intro {
        letter-spacing: .45px;
        margin-left: -4px
    }

    .signIn-section .form-control {
        width: 300px;
        margin: 0 auto
    }

    .signIn-section .info-tooltip {
        position: absolute;
        right: 0px;
        top: 20%;
        margin-left: 0px
    }

    .signIn-section .unavailable-container p {
        padding: 0px 22px
    }

    .signIn-section .remember-container {
        width: 300px;
        margin: 0 auto
    }

    .general-form-styles .form-error-container {
        padding-left: 25px
    }

    .general-form-styles .tooltip.right {
        margin-top: 11px
    }

        .general-form-styles .tooltip.right .tooltip-inner {
            padding: 10px;
            min-width: 105px
        }

        .general-form-styles .tooltip.right .tooltip-arrow {
            margin-top: -22px
        }

    .general-form-styles .form-group.radio-group {
        margin-bottom: 8px
    }

        .general-form-styles .form-group.radio-group.last {
            margin-bottom: 1px
        }

    .general-form-styles input[type=radio] + label {
        margin-top: 10px;
        font-weight: 400;
        margin-left: 8px;
        font-size: 16px;
        letter-spacing: inherit
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .general-form-styles .cancel-btn {
        font-size: 14px
    }

    .general-form-styles .border-right {
        border-right: 0px
    }

    .general-form-styles .form-btn {
        width: 100%;
        display: block
    }

    .general-form-styles .info-tooltip {
        right: 0px
    }

    .general-form-styles .form-control {
        width: 90%
    }

    .general-form-styles .has-error .error-span {
        margin-top: 2px;
        letter-spacing: .75px;
        margin-left: -1px;
        font-size: 11px
    }

    .general-form-styles .signin-accordion {
        margin-top: 44px
    }

        .general-form-styles .signin-accordion .header-accordion {
            padding: 0;
            border-top: 1px solid #dfe4e4
        }

            .general-form-styles .signin-accordion .header-accordion a {
                font-size: 15px
            }

        .general-form-styles .signin-accordion .sigin-mobile {
            background-color: #f3fbfd
        }

            .general-form-styles .signin-accordion .sigin-mobile .sigin-wrapper a {
                line-height: 32px
            }

    .general-form-styles .register-intro {
        margin-top: 14px;
        letter-spacing: .9px
    }

    .general-form-styles .form-group.radio-group {
        margin-bottom: 12px
    }

        .general-form-styles .form-group.radio-group.last {
            margin-bottom: 0px
        }

    .general-form-styles input[type=radio] + label {
        margin-top: 7px;
        letter-spacing: .45px;
        font-weight: 400;
        margin-left: 0px;
        font-size: 16px
    }

        .general-form-styles input[type=radio] + label span.radio-btn {
            width: 23px;
            margin-right: 0;
            display: inline-block;
            vertical-align: top
        }

        .general-form-styles input[type=radio] + label .radio-desc {
            width: 265px;
            display: inline-block;
            vertical-align: top
        }

    .signIn-section.auth .general-form-styles .tooltip.left {
        margin-left: 0;
        margin-right: 23px
    }

        .signIn-section.auth .general-form-styles .tooltip.left .tooltip-inner {
            margin-left: 0;
            width: 100%;
            max-width: 180px
        }

    .signIn-section .signInHelp-return {
        margin-top: -30px
    }

    .signIn-section .signIn-header .page-title {
        margin-top: 43px;
        font-size: 30px;
        padding: 0px 51px;
        margin-bottom: 5px
    }

    .signIn-section .signIn-header .page-intro {
        padding: 0px 12px;
        letter-spacing: 0;
        margin-bottom: 23px;
        font-size: 17px
    }

        .signIn-section .signIn-header .page-intro.error {
            letter-spacing: 0;
            margin-top: -6px;
            margin-bottom: 25px;
            padding: 0px 10px
        }

    .signIn-section .signIn-header.help .page-title {
        padding: 0;
        margin-left: 0
    }

    .signIn-section .signIn-header.help .page-intro {
        letter-spacing: 0;
        margin-left: 0px;
        margin-bottom: 11px
    }

    .signIn-section .signIn-header.email .page-intro {
        margin-bottom: 23px
    }

    .signIn-section .signInHelp-module {
        margin-bottom: 40px
    }

        .signIn-section .signInHelp-module a.btn-main-blue, .signIn-section .signInHelp-module a.btn-small-main-blue, .signIn-section .signInHelp-module a.btn-medium-main-blue, .signIn-section .signInHelp-module a.btn-large-main-blue {
            margin-bottom: 40px
        }

        .signIn-section .signInHelp-module .signIn-item {
            border-bottom: solid 1px #dfe4e4
        }

        .signIn-section .signInHelp-module .small-icon {
            width: 70px;
            height: 70px
        }

    .signIn-section .btn.btn-blue, .signIn-section .btn-blue.btn-main-blue, .signIn-section .btn-blue.btn-small-main-blue, .signIn-section .btn-blue.btn-medium-main-blue, .signIn-section .btn-blue.btn-large-main-blue, .signIn-section .btn-blue.btn-reverse, .signIn-section .btn-blue.btn-small-reverse, .signIn-section .btn-blue.btn-medium-reverse, .signIn-section .btn-blue.btn-large-reverse, .signIn-section .btn-blue.btn-light, .signIn-section .btn-blue.btn-submit, .signIn-section .btn-blue.btn-previous, .signIn-section .btn-blue, .signIn-section a.btn-blue, .signIn-section .btn-blue.btn-aqua-blue, .signIn-section .btn-blue.btn-dark-blue, .signIn-section .btn-blue.btn-green, .signIn-section .btn-blue.btn-white, .signIn-section .btn-blue.btn-white-blue, .signIn-section .btn-blue.btn-white-whitebackground, .signIn-section .btn-blue.btn-grey, .signIn-section .btn-blue.btn-light-grey, .signIn-section .btn-blue.btn-disabled, .signIn-section .general-form-styles .toggle-btn-container .btn-blue.toggle-btn, .general-form-styles .toggle-btn-container .signIn-section .btn-blue.toggle-btn {
        margin-top: 37px;
        margin-bottom: 33px;
        height: 70px;
        text-decoration: none
    }

    .signIn-section .tooltip.left {
        margin-left: -17px
    }

        .signIn-section .tooltip.left .tooltip-inner {
            padding: 20px;
            width: 0;
            font-size: 12px;
            margin-left: -72px
        }

    .signIn-section .unavailable-container {
        padding-bottom: 33px;
        padding-top: 30px;
        margin-bottom: 17px
    }

        .signIn-section .unavailable-container p {
            padding: 0px 40px
        }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .signIn-section.auth .general-form-styles .tooltip.left {
        margin-right: 51px
    }

        .signIn-section.auth .general-form-styles .tooltip.left .tooltip-arrow {
            top: 36px !important;
            right: -44px
        }
}

.modal .modal-intercept.modal-text-light .modal-content > .close {
    background: url(/Assets/site/img/modals/modal-close-white.png) no-repeat;
    background-size: contain
}

.modal .modal-intercept.modal-text-light .modal-panel .header-container h2.header-2, .modal .modal-intercept.modal-text-light .modal-panel .header-container .rich-text-editor h2, .rich-text-editor .modal .modal-intercept.modal-text-light .modal-panel .header-container h2 {
    color: #fff
}

.modal .modal-intercept.modal-text-light .modal-panel p {
    color: #fff
}

.modal .modal-intercept.modal-text-light .modal-panel a.modal-close {
    color: #fff
}

    .modal .modal-intercept.modal-text-light .modal-panel a.modal-close:hover, .modal .modal-intercept.modal-text-light .modal-panel a.modal-close:focus {
        color: #fff;
        border-bottom: 2px solid #fff
    }

.modal .modal-intercept.modal-text-dark .modal-panel .header-container h2.header-2, .modal .modal-intercept.modal-text-dark .modal-panel .header-container .rich-text-editor h2, .rich-text-editor .modal .modal-intercept.modal-text-dark .modal-panel .header-container h2 {
    color: #005984
}

.modal .modal-intercept.modal-text-dark .modal-panel a.modal-close {
    color: #006060
}

    .modal .modal-intercept.modal-text-dark .modal-panel a.modal-close:hover, .modal .modal-intercept.modal-text-dark .modal-panel a.modal-close:focus {
        color: #006060;
        border-bottom: 2px #006060 solid
    }

.modal .modal-intercept.modal-alignment-center .modal-panel .modal-content {
    text-align: center
}

.modal .modal-intercept.modal-alignment-center .modal-panel .header-container .vertically-centered-items h2 {
    text-align: center
}

.modal .modal-intercept.modal-alignment-center .modal-panel .header-container .intro-txt {
    text-align: center
}

.modal .modal-intercept.modal-alignment-center .modal-panel a.btn-main-blue, .modal .modal-intercept.modal-alignment-center .modal-panel a.btn-small-main-blue, .modal .modal-intercept.modal-alignment-center .modal-panel a.btn-medium-main-blue, .modal .modal-intercept.modal-alignment-center .modal-panel a.btn-large-main-blue {
    margin: 0 auto
}

.modal .modal-intercept.modal-alignment-left .modal-panel .modal-content-container {
    text-align: left
}

    .modal .modal-intercept.modal-alignment-left .modal-panel .modal-content-container .header-container h2 {
        text-align: left
    }

    .modal .modal-intercept.modal-alignment-left .modal-panel .modal-content-container .intro-txt {
        text-align: left
    }

.modal .modal-intercept .modal-panel .duke-form form {
    padding-top: 0;
    margin-bottom: 1px
}

.modal .modal-intercept .modal-panel a.btn-main-blue, .modal .modal-intercept .modal-panel a.btn-small-main-blue, .modal .modal-intercept .modal-panel a.btn-medium-main-blue, .modal .modal-intercept .modal-panel a.btn-large-main-blue {
    display: block;
    margin: 0
}

    .modal .modal-intercept .modal-panel a.btn-main-blue.btn-small, .modal .modal-intercept .modal-panel a.btn-small.btn-small-main-blue, .modal .modal-intercept .modal-panel a.btn-small.btn-medium-main-blue, .modal .modal-intercept .modal-panel a.btn-small.btn-large-main-blue {
        padding: 17px 0
    }

.modal .modal-intercept .modal-panel a.modal-close {
    margin: 20px 0 0 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    line-height: 1.5;
    padding: 2px 0 1px
}

    .modal .modal-intercept .modal-panel a.modal-close:hover, .modal .modal-intercept .modal-panel a.modal-close:focus {
        text-decoration: none
    }

.modal .short-copy-container.modal-panel .header-container .header-2, .modal .short-copy-container.modal-panel .header-container .rich-text-editor h2, .rich-text-editor .modal .short-copy-container.modal-panel .header-container h2 {
    color: #8b0e04
}

    .modal .short-copy-container.modal-panel .header-container .header-2.blue-header, .modal .short-copy-container.modal-panel .header-container .rich-text-editor h2.blue-header, .rich-text-editor .modal .short-copy-container.modal-panel .header-container h2.blue-header {
        color: #005984
    }

.modal .short-copy-container.modal-panel .header-container .intro-txt {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 23px
}

.modal .short-copy-container.modal-panel .btn-medium {
    white-space: normal;
    margin-top: 10px
}

    .modal .short-copy-container.modal-panel .btn-medium .break {
        display: block
    }

    .modal .short-copy-container.modal-panel .btn-medium.btn-main-blue-inverted {
        background-color: #edf0f0;
        color: #006060
    }

.modal .short-copy-container.modal-panel.return-codes {
    padding-bottom: 24px;
    padding-top: 22px
}

    .modal .short-copy-container.modal-panel.return-codes .header-container .header-2, .modal .short-copy-container.modal-panel.return-codes .header-container .rich-text-editor h2, .rich-text-editor .modal .short-copy-container.modal-panel.return-codes .header-container h2 {
        margin-bottom: 29px
    }

    .modal .short-copy-container.modal-panel.return-codes .header-container .intro-txt {
        margin-bottom: 24px
    }

.equal-payment-plan-modal.modal-returncodes .btn-medium:first-of-type {
    margin-right: 16px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel.return-codes {
        padding-bottom: 44px;
        padding-top: 42px
    }

        .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .modal-panel.return-codes .intro-txt {
            padding-right: 43px;
            padding-left: 43px
        }

    .equal-payment-plan-modal.modal-returncodes .modal.in .modal-dialog {
        margin: 36px 24px 0
    }

        .equal-payment-plan-modal.modal-returncodes .modal.in .modal-dialog .btn-medium:first-of-type {
            margin-right: 15.8px
        }

    .auth-modal .modal .modal-intercept a.modal-action {
        margin-left: 33px
    }

        .auth-modal .modal .modal-intercept a.modal-action.btn-main-blue, .auth-modal .modal .modal-intercept a.modal-action.btn-small-main-blue, .auth-modal .modal .modal-intercept a.modal-action.btn-medium-main-blue, .auth-modal .modal .modal-intercept a.modal-action.btn-large-main-blue {
            margin-left: 34px
        }

    .auth-modal .modal .modal-intercept .duke-form {
        margin-left: 33px
    }

    .auth-modal .modal .modal-intercept.modal-alignment-center .duke-form {
        margin: 0px
    }

        .auth-modal .modal .modal-intercept.modal-alignment-center .duke-form .form-group {
            left: 50%;
            transform: translate(-50%, 0)
        }

    .auth-modal .modal .modal-intercept.modal-alignment-center a.modal-action {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 767px) {
    .modal .short-copy-container.modal-panel .header-container .intro-txt {
        font-size: 15px
    }

    .modal .short-copy-container.modal-panel .btn-medium {
        margin-top: 0;
        margin-right: 0
    }

        .modal .short-copy-container.modal-panel .btn-medium.btn-main-blue, .modal .short-copy-container.modal-panel .btn-medium.btn-small-main-blue, .modal .short-copy-container.modal-panel .btn-medium.btn-medium-main-blue, .modal .short-copy-container.modal-panel .btn-medium.btn-large-main-blue {
            height: 70px;
            margin-bottom: 25px
        }

        .modal .short-copy-container.modal-panel .btn-medium:first-of-type {
            margin-right: 0;
            margin-top: 0
        }

        .modal .short-copy-container.modal-panel .btn-medium:last-child {
            margin-top: 0
        }

    .modal .short-copy-container.modal-panel.return-codes {
        padding-bottom: 0;
        padding-top: 20px
    }

        .modal .short-copy-container.modal-panel.return-codes .header-container {
            margin-top: 1px
        }

    .modal .modal-intercept.modal-alignment-left .modal-panel .modal-content-container .header-container h2, .modal .modal-intercept.modal-alignment-center .modal-panel .modal-content-container .header-container h2 {
        text-align: center
    }

    .modal .modal-intercept.modal-text-dark .modal-panel .header-container a.modal-action {
        color: #005984;
        border-bottom: 2px solid #005984
    }

    .modal .modal-intercept.modal-text-dark .modal-panel .header-container a:hover, .modal .modal-intercept.modal-text-dark .modal-panel .header-container a:focus {
        text-decoration: none
    }

    .modal .modal-intercept.modal-text-dark .modal-panel .btn-main-blue.btn-large, .modal .modal-intercept.modal-text-dark .modal-panel .btn-large.btn-small-main-blue, .modal .modal-intercept.modal-text-dark .modal-panel .btn-large.btn-medium-main-blue, .modal .modal-intercept.modal-text-dark .modal-panel .btn-large.btn-large-main-blue {
        height: 55px;
        padding: 17px 0
    }

    .modal .modal-intercept.modal-text-dark .modal-panel .btn-main-blue.btn-medium, .modal .modal-intercept.modal-text-dark .modal-panel .btn-medium.btn-small-main-blue, .modal .modal-intercept.modal-text-dark .modal-panel .btn-medium.btn-medium-main-blue, .modal .modal-intercept.modal-text-dark .modal-panel .btn-medium.btn-large-main-blue {
        height: 55px;
        padding: 17px 0
    }

    .modal .modal-intercept.modal-text-light .header-container a {
        border-bottom: 2px solid
    }

        .modal .modal-intercept.modal-text-light .header-container a:hover, .modal .modal-intercept.modal-text-light .header-container a:focus {
            text-decoration: none;
            color: #fff
        }

    .modal .modal-intercept .btn-main-blue.btn-medium, .modal .modal-intercept .btn-medium.btn-small-main-blue, .modal .modal-intercept .btn-medium.btn-medium-main-blue, .modal .modal-intercept .btn-medium.btn-large-main-blue, .modal .modal-intercept .btn-main-blue.btn-large, .modal .modal-intercept .btn-large.btn-small-main-blue, .modal .modal-intercept .btn-large.btn-medium-main-blue, .modal .modal-intercept .btn-large.btn-large-main-blue {
        height: 55px !important;
        padding: 17px 0
    }

    .modal .modal-intercept .modal-panel a.btn-main-blue, .modal .modal-intercept .modal-panel a.btn-small-main-blue, .modal .modal-intercept .modal-panel a.btn-medium-main-blue, .modal .modal-intercept .modal-panel a.btn-large-main-blue {
        height: 55px;
        padding: 17px 0
    }

    .modal .modal-intercept .modal-panel a.modal-close:hover, .modal .modal-intercept .modal-panel a.modal-close:focus {
        background-color: #e0f6fb;
        border: 0
    }

    .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel.return-codes {
        margin-bottom: -3px
    }

        .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel.return-codes .col-xs-4 .header-container .header-2, .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel.return-codes .col-xs-4 .header-container .rich-text-editor h2, .rich-text-editor .equal-payment-plan-modal .modal.in .modal-dialog .modal-content .short-copy-container.modal-panel.return-codes .col-xs-4 .header-container h2 {
            font-size: 26px;
            margin-bottom: 18px
        }
}

@media only screen and (min-width: 1200px) {
    .modal .modal-intercept .col-lg-5 {
        width: 400px !important
    }
}

.tertiary-nav {
    font-size: 14px;
    border-bottom: #e1e5e6 1px solid;
    min-height: 110px;
    overflow: hidden;
    clear: both
}

    .tertiary-nav .sticky-nav {
        border-bottom: #e1e5e6 1px solid
    }

        .tertiary-nav .sticky-nav .tertiary-nav-header {
            padding: 5px 0
        }

    .tertiary-nav .tertiary-nav-header {
        background: white;
        padding-top: 19px;
        padding-bottom: 20px;
        position: relative
    }

        .tertiary-nav .tertiary-nav-header .close-section {
            padding-right: 6px
        }

            .tertiary-nav .tertiary-nav-header .close-section button {
                position: relative
            }

                .tertiary-nav .tertiary-nav-header .close-section button.active:after {
                    transform: rotate(-90deg)
                }

                .tertiary-nav .tertiary-nav-header .close-section button:after {
                    content: '\e608';
                    display: inline-block;
                    transition: all .5s ease-in-out;
                    transform: rotate(90deg);
                    font-size: 11px;
                    -webkit-font-smoothing: antialiased;
                    font-family: duke-icons;
                    font-style: normal;
                    font-variant: normal;
                    font-weight: 400;
                    line-height: 1;
                    text-transform: none;
                    speak: none;
                    position: relative;
                    top: -1px
                }

    .tertiary-nav .title-container {
        vertical-align: middle;
        display: table;
        height: 70px
    }

        .tertiary-nav .title-container .logo-container {
            position: relative;
            display: table-cell;
            width: 163px;
            padding-right: 40px;
            vertical-align: middle
        }

            .tertiary-nav .title-container .logo-container .duke-logo-img {
                margin-top: 0px
            }

        .tertiary-nav .title-container .page-title {
            font-size: 30px;
            line-height: 1.6;
            letter-spacing: 0.025em;
            color: #005984;
            font-weight: 400;
            display: table-cell;
            vertical-align: middle;
            padding-left: 37px
        }

            .tertiary-nav .title-container .page-title a {
                color: inherit;
                letter-spacing: inherit
            }

                .tertiary-nav .title-container .page-title a:hover, .tertiary-nav .title-container .page-title a:focus {
                    border-bottom: 2px #a7e1ea solid;
                    text-decoration: none
                }

    .tertiary-nav .this-section {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .25px;
        text-decoration: none;
        color: #006060;
        display: inline-block;
        margin: 16.833px 6px;
        padding: 0 5px;
        background: none;
        border: none
    }

        .tertiary-nav .this-section label {
            font-weight: normal;
            margin-right: 4px;
            margin-top: 7px;
            cursor: pointer
        }

        .tertiary-nav .this-section .icon-img {
            width: 15px;
            position: relative;
            left: 0px;
            top: -2px;
            display: none
        }

        .tertiary-nav .this-section span, .tertiary-nav .this-section i {
            color: #92dbe8
        }

        .tertiary-nav .this-section:hover label {
            border-bottom: 2px #a7e1ea solid
        }

        .tertiary-nav .this-section:focus label {
            border-bottom: 2px #a7e1ea solid
        }

    .tertiary-nav .collapse-container {
        background-color: #f3fbfd;
        position: absolute;
        width: 100%;
        z-index: 1000
    }

        .tertiary-nav .collapse-container .item-navigation-container {
            padding-bottom: 38px;
            padding-top: 36px
        }

        .tertiary-nav .collapse-container .section {
            padding: 0
        }

            .tertiary-nav .collapse-container .section:last-child .wrapper {
                border-right: 0
            }

            .tertiary-nav .collapse-container .section .wrapper {
                height: 100%
            }

                .tertiary-nav .collapse-container .section .wrapper .title {
                    font-size: 20px;
                    line-height: 1.2em;
                    color: #005984;
                    letter-spacing: 0.025em;
                    font-weight: 600;
                    margin-bottom: 24px;
                    margin-top: 0;
                    margin-left: -2px;
                    padding-left: 16px
                }

                    .tertiary-nav .collapse-container .section .wrapper .title a {
                        color: inherit;
                        letter-spacing: inherit
                    }

                        .tertiary-nav .collapse-container .section .wrapper .title a:hover, .tertiary-nav .collapse-container .section .wrapper .title a:focus {
                            border-bottom: 2px solid #a7e1ea;
                            text-decoration: none
                        }

                .tertiary-nav .collapse-container .section .wrapper .tertiary-ul {
                    list-style: none;
                    margin-bottom: 0
                }

@media (max-width: 767px) {
    .tertiary-nav .collapse-container .section .wrapper .tertiary-ul {
        column-count: 1 !important;
        padding: 0
    }
}

.tertiary-nav .collapse-container .section .wrapper .tertiary-ul li {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #077faa;
    padding-right: 20px
}

    .tertiary-nav .collapse-container .section .wrapper .tertiary-ul li:last-child {
        margin-bottom: 0
    }

.tertiary-nav .collapse-container .section .divider {
    position: absolute;
    height: 100%;
    background: #dfe4e4;
    width: 1px;
    top: 0;
    right: 10px
}

.tertiary-nav .border-right {
    border-right: 1px solid #dfe4e4
}

.tertiary-nav .breadcrumb {
    text-transform: uppercase;
    background-color: transparent
}

    .tertiary-nav .breadcrumb a {
        color: #26bcd7
    }

.tertiary-nav .section-nav ul {
    padding-left: 15px;
    column-gap: 30px
}

    .tertiary-nav .section-nav ul li {
        position: relative;
        margin-bottom: 12px
    }

@media (min-width: 980px) {
    .tertiary-nav .section-nav ul li {
        width: 203px
    }
}

.tertiary-nav .section-nav ul li a {
    display: inline-block;
    color: #067799;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    padding-top: 2px
}

    .tertiary-nav .section-nav ul li a:hover, .tertiary-nav .section-nav ul li a:focus {
        text-decoration: underline;
        border-bottom: none
    }

    .tertiary-nav .section-nav ul li a.active {
        border-left: 3px solid #067799;
        padding-left: 5px;
        margin-left: -8px
    }

.tertiary-nav .link-aqua {
    font-size: 24px
}

    .tertiary-nav .link-aqua:hover {
        text-decoration: underline
    }

.tertiary-nav .collapse-btn {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    color: #929397
}

    .tertiary-nav .collapse-btn:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #06abc8;
        border-bottom: none;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }

    .tertiary-nav .collapse-btn.active:after {
        border-bottom: 5px solid #06abc8;
        border-top: none
    }

.tertiary-nav .tertiary-img {
    width: 100%
}

@media (min-width: 501px) and (max-width: 979px) {
    .tertiary-nav {
        min-height: 0
    }

        .tertiary-nav .tertiary-nav-header {
            padding: 1px 0px
        }

            .tertiary-nav .tertiary-nav-header .close-section .this-section {
                margin-right: 25px;
                margin-top: 20px;
                padding: 0
            }

                .tertiary-nav .tertiary-nav-header .close-section .this-section label {
                    margin-right: 0;
                    margin-top: 4px
                }

                .tertiary-nav .tertiary-nav-header .close-section .this-section .icon-img {
                    margin-left: 5px;
                    top: -2px;
                    margin-top: 1px
                }

                    .tertiary-nav .tertiary-nav-header .close-section .this-section .icon-img:last-child {
                        left: -1px
                    }

                .tertiary-nav .tertiary-nav-header .close-section .this-section:after {
                    right: -4px
                }

        .tertiary-nav ul li a {
            letter-spacing: .3px
        }

        .tertiary-nav .title-container {
            padding-top: 11px
        }

            .tertiary-nav .title-container label.page-title {
                font-size: 30px;
                letter-spacing: 0.025em;
                margin-bottom: 0;
                color: #005984;
                font-weight: normal;
                margin-left: -2px;
                padding-left: 0;
                display: block
            }

        .tertiary-nav .collapse-container .item-navigation-container {
            padding-bottom: 38px;
            padding-top: 38px
        }

        .tertiary-nav .collapse-container .section {
            padding-left: 61px
        }

            .tertiary-nav .collapse-container .section .wrapper {
                height: initial
            }
}

@media (min-width: 0) and (max-width: 767px) {
    .tertiary-nav {
        min-height: 70px
    }

        .tertiary-nav .sticky-nav .tertiary-nav-header {
            padding: 0px
        }

        .tertiary-nav .sticky-nav .collapse-container {
            position: fixed;
            top: 70px
        }

        .tertiary-nav .tertiary-nav-header {
            padding: 0px
        }

        .tertiary-nav .title-container {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            display: block;
            line-height: 70px
        }

            .tertiary-nav .title-container label.page-title {
                display: inline-block;
                vertical-align: middle;
                font-size: 21px;
                letter-spacing: 0.025em;
                line-height: 1.1;
                margin-top: 5px;
                margin-bottom: 5px;
                padding-left: 0;
                position: relative;
                left: -2px
            }

        .tertiary-nav .this-section {
            font-size: 20px;
            margin-right: 4px;
            margin-top: 16px;
            margin-bottom: 0;
            padding: 0
        }

            .tertiary-nav .this-section:hover, .tertiary-nav .this-section:focus, .tertiary-nav .this-section:active {
                background-color: transparent
            }

            .tertiary-nav .this-section .icon-img {
                top: 1px
            }

        .tertiary-nav ul {
            padding: 0 11px
        }

            .tertiary-nav ul li {
                margin-bottom: 20px;
                border-bottom: 1px solid #e1e5e6
            }

                .tertiary-nav ul li a {
                    text-transform: none;
                    letter-spacing: .9px;
                    font-size: 15px
                }

        .tertiary-nav .border-right {
            border-right: 0
        }

        .tertiary-nav .collapse-container {
            background-color: #f3fbfd;
            overflow: auto;
            top: 114px;
            padding: 0 11px
        }

            .tertiary-nav .collapse-container.in {
                position: fixed;
                overflow: scroll
            }

            .tertiary-nav .collapse-container::-webkit-scrollbar {
                display: none
            }

            .tertiary-nav .collapse-container .item-navigation-container {
                padding-bottom: 15px;
                padding-top: 16px
            }

            .tertiary-nav .collapse-container .section {
                margin-left: 0;
                margin-right: 0;
                padding-left: 2px;
                padding-right: 3px
            }

                .tertiary-nav .collapse-container .section:last-of-type .items:last-child li:last-child {
                    border-bottom: none
                }

                .tertiary-nav .collapse-container .section .wrapper {
                    height: initial
                }

                    .tertiary-nav .collapse-container .section .wrapper > ul {
                        margin-top: 12px;
                        margin-bottom: initial
                    }

                        .tertiary-nav .collapse-container .section .wrapper > ul li {
                            margin-bottom: 13px;
                            padding-bottom: 13px;
                            text-transform: initial;
                            line-height: 21px;
                            letter-spacing: .25px
                        }

                            .tertiary-nav .collapse-container .section .wrapper > ul li:last-child {
                                margin-bottom: 10px
                            }

                        .tertiary-nav .collapse-container .section .wrapper > ul:first-child {
                            margin-top: 0px
                        }
}

@media (max-width: 500px) {
    .tertiary-nav {
        min-height: 0
    }

        .tertiary-nav .sticky-nav .tertiary-nav-header, .tertiary-nav .tertiary-nav-header {
            padding: 2.57% 0%
        }

        .tertiary-nav .title-container {
            height: auto;
            line-height: 1
        }

            .tertiary-nav .title-container .page-title {
                margin: 0
            }

        .tertiary-nav .collapse-container {
            top: auto
        }

        .tertiary-nav .close-section {
            line-height: 1
        }

            .tertiary-nav .close-section button.this-section {
                position: absolute;
                right: 25%;
                font-size: 6vw;
                margin-right: 4px;
                margin-top: 0;
                margin-bottom: 0;
                padding: 0;
                display: block;
                outline: none
            }

                .tertiary-nav .close-section button.this-section img {
                    display: none
                }

                .tertiary-nav .close-section button.this-section:after {
                    position: absolute;
                    top: 11px;
                    height: 12px
                }
}

@media (min-width: 0) and (max-width: 979px) {
    .tertiary-nav {
        border-bottom: #e1e5e6 1px solid
    }

    .public-tertiary-nav .collapse-btn {
        float: none
    }
}

@media (min-width: 980px) {
    .tertiary-nav .collapse-container .section .wrapper .tertiary-ul li {
        width: 203px
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .tertiary-nav .collapse-container .section .wrapper .title {
        padding-left: 10px
    }
}

.auth.validate-email .register-multistepper-wrapper {
    margin-bottom: 39px
}

.auth.validate-email .auth-header.subheader {
    margin-bottom: 29px;
    margin-top: 0
}

    .auth.validate-email .auth-header.subheader .page-intro.previous-blue-box {
        margin-bottom: 5px
    }

    .auth.validate-email .auth-header.subheader .page-intro-icon.error {
        margin-top: 0;
        margin-bottom: 15px
    }

    .auth.validate-email .auth-header.subheader .page-intro-icon .icon-header {
        margin: 10px auto 9px;
        display: block
    }

    .auth.validate-email .auth-header.subheader .icon-header + page-intro {
        margin-top: 0
    }

.auth.validate-email .auth-header .subtitle {
    margin-top: 0
}

    .auth.validate-email .auth-header .subtitle + .large-margin {
        margin-top: -1px
    }

.auth.validate-email .auth-header .page-intro.large-margin:last-child {
    margin-bottom: 13px
}

.auth.validate-email .auth-header .page-intro.large-margin.error:last-child {
    margin-bottom: 5px
}

.auth.validate-email .auth-body .form-actions {
    margin-top: 2px;
    margin-bottom: 44px
}

    .auth.validate-email .auth-body .form-actions a.cancel-btn {
        margin-top: 7px
    }

    .auth.validate-email .auth-body .form-actions .btn, .auth.validate-email .auth-body .form-actions .btn-main-blue, .auth.validate-email .auth-body .form-actions .btn-small-main-blue, .auth.validate-email .auth-body .form-actions .btn-medium-main-blue, .auth.validate-email .auth-body .form-actions .btn-large-main-blue, .auth.validate-email .auth-body .form-actions .btn-reverse, .auth.validate-email .auth-body .form-actions .btn-small-reverse, .auth.validate-email .auth-body .form-actions .btn-medium-reverse, .auth.validate-email .auth-body .form-actions .btn-large-reverse, .auth.validate-email .auth-body .form-actions .btn-light, .auth.validate-email .auth-body .form-actions .btn-submit, .auth.validate-email .auth-body .form-actions .btn-previous, .auth.validate-email .auth-body .form-actions .btn-blue, .auth.validate-email .auth-body .form-actions .btn-aqua-blue, .auth.validate-email .auth-body .form-actions .btn-dark-blue, .auth.validate-email .auth-body .form-actions .btn-green, .auth.validate-email .auth-body .form-actions .btn-white, .auth.validate-email .auth-body .form-actions .btn-white-blue, .auth.validate-email .auth-body .form-actions .btn-white-whitebackground, .auth.validate-email .auth-body .form-actions .btn-grey, .auth.validate-email .auth-body .form-actions .btn-light-grey, .auth.validate-email .auth-body .form-actions .btn-disabled, .auth.validate-email .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth.validate-email .auth-body .form-actions .toggle-btn {
        margin-bottom: 7px
    }

.auth.validate-email .email-resent .subtitle {
    margin-top: 1px;
    margin-bottom: 26px
}

.auth.validate-email .email-resent .page-intro {
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    .auth.validate-email .auth-header.subheader {
        margin-top: 0;
        margin-bottom: 18px
    }

        .auth.validate-email .auth-header.subheader .subtitle {
            margin-top: 13px;
            margin-bottom: 18px
        }

        .auth.validate-email .auth-header.subheader .page-intro.error {
            font-size: 15px
        }

        .auth.validate-email .auth-header.subheader .page-intro:last-child {
            margin-bottom: 11px
        }

        .auth.validate-email .auth-header.subheader .page-intro.previous-blue-box {
            margin-bottom: 7px
        }

        .auth.validate-email .auth-header.subheader .page-intro.large-margin {
            margin-bottom: 15px
        }

            .auth.validate-email .auth-header.subheader .page-intro.large-margin:last-child {
                margin-bottom: 21px
            }

            .auth.validate-email .auth-header.subheader .page-intro.large-margin.error {
                margin-bottom: 30px
            }

                .auth.validate-email .auth-header.subheader .page-intro.large-margin.error:last-child {
                    margin-bottom: 17px
                }

        .auth.validate-email .auth-header.subheader .page-intro-icon.error {
            margin-bottom: 14px
        }

            .auth.validate-email .auth-header.subheader .page-intro-icon.error .icon-header {
                margin-top: 19px
            }

    .auth.validate-email .auth-body .form-actions {
        margin-bottom: 43px
    }

        .auth.validate-email .auth-body .form-actions a.cancel-btn {
            margin-top: 8px
        }

    .auth.validate-email .multisteper-responsive-steps {
        margin-top: 0
    }

        .auth.validate-email .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.active {
            margin-bottom: 0;
            margin-top: 18px
        }

    .auth.validate-email .email-resent .auth-header.subheader .subtitle {
        margin-bottom: 19px;
        margin-top: 13px
    }

    .auth.validate-email .email-resent .auth-header.subheader .page-intro.large-margin:last-child {
        margin-bottom: 22px
    }
}

#light-auth {
    padding-top: 35px;
    padding-bottom: 50px
}

    #light-auth .loading-overlay {
        opacity: 0.1
    }

    #light-auth .loadingSpinner {
        position: absolute;
        width: 100%;
        height: 71px;
        z-index: 1;
        text-align: center;
        top: 35px
    }

        #light-auth .loadingSpinner img {
            position: absolute;
            max-width: 100%;
            top: 0;
            bottom: 0;
            max-height: 100%;
            left: 0;
            right: 0;
            margin: auto
        }

    #light-auth .validation-confirm {
        text-align: center;
        margin-bottom: 34px
    }

        #light-auth .validation-confirm .confirm-icon {
            width: 34px;
            height: 34px;
            margin-bottom: 15px
        }

        #light-auth .validation-confirm.not-validated .help-label {
            color: #8b0e04;
            margin-bottom: 2px
        }

@media only screen and (max-width: 767px) {
    #light-auth .validation-confirm {
        margin-bottom: 25px
    }

        #light-auth .validation-confirm .confirm-icon {
            margin-bottom: 14px
        }
}

#light-auth .row.form-actions {
    margin-top: 50px;
    display: block;
    width: auto
}

    #light-auth .row.form-actions:last-child {
        margin-bottom: 0px
    }

@media only screen and (max-width: 767px) {
    #light-auth {
        padding-top: 43px
    }
}

#light-auth .auth-header {
    margin-bottom: 16px
}

@media only screen and (max-width: 767px) {
    #light-auth .auth-header {
        margin-bottom: 13px
    }
}

#light-auth .duke-form [required] + label:after {
    content: ""
}

@-moz-document url-prefix() {
    #light-auth .duke-form [required] + label {
        line-height: 1.5
    }

    #light-auth .duke-form .form-control + label {
        line-height: 1.5
    }
}

.store-app .auth-header {
    margin-top: 0px
}

    .store-app .auth-header h1 {
        margin-bottom: 0
    }

@media only screen and (max-width: 767px) {
    .store-app .auth-header h1.title {
        margin-bottom: 0
    }
}

.store-app .auth-header .message-container {
    margin-bottom: 27px
}

.store-app .auth-header + form, .store-app .auth-header + .table-container, .store-app .auth-second-header + form, .store-app .auth-second-header + .table-container {
    margin-top: 33px
}

@media only screen and (max-width: 767px) {
    .store-app .auth-header + form, .store-app .auth-header + .table-container, .store-app .auth-second-header + form, .store-app .auth-second-header + .table-container {
        margin-top: 24px
    }
}

.store-app .duke-form p {
    margin-bottom: 24px
}

.store-app .duke-form form {
    padding-top: 0
}

.store-app .duke-form .form-group:last-child {
    margin-bottom: 0
}

.store-app .duke-form .help-label {
    font-weight: 700
}

.store-app .duke-form .disclosure-content {
    padding-left: 10px
}

.store-app .duke-form radio-list .disclosure-content.not-overflow {
    margin-top: 16px;
    margin-bottom: 18px
}

.store-app .duke-form radio-list .radio-group:last-child .radio-container, .store-app .duke-form radio-list .radio-group:last-child .disclosure-content {
    margin-bottom: 0
}

.store-app [class^="col-"] .form-control + label {
    left: 21px
}

.store-app [class^="col-"] .form-control:focus + label {
    left: auto
}

.store-app .tooltip.left {
    right: -5px
}

.store-app .auth-header .title + .message-container {
    margin-top: 16px
}

.store-app .auth-header .xsmall-icon {
    margin-bottom: 14px
}

.store-app .message-container.error p {
    color: #8b0e04
}

.store-app .auth-body .duke-form radio-list .radio-group {
    margin-bottom: 9px
}

.store-app .auth-body .duke-form radio-list > div:last-child .disclosure-content .inside-method .form-group:last-child {
    margin-bottom: 0
}

.store-app .auth-body .duke-form.auth-form .disclosure-content .inside-method .form-group:last-child {
    margin-bottom: 0
}

.store-app .auth-body .duke-form.auth-form .disclosure-content .inside-method label.label-placeholder.label-copy {
    top: 13px;
    left: 41px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .store-app .auth-body .duke-form.auth-form .disclosure-content .inside-method .form-control + label {
        left: 42px
    }
}

@media only screen and (max-width: 767px) {
    .store-app .auth-body .duke-form.auth-form .disclosure-content .inside-method .tooltip.left {
        right: 22px
    }
}

.store-app .auth-body .duke-form.auth-form .radio-container {
    margin-bottom: 0
}

.store-app .auth-body .duke-form.auth-form radio-list > div:last-child {
    margin-bottom: 0
}

    .store-app .auth-body .duke-form.auth-form radio-list > div:last-child .inside-method {
        margin-bottom: 0
    }

.store-app .auth-body .duke-form.auth-form label.label-placeholder.label-copy {
    top: 13px;
    left: 21px;
    line-height: 1.6
}

@media only screen and (max-width: 767px) {
    .store-app .auth-body .duke-form.auth-form .info-tooltip {
        right: 0px;
        left: auto
    }
}

.store-app .auth-body .form-actions .btn, .store-app .auth-body .form-actions .btn-main-blue, .store-app .auth-body .form-actions .btn-small-main-blue, .store-app .auth-body .form-actions .btn-medium-main-blue, .store-app .auth-body .form-actions .btn-large-main-blue, .store-app .auth-body .form-actions .btn-reverse, .store-app .auth-body .form-actions .btn-small-reverse, .store-app .auth-body .form-actions .btn-medium-reverse, .store-app .auth-body .form-actions .btn-large-reverse, .store-app .auth-body .form-actions .btn-light, .store-app .auth-body .form-actions .btn-submit, .store-app .auth-body .form-actions .btn-previous, .store-app .auth-body .form-actions .btn-blue, .store-app .auth-body .form-actions .btn-aqua-blue, .store-app .auth-body .form-actions .btn-dark-blue, .store-app .auth-body .form-actions .btn-green, .store-app .auth-body .form-actions .btn-white, .store-app .auth-body .form-actions .btn-white-blue, .store-app .auth-body .form-actions .btn-white-whitebackground, .store-app .auth-body .form-actions .btn-grey, .store-app .auth-body .form-actions .btn-light-grey, .store-app .auth-body .form-actions .btn-disabled, .store-app .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .store-app .auth-body .form-actions .toggle-btn, .store-app .auth-body .form-actions .btn-submit {
    margin: 0 auto
}

    .store-app .auth-body .form-actions .btn + .cancel-btn, .store-app .auth-body .form-actions .btn-main-blue + .cancel-btn, .store-app .auth-body .form-actions .btn-small-main-blue + .cancel-btn, .store-app .auth-body .form-actions .btn-medium-main-blue + .cancel-btn, .store-app .auth-body .form-actions .btn-large-main-blue + .cancel-btn, .store-app .auth-body .form-actions .btn-reverse + .cancel-btn, .store-app .auth-body .form-actions .btn-small-reverse + .cancel-btn, .store-app .auth-body .form-actions .btn-medium-reverse + .cancel-btn, .store-app .auth-body .form-actions .btn-large-reverse + .cancel-btn, .store-app .auth-body .form-actions .btn-light + .cancel-btn, .store-app .auth-body .form-actions .btn-submit + .cancel-btn, .store-app .auth-body .form-actions .btn-previous + .cancel-btn, .store-app .auth-body .form-actions .btn-blue + .cancel-btn, .store-app .auth-body .form-actions .btn-aqua-blue + .cancel-btn, .store-app .auth-body .form-actions .btn-dark-blue + .cancel-btn, .store-app .auth-body .form-actions .btn-green + .cancel-btn, .store-app .auth-body .form-actions .btn-white + .cancel-btn, .store-app .auth-body .form-actions .btn-white-blue + .cancel-btn, .store-app .auth-body .form-actions .btn-white-whitebackground + .cancel-btn, .store-app .auth-body .form-actions .btn-grey + .cancel-btn, .store-app .auth-body .form-actions .btn-light-grey + .cancel-btn, .store-app .auth-body .form-actions .btn-disabled + .cancel-btn, .store-app .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn + .cancel-btn, .general-form-styles .toggle-btn-container .store-app .auth-body .form-actions .toggle-btn + .cancel-btn, .store-app .auth-body .form-actions .btn-submit + .cancel-btn {
        padding: 0;
        margin-top: 40px;
        position: relative;
        line-height: 1;
        vertical-align: middle;
        border-bottom: 0;
        display: inline-block
    }

        .store-app .auth-body .form-actions .btn + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-main-blue + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-small-main-blue + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-medium-main-blue + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-large-main-blue + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-reverse + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-small-reverse + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-medium-reverse + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-large-reverse + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-light + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-submit + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-previous + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-blue + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-aqua-blue + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-dark-blue + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-green + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-white + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-white-blue + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-white-whitebackground + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-grey + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-light-grey + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-disabled + .cancel-btn:hover, .store-app .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn + .cancel-btn:hover, .general-form-styles .toggle-btn-container .store-app .auth-body .form-actions .toggle-btn + .cancel-btn:hover, .store-app .auth-body .form-actions .btn-submit + .cancel-btn:hover {
            background-color: transparent
        }

            .store-app .auth-body .form-actions .btn + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-main-blue + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-small-main-blue + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-medium-main-blue + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-large-main-blue + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-reverse + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-small-reverse + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-medium-reverse + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-large-reverse + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-light + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-submit + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-previous + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-blue + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-aqua-blue + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-dark-blue + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-green + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-white + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-white-blue + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-white-whitebackground + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-grey + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-light-grey + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-disabled + .cancel-btn:hover::after, .store-app .auth-body .form-actions .general-form-styles .toggle-btn-container .toggle-btn + .cancel-btn:hover::after, .general-form-styles .toggle-btn-container .store-app .auth-body .form-actions .toggle-btn + .cancel-btn:hover::after, .store-app .auth-body .form-actions .btn-submit + .cancel-btn:hover::after {
                background-color: #e0f6fb;
                content: '';
                height: calc(1em + 12px);
                width: 100%;
                display: block;
                position: absolute;
                top: -6px;
                z-index: -1
            }

.store-app .duke-form .form-control + label {
    line-height: 1.5
}

.store-app .auth-header .header-2, .store-app .auth-header .rich-text-editor h2, .rich-text-editor .store-app .auth-header h2 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 24px
}

.store-app .btn-submit {
    margin-left: 15px
}

.store-app .auth-second-header h2:last-child {
    margin-bottom: 0px
}

.store-app.enter-info .email-error {
    color: #8b0e04
}

.store-app.enter-info label.label-placeholder.label-copy {
    top: 13px;
    left: 36px;
    font-size: 17px;
    line-height: 1.5
}

.store-app.enter-info .dropdown-menu {
    letter-spacing: 0.025em
}

.store-app.enter-info .validation-confirm {
    margin-bottom: 33px
}

    .store-app.enter-info .validation-confirm p {
        margin-bottom: 0
    }

.store-app.enter-info img {
    width: 34px;
    margin-bottom: 14px
}

    .store-app.enter-info img.preloader-icon {
        width: 71px
    }

.store-app.enter-info .more-info-button {
    margin-top: 36px
}

.store-app.enter-info .loading-spinner {
    position: absolute;
    text-align: center
}

.store-app.enter-info .loading-overlay {
    opacity: 0.1
}

.store-app.enter-info .match-indicator {
    right: 14px
}

.store-app.enter-info .form-label {
    line-height: 1.5
}

.store-app.enter-info .help-label {
    line-height: 1.5
}

.store-app.enter-info .email-validation-container {
    margin-bottom: 44px
}

    .store-app.enter-info .email-validation-container .form-group .email-address::after {
        content: ""
    }

.store-app.enter-info .duke-form .checkbox-list .help-label {
    margin-bottom: 24px
}

.store-app.enter-info .auth-body .auth-form.duke-form .dropdown.duke button {
    padding: 0 20px
}

.store-app.enter-info .rest-fields.disabled-files .form-control, .store-app.enter-info .rest-fields.disabled-files .form-control + label {
    opacity: 0.5;
    background-color: transparent
}

.store-app.ee-business {
    padding-top: 0 !important
}

    .store-app.ee-business .auth-header h1 {
        margin-bottom: 16px
    }

        .store-app.ee-business .auth-header h1:last-child {
            margin-bottom: 0px
        }

    .store-app.ee-business .auth-header h2.header-2, .store-app.ee-business .auth-header .rich-text-editor h2, .rich-text-editor .store-app.ee-business .auth-header h2 {
        margin-bottom: 31px
    }

    .store-app.ee-business .auth-header h1.title + h2.header-2, .store-app.ee-business .auth-header .rich-text-editor h1.title + h2, .rich-text-editor .store-app.ee-business .auth-header h1.title + h2 {
        margin-top: -10px
    }

    .store-app.ee-business .auth-header h2.header-2 + p.page-intro, .store-app.ee-business .auth-header .rich-text-editor h2 + p.page-intro, .rich-text-editor .store-app.ee-business .auth-header h2 + p.page-intro {
        margin-top: -7px
    }

    .store-app.ee-business .table-no-padding.eligible.tracking {
        margin-bottom: 0
    }

        .store-app.ee-business .table-no-padding.eligible.tracking.shows-more {
            margin-bottom: 0px
        }

    .store-app.ee-business .more-info-container {
        margin-top: 18px
    }

    .store-app.ee-business .dropdown-menu li {
        letter-spacing: .025em
    }

    .store-app.ee-business .form-actions.more-info-btn {
        margin-top: 50px
    }

    .store-app.ee-business .container-show-more-btn {
        margin-bottom: 0px
    }

    .store-app.ee-business a.frequent-questions {
        font-size: 18px
    }

.store-app.confirmation {
    padding-bottom: 0px
}

    .store-app.confirmation .auth-second-header img {
        margin-bottom: 11px;
        width: 70px;
        height: 70px
    }

    .store-app.confirmation .auth-second-header + .form-actions {
        margin-top: 33px
    }

    .store-app.confirmation .shop-container {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .store-app.confirmation .notif-container {
        padding-bottom: 44px
    }

    .store-app.confirmation strong.help-label {
        display: -webkit-inline-box
    }

    .store-app.confirmation .body-group p.page-intro:last-child {
        margin-bottom: 0px
    }

        .store-app.confirmation .body-group p.page-intro:last-child :last-child {
            margin-bottom: 0px
        }

    .store-app.confirmation img {
        margin-bottom: 13px;
        width: 34px
    }

    .store-app.confirmation .validation-container.error {
        margin-top: 6px
    }

    .store-app.confirmation .page-intro:last-child {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 0px
    }

        .store-app.confirmation .page-intro:last-child .help-label {
            font-size: 18px
        }

    .store-app.confirmation .error .page-intro:last-child {
        margin-bottom: 0px;
        color: #8b0e04
    }

    .store-app.confirmation .form-actions .cancel-btn {
        z-index: 2
    }

    .store-app.confirmation .duke-form .form-group + .form-actions {
        margin-top: 0px
    }

    .store-app.confirmation .duke-form .header-2.h2-col, .store-app.confirmation .duke-form .rich-text-editor h2.h2-col, .rich-text-editor .store-app.confirmation .duke-form h2.h2-col {
        padding: 0 10px
    }

    .store-app.confirmation .btn-medium.btn-main-blue, .store-app.confirmation .btn-medium.btn-small-main-blue, .store-app.confirmation .btn-medium.btn-medium-main-blue, .store-app.confirmation .btn-medium.btn-large-main-blue {
        padding-top: 24px
    }

@media only screen and (max-width: 767px) {
    .store-app.enter-info .container.auth-body.active {
        padding-bottom: 50px
    }

    .store-app.enter-info img {
        margin-bottom: 13px
    }

    .store-app.enter-info label.label-placeholder.label-copy {
        top: 13px;
        left: 32px;
        font-size: 15px;
        line-height: 1.5
    }

    .store-app.ee-business {
        padding-bottom: 50px
    }

        .store-app.ee-business .auth-body .auth-header h1.title + h2.header-2, .store-app.ee-business .auth-body .auth-header .rich-text-editor h1.title + h2, .rich-text-editor .store-app.ee-business .auth-body .auth-header h1.title + h2 {
            margin-top: -9px
        }

        .store-app.ee-business .auth-body .auth-header h2.header-2 + p.page-intro, .store-app.ee-business .auth-body .auth-header .rich-text-editor h2 + p.page-intro, .rich-text-editor .store-app.ee-business .auth-body .auth-header h2 + p.page-intro {
            margin-top: -14px
        }

        .store-app.ee-business a.frequent-questions {
            font-size: 17px
        }

    .store-app.confirmation .auth-second-header img {
        margin-bottom: 14px
    }

    .store-app.confirmation .auth-second-header + .form-actions {
        margin-top: 24px
    }

    .store-app.confirmation label.label-placeholder.label-copy {
        font-size: 16px
    }

    .store-app.confirmation h2.header-2, .store-app.confirmation .rich-text-editor h2, .rich-text-editor .store-app.confirmation h2 {
        margin-bottom: 0px
    }

    .store-app.confirmation .page-intro:last-child {
        font-size: 17px
    }

        .store-app.confirmation .page-intro:last-child .help-label {
            font-size: 17px;
            display: -webkit-inline-box
        }

    .store-app.confirmation .btn-medium.btn-main-blue, .store-app.confirmation .btn-medium.btn-small-main-blue, .store-app.confirmation .btn-medium.btn-medium-main-blue, .store-app.confirmation .btn-medium.btn-large-main-blue {
        padding-top: 0px
    }

    .store-app .btn-submit {
        margin-left: 6px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .store-app.enter-info .duke-form .form-control + label {
        left: 31px
    }

    .store-app.enter-info .duke-form .form-control:focus + label {
        left: auto
    }

    .store-app.enter-info .duke-form .form-control.ng-valid:not(.empty) + label {
        left: auto
    }

    .store-app.enter-info label.label-placeholder.label-copy {
        top: 13px;
        left: 31px;
        font-size: 16px;
        line-height: 1.5
    }
}

@media only screen and (min-width: 1200px) {
    .store-app.enter-info .duke-form .form-control + label {
        left: 36px
    }

    .store-app.enter-info .duke-form .form-control:focus + label {
        left: auto
    }

    .store-app.enter-info .duke-form .form-control.ng-valid:not(.empty) + label {
        left: auto
    }
}

@-moz-document url-prefix() {
    .auth-modal .modal-dialog .modal-content .close:focus {
        outline: #92dbe8 auto 2px;
        box-shadow: 2px #92dbe8
    }
}

.store-app#led-store {
    padding-top: 35px;
    padding-bottom: 50px
}

    .store-app#led-store .loading-overlay {
        opacity: 0.1
    }

    .store-app#led-store .loadingSpinner {
        position: absolute;
        width: 100%;
        height: 71px;
        z-index: 1;
        text-align: center;
        top: 35px
    }

        .store-app#led-store .loadingSpinner img {
            position: absolute;
            max-width: 100%;
            top: 0;
            bottom: 0;
            max-height: 100%;
            left: 0;
            right: 0;
            margin: auto
        }

    .store-app#led-store .validation-confirm {
        text-align: center;
        margin-bottom: 34px
    }

        .store-app#led-store .validation-confirm .confirm-icon {
            width: 34px;
            height: 34px;
            margin-bottom: 15px
        }

        .store-app#led-store .validation-confirm.not-validated .help-label {
            color: #8b0e04;
            margin-bottom: 2px
        }

@media only screen and (max-width: 767px) {
    .store-app#led-store .validation-confirm {
        margin-bottom: 25px
    }

        .store-app#led-store .validation-confirm .confirm-icon {
            margin-bottom: 14px
        }
}

.store-app#led-store .auth-header {
    margin-bottom: 16px
}

    .store-app#led-store .auth-header h1:last-child {
        margin-bottom: 0
    }

    .store-app#led-store .auth-header .header-row {
        margin-bottom: 16px
    }

.store-app#led-store .register-multistepper-wrapper {
    margin-top: 36px;
    margin-bottom: 40px
}

.store-app#led-store .auth-second-header {
    margin-bottom: 31px
}

    .store-app#led-store .auth-second-header h2 {
        padding: 0;
        margin: 0 0 31px
    }

        .store-app#led-store .auth-second-header h2.ineligible {
            color: #8b0e04
        }

        .store-app#led-store .auth-second-header h2:last-child {
            margin-bottom: 0
        }

    .store-app#led-store .auth-second-header .sibling-row {
        margin-bottom: 31px
    }

        .store-app#led-store .auth-second-header .sibling-row + .page-intro {
            margin-top: -7px
        }

.store-app#led-store .page-intro {
    font-size: 18px;
    line-height: 1.5
}

    .store-app#led-store .page-intro p {
        font-size: 18px;
        line-height: 1.5
    }

.store-app#led-store .search-panel {
    margin-bottom: 30px
}

.store-app#led-store .table-container {
    margin-bottom: 50px
}

.store-app#led-store .table-no-padding duke-dropdown button {
    height: 35px;
    padding: 0 20px
}

    .store-app#led-store .table-no-padding duke-dropdown button .caret {
        top: 14px
    }

.store-app#led-store .table-no-padding duke-dropdown li {
    line-height: 1.6
}

    .store-app#led-store .table-no-padding duke-dropdown li:before {
        display: none
    }

.store-app#led-store .table-no-padding .dropdown-menu {
    border-color: #dfe4e4;
    border-radius: 0;
    box-shadow: none;
    border-top: 0
}

    .store-app#led-store .table-no-padding .dropdown-menu li {
        padding: 4px 4px 4px 16px;
        line-height: 1.6;
        font-size: 15px
    }

        .store-app#led-store .table-no-padding .dropdown-menu li.selected, .store-app#led-store .table-no-padding .dropdown-menu li:hover {
            background: #f3fbfd
        }

.store-app#led-store .table-responsive {
    overflow: visible;
    transition: max-height 1s
}

.store-app#led-store table.table, .store-app#led-store .rich-text-editor table, .rich-text-editor .store-app#led-store table, .store-app#led-store .custom-table table, .custom-table .store-app#led-store table {
    margin-bottom: 0;
    table-layout: fixed !important
}

    .store-app#led-store table.table th, .store-app#led-store .rich-text-editor table th, .rich-text-editor .store-app#led-store table th, .store-app#led-store .custom-table table th, .custom-table .store-app#led-store table th {
        padding: 19px 20px 20px !important;
        border-bottom: 1px solid #dfe4e4 !important
    }

        .store-app#led-store table.table th:nth-child(1), .store-app#led-store .rich-text-editor table th:nth-child(1), .rich-text-editor .store-app#led-store table th:nth-child(1), .store-app#led-store .custom-table table th:nth-child(1), .custom-table .store-app#led-store table th:nth-child(1) {
            width: 25%
        }

        .store-app#led-store table.table th:nth-child(2), .store-app#led-store .rich-text-editor table th:nth-child(2), .rich-text-editor .store-app#led-store table th:nth-child(2), .store-app#led-store .custom-table table th:nth-child(2), .custom-table .store-app#led-store table th:nth-child(2) {
            width: 24.84%
        }

        .store-app#led-store table.table th:nth-child(3), .store-app#led-store .rich-text-editor table th:nth-child(3), .rich-text-editor .store-app#led-store table th:nth-child(3), .store-app#led-store .custom-table table th:nth-child(3), .custom-table .store-app#led-store table th:nth-child(3) {
            width: 24.84%
        }

        .store-app#led-store table.table th:nth-child(4), .store-app#led-store .rich-text-editor table th:nth-child(4), .rich-text-editor .store-app#led-store table th:nth-child(4), .store-app#led-store .custom-table table th:nth-child(4), .custom-table .store-app#led-store table th:nth-child(4) {
            width: 24.95%
        }

    .store-app#led-store table.table tr:first-child > td, .store-app#led-store .rich-text-editor table tr:first-child > td, .rich-text-editor .store-app#led-store table tr:first-child > td, .store-app#led-store .custom-table table tr:first-child > td, .custom-table .store-app#led-store table tr:first-child > td {
        border-top: none
    }

    .store-app#led-store table.table td, .store-app#led-store .rich-text-editor table td, .rich-text-editor .store-app#led-store table td, .store-app#led-store .custom-table table td, .custom-table .store-app#led-store table td {
        color: #696969;
        padding: 13px 20px 15px !important
    }

        .store-app#led-store table.table td a, .store-app#led-store .rich-text-editor table td a, .rich-text-editor .store-app#led-store table td a, .store-app#led-store .custom-table table td a, .custom-table .store-app#led-store table td a {
            padding-top: 4px;
            padding-bottom: 3px;
            line-height: 1.5
        }

.store-app#led-store .duke-form [type=checkbox] + label:before {
    top: 2px
}

.store-app#led-store a:not([class*=btn]) {
    color: #006060;
    border-bottom: 2px solid #a7e1ea;
    padding-top: 3px;
    padding-bottom: 2px
}

    .store-app#led-store a:not([class*=btn]).clear {
        border-bottom: none
    }

    .store-app#led-store a:not([class*=btn]):hover, .store-app#led-store a:not([class*=btn]):focus {
        text-decoration: none;
        border-bottom-color: transparent;
        background-color: #e0f6fb
    }

.store-app#led-store .more-info-container, .store-app#led-store .footnote-container {
    margin-top: 18px
}

.store-app#led-store .container-show-more-btn {
    line-height: 1;
    font-size: 14px
}

    .store-app#led-store .container-show-more-btn .more-info-label {
        position: relative
    }

        .store-app#led-store .container-show-more-btn .more-info-label:hover {
            background-color: none
        }

        .store-app#led-store .container-show-more-btn .more-info-label:last-child {
            margin-bottom: 0
        }

.store-app#led-store .fedex-text {
    font-size: 14px;
    color: rgba(105,105,105,0.5);
    line-height: 1.5;
    letter-spacing: .025em
}

.store-app#led-store .led-order-status {
    cursor: default
}

    .store-app#led-store .led-order-status img {
        width: 25px;
        height: 25px;
        margin-right: 6px
    }

    .store-app#led-store .led-order-status.eligible span.status-message {
        color: #54b948
    }

    .store-app#led-store .led-order-status.ineligible span.status-message {
        color: #8b0e04
    }

.store-app#led-store .row.body-copy {
    margin-right: -10px;
    margin-left: -10px
}

    .store-app#led-store .row.body-copy .form-group:last-child {
        margin-bottom: 0
    }

    .store-app#led-store .row.body-copy + .row.form-actions {
        margin-top: 43px
    }

.store-app#led-store .form-actions .col-md-8 {
    padding: 0 20px
}

    .store-app#led-store .form-actions .col-md-8 .buttons-group {
        padding: 0 10px
    }

.store-app#led-store .row.form-actions {
    margin-top: 50px;
    display: block;
    width: auto
}

    .store-app#led-store .row.form-actions:last-child {
        margin-bottom: 0
    }

.store-app#led-store .form-actions {
    margin-bottom: 0
}

    .store-app#led-store .form-actions .buttons-group .btn, .store-app#led-store .form-actions .buttons-group .btn-main-blue, .store-app#led-store .form-actions .buttons-group .btn-small-main-blue, .store-app#led-store .form-actions .buttons-group .btn-medium-main-blue, .store-app#led-store .form-actions .buttons-group .btn-large-main-blue, .store-app#led-store .form-actions .buttons-group .btn-reverse, .store-app#led-store .form-actions .buttons-group .btn-small-reverse, .store-app#led-store .form-actions .buttons-group .btn-medium-reverse, .store-app#led-store .form-actions .buttons-group .btn-large-reverse, .store-app#led-store .form-actions .buttons-group .btn-light, .store-app#led-store .form-actions .buttons-group .btn-submit, .store-app#led-store .form-actions .buttons-group .btn-previous, .store-app#led-store .form-actions .buttons-group .btn-blue, .store-app#led-store .form-actions .buttons-group .btn-aqua-blue, .store-app#led-store .form-actions .buttons-group .btn-dark-blue, .store-app#led-store .form-actions .buttons-group .btn-green, .store-app#led-store .form-actions .buttons-group .btn-white, .store-app#led-store .form-actions .buttons-group .btn-white-blue, .store-app#led-store .form-actions .buttons-group .btn-white-whitebackground, .store-app#led-store .form-actions .buttons-group .btn-grey, .store-app#led-store .form-actions .buttons-group .btn-light-grey, .store-app#led-store .form-actions .buttons-group .btn-disabled, .store-app#led-store .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .form-actions .buttons-group .toggle-btn {
        margin: 0
    }

    .store-app#led-store .form-actions .buttons-group button.btn-medium-blue {
        background-color: #077faa;
        color: #fff
    }

        .store-app#led-store .form-actions .buttons-group button.btn-medium-blue:hover, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue:focus {
            background-color: #076f94;
            color: #fff
        }

    .store-app#led-store .form-actions .buttons-group button.btn-light-gray {
        margin-right: 20px;
        float: left
    }

    .store-app#led-store .form-actions .cancel-btn {
        padding: 0;
        margin-top: 40px;
        position: relative;
        line-height: 1;
        vertical-align: middle;
        border-bottom: 0;
        display: inline-block
    }

        .store-app#led-store .form-actions .cancel-btn:hover {
            background-color: transparent
        }

            .store-app#led-store .form-actions .cancel-btn:hover::after {
                background-color: #e0f6fb;
                content: '';
                height: calc(1em + 12px);
                width: 100%;
                display: block;
                position: absolute;
                top: -6px;
                z-index: -1
            }

.store-app#led-store .no-accounts {
    padding: 50px 0 43px 0;
    border-top: 1px solid #dfe4e4 !important;
    background-color: #f3fbfd
}

    .store-app#led-store .no-accounts img {
        margin-bottom: 15px
    }

    .store-app#led-store .no-accounts p {
        margin: 0
    }

.store-app#led-store .modal-intercept .row div[class*=col-] .short-copy-container .container {
    padding-left: 20px;
    padding-right: 20px
}

.store-app#led-store .modal-intercept .modal-content {
    padding: 40px 40px 50px !important
}

.store-app#led-store .modal-intercept .modal-panel {
    padding: 0
}

.store-app#led-store .modal-intercept .modal-dialog {
    margin-top: 70px
}

.store-app#led-store .modal-intercept .header-container {
    margin-bottom: 31px
}

    .store-app#led-store .modal-intercept .header-container h2 {
        margin-bottom: 31px
    }

        .store-app#led-store .modal-intercept .header-container h2:last-child {
            margin-bottom: 0
        }

    .store-app#led-store .modal-intercept .header-container p:last-child {
        margin-bottom: 0
    }

.store-app#led-store .modal-intercept .modal-actions {
    display: block
}

.store-app#led-store .modal-intercept .col-md-8 .buttons-group {
    padding: 0 40px
}

.store-app#led-store .modal-intercept .buttons-group .btn, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light, .store-app#led-store .modal-intercept .buttons-group .btn-submit, .store-app#led-store .modal-intercept .buttons-group .btn-previous, .store-app#led-store .modal-intercept .buttons-group .btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group .btn-grey, .store-app#led-store .modal-intercept .buttons-group .btn-light-grey, .store-app#led-store .modal-intercept .buttons-group .btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .toggle-btn {
    margin: 0;
    display: inline-block;
    float: left
}

    .store-app#led-store .modal-intercept .buttons-group .btn.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-light, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-submit, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-previous, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group input.btn-small-main-blue.btn-white-whitebackground[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-small-main-blue.btn-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-small-main-blue.btn-light-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-small-main-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.toggle-btn, .store-app#led-store .modal-intercept .buttons-group .btn.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group input.btn-medium-main-blue.btn-white-whitebackground[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-medium-main-blue.btn-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-medium-main-blue.btn-light-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-medium-main-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.toggle-btn, .store-app#led-store .modal-intercept .buttons-group .btn.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group input.btn-large-main-blue.btn-white-whitebackground[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-large-main-blue.btn-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-large-main-blue.btn-light-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-large-main-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.toggle-btn, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-white-whitebackground[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-light-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-main-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.toggle-btn {
        padding-top: 25px
    }

        .store-app#led-store .modal-intercept .buttons-group .btn.btn-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-small-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-medium-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-large-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-small-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-medium-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-large-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-small-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-medium-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-large-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-small-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-medium-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-large-reverse:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-light:hover, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-submit:hover, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-previous:hover, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-aqua-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-dark-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-green:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white-whitebackground:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-grey:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-light-grey:hover, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-disabled:hover, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-small-main-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.toggle-btn:hover, .store-app#led-store .modal-intercept .buttons-group .btn.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-aqua-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-dark-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-green:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white-whitebackground:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-grey:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-light-grey:hover, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-disabled:hover, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-medium-main-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.toggle-btn:hover, .store-app#led-store .modal-intercept .buttons-group .btn.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-aqua-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-dark-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-green:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white-whitebackground:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-grey:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-light-grey:hover, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-disabled:hover, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-large-main-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.toggle-btn:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-aqua-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-aqua-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-dark-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-dark-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-dark-blue:hover, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-green:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-green:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white-whitebackground:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white-whitebackground:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-white-whitebackground:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-white-whitebackground.btn-small-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-white-whitebackground.btn-medium-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-white-whitebackground.btn-large-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-grey:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-grey:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-grey:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-grey.btn-small-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-grey.btn-medium-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-grey.btn-large-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-light-grey:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-light-grey:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-small-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-medium-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-large-main-blue:hover, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-light-grey:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-light-grey.btn-small-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-light-grey.btn-medium-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-light-grey.btn-large-main-blue:hover[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-disabled:hover, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-main-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.toggle-btn:hover, .store-app#led-store .modal-intercept .buttons-group .btn.btn-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-small-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-medium-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-large-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-small-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-medium-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-large-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-small-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-medium-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-large-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-small-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-medium-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-large-reverse:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-light:focus, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-submit:focus, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-previous:focus, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-aqua-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-dark-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-green:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white-whitebackground:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-grey:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-light-grey:focus, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-disabled:focus, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-small-main-blue.toggle-btn:focus, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.toggle-btn:focus, .store-app#led-store .modal-intercept .buttons-group .btn.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-aqua-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-dark-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-green:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white-whitebackground:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-grey:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-light-grey:focus, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-disabled:focus, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-medium-main-blue.toggle-btn:focus, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.toggle-btn:focus, .store-app#led-store .modal-intercept .buttons-group .btn.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-aqua-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-dark-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-green:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white-whitebackground:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-grey:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-light-grey:focus, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-disabled:focus, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-large-main-blue.toggle-btn:focus, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.toggle-btn:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-aqua-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-aqua-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-dark-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-dark-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-dark-blue:focus, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-green:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-green:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white-whitebackground:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white-whitebackground:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-white-whitebackground:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-white-whitebackground.btn-small-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-white-whitebackground.btn-medium-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-white-whitebackground.btn-large-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-grey:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-grey:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-grey:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-grey.btn-small-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-grey.btn-medium-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-grey.btn-large-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-light-grey:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-light-grey:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-small-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-medium-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-large-main-blue:focus, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-light-grey:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-light-grey.btn-small-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-light-grey.btn-medium-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group input.btn-light-grey.btn-large-main-blue:focus[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-disabled:focus, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-main-blue.toggle-btn:focus, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.toggle-btn:focus {
            text-decoration: none
        }

    .store-app#led-store .modal-intercept .buttons-group .btn.btn-light-gray, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-light, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-submit, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-previous, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-grey, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-light-gray.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.toggle-btn {
        margin-left: 20px
    }

.store-app#led-store .modal-intercept .cancel-btn {
    padding: 0;
    margin-top: 40px;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    border-bottom: 0;
    display: inline-block;
    z-index: 1;
    font-size: 14px
}

    .store-app#led-store .modal-intercept .cancel-btn:hover {
        background-color: transparent
    }

        .store-app#led-store .modal-intercept .cancel-btn:hover::after {
            background-color: #e0f6fb;
            content: '';
            height: calc(1em + 12px);
            width: 100%;
            display: block;
            position: absolute;
            top: -6px;
            z-index: -1
        }

.store-app#led-store #leave-page-modal .btn, .store-app#led-store #leave-page-modal .btn-main-blue, .store-app#led-store #leave-page-modal .btn-small-main-blue, .store-app#led-store #leave-page-modal .btn-medium-main-blue, .store-app#led-store #leave-page-modal .btn-large-main-blue, .store-app#led-store #leave-page-modal .btn-reverse, .store-app#led-store #leave-page-modal .btn-small-reverse, .store-app#led-store #leave-page-modal .btn-medium-reverse, .store-app#led-store #leave-page-modal .btn-large-reverse, .store-app#led-store #leave-page-modal .btn-light, .store-app#led-store #leave-page-modal .btn-submit, .store-app#led-store #leave-page-modal .btn-previous, .store-app#led-store #leave-page-modal .btn-blue, .store-app#led-store #leave-page-modal .btn-aqua-blue, .store-app#led-store #leave-page-modal .btn-dark-blue, .store-app#led-store #leave-page-modal .btn-green, .store-app#led-store #leave-page-modal .btn-white, .store-app#led-store #leave-page-modal .btn-white-blue, .store-app#led-store #leave-page-modal .btn-white-whitebackground, .store-app#led-store #leave-page-modal .btn-grey, .store-app#led-store #leave-page-modal .btn-light-grey, .store-app#led-store #leave-page-modal .btn-disabled, .store-app#led-store #leave-page-modal .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store #leave-page-modal .toggle-btn {
    float: none
}

.store-app#led-store #leave-page-modal .btn-main-blue, .store-app#led-store #leave-page-modal .btn-small-main-blue, .store-app#led-store #leave-page-modal .btn-medium-main-blue, .store-app#led-store #leave-page-modal .btn-large-main-blue {
    padding: 17px 0
}

.store-app#led-store #leave-page-modal .btn-light-gray {
    margin-left: 0;
    margin-right: 20px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .store-app#led-store .col-fixed {
        margin-left: -12px;
        margin-right: -12px;
        padding: 0
    }

    .store-app#led-store table.table th:nth-child(1), .store-app#led-store .rich-text-editor table th:nth-child(1), .rich-text-editor .store-app#led-store table th:nth-child(1), .store-app#led-store .custom-table table th:nth-child(1), .custom-table .store-app#led-store table th:nth-child(1) {
        width: 17.71%
    }

    .store-app#led-store table.table th:nth-child(2), .store-app#led-store .rich-text-editor table th:nth-child(2), .rich-text-editor .store-app#led-store table th:nth-child(2), .store-app#led-store .custom-table table th:nth-child(2), .custom-table .store-app#led-store table th:nth-child(2) {
        width: 25.7%
    }

    .store-app#led-store table.table th:nth-child(3), .store-app#led-store .rich-text-editor table th:nth-child(3), .rich-text-editor .store-app#led-store table th:nth-child(3), .store-app#led-store .custom-table table th:nth-child(3), .custom-table .store-app#led-store table th:nth-child(3) {
        width: 26.2%
    }

    .store-app#led-store table.table th:nth-child(4), .store-app#led-store .rich-text-editor table th:nth-child(4), .rich-text-editor .store-app#led-store table th:nth-child(4), .store-app#led-store .custom-table table th:nth-child(4), .custom-table .store-app#led-store table th:nth-child(4) {
        width: 30.39%
    }

    .store-app#led-store .form-actions .buttons-group {
        padding: 0 8px
    }

    .store-app#led-store .form-actions .col-md-8 .buttons-group {
        padding: 0
    }

        .store-app#led-store .form-actions .col-md-8 .buttons-group button.btn-light-gray {
            margin-left: 0
        }

    .store-app#led-store .modal-intercept .col-md-8 .buttons-group {
        padding: 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .store-app#led-store {
        padding-top: 43px
    }

        .store-app#led-store .modal .short-copy-container .container {
            padding: 0
        }

        .store-app#led-store .auth-header {
            margin-bottom: 23px
        }

            .store-app#led-store .auth-header .header-row {
                margin-bottom: 23px
            }

        .store-app#led-store .multisteper-responsive-steps .step-xs.active {
            margin-top: 17px;
            margin-bottom: 12px
        }

            .store-app#led-store .multisteper-responsive-steps .step-xs.active + .responsive-step {
                padding-bottom: 50px
            }

        .store-app#led-store .multisteper-responsive-steps .step-xs.closed {
            margin-top: 0
        }

        .store-app#led-store .multisteper-responsive-steps:last-of-type {
            border-bottom: 1px solid #dfe4e4
        }

        .store-app#led-store .auth-second-header {
            margin-bottom: 24px
        }

            .store-app#led-store .auth-second-header .sibling-row {
                margin-bottom: 24px
            }

                .store-app#led-store .auth-second-header .sibling-row:last-child {
                    margin-bottom: 0
                }

        .store-app#led-store .page-intro {
            font-size: 17px
        }

            .store-app#led-store .page-intro p {
                font-size: 17px
            }

        .store-app#led-store .multisteper-responsive-steps {
            margin: 0
        }

            .store-app#led-store .multisteper-responsive-steps .responsive-steps-container {
                display: block;
                height: auto
            }

                .store-app#led-store .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive {
                    vertical-align: middle;
                    display: block
                }

                .store-app#led-store .multisteper-responsive-steps .responsive-steps-container.closed {
                    display: table;
                    height: 60px
                }

                    .store-app#led-store .multisteper-responsive-steps .responsive-steps-container.closed .each-steps-responsive {
                        display: table-cell;
                        vertical-align: middle
                    }

        .store-app#led-store .col-fixed {
            margin-left: -2px;
            margin-right: -2px;
            float: none
        }

        .store-app#led-store .general-form-styles {
            padding: 0
        }

        .store-app#led-store .table-no-padding {
            padding: 0
        }

            .store-app#led-store .table-no-padding .table-responsive {
                margin-bottom: 0;
                border-right: 0;
                border-left: 0;
                border-bottom: 0;
                overflow-x: scroll
            }

        .store-app#led-store table.table, .store-app#led-store .rich-text-editor table, .rich-text-editor .store-app#led-store table, .store-app#led-store .custom-table table, .custom-table .store-app#led-store table {
            margin-left: auto;
            width: 940px;
            max-width: 940px
        }

            .store-app#led-store table.table td, .store-app#led-store .rich-text-editor table td, .rich-text-editor .store-app#led-store table td, .store-app#led-store .custom-table table td, .custom-table .store-app#led-store table td {
                white-space: normal
            }

        .store-app#led-store .dropdown.duke button .text {
            line-height: 1
        }

        .store-app#led-store .row.body-copy {
            margin-right: -11px;
            margin-left: -11px
        }

            .store-app#led-store .row.body-copy + .row.form-actions {
                margin-top: 44px
            }

        .store-app#led-store .col-md-8 .form-actions {
            padding: 0
        }

        .store-app#led-store .form-actions .col-md-8 .buttons-group {
            padding: 0
        }

        .store-app#led-store .form-actions .buttons-group button.btn.btn-medium-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-small-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-medium-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-large-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-reverse, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-small-reverse, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-medium-reverse, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-large-reverse, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-light, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-submit, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-previous, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-aqua-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-dark-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-green, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-white, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-white-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-white-whitebackground, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-grey, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-light-grey, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.btn-disabled, .store-app#led-store .form-actions .buttons-group .general-form-styles .toggle-btn-container button.btn-medium-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.toggle-btn {
            margin: 0 0 30px
        }

            .store-app#led-store .form-actions .buttons-group button.btn.btn-medium-blue.single-button, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-small-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-medium-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-large-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-reverse, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-small-reverse, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-medium-reverse, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-large-reverse, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-light, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-submit, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-previous, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-aqua-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-dark-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-green, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-white, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-white-blue, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-white-whitebackground, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-grey, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-light-grey, .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.btn-disabled, .store-app#led-store .form-actions .buttons-group .general-form-styles .toggle-btn-container button.btn-medium-blue.single-button.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .form-actions .buttons-group button.btn-medium-blue.single-button.toggle-btn {
                margin: 0
            }

        .store-app#led-store .form-actions .buttons-group button.btn.btn-light-gray, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-small-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-medium-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-large-main-blue, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-reverse, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-small-reverse, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-medium-reverse, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-large-reverse, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-light, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-submit, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-previous, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-blue, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-aqua-blue, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-dark-blue, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-green, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-white, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-white-blue, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-white-whitebackground, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-grey, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-light-grey, .store-app#led-store .form-actions .buttons-group button.btn-light-gray.btn-disabled, .store-app#led-store .form-actions .buttons-group .general-form-styles .toggle-btn-container button.btn-light-gray.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .form-actions .buttons-group button.btn-light-gray.toggle-btn {
            float: none;
            margin: 0
        }

        .store-app#led-store .no-accounts p {
            font-size: 15px;
            line-height: 1.6;
            padding-left: 5px;
            padding-right: 5px
        }

        .store-app#led-store .modal-intercept .modal-panel {
            padding-bottom: 21px
        }

        .store-app#led-store .modal-intercept .header-container {
            margin-bottom: 44px
        }

            .store-app#led-store .modal-intercept .header-container h2 {
                font-size: 26px;
                margin-bottom: 24px
            }

                .store-app#led-store .modal-intercept .header-container h2:last-child {
                    margin-bottom: 0
                }

        .store-app#led-store .modal-intercept .col-md-8 .buttons-group {
            padding: 0
        }

        .store-app#led-store .modal-intercept .buttons-group .btn, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light, .store-app#led-store .modal-intercept .buttons-group .btn-submit, .store-app#led-store .modal-intercept .buttons-group .btn-previous, .store-app#led-store .modal-intercept .buttons-group .btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group .btn-grey, .store-app#led-store .modal-intercept .buttons-group .btn-light-grey, .store-app#led-store .modal-intercept .buttons-group .btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .toggle-btn {
            float: none;
            padding-top: 18px
        }

            .store-app#led-store .modal-intercept .buttons-group .btn.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-reverse.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-light, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-submit, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-submit.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-previous, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-previous.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group input.btn-small-main-blue.btn-white-whitebackground[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-small-main-blue.btn-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-small-main-blue.btn-light-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-small-main-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-small-main-blue.toggle-btn, .store-app#led-store .modal-intercept .buttons-group .btn.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group input.btn-medium-main-blue.btn-white-whitebackground[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-medium-main-blue.btn-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-medium-main-blue.btn-light-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-medium-main-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-medium-main-blue.toggle-btn, .store-app#led-store .modal-intercept .buttons-group .btn.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group input.btn-large-main-blue.btn-white-whitebackground[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-large-main-blue.btn-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group input.btn-large-main-blue.btn-light-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-large-main-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-large-main-blue.toggle-btn, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-aqua-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-dark-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-dark-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-green, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-green.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-blue.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-white-whitebackground.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-white-whitebackground[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-grey, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-grey.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group a.btn-main-blue.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group a.btn-light-grey.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group input.btn-main-blue.btn-light-grey[type="button"], .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-main-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-main-blue.toggle-btn {
                margin: 0 0 30px;
                padding-top: 18px
            }

            .store-app#led-store .modal-intercept .buttons-group .btn.btn-light-gray, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-small-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-medium-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-large-main-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-small-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-medium-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-large-reverse, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-light, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-submit, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-previous, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-aqua-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-dark-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-green, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-white, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-white-blue, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-white-whitebackground, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-grey, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-light-grey, .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.btn-disabled, .store-app#led-store .modal-intercept .buttons-group .general-form-styles .toggle-btn-container .btn-light-gray.toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .modal-intercept .buttons-group .btn-light-gray.toggle-btn {
                margin-left: 0
            }

        .store-app#led-store .led-store-tracking-header .auth-header {
            margin-bottom: 16px
        }

        .store-app#led-store .auth-modal.or-cancel .modal .btn, .store-app#led-store .auth-modal.or-cancel .modal .btn-main-blue, .store-app#led-store .auth-modal.or-cancel .modal .btn-small-main-blue, .store-app#led-store .auth-modal.or-cancel .modal .btn-medium-main-blue, .store-app#led-store .auth-modal.or-cancel .modal .btn-large-main-blue, .store-app#led-store .auth-modal.or-cancel .modal .btn-reverse, .store-app#led-store .auth-modal.or-cancel .modal .btn-small-reverse, .store-app#led-store .auth-modal.or-cancel .modal .btn-medium-reverse, .store-app#led-store .auth-modal.or-cancel .modal .btn-large-reverse, .store-app#led-store .auth-modal.or-cancel .modal .btn-light, .store-app#led-store .auth-modal.or-cancel .modal .btn-submit, .store-app#led-store .auth-modal.or-cancel .modal .btn-previous, .store-app#led-store .auth-modal.or-cancel .modal .btn-blue, .store-app#led-store .auth-modal.or-cancel .modal .btn-aqua-blue, .store-app#led-store .auth-modal.or-cancel .modal .btn-dark-blue, .store-app#led-store .auth-modal.or-cancel .modal .btn-green, .store-app#led-store .auth-modal.or-cancel .modal .btn-white, .store-app#led-store .auth-modal.or-cancel .modal .btn-white-blue, .store-app#led-store .auth-modal.or-cancel .modal .btn-white-whitebackground, .store-app#led-store .auth-modal.or-cancel .modal .btn-grey, .store-app#led-store .auth-modal.or-cancel .modal .btn-light-grey, .store-app#led-store .auth-modal.or-cancel .modal .btn-disabled, .store-app#led-store .auth-modal.or-cancel .modal .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store .auth-modal.or-cancel .modal .toggle-btn {
            display: inline-block
        }

            .store-app#led-store .auth-modal.or-cancel .modal .btn:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-main-blue:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-small-main-blue:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-medium-main-blue:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-large-main-blue:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-reverse:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-small-reverse:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-medium-reverse:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-large-reverse:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-light:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-submit:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-previous:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-blue:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-aqua-blue:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-dark-blue:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-green:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-white:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-white-blue:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-white-whitebackground:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-grey:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-light-grey:first-child, .store-app#led-store .auth-modal.or-cancel .modal .btn-disabled:first-child, .store-app#led-store .auth-modal.or-cancel .modal .general-form-styles .toggle-btn-container .toggle-btn:first-child, .general-form-styles .toggle-btn-container .store-app#led-store .auth-modal.or-cancel .modal .toggle-btn:first-child {
                margin-bottom: 0px;
                margin-right: 10px
            }

        .store-app#led-store .modal-intercept .header-container {
            margin-bottom: 44px
        }

            .store-app#led-store .modal-intercept .header-container + .modal-actions {
                display: block
            }

        .store-app#led-store .modal-intercept .modal-content {
            padding: 43px 11px 50px !important
        }

            .store-app#led-store .modal-intercept .modal-content .close {
                top: 20px
            }

        .store-app#led-store .modal-intercept .modal-panel {
            padding: 0
        }

        .store-app#led-store #leave-page-modal .btn, .store-app#led-store #leave-page-modal .btn-main-blue, .store-app#led-store #leave-page-modal .btn-small-main-blue, .store-app#led-store #leave-page-modal .btn-medium-main-blue, .store-app#led-store #leave-page-modal .btn-large-main-blue, .store-app#led-store #leave-page-modal .btn-reverse, .store-app#led-store #leave-page-modal .btn-small-reverse, .store-app#led-store #leave-page-modal .btn-medium-reverse, .store-app#led-store #leave-page-modal .btn-large-reverse, .store-app#led-store #leave-page-modal .btn-light, .store-app#led-store #leave-page-modal .btn-submit, .store-app#led-store #leave-page-modal .btn-previous, .store-app#led-store #leave-page-modal .btn-blue, .store-app#led-store #leave-page-modal .btn-aqua-blue, .store-app#led-store #leave-page-modal .btn-dark-blue, .store-app#led-store #leave-page-modal .btn-green, .store-app#led-store #leave-page-modal .btn-white, .store-app#led-store #leave-page-modal .btn-white-blue, .store-app#led-store #leave-page-modal .btn-white-whitebackground, .store-app#led-store #leave-page-modal .btn-grey, .store-app#led-store #leave-page-modal .btn-light-grey, .store-app#led-store #leave-page-modal .btn-disabled, .store-app#led-store #leave-page-modal .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .store-app#led-store #leave-page-modal .toggle-btn {
            display: inline-block;
            margin: 0;
            padding-top: 17px
        }

            .store-app#led-store #leave-page-modal .btn:first-child, .store-app#led-store #leave-page-modal .btn-main-blue:first-child, .store-app#led-store #leave-page-modal .btn-small-main-blue:first-child, .store-app#led-store #leave-page-modal .btn-medium-main-blue:first-child, .store-app#led-store #leave-page-modal .btn-large-main-blue:first-child, .store-app#led-store #leave-page-modal .btn-reverse:first-child, .store-app#led-store #leave-page-modal .btn-small-reverse:first-child, .store-app#led-store #leave-page-modal .btn-medium-reverse:first-child, .store-app#led-store #leave-page-modal .btn-large-reverse:first-child, .store-app#led-store #leave-page-modal .btn-light:first-child, .store-app#led-store #leave-page-modal .btn-submit:first-child, .store-app#led-store #leave-page-modal .btn-previous:first-child, .store-app#led-store #leave-page-modal .btn-blue:first-child, .store-app#led-store #leave-page-modal .btn-aqua-blue:first-child, .store-app#led-store #leave-page-modal .btn-dark-blue:first-child, .store-app#led-store #leave-page-modal .btn-green:first-child, .store-app#led-store #leave-page-modal .btn-white:first-child, .store-app#led-store #leave-page-modal .btn-white-blue:first-child, .store-app#led-store #leave-page-modal .btn-white-whitebackground:first-child, .store-app#led-store #leave-page-modal .btn-grey:first-child, .store-app#led-store #leave-page-modal .btn-light-grey:first-child, .store-app#led-store #leave-page-modal .btn-disabled:first-child, .store-app#led-store #leave-page-modal .general-form-styles .toggle-btn-container .toggle-btn:first-child, .general-form-styles .toggle-btn-container .store-app#led-store #leave-page-modal .toggle-btn:first-child {
                margin-right: 10px
            }

    .store-app.tracking#led-store {
        padding-bottom: 50px
    }

    .store-app#led-store .or-cancel .modal-intercept .header-container {
        margin-bottom: 34px
    }

        .store-app#led-store .or-cancel .modal-intercept .header-container h2 {
            margin-bottom: 9px
        }
}

@media (min-width: 1200px) {
    .store-app#led-store .form-actions .col-md-6 .buttons-group {
        padding: 0 47px
    }

    .store-app#led-store .form-actions .col-md-8 .buttons-group {
        padding: 0 80px
    }

        .store-app#led-store .form-actions .col-md-8 .buttons-group .btn-light-gray.btn-large {
            margin-left: 0
        }

    .store-app#led-store .auth-modal.or-cancel .modal .modal-intercept {
        width: 780px;
        margin: auto;
        margin-top: 71px
    }

    .store-app#led-store .auth-modal.or-cancel .modal .col-lg-10 {
        width: 975px !important
    }

    .store-app#led-store .modal-intercept .col-md-8 .buttons-group {
        padding: 0 30px
    }

        .store-app#led-store .modal-intercept .col-md-8 .buttons-group .btn-light-gray.btn-large {
            margin-left: 20px
        }
}

.store-app.auth .step-xs {
    display: none
}

.store-app.auth .btn-submit[disabled=disabled] {
    opacity: 0.3
}

.store-app.auth .auth-header .title {
    color: #005984;
    font-size: 60px;
    letter-spacing: .025em;
    line-height: 1.2;
    margin-top: 0
}

.store-app.auth .auth-body .auth-form.duke-form .info-tooltip {
    right: -31px
}

.store-app.auth .auth-body .form-actions .cancel-btn {
    padding: 0;
    margin-top: 40px;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    border-bottom: 0;
    display: inline-block
}

    .store-app.auth .auth-body .form-actions .cancel-btn:hover {
        background-color: transparent
    }

        .store-app.auth .auth-body .form-actions .cancel-btn:hover::after {
            background-color: #e0f6fb;
            content: '';
            height: calc(1em + 12px);
            width: 100%;
            display: block;
            position: absolute;
            top: -6px;
            z-index: -1
        }

.store-app.auth .register-multistepper-wrapper {
    border-top: 1px solid #dfe4e4;
    border-bottom: 1px solid #dfe4e4
}

    .store-app.auth .register-multistepper-wrapper .register-steps-lg {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 100%
    }

        .store-app.auth .register-multistepper-wrapper .register-steps-lg li {
            float: left;
            margin: 0;
            cursor: default;
            line-height: 22px;
            background-color: #fff;
            position: relative;
            display: block
        }

            .store-app.auth .register-multistepper-wrapper .register-steps-lg li.step-done {
                background-color: #f2f4f4
            }

                .store-app.auth .register-multistepper-wrapper .register-steps-lg li.step-done .register-steps .register-step-wrapper {
                    color: #006060
                }

                    .store-app.auth .register-multistepper-wrapper .register-steps-lg li.step-done .register-steps .register-step-wrapper .register-step-number {
                        border-color: #006060
                    }

                .store-app.auth .register-multistepper-wrapper .register-steps-lg li.step-done .register-steps .register-step-name {
                    color: #006060
                }

            .store-app.auth .register-multistepper-wrapper .register-steps-lg li:before {
                content: '';
                display: inline-block;
                height: 90px;
                border-left: 1px solid #dfe4e4;
                position: absolute;
                top: 15px
            }

            .store-app.auth .register-multistepper-wrapper .register-steps-lg li:first-child:before {
                display: none
            }

            .store-app.auth .register-multistepper-wrapper .register-steps-lg li.active {
                background-color: #077faa;
                color: #fff
            }

                .store-app.auth .register-multistepper-wrapper .register-steps-lg li.active:before {
                    display: none
                }

                .store-app.auth .register-multistepper-wrapper .register-steps-lg li.active:after {
                    width: 0;
                    height: 0;
                    content: '';
                    display: block;
                    border-style: solid;
                    border-width: 0 7.5px 8px;
                    border-color: transparent transparent #fff;
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    transform: translateX(-50%)
                }

                .store-app.auth .register-multistepper-wrapper .register-steps-lg li.active > div {
                    color: #fff
                }

            .store-app.auth .register-multistepper-wrapper .register-steps-lg li .register-steps {
                padding: 0 30px;
                margin: 34px auto 33px;
                display: block;
                color: #696969;
                font-size: 11px;
                text-align: center
            }

                .store-app.auth .register-multistepper-wrapper .register-steps-lg li .register-steps .register-step-name {
                    font-size: 14px;
                    text-transform: uppercase;
                    margin-top: 7.5px;
                    line-height: 1.5;
                    letter-spacing: .025em
                }

                .store-app.auth .register-multistepper-wrapper .register-steps-lg li .register-steps .register-step-wrapper {
                    padding-top: 5px;
                    display: block;
                    position: relative;
                    width: 100%
                }

                    .store-app.auth .register-multistepper-wrapper .register-steps-lg li .register-steps .register-step-wrapper > div {
                        margin: 0 auto auto;
                        height: 20px;
                        width: 20px;
                        border-radius: 50%;
                        border: 1px solid #dfe4e4;
                        text-align: center;
                        line-height: 17px;
                        padding: 0;
                        letter-spacing: 0
                    }

.store-app.auth .search-panel {
    background: #f2f4f4;
    padding: 6px 0;
    margin-bottom: 31px
}

    .store-app.auth .search-panel .search-input {
        margin: 15px auto;
        width: 460px;
        white-space: nowrap;
        position: relative
    }

        .store-app.auth .search-panel .search-input span.search {
            position: absolute;
            right: 0;
            top: 6px;
            padding-right: 18px;
            color: #077faa;
            font-size: 22px
        }

        .store-app.auth .search-panel .search-input input[type=text] {
            width: 100%;
            height: 50px;
            border: 1px solid #dfe4e4;
            padding-left: 20px;
            font-size: 16px;
            letter-spacing: .025em;
            color: #696969
        }

.store-app.auth button.more-info-label {
    padding: 2px 0 3px;
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
    color: #006060;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: .025em;
    background: 0 0;
    border: none
}

    .store-app.auth button.more-info-label span {
        display: inline-block
    }

    .store-app.auth button.more-info-label i {
        display: inline-block;
        margin-left: 5px;
        vertical-align: top;
        margin-top: 5px
    }

.store-app.auth .btn-light-gray {
    background-color: #edf0f0;
    color: #006060
}

.store-app.auth .modal:before {
    display: none
}

.store-app.auth .ineligible.buttons-group .btn.btn-medium-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-main-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-small-main-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-medium-main-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-large-main-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-reverse, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-small-reverse, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-medium-reverse, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-large-reverse, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-light, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-submit, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-previous, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-aqua-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-dark-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-green, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white-whitebackground, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-grey, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-light-grey, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-disabled, .store-app.auth .ineligible.buttons-group .general-form-styles .toggle-btn-container .btn-medium-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app.auth .ineligible.buttons-group .btn-medium-blue.toggle-btn {
    background-color: #077faa;
    color: #fff;
    margin-bottom: 17px
}

    .store-app.auth .ineligible.buttons-group .btn.btn-medium-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-main-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-small-main-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-medium-main-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-large-main-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-reverse:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-small-reverse:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-medium-reverse:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-large-reverse:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-light:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-submit:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-previous:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-aqua-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-dark-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-green:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white-blue:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white-whitebackground:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-grey:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-light-grey:hover, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-disabled:hover, .store-app.auth .ineligible.buttons-group .general-form-styles .toggle-btn-container .btn-medium-blue.toggle-btn:hover, .general-form-styles .toggle-btn-container .store-app.auth .ineligible.buttons-group .btn-medium-blue.toggle-btn:hover {
        background-color: #076f94
    }

.store-app.auth .auth-second-header .page-intro + .buttons-group.ineligible {
    margin-top: 33px
}

.store-app.auth .form-group:last-child p {
    margin: 0;
    text-align: center
}

.store-app.auth .auth-body .search-panel .search-input.form-group, .store-app.auth .search-panel .search-input.form-group {
    margin: 15px auto
}

@media only screen and (max-width: 767px) {
    .store-app.auth .ineligible.buttons-group .btn.btn-medium-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-main-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-small-main-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-medium-main-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-large-main-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-reverse, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-small-reverse, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-medium-reverse, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-large-reverse, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-light, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-submit, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-previous, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-aqua-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-dark-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-green, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white-blue, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-white-whitebackground, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-grey, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-light-grey, .store-app.auth .ineligible.buttons-group .btn-medium-blue.btn-disabled, .store-app.auth .ineligible.buttons-group .general-form-styles .toggle-btn-container .btn-medium-blue.toggle-btn, .general-form-styles .toggle-btn-container .store-app.auth .ineligible.buttons-group .btn-medium-blue.toggle-btn {
        margin-bottom: 26px
    }

    .store-app.auth .auth-header .title {
        font-size: 30px;
        letter-spacing: 0.025em;
        line-height: 1.2
    }

    .store-app.auth .auth-body .auth-form.duke-form .info-tooltip {
        right: 0;
        left: auto;
        margin-left: 0
    }

    .store-app.auth .register-multistepper-wrapper {
        display: none
    }

    .store-app.auth .multisteper-responsive-steps {
        border-top: 1px solid #dfe4e4;
        margin-top: 1px;
        margin-bottom: 1px
    }

        .store-app.auth .multisteper-responsive-steps.step-done .responsive-steps-container .each-steps-responsive .step-xs {
            background-color: #f2f4f4
        }

            .store-app.auth .multisteper-responsive-steps.step-done .responsive-steps-container .each-steps-responsive .step-xs .step-number {
                border-color: #006060
            }

            .store-app.auth .multisteper-responsive-steps.step-done .responsive-steps-container .each-steps-responsive .step-xs.closed {
                color: #006060
            }

        .store-app.auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive {
            vertical-align: middle;
            display: block
        }

            .store-app.auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs {
                font-size: 15px;
                background: #fff;
                color: #696969;
                text-transform: uppercase;
                letter-spacing: .025em;
                margin: 0;
                display: block;
                line-height: 1.6
            }

                .store-app.auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs .step-number {
                    margin-right: 14px;
                    margin-bottom: 2px;
                    font-size: 11px;
                    vertical-align: middle;
                    position: relative;
                    height: 20px;
                    width: 20px;
                    border-radius: 50%;
                    border: 1px solid #dfe4e4;
                    text-align: center;
                    line-height: 17px;
                    display: inline-block;
                    letter-spacing: 0
                }

                .store-app.auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.active {
                    color: #077faa
                }

                    .store-app.auth .multisteper-responsive-steps .responsive-steps-container .each-steps-responsive .step-xs.active .step-number {
                        border: 1px solid #077faa
                    }

    .store-app.auth .auth-body .search-panel {
        position: relative;
        right: 0
    }

        .store-app.auth .auth-body .search-panel .search-input {
            width: 274px
        }

            .store-app.auth .auth-body .search-panel .search-input input[type=text] {
                font-size: 15px
            }

    .store-app.auth .auth-modal .modal .modal-dialog.modal-intercept {
        width: 100%
    }

    .store-app.auth .form-actions .buttons-group .btn-main-blue, .store-app.auth .form-actions .buttons-group .btn-small-main-blue, .store-app.auth .form-actions .buttons-group .btn-medium-main-blue, .store-app.auth .form-actions .buttons-group .btn-large-main-blue {
        height: 55px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .store-app.auth .modal-panel .modal-row .modal-actions {
        margin: 0
    }

    .store-app.auth .auth-body .search-panel .search-input {
        width: 352px
    }

    .store-app.auth .auth-modal.or-cancel .modal .modal-dialog.modal-intercept {
        margin: auto
    }

    .store-app.auth .auth-modal .modal .modal-dialog.modal-intercept {
        width: 724px;
        margin: 0 20px;
        transform: translate(0, 71px)
    }
}

@media only screen and (min-width: 980px) {
    .store-app .auth-modal .short-copy-container.modal-panel {
        margin-left: 0
    }

    .store-app .auth-modal .short-copy-container .header-container {
        max-width: 100%;
        width: 620px
    }

    .store-app .auth-modal .modal.in {
        padding-right: 0 !important
    }

    .store-app .auth-modal .modal .modal-dialog {
        vertical-align: top;
        margin-top: 50px;
        width: 780px
    }

        .store-app .auth-modal .modal .modal-dialog .buttons-group.clearfix {
            margin-left: 40px
        }
}

@media (min-width: 769px) {
    .store-app .modal-dialog .short-copy-container {
        margin-left: 0px
    }
}

.auth.account-verification .duke-form [required] + label:after, .auth.account-verification .duke-form [required] .ui-select-placeholder:after, .auth.account-verification .duke-form .form-control.required + label:after, .auth.account-verification .duke-form .form-control.required .ui-select-placeholder:after {
    content: ""
}

.auth.account-verification .duke-form radio-list.required .help-label:after {
    content: ""
}

.auth.account-verification .auth-header {
    margin-bottom: 27px
}

.auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs {
    padding: 0
}

    .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li {
        padding: 0
    }

        .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li a, .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li > div {
            padding: 14px 13px;
            cursor: pointer
        }

            .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li a:hover, .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li a:focus, .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li > div:hover, .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li > div:focus {
                background-color: #e0f6fb
            }

        .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li.active a:hover, .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li.active a:focus, .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li.active > div:hover, .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs li.active > div:focus {
            background-color: #f2f4f4
        }

.auth.account-verification .auth-body .account-verification .duke-form .form-control {
    padding-left: 19px
}

    .auth.account-verification .auth-body .account-verification .duke-form .form-control + label {
        left: 30px
    }

    .auth.account-verification .auth-body .account-verification .duke-form .form-control.ng-valid:not(.empty) + label, .auth.account-verification .auth-body .account-verification .duke-form .form-control:focus + label {
        left: auto
    }

.auth.account-verification .auth-body .account-verification .duke-form [vc-recaptcha] + .invalid-label {
    top: -9px;
    right: 11%
}

.auth.account-verification .auth-body .account-verification .duke-form .tooltip .tooltip-inner {
    max-width: 180px
}

.auth.account-verification .auth-body .account-verification .auth-form form {
    padding-top: 52px
}

.auth.account-verification .auth-body .account-verification .auth-form .form-group.main-input {
    margin-bottom: 45px
}

.auth.account-verification .auth-body .account-verification .auth-form .radiolist-container {
    margin-bottom: 8px
}

.auth.account-verification .auth-body .account-verification .auth-form .recaptcha-container {
    margin-bottom: 34px
}

.auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content .inside-method .form-group {
    margin-bottom: 29px
}

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content .inside-method .form-group .form-control {
        padding-left: 19px
    }

        .auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content .inside-method .form-group .form-control + label {
            left: 40px
        }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content .inside-method .form-group:focus .form-control {
        padding-bottom: 7px
    }

.auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list {
    margin-bottom: 36px
}

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list > .form-group {
        margin-bottom: 11px
    }

        .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list > .form-group:last-child {
            margin-bottom: 14px
        }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list .disclosure-content .inside-method .form-group {
        margin-bottom: 30px
    }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list .disclosure-content:last-child .inside-method .form-group {
        margin-bottom: 16px
    }

.auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content.not-overflow {
    margin-top: 17px
}

.auth.account-verification .auth-body .account-verification .auth-form.duke-form .info-tooltip {
    right: -21px
}

.auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list .help-label {
    width: 105%
}

.auth.account-verification .auth-body .account-verification .auth-form.duke-form radio-list .help-label {
    width: 115%
}

.auth.account-verification .auth-body .account-verification .auth-form.duke-form radio-list [radio-group-name]:last-child .inside-method .form-group {
    margin-bottom: 14px
}

.auth.account-verification .auth-body .account-verification .form-actions {
    margin-bottom: 42px
}

    .auth.account-verification .auth-body .account-verification .form-actions .buttons-group {
        margin-bottom: 25px
    }

        .auth.account-verification .auth-body .account-verification .form-actions .buttons-group button[type='submit'] {
            margin-right: 0
        }

.auth.account-verification .auth-body .account-verification #social-security-number .help-label {
    margin-bottom: 23px
}

.auth.account-verification.business .auth-body .business .auth-form form {
    padding-top: 0px
}

@media only screen and (min-width: 1200px) {
    .auth.account-verification .auth-body .account-verification .duke-form .form-control {
        padding-left: 19px
    }

        .auth.account-verification .auth-body .account-verification .duke-form .form-control + label {
            left: 35px
        }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content .inside-method .form-group .form-control {
        padding-left: 19px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list > .form-group {
        margin-bottom: 11px
    }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content .inside-method .form-group .form-control + label {
        left: 41px !important
    }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form radio-list .disclosure-content .inside-method .form-group {
        margin-bottom: 29px
    }

    .auth.account-verification .auth-body .account-verification .duke-form .form-control {
        padding-left: 19px
    }

        .auth.account-verification .auth-body .account-verification .duke-form .form-control + label {
            left: 30px
        }
}

@media only screen and (max-width: 767px) {
    .auth.account-verification .auth-header {
        margin-bottom: 25px
    }

    .auth.account-verification .auth-body .account-verification .account-tabs .nav-tabs {
        padding: 0
    }

    .auth.account-verification .auth-body .account-verification #social-security-number .checkbox-list .help-label {
        margin-bottom: 24px
    }

    .auth.account-verification .auth-body .account-verification .duke-form .form-control + label {
        left: 31px
    }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content.not-overflow {
        margin-top: 18px
    }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content .inside-method .form-group .form-control {
        padding-left: 19px
    }

        .auth.account-verification .auth-body .account-verification .auth-form.duke-form .disclosure-content .inside-method .form-group .form-control + label {
            left: 31px
        }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form radio-list .help-label {
        width: 100%;
        margin-bottom: 23px
    }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form radio-list .disclosure-content .inside-method .form-group .form-control {
        padding-left: 19px
    }

        .auth.account-verification .auth-body .account-verification .auth-form.duke-form radio-list .disclosure-content .inside-method .form-group .form-control + label {
            left: 31px
        }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list {
        margin-bottom: 36px
    }

        .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list > .form-group {
            margin-bottom: 12px
        }

            .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list > .form-group:last-child {
                margin-bottom: 14px
            }

        .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list .disclosure-content:last-child .inside-method .form-group {
            margin-bottom: 15px
        }

            .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list .disclosure-content:last-child .inside-method .form-group .form-control {
                padding-left: 19px
            }

                .auth.account-verification .auth-body .account-verification .auth-form.duke-form .checkbox-list .disclosure-content:last-child .inside-method .form-group .form-control + label {
                    left: 31px
                }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form duke-calendar .calendar-popup {
        left: -20px
    }

    .auth.account-verification .auth-body .account-verification .auth-form.duke-form [vc-recaptcha] + .invalid-label {
        right: 37%
    }

    .auth.account-verification .auth-body .account-verification .auth-form .recaptcha-container {
        padding: 0;
        text-align: right !important;
        margin-bottom: 33px
    }

    .auth.account-verification .auth-body .account-verification .auth-form .info-tooltip {
        left: calc(88% + 9px)
    }

    .auth.account-verification .auth-body .account-verification .auth-form .form-group.main-input {
        margin-bottom: 44px
    }

    .auth.account-verification .auth-body .account-verification .form-actions {
        margin-bottom: 43px
    }

        .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-main-blue:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-small-main-blue:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-medium-main-blue:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-large-main-blue:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-reverse:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-small-reverse:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-medium-reverse:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-large-reverse:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-light:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-submit:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-previous:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-blue:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-aqua-blue:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-dark-blue:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-green:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-white:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-white-blue:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-white-whitebackground:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-grey:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-light-grey:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .btn-disabled:last-of-type, .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:last-of-type, .general-form-styles .toggle-btn-container .auth.account-verification .auth-body .account-verification .form-actions .buttons-group .toggle-btn:last-of-type {
            margin-right: 1px
        }

    .auth.account-verification .multisteper-responsive-steps:last-child {
        margin-bottom: 51px;
        border-bottom: 1px solid #dfe4e4
    }

    .auth.account-verification .shared-calendar .calendar-popup {
        position: absolute;
        top: 50px
    }
}

.signIn-section.forgot-component [required] + label:after, .signIn-section.forgot-component [required] .ui-select-placeholder:after, .signIn-section.forgot-component .form-control.required + label:after, .signIn-section.forgot-component .form-control.required .ui-select-placeholder:after {
    content: ""
}

.signIn-section.forgot-component .forgot-acc {
    border-bottom: none;
    text-transform: uppercase;
    position: relative;
    top: 5px;
    font-size: 14px
}

.signIn-section.forgot-component .signIn-header .page-title {
    margin-bottom: 10px;
    letter-spacing: .025em
}

.signIn-section.forgot-component .signIn-header .intro-content {
    padding: 0
}

.signIn-section.forgot-component .signIn-header .page-intro-icon {
    font-size: 35px
}

    .signIn-section.forgot-component .signIn-header .page-intro-icon.error {
        color: #8b0e04;
        margin-bottom: 2px;
        margin-top: -1px
    }

.signIn-section.forgot-component .signIn-header .page-intro {
    margin-bottom: 34px;
    letter-spacing: .025em;
    line-height: 1.5
}

    .signIn-section.forgot-component .signIn-header .page-intro.error {
        margin-top: 0;
        font-size: 16px
    }

    .signIn-section.forgot-component .signIn-header .page-intro.second-intro {
        margin-top: 0;
        margin-bottom: 28px
    }

.signIn-section.forgot-component .signIn-header.email.reset-confirmation div {
    padding: 0px
}

.signIn-section.forgot-component .signIn-header.email.reset-confirmation .signin-btn {
    margin-top: 18px;
    margin-bottom: 7px;
    display: initial;
    background-color: #077faa;
    display: block
}

    .signIn-section.forgot-component .signIn-header.email.reset-confirmation .signin-btn:hover, .signIn-section.forgot-component .signIn-header.email.reset-confirmation .signin-btn:focus {
        background-color: #076f94
    }

    .signIn-section.forgot-component .signIn-header.email.reset-confirmation .signin-btn[disabled=disabled] {
        opacity: .3
    }

        .signIn-section.forgot-component .signIn-header.email.reset-confirmation .signin-btn[disabled=disabled]:hover {
            background-color: #077faa
        }

.signIn-section.forgot-component .signIn-header.email.reset-confirmation .page-intro {
    margin-bottom: 26px
}

.signIn-section.forgot-component .duke-form .info-tooltip {
    right: -21px !important
}

.signIn-section.forgot-component .duke-form form {
    padding-top: 0
}

.signIn-section.forgot-component .duke-form .form-control {
    padding: 6px 20px
}

    .signIn-section.forgot-component .duke-form .form-control.ng-valid:not(.empty) + label, .signIn-section.forgot-component .duke-form .form-control:focus + label {
        left: 10px !important
    }

    .signIn-section.forgot-component .duke-form .form-control.empty + label {
        left: 30px
    }

    .signIn-section.forgot-component .duke-form .form-control + label {
        line-height: 1.6;
        top: 13px;
        left: 10px
    }

.signIn-section.forgot-component .duke-form :-moz-any(.form-control) + label {
    top: 12px
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .signIn-section.forgot-component .duke-form .form-control + label {
        top: 13px
    }
}

@media only screen and (-ms-high-contrast: active) and (min-width: 1200px) {
    .signIn-section.forgot-component .duke-form .form-control.empty + label {
        left: 35px
    }
}

@media only screen and (min-width: 1200px) {
    .signIn-section.forgot-component .duke-form .form-group .label-copy.label-placeholder {
        left: 36px !important
    }

    .signIn-section.forgot-component .duke-form .form-group .form-group .form-control + label {
        left: 40px !important
    }

    .signIn-section.forgot-component .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 40px !important;
        top: 13px !important
    }

    .signIn-section.forgot-component .duke-form .form-control {
        padding: 6px 20px
    }

        .signIn-section.forgot-component .duke-form .form-control.empty + label {
            left: 36px
        }

        .signIn-section.forgot-component .duke-form .form-control.ng-valid:not(.empty) + label, .signIn-section.forgot-component .duke-form .form-control:focus + label {
            left: 15px !important
        }

    .signIn-section.forgot-component .duke-form .disclosure-content .inside-method .form-control {
        padding: 6px 19px
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .signIn-section.forgot-component .duke-form .form-group .label-copy.label-placeholder {
        left: 30px !important
    }

    .signIn-section.forgot-component .duke-form .form-group .form-group .form-control + label {
        left: 40px !important
    }

    .signIn-section.forgot-component .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 40px !important;
        top: 13px !important
    }
}

@media only screen and (max-width: 767px) {
    .signIn-section.forgot-component .duke-form .form-control {
        padding: 6px 20px
    }

        .signIn-section.forgot-component .duke-form .form-control.ng-valid:not(.empty) + label, .signIn-section.forgot-component .duke-form .form-control:focus + label {
            left: 11px !important
        }

        .signIn-section.forgot-component .duke-form .form-control.empty + label {
            left: 31px
        }

    .signIn-section.forgot-component .duke-form .form-group .label-copy {
        font-size: 15px
    }

        .signIn-section.forgot-component .duke-form .form-group .label-copy.label-placeholder {
            left: 31px !important;
            top: 13px !important
        }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .signIn-section.forgot-component .duke-form .disclosure-content .inside-method .form-control + label {
        left: 41px !important
    }

    .signIn-section.forgot-component .duke-form .form-group .label-copy.label-placeholder {
        left: 30px !important;
        top: 12px !important
    }

    .signIn-section.forgot-component .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 41px !important;
        top: 12px !important
    }
}

.signIn-section.forgot-component .duke-form .form-control {
    width: 100%
}

.signIn-section.forgot-component .duke-form .form-group label {
    width: initial
}

.signIn-section.forgot-component .duke-form .cancel-btn {
    color: #006060;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    line-height: 0.8;
    background-color: transparent;
    border: 0;
    margin: 30px auto 0 !important;
    padding: 3px;
    display: inline-block;
    margin: 0px auto 0 !important
}

    .signIn-section.forgot-component .duke-form .cancel-btn:hover, .signIn-section.forgot-component .duke-form .cancel-btn:focus {
        background: #e0f6fb
    }

.signIn-section.forgot-component .duke-form .signin-btn {
    margin-bottom: 23px;
    margin-top: 11px
}

.signIn-section.forgot-component .tooltip {
    padding: 0px 10px;
    margin-top: 0px
}

    .signIn-section.forgot-component .tooltip .tooltip-arrow {
        margin-top: 0px
    }

    .signIn-section.forgot-component .tooltip.right {
        margin-left: 11px;
        top: 5px !important
    }

        .signIn-section.forgot-component .tooltip.right .tooltip-arrow {
            border-width: 10px 10px 10px 0;
            left: 0
        }

    .signIn-section.forgot-component .tooltip.left {
        margin-left: 0;
        top: 0px !important
    }

        .signIn-section.forgot-component .tooltip.left .tooltip-arrow {
            border-width: 10px 0 10px 10px;
            right: 0
        }

.signIn-section.forgot-component .remember-container {
    margin-top: 13px
}

    .signIn-section.forgot-component .remember-container .cancel-btn {
        margin-top: 0 !important
    }

.signIn-section.forgot-component .general-form-styles .invalid-span {
    line-height: 1.4;
    color: #8b0e04;
    font-size: 12px;
    font-weight: 700;
    margin-left: 0px;
    display: block;
    position: absolute;
    top: -18px
}

.signIn-section.forgot-component .general-form-styles .form-group {
    margin-bottom: 41px
}

.signIn-section.forgot-component .general-form-styles .create-new-password .form-group {
    margin-bottom: 31px
}

.signIn-section.forgot-component .general-form-styles .create-new-password .signin-btn {
    margin-top: 36px;
    margin-bottom: 7px;
    background-color: #077faa
}

    .signIn-section.forgot-component .general-form-styles .create-new-password .signin-btn:hover, .signIn-section.forgot-component .general-form-styles .create-new-password .signin-btn:focus {
        background-color: #076f94
    }

    .signIn-section.forgot-component .general-form-styles .create-new-password .signin-btn[disabled=disabled] {
        opacity: .3
    }

        .signIn-section.forgot-component .general-form-styles .create-new-password .signin-btn[disabled=disabled]:hover {
            background-color: #077faa
        }

.signIn-section.forgot-component .general-form-styles .forgot-username .form-group {
    margin-bottom: 31px
}

.signIn-section.forgot-component .general-form-styles .forgot-username span.info-tooltip {
    right: -31px
}

.signIn-section.forgot-component .general-form-styles .forgot-username .tooltip.right .tooltip-inner {
    padding: 20px;
    min-width: 135px
}

.signIn-section.forgot-component .general-form-styles .forgot-username .signin-btn {
    margin-top: 36px
}

    .signIn-section.forgot-component .general-form-styles .forgot-username .signin-btn[disabled=disabled] {
        opacity: .3
    }

        .signIn-section.forgot-component .general-form-styles .forgot-username .signin-btn[disabled=disabled]:hover {
            background-color: #077faa
        }

    .signIn-section.forgot-component .general-form-styles .forgot-username .signin-btn.back {
        width: 220px;
        height: 70px;
        padding: 25px 17px;
        display: block
    }

.signIn-section.forgot-component .general-form-styles label.sr-only + input.form-control {
    margin-top: 7px
}

.signIn-section.forgot-component .general-form-styles .remember-container {
    margin-top: -2px
}

.signIn-section.forgot-component .general-form-styles .signin-btn {
    margin-top: 29px
}

    .signIn-section.forgot-component .general-form-styles .signin-btn.back {
        margin-top: 17px;
        margin-bottom: 7px
    }

.signIn-section.forgot-component .general-form-styles .form-group:first-child label {
    margin-top: 0
}

.signIn-section.forgot-component .general-form-styles .form-group.last {
    margin-bottom: 15px;
    margin-top: -1px
}

.signIn-section.forgot-component .general-form-styles .form-group label {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 16px
}

.signIn-section.forgot-component .general-form-styles .cancel-btn {
    letter-spacing: .35px;
    line-height: 1.5
}

.signIn-section.forgot-component .password-indications {
    background-color: #f3fbfb;
    padding: 15px 21px;
    padding-bottom: 14px;
    margin-bottom: 34px;
    margin-top: 8px
}

    .signIn-section.forgot-component .password-indications ul {
        padding-left: 20px;
        list-style: initial;
        margin-bottom: 0px
    }

.signIn-section.forgot-component .blue-check-icon {
    margin: 7px 0 14px
}

.signIn-section .answer-security label.label-placeholder.label-copy {
    margin-top: 29px !important;
    margin-left: 15px !important;
    letter-spacing: 0.4px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .signIn-section.forgot-component .tooltip.left {
        top: -5px !important
    }

    .signIn-section.forgot-component .duke-form .info-tooltip {
        right: -21px
    }

    .signIn-section.forgot-component .duke-form .signin-btn {
        margin-top: 4px
    }

    .signIn-section.forgot-component .password-indications {
        margin-top: 7px
    }

    .signIn-section.forgot-component .signIn-header .page-title {
        font-size: 60px;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px
    }

    .signIn-section.forgot-component .signIn-header .page-intro {
        margin-bottom: 34px
    }

        .signIn-section.forgot-component .signIn-header .page-intro.second-intro {
            margin-top: -1px;
            margin-bottom: 27px
        }

    .signIn-section.forgot-component .remember-container {
        width: 100%
    }

    .signIn-section.forgot-component .general-form-styles.create-new-password .signin-btn {
        margin-bottom: 7px
    }

    .signIn-section.forgot-component .general-form-styles .form-control {
        width: 100%
    }

        .signIn-section.forgot-component .general-form-styles .form-control label {
            margin-top: 0
        }

    .signIn-section.forgot-component .general-form-styles .form-error-container {
        padding-left: 0px
    }

    .signIn-section.forgot-component .general-form-styles .remember-container {
        width: 100%;
        margin: 0;
        margin-top: -3px
    }

    .signIn-section.forgot-component .general-form-styles.forgot-username span.info-tooltip {
        right: -31px
    }

    .signIn-section.forgot-component .general-form-styles.forgot-username .signin-btn.back {
        margin-top: 17px;
        margin-bottom: 7px
    }

    .signIn-section.forgot-component .blue-check-icon {
        margin: 7px 0 14px
    }
}

@media only screen and (max-width: 767px) {
    .signIn-section.forgot-component .duke-form .form-control.has-tooltip {
        max-width: 95%
    }

    .signIn-section.forgot-component .duke-form .form-control.empty + label {
        left: 35px
    }

    .signIn-section.forgot-component .duke-form .signin-btn {
        margin-top: 5px;
        margin-bottom: 33px
    }

    .signIn-section.forgot-component .tooltip.left {
        max-width: 270px;
        top: 0 !important;
        right: 5px
    }

        .signIn-section.forgot-component .tooltip.left .tooltip-inner {
            margin-left: 0;
            width: 100%;
            margin-right: 0;
            right: 0
        }

        .signIn-section.forgot-component .tooltip.left .tooltip-arrow {
            right: 1px
        }

    .signIn-section.forgot-component .signIn-header .page-title {
        margin-left: 0px;
        padding: 0;
        margin-top: 45px;
        margin-bottom: 7px;
        letter-spacing: .025em
    }

    .signIn-section.forgot-component .signIn-header .page-intro {
        padding: 0 10px;
        margin-bottom: 24px;
        font-size: 18px;
        letter-spacing: .425px
    }

        .signIn-section.forgot-component .signIn-header .page-intro.error {
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 18px
        }

        .signIn-section.forgot-component .signIn-header .page-intro.second-intro {
            margin-bottom: 17px
        }

    .signIn-section.forgot-component .signIn-header.email.reset-confirmation .signin-btn {
        margin-bottom: 6px;
        margin-top: 19px
    }

    .signIn-section.forgot-component .signIn-header.email.reset-confirmation a.signin-btn {
        line-height: 32px
    }

    .signIn-section.forgot-component .general-form-styles.create-new-password .form-group {
        margin-bottom: 32px
    }

        .signIn-section.forgot-component .general-form-styles.create-new-password .form-group.last {
            margin-bottom: 31px
        }

    .signIn-section.forgot-component .general-form-styles.create-new-password .signin-btn {
        margin-top: 20px;
        margin-bottom: 6px
    }

    .signIn-section.forgot-component .general-form-styles.answer-security .form-group:first-child label {
        margin-top: 1px
    }

    .signIn-section.forgot-component .general-form-styles.forgot-username span.info-tooltip {
        right: -1px
    }

    .signIn-section.forgot-component .general-form-styles.forgot-username .form-group {
        margin-bottom: 31px
    }

        .signIn-section.forgot-component .general-form-styles.forgot-username .form-group.last {
            margin-bottom: 15px
        }

        .signIn-section.forgot-component .general-form-styles.forgot-username .form-group .form-control {
            width: calc(100% - 30px)
        }

    .signIn-section.forgot-component .general-form-styles.forgot-username .signin-btn.back {
        margin-top: 27px;
        margin-bottom: 6px
    }

    .signIn-section.forgot-component .general-form-styles .form-control {
        margin-right: 0px;
        width: 100%;
        font-size: 15px
    }

    .signIn-section.forgot-component .general-form-styles label.sr-only + input.form-control {
        margin-top: 8px
    }

    .signIn-section.forgot-component .general-form-styles .signin-btn {
        margin-top: 45px
    }

    .signIn-section.forgot-component .password-indications {
        margin-bottom: 33px
    }

    .signIn-section.forgot-component .blue-check-icon {
        margin: 17px 0 24px
    }
}

.auth.conversion.conversion-complete .auth-header {
    margin-bottom: 7px
}

.auth.conversion.conversion-complete .form-actions {
    margin-top: 10px;
    margin-bottom: 41px
}

.auth.conversion.conversion-complete .validation-confirm .confirm-icon {
    margin-bottom: 14px
}

.auth.conversion .conversion-header .error-container {
    width: 629px;
    margin: 0 auto 35px
}

@media (max-width: 767px) and (min-width: 0) {
    .auth.conversion .conversion-header .error-container {
        width: 100%
    }
}

.auth.conversion .auth-header {
    margin-bottom: 34px
}

.auth.conversion .conversion-complete .auth-header {
    margin-bottom: 7px
}

.auth.conversion .duke-form .radio-container {
    margin-bottom: 7px !important
}

.auth.conversion .duke-form radio-list .disclosure-content.not-overflow {
    margin-top: 17px !important
}

.auth.conversion .duke-form .disclosure-content .inside-method .security-questions .form-group:last-child {
    margin-bottom: 14px !important
}

.auth.conversion .duke-form .disclosure-content .inside-method .form-group:last-child {
    margin-bottom: 26px !important
}

.auth.conversion .form-actions {
    margin-bottom: 18px
}

    .auth.conversion .form-actions .buttons-group {
        margin-bottom: 25px
    }

        .auth.conversion .form-actions .buttons-group .btn, .auth.conversion .form-actions .buttons-group .btn-main-blue, .auth.conversion .form-actions .buttons-group .btn-small-main-blue, .auth.conversion .form-actions .buttons-group .btn-medium-main-blue, .auth.conversion .form-actions .buttons-group .btn-large-main-blue, .auth.conversion .form-actions .buttons-group .btn-reverse, .auth.conversion .form-actions .buttons-group .btn-small-reverse, .auth.conversion .form-actions .buttons-group .btn-medium-reverse, .auth.conversion .form-actions .buttons-group .btn-large-reverse, .auth.conversion .form-actions .buttons-group .btn-light, .auth.conversion .form-actions .buttons-group .btn-submit, .auth.conversion .form-actions .buttons-group .btn-previous, .auth.conversion .form-actions .buttons-group .btn-blue, .auth.conversion .form-actions .buttons-group .btn-aqua-blue, .auth.conversion .form-actions .buttons-group .btn-dark-blue, .auth.conversion .form-actions .buttons-group .btn-green, .auth.conversion .form-actions .buttons-group .btn-white, .auth.conversion .form-actions .buttons-group .btn-white-blue, .auth.conversion .form-actions .buttons-group .btn-white-whitebackground, .auth.conversion .form-actions .buttons-group .btn-grey, .auth.conversion .form-actions .buttons-group .btn-light-grey, .auth.conversion .form-actions .buttons-group .btn-disabled, .auth.conversion .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth.conversion .form-actions .buttons-group .toggle-btn {
            margin-left: auto !important;
            margin-right: auto !important
        }

.auth.conversion .terms-conditions-modal .modal-dialog {
    padding: 0
}

.auth.conversion .terms-conditions-modal .modal-content {
    max-height: 665px;
    padding: 25px 60px 20px
}

    .auth.conversion .terms-conditions-modal .modal-content .short-copy-container.modal-panel {
        padding-top: 16px;
        padding-bottom: 15px
    }

    .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-header {
        margin-top: 0;
        margin-bottom: 16px
    }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-header .title {
            font-size: 40px !important
        }

    .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body {
        height: 445px;
        overflow: auto;
        letter-spacing: 0.025em
    }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body > .plan-charges:first-child {
            margin-top: 10px
        }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body ul {
            padding-left: 0
        }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body h3 {
            font-size: 24px !important;
            margin-top: 38px;
            margin-bottom: 20px;
            letter-spacing: 0.025em
        }

@media only screen and (min-width: 1200px) {
    .auth.conversion .terms-conditions-modal .modal.in .modal-dialog {
        width: 1200px
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .auth.conversion .terms-conditions-modal .modal.in .modal-dialog {
        width: 940px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.conversion .terms-conditions-modal .modal.in .modal-dialog {
        margin-top: 0;
        bottom: 11px;
        margin: auto
    }

    .auth.conversion .terms-conditions-modal .modal-content {
        max-height: 884px;
        padding-left: 40px !important;
        padding-right: 40px !important
    }

        .auth.conversion .terms-conditions-modal .modal-content .close {
            right: 19px
        }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container.modal-panel {
            padding-top: 35px;
            padding-bottom: 48px !important
        }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-header {
            margin-bottom: 16px
        }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body {
            height: 655px
        }

            .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body h3 {
                margin-top: 38px;
                margin-bottom: 20px
            }
}

@media only screen and (max-width: 767px) {
    .auth.conversion .terms-conditions-modal .container {
        padding: 0
    }

    .auth.conversion .terms-conditions-modal .modal-content {
        max-height: 100%
    }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container.modal-panel {
            padding-top: 21px;
            padding-bottom: 27px !important
        }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-header {
            margin-bottom: 8px
        }

            .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-header .title {
                font-size: 26px !important
            }

        .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body {
            height: 423px
        }

            .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body, .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body p {
                font-size: 15px !important
            }

                .auth.conversion .terms-conditions-modal .modal-content .short-copy-container .auth-body h3 {
                    font-size: 21px !important;
                    margin-top: 41px;
                    margin-bottom: 19px
                }
}

.auth.conversion .loading-overlay {
    opacity: 0.1
}

.auth.conversion .loadingSpinner {
    position: absolute;
    width: 100%;
    height: 71px;
    z-index: 1;
    text-align: center;
    top: 35px
}

    .auth.conversion .loadingSpinner img {
        position: absolute;
        max-width: 100%;
        top: 0;
        bottom: 0;
        max-height: 100%;
        left: 0;
        right: 0;
        margin: auto
    }

.auth.conversion .validation-confirm {
    text-align: center;
    margin-bottom: 34px
}

    .auth.conversion .validation-confirm .confirm-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 15px
    }

    .auth.conversion .validation-confirm.not-validated .help-label {
        color: #8b0e04;
        margin-bottom: 2px
    }

@media only screen and (max-width: 767px) {
    .auth.conversion .validation-confirm {
        margin-bottom: 25px
    }

        .auth.conversion .validation-confirm .confirm-icon {
            margin-bottom: 14px
        }
}

.auth.conversion .emails-container {
    position: relative
}

.auth.conversion .rest-fields {
    width: 100%;
    display: block
}

    .auth.conversion .rest-fields.disabled-files {
        opacity: 0.5
    }

        .auth.conversion .rest-fields.disabled-files .form-control {
            background-color: transparent
        }

            .auth.conversion .rest-fields.disabled-files [type="checkbox"] + label, .auth.conversion .rest-fields.disabled-files .form-control + label {
                cursor: default
            }

        .auth.conversion .rest-fields.disabled-files .radio-container span {
            cursor: default
        }

        .auth.conversion .rest-fields.disabled-files .link:hover {
            cursor: default;
            background-color: transparent;
            border-bottom: 2px solid #a7e1ea;
            pointer-events: none;
            padding-bottom: 2px
        }

.auth.conversion .duke-form .form-control {
    padding: 6px 20px
}

    .auth.conversion .duke-form .form-control.ng-valid:not(.empty) + label, .auth.conversion .duke-form .form-control:focus + label {
        left: 10px !important
    }

    .auth.conversion .duke-form .form-control.empty + label {
        left: 30px
    }

    .auth.conversion .duke-form .form-control + label {
        line-height: 1.6;
        top: 13px;
        left: 10px
    }

.auth.conversion .duke-form :-moz-any(.form-control) + label {
    top: 12px
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth.conversion .duke-form .form-control + label {
        top: 13px
    }
}

@media only screen and (-ms-high-contrast: active) and (min-width: 1200px) {
    .auth.conversion .duke-form .form-control.empty + label {
        left: 35px
    }
}

@media only screen and (min-width: 1200px) {
    .auth.conversion .duke-form .form-group .label-copy.label-placeholder {
        left: 36px !important
    }

    .auth.conversion .duke-form .form-group .form-group .form-control + label {
        left: 40px !important
    }

    .auth.conversion .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 40px !important;
        top: 13px !important
    }

    .auth.conversion .duke-form .form-control {
        padding: 6px 20px
    }

        .auth.conversion .duke-form .form-control.empty + label {
            left: 36px
        }

        .auth.conversion .duke-form .form-control.ng-valid:not(.empty) + label, .auth.conversion .duke-form .form-control:focus + label {
            left: 15px !important
        }

    .auth.conversion .duke-form .disclosure-content .inside-method .form-control {
        padding: 6px 19px
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .auth.conversion .duke-form .form-group .label-copy.label-placeholder {
        left: 30px !important
    }

    .auth.conversion .duke-form .form-group .form-group .form-control + label {
        left: 40px !important
    }

    .auth.conversion .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 40px !important;
        top: 13px !important
    }
}

@media only screen and (max-width: 767px) {
    .auth.conversion .duke-form .form-control {
        padding: 6px 20px
    }

        .auth.conversion .duke-form .form-control.ng-valid:not(.empty) + label, .auth.conversion .duke-form .form-control:focus + label {
            left: 11px !important
        }

        .auth.conversion .duke-form .form-control.empty + label {
            left: 31px
        }

    .auth.conversion .duke-form .form-group .label-copy {
        font-size: 15px
    }

        .auth.conversion .duke-form .form-group .label-copy.label-placeholder {
            left: 31px !important;
            top: 13px !important
        }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.conversion .duke-form .disclosure-content .inside-method .form-control + label {
        left: 41px !important
    }

    .auth.conversion .duke-form .form-group .label-copy.label-placeholder {
        left: 30px !important;
        top: 12px !important
    }

    .auth.conversion .duke-form .form-group .form-group .label-copy.label-placeholder {
        left: 41px !important;
        top: 12px !important
    }
}

.auth.conversion .duke-form form {
    padding-top: 0
}

.auth.conversion .duke-form .form-group {
    margin-bottom: 41px
}

    .auth.conversion .duke-form .form-group.last {
        margin-bottom: 45px
    }

    .auth.conversion .duke-form .form-group.radiolist-container {
        margin-bottom: 7px
    }

    .auth.conversion .duke-form .form-group .form-checkbox + label .link {
        text-transform: capitalize
    }

.auth.conversion .duke-form .disclosure-content .inside-method .form-group .match-indicator, .auth.conversion .duke-form .disclosure-content .inside-method .form-group .password-indicator {
    right: 0
}

.auth.conversion .duke-form .disclosure-content .inside-method .security-questions:last-child .form-group:last-child {
    margin-bottom: 11px !important
}

.auth.conversion .duke-form .security-questions select, .auth.conversion .duke-form .security-questions option {
    height: 50px;
    width: 100%
}

    .auth.conversion .duke-form .security-questions select + label, .auth.conversion .duke-form .security-questions option + label {
        position: absolute;
        font-size: 16px;
        font-weight: 400;
        left: 35px;
        top: 14px
    }

.auth.conversion .duke-form .security-questions input {
    margin-bottom: 27px
}

    .auth.conversion .duke-form .security-questions input.empty.ng-touched {
        border-color: #8b0e04
    }

    .auth.conversion .duke-form .security-questions input.input-questions3 {
        margin-bottom: 0
    }

.auth.conversion .duke-form .security-questions security-questions > .dropdown > ul .selected {
    display: none
}

.auth.conversion .duke-form .security-questions security-questions > .dropdown > ul li a {
    color: dimgray;
    letter-spacing: .025em;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 3px;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    white-space: normal
}

    .auth.conversion .duke-form .security-questions security-questions > .dropdown > ul li a:hover, .auth.conversion .duke-form .security-questions security-questions > .dropdown > ul li a:focus {
        background-color: #f3fbfd
    }

.auth.conversion .duke-form .security-questions security-questions > .dropdown > ul li:focus {
    background-color: #f3fbfd
}

.auth.conversion .duke-form .security-questions security-questions.ng-invalid.ng-touched button {
    border-color: #8b0e04
}

.auth.conversion .duke-form .security-questions security-questions.ng-valid.ng-touched {
    border-color: #dfe4e4
}

.auth.conversion .duke-form .security-questions security-questions:focus button {
    border: 1px solid #077faa
}

.auth.conversion .duke-form .security-questions security-questions button .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis
}

.auth.conversion .duke-form radio-list .help-label {
    margin-bottom: 22px
}

.auth.conversion .duke-form radio-list .radio-group {
    margin-top: 3px;
    margin-bottom: 3px
}

.auth.conversion .duke-form radio-list > div:last-child {
    margin-bottom: 32px !important
}

.auth.conversion .duke-form .radio-container {
    margin-bottom: 7px !important
}

.auth.conversion .create-profile-fields .accept-terms-registration {
    margin-bottom: 36px;
    margin-top: 0
}

    .auth.conversion .create-profile-fields .accept-terms-registration .invalid-label {
        bottom: -13px;
        top: auto
    }

.auth.conversion .help-label {
    margin-bottom: 24px
}

.auth.conversion .match-indicator, .auth.conversion .password-indicator {
    right: 14px
}

.auth.conversion .password-indications {
    margin-bottom: 41px;
    margin-top: 0
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .auth.conversion .duke-form.auth-form .security-questions .label-copy.label-placeholder {
        top: 14px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.conversion .create-profile-fields .form-control {
        width: 100%
    }

    .auth.conversion .duke-form .disclosure-content .inside-method .form-group:last-child {
        margin-bottom: 29px
    }
}

@media only screen and (min-width: 0) and (max-width: 979px) {
    .auth.conversion .duke-form .ui-select-bootstrap .ui-select-match-text {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .auth.conversion .duke-form .security-questions security-questions button:focus {
        outline-color: #077faa
    }
}

@media only screen and (max-width: 767px) {
    .auth.conversion .auth-header {
        margin-bottom: 17px
    }

    .auth.conversion .password-indications {
        padding-top: 14px;
        padding-bottom: 15px
    }

    .auth.conversion .password-indicators {
        padding-top: 14px;
        padding-bottom: 15px
    }

    .auth.conversion .password-indicator {
        right: 10px
    }

    .auth.conversion .create-profile-fields .form-control {
        width: 100%
    }

    .auth.conversion .duke-form .form-group.last.has-strength {
        margin-bottom: 44px
    }

    .auth.conversion .duke-form .radio-container {
        margin-bottom: 8px !important
    }

    .auth.conversion .duke-form .ui-select-bootstrap .ui-select-match-text {
        width: 210px
    }

    .auth.conversion .duke-form select + label {
        font-size: 15px;
        left: 31px;
        top: 15px
    }

    .auth.conversion .duke-form select.ng-valid + label {
        display: none
    }

    .auth.conversion .duke-form radio-list .help-label {
        margin-bottom: 23px
    }

    .auth.conversion .duke-form radio-list .radio-group {
        margin-top: 0;
        margin-bottom: 8px
    }

    .auth.conversion .duke-form .security-questions security-questions .dropdown > ul li a {
        font-size: 15px;
        padding-left: 4px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth.conversion.conversion-complete .auth-header {
        margin-bottom: 8px
    }

    .auth.conversion .auth-header .title {
        margin-bottom: 9px
    }
}

@media only screen and (max-width: 767px) {
    .auth.conversion.conversion-complete .auth-header .title {
        margin-bottom: 7px
    }

    .auth.conversion.conversion-complete .form-actions {
        margin-bottom: 41px;
        margin-top: 20px
    }

    .auth.conversion .auth-header .title {
        margin-bottom: 7px
    }

    .auth.conversion .intro-label {
        font-size: 17px
    }

    .auth.conversion .duke-form {
        margin-top: 8px
    }

        .auth.conversion .duke-form .disclosure-content .inside-method .form-group:last-child {
            margin-bottom: 21px !important
        }

        .auth.conversion .duke-form radio-list .disclosure-content.not-overflow {
            margin-top: 18px !important
        }

        .auth.conversion .duke-form .form-group.last {
            margin-bottom: 44px
        }

    .auth.conversion .form-actions {
        margin-top: 1px
    }

        .auth.conversion .form-actions .buttons-group .btn, .auth.conversion .form-actions .buttons-group .btn-main-blue, .auth.conversion .form-actions .buttons-group .btn-small-main-blue, .auth.conversion .form-actions .buttons-group .btn-medium-main-blue, .auth.conversion .form-actions .buttons-group .btn-large-main-blue, .auth.conversion .form-actions .buttons-group .btn-reverse, .auth.conversion .form-actions .buttons-group .btn-small-reverse, .auth.conversion .form-actions .buttons-group .btn-medium-reverse, .auth.conversion .form-actions .buttons-group .btn-large-reverse, .auth.conversion .form-actions .buttons-group .btn-light, .auth.conversion .form-actions .buttons-group .btn-submit, .auth.conversion .form-actions .buttons-group .btn-previous, .auth.conversion .form-actions .buttons-group .btn-blue, .auth.conversion .form-actions .buttons-group .btn-aqua-blue, .auth.conversion .form-actions .buttons-group .btn-dark-blue, .auth.conversion .form-actions .buttons-group .btn-green, .auth.conversion .form-actions .buttons-group .btn-white, .auth.conversion .form-actions .buttons-group .btn-white-blue, .auth.conversion .form-actions .buttons-group .btn-white-whitebackground, .auth.conversion .form-actions .buttons-group .btn-grey, .auth.conversion .form-actions .buttons-group .btn-light-grey, .auth.conversion .form-actions .buttons-group .btn-disabled, .auth.conversion .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth.conversion .form-actions .buttons-group .toggle-btn {
            margin-left: auto !important;
            margin-right: auto !important;
            height: 55px
        }
}

body.modal-open {
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important
}

body.modal-open-noscroll {
    margin-right: 0 !important;
    padding-right: 17px !important;
    overflow: hidden
}

    body.modal-open-noscroll .secondary-nav.sticky-nav .container {
        padding-right: 37px
    }

.auth-modal .modal:before {
    display: none
}

.auth-modal .modal.fade.in {
    overflow-y: hidden
}

.auth-modal .modal-dialog {
    float: none
}

    .auth-modal .modal-dialog .modal-content .close {
        width: 31px !important;
        height: 31px !important;
        color: #92dbe8 !important
    }

.auth-modal .short-copy-container.modal-panel {
    padding: 23px 33px;
    margin-left: 0
}

    .auth-modal .short-copy-container.modal-panel .col-lg-8 {
        width: 100%
    }

    .auth-modal .short-copy-container.modal-panel .header-container .header-2, .auth-modal .short-copy-container.modal-panel .header-container .rich-text-editor h2, .rich-text-editor .auth-modal .short-copy-container.modal-panel .header-container h2 {
        margin-bottom: 24px
    }

    .auth-modal .short-copy-container.modal-panel .header-container .intro-txt {
        margin-bottom: 34px;
        font-size: 18px;
        line-height: 1.6
    }

    .auth-modal .short-copy-container.modal-panel .btn-main-blue.btn-main-blue-inverted, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-small-main-blue, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-medium-main-blue, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-large-main-blue {
        background-color: #edf0f0;
        color: #006060;
        margin-right: 16px;
        vertical-align: top
    }

        .auth-modal .short-copy-container.modal-panel .btn-main-blue.btn-main-blue-inverted:hover, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-small-main-blue:hover, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-medium-main-blue:hover, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-large-main-blue:hover, .auth-modal .short-copy-container.modal-panel .btn-main-blue.btn-main-blue-inverted:focus, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-small-main-blue:focus, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-medium-main-blue:focus, .auth-modal .short-copy-container.modal-panel .btn-main-blue-inverted.btn-large-main-blue:focus {
            background-color: #dfe4e4
        }

.auth-modal .rich-text-editor {
    position: relative
}

    .auth-modal .rich-text-editor .first-table {
        position: absolute;
        background: #fff;
        top: 0;
        z-index: 10;
        margin-right: 17px
    }

    .auth-modal .rich-text-editor .table-content {
        padding-top: 0;
        height: 435px;
        overflow-y: scroll
    }

        .auth-modal .rich-text-editor .table-content table thead {
            visibility: hidden
        }

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth-modal .modal .modal-dialog {
        margin: 30px 24px 0
    }

        .auth-modal .modal .modal-dialog .modal-content {
            padding-top: 6px !important;
            padding-bottom: 3px !important
        }

            .auth-modal .modal .modal-dialog .modal-content .modal-panel {
                padding-bottom: 41px;
                padding-top: 36px
            }

                .auth-modal .modal .modal-dialog .modal-content .modal-panel .header-container {
                    max-width: 90%
                }

                    .auth-modal .modal .modal-dialog .modal-content .modal-panel .header-container .header-2, .auth-modal .modal .modal-dialog .modal-content .modal-panel .header-container .rich-text-editor h2, .rich-text-editor .auth-modal .modal .modal-dialog .modal-content .modal-panel .header-container h2 {
                        margin-bottom: 25px
                    }

                .auth-modal .modal .modal-dialog .modal-content .modal-panel .btn-main-blue.btn-main-blue-inverted, .auth-modal .modal .modal-dialog .modal-content .modal-panel .btn-main-blue-inverted.btn-small-main-blue, .auth-modal .modal .modal-dialog .modal-content .modal-panel .btn-main-blue-inverted.btn-medium-main-blue, .auth-modal .modal .modal-dialog .modal-content .modal-panel .btn-main-blue-inverted.btn-large-main-blue {
                    border-right: 1px solid white;
                    margin-right: 14px
                }

        .auth-modal .modal .modal-dialog.modal-intercept {
            width: 724px;
            margin: 0 20px;
            transform: translate(0, 71px)
        }

            .auth-modal .modal .modal-dialog.modal-intercept .modal-content {
                padding: 0 !important
            }

                .auth-modal .modal .modal-dialog.modal-intercept .modal-content .modal-panel {
                    padding: 41px 6px 43px
                }

            .auth-modal .modal .modal-dialog.modal-intercept .header-container .intro-txt {
                line-height: 1.5
            }

    .rich-text-editor .table-content {
        width: 742px
    }
}

@media only screen and (max-width: 767px) {
    .auth-modal .short-copy-container.modal-panel {
        padding-bottom: 22px
    }

    .auth-modal .modal .modal-dialog {
        padding: 0
    }

        .auth-modal .modal .modal-dialog.modal-intercept {
            width: 100%
        }

            .auth-modal .modal .modal-dialog.modal-intercept .modal-content {
                background-size: auto 285px;
                background-repeat: no-repeat;
                background-position: top center;
                padding: 0 11px 22px !important
            }

                .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel {
                    padding: 0 0 21px
                }

                    .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-lg-8.col-xs-3 {
                        width: 75%
                    }

                    .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 {
                        text-align: center
                    }

                        .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container {
                            height: 285px;
                            max-height: 285px;
                            position: relative
                        }

                            .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items {
                                position: absolute;
                                top: 48.8%;
                                left: 50%;
                                transform: translate(-50%, -51.2%);
                                width: 100%
                            }

                                .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items .col-xs-4 .header-2, .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items .col-xs-4 .rich-text-editor h2, .rich-text-editor .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items .col-xs-4 h2 {
                                    font-size: 30px;
                                    line-height: 1.2;
                                    margin-bottom: 17px
                                }

                                .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items .col-xs-3 {
                                    margin-left: 12.5%;
                                    padding-left: 0;
                                    padding-right: 0
                                }

                                    .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items .col-xs-3 .header-2, .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items .col-xs-3 .rich-text-editor h2, .rich-text-editor .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items .col-xs-3 h2 {
                                        font-size: 30px;
                                        line-height: 1.2;
                                        margin-bottom: 17px;
                                        padding: 0
                                    }

                                .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-copy-container .vertically-centered-items .modal-action {
                                    padding-bottom: 3px
                                }

                        .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .intro-txt {
                            margin-top: 24px;
                            margin-bottom: 25px;
                            color: #696969
                        }

                        .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .col-xs-4 {
                            padding-left: 11px;
                            padding-right: 11px
                        }

                        .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .duke-form .col-xs-4 {
                            padding-left: 11px;
                            padding-right: 11px
                        }

                        .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .modal-action {
                            margin: 0px auto
                        }

                            .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .modal-action.modal-close {
                                color: #006060;
                                margin-top: 33px;
                                font-size: 14px;
                                line-height: 1.5;
                                border: 0;
                                padding: 2px 0 3px
                            }

                                .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel .col-xs-4 .modal-action.modal-close:hover {
                                    background-color: #e0f6fb
                                }

                    .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none {
                        padding: 44px 0 21px
                    }

                        .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container {
                            height: initial;
                            max-height: initial
                        }

                            .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container .col-xs-3 {
                                margin-left: 12.5%;
                                padding: 0 11px;
                                width: 75%
                            }

                                .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container .col-xs-3 .header-2, .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container .col-xs-3 .rich-text-editor h2, .rich-text-editor .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container .col-xs-3 h2 {
                                    font-size: 30px;
                                    margin-bottom: 17px
                                }

                            .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container .col-xs-4 .header-2, .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container .col-xs-4 .rich-text-editor h2, .rich-text-editor .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container .col-xs-4 h2 {
                                font-size: 30px
                            }

                            .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .header-copy-container .vertically-centered-items {
                                position: relative;
                                transform: initial;
                                left: initial;
                                top: initial;
                                width: initial
                            }

                        .auth-modal .modal .modal-dialog.modal-intercept .modal-content .short-copy-container.modal-panel.modal-background-none .col-xs-4 .header-container .intro-txt {
                            margin-top: 0
                        }

        .auth-modal .modal .modal-dialog .modal-content {
            padding: 24px 11px !important
        }

            .auth-modal .modal .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 {
                padding-left: 0;
                padding-right: 0
            }

                .auth-modal .modal .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .header-2, .auth-modal .modal .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .rich-text-editor h2, .rich-text-editor .auth-modal .modal .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container h2 {
                    margin-bottom: 18px;
                    font-size: 26px;
                    line-height: 1.2;
                    letter-spacing: 0.025em
                }

                .auth-modal .modal .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .header-container .intro-txt {
                    font-size: 17px;
                    line-height: 1.5;
                    margin-bottom: 25px;
                    letter-spacing: 0.025em
                }

                .auth-modal .modal .modal-dialog .modal-content .short-copy-container.modal-panel .col-xs-4 .btn-main-blue-inverted {
                    margin-right: 7px
                }

            .auth-modal .modal .modal-dialog .modal-content .close {
                width: 15px !important;
                height: 15px !important
            }

    .rich-text-editor .first-table table {
        width: 780px
    }

    .rich-text-editor .table-content {
        height: 419px;
        width: 899px
    }
}

@media only screen and (min-width: 980px) {
    .auth-modal .modal.in {
        padding-right: 0 !important
    }

    .auth-modal .modal .modal-intercept {
        width: 780px
    }

        .auth-modal .modal .modal-intercept .header-container .header-2, .auth-modal .modal .modal-intercept .header-container .rich-text-editor h2, .rich-text-editor .auth-modal .modal .modal-intercept .header-container h2 {
            margin-bottom: 25px;
            text-align: left
        }

        .auth-modal .modal .modal-intercept .header-container .intro-txt {
            margin-bottom: 34px;
            line-height: 1.5
        }

        .auth-modal .modal .modal-intercept.modal-alignment-center .header-container .intro-text {
            text-align: center
        }

    .auth-modal .short-copy-container.modal-dialog {
        margin-left: 8.3333%;
        margin-right: 8.3333%
    }
}

@media only screen and (min-width: 1200px) {
    .auth-modal .modal {
        padding-right: 0 !important
    }

        .auth-modal .modal .modal-dialog {
            vertical-align: top;
            margin-top: 71px
        }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .auth-modal .modal {
        padding-right: 0 !important
    }

        .auth-modal .modal .modal-dialog {
            vertical-align: top;
            margin-top: 50px;
            width: 780px
        }
}

.searchable-multi-select {
    position: relative
}

    .searchable-multi-select a {
        width: 100%;
        padding: 5px 7px;
        overflow: hidden;
        height: 25px
    }

        .searchable-multi-select a span {
            display: block;
            overflow: hidden;
            margin-right: 10px
        }

        .searchable-multi-select a .caret {
            position: absolute;
            right: 5px;
            top: 50%
        }

    .searchable-multi-select ul.dropdown-menu-form {
        padding: 5px 10px 0;
        overflow-y: auto;
        height: auto;
        max-height: 300px
    }

        .searchable-multi-select ul.dropdown-menu-form .form-check-label {
            font-size: 14px
        }

        .searchable-multi-select ul.dropdown-menu-form li:first-child {
            display: flex;
            align-items: center;
            outline: none
        }

            .searchable-multi-select ul.dropdown-menu-form li:first-child span:first-child {
                font-size: 0;
                margin-right: 3px
            }

            .searchable-multi-select ul.dropdown-menu-form li:first-child svg {
                width: 19px;
                height: 19px
            }

    .searchable-multi-select span.limit-ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

type-ahead {
    position: relative
}

    type-ahead .items {
        padding: 5px 10px 0;
        overflow-y: auto;
        height: 300px;
        background-color: #fff;
        z-index: 1000;
        position: absolute;
        width: 200px;
        color: dimgray
    }

        type-ahead .items .item {
            width: 100%;
            padding: 5px 7px;
            overflow: hidden;
            display: block
        }

            type-ahead .items .item:hover {
                background-color: #c0c0c0;
                cursor: pointer
            }

                type-ahead .items .item:hover:after {
                    border-top: #c0c0c0
                }

.intercepts-admin-tool .form-group.username {
    width: 300px
}

.intercepts-admin-tool .accordion-items > ul {
    padding: 0
}

    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li {
        min-height: 50px;
        border-bottom: 1px solid #dfe4e4;
        margin-left: -15px;
        margin-right: -15px
    }

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li {
        height: auto
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li.active button {
    background-color: transparent
}

    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li.active button .icon-wrapper:after {
        content: '\e631'
    }

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li.active .content {
    visibility: visible
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li:first-child {
    border-top: 1px solid #dfe4e4
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li:first-child {
        border-top: none
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 16px 13px 13px;
    line-height: 1;
    background: none
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button {
        padding: 25px 15px;
        line-height: 1
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button:hover, .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button:active {
    background-color: #f3fbfd
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .header-3-link {
    margin: 0
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .text-wrapper {
    width: 88%;
    height: 100%;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    color: #067799;
    font-size: 16px;
    letter-spacing: .53px;
    line-height: 1.2
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .text-wrapper {
        font-size: 24px;
        letter-spacing: .6px
    }
}

@media (min-width: 1200px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .text-wrapper {
        width: 89%
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .text-wrapper span {
    display: inline-block;
    vertical-align: bottom
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .icon-wrapper {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .icon-wrapper {
        margin-top: 0px
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .icon-wrapper:after {
    display: block;
    float: right;
    content: '\e63b';
    font-size: 22px;
    color: #067799;
    font-family: custom-icons
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .icon-wrapper:after {
        font-size: 25px
    }
}

.intercepts-admin-tool .accordion-items .intercept-accordion-item.active .content {
    visibility: visible
}

.intercepts-admin-tool .accordion-items .content .not-expanded {
    max-height: 0
}

.intercepts-admin-tool .loadingSpinner {
    position: absolute;
    background: #ffffffed;
    z-index: 99;
    left: 0
}

.intercepts-admin-tool .duke-form .form-control.ng-valid:not(.empty) + label, .intercepts-admin-tool .duke-form .duke-form .form-control:focus + label {
    left: 0
}

.intercepts-admin-tool .duke-form .form-group {
    margin-bottom: 10px
}

.intercepts-admin-tool .intercept-header {
    font-weight: bold
}

.intercepts-admin-tool .table input, .intercepts-admin-tool .rich-text-editor table input, .rich-text-editor .intercepts-admin-tool table input, .intercepts-admin-tool .custom-table table input, .custom-table .intercepts-admin-tool table input {
    width: 70%;
    text-align: center;
    border: 1px solid #dfe4e4
}

.intercepts-admin-tool .btn-default {
    color: #333;
    background-color: #fff !important;
    border: 1px solid #ccc;
    width: 50px;
    text-align: center;
    display: inline-block
}

.intercepts-admin-tool .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.intercepts-admin-tool .delete-btn {
    width: 200px;
    margin: 30px
}

@media (min-width: 1200px) {
    .intercepts-admin-tool .duke-form .form-control + label {
        left: 21px
    }
}

.duke-services-tool {
    margin-top: 10px;
    position: relative
}

    .duke-services-tool .view-edit-modal .view-edit-modal-header {
        margin: 0
    }

    .duke-services-tool .view-edit-modal .header-container {
        width: 100% !important
    }

    .duke-services-tool .is-cached-img {
        width: 20px
    }

    .duke-services-tool .loadingSpinner {
        position: absolute;
        background: #fffffff2;
        z-index: 9;
        left: 0;
        top: 0;
        height: 100%
    }

    .duke-services-tool .btn-execute {
        font-size: 12px
    }

    .duke-services-tool .btn-top {
        padding: 5px 10px;
        position: fixed;
        right: 10px;
        bottom: 10px
    }

    .duke-services-tool .btn-execute, .duke-services-tool .btn-log {
        vertical-align: middle
    }

    .duke-services-tool .info-tooltip img {
        width: 20px;
        height: 20px;
        display: block;
        margin: auto
    }

    .duke-services-tool .badge-success {
        background-color: #468847
    }

    .duke-services-tool .badge-important {
        background-color: #b94a48
    }

    .duke-services-tool .badge-info {
        background-color: #3a87ad
    }

    .duke-services-tool .badge-warning {
        background-color: #f89406
    }

    .duke-services-tool .badge-not-parsed {
        background-color: #c08153
    }

    .duke-services-tool .badge-parsed {
        background-color: #117d79
    }

    .duke-services-tool .auth-modal .short-copy-container.modal-panel .header-container .intro-txt {
        min-height: 300px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .duke-services-tool .auth-modal .short-copy-container.modal-panel .header-container hr {
        margin: 10px 0
    }

    .duke-services-tool .item-status {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .duke-services-tool .item-status.status-success {
            background-color: #dff0d8;
            border-color: #d6e9c6;
            color: #3c763d
        }

        .duke-services-tool .item-status.status-danger {
            background-color: #f2dede;
            border-color: #ebccd1;
            color: #a94442
        }

        .duke-services-tool .item-status.status-parsed {
            background-color: #cff1e7;
            color: #117d79;
            border-color: #aeefdb
        }

        .duke-services-tool .item-status.status-not-parsed {
            color: #c08153;
            background-color: #fbe8db;
            border-color: #fbeed5
        }

        .duke-services-tool .item-status.status-warning {
            color: #c09853;
            background-color: #fcf8e3;
            border-color: #fbeed5
        }

    .duke-services-tool .status-container {
        margin: 20px auto
    }

        .duke-services-tool .status-container .each-status {
            width: 30%;
            display: inline-block
        }

    .duke-services-tool .duke-form .form-group {
        margin-bottom: 0
    }

    .duke-services-tool .duke-form .form-control {
        padding-left: 20px !important
    }

        .duke-services-tool .duke-form .form-control + label {
            left: 20px
        }

        .duke-services-tool .duke-form .form-control.ng-valid:not(.empty) + label, .duke-services-tool .duke-form .form-control:focus + label {
            left: 0
        }

    .duke-services-tool table th {
        cursor: pointer
    }

        .duke-services-tool table th.small-th {
            width: 5%
        }

    .duke-services-tool table td {
        word-wrap: break-word
    }

    .duke-services-tool table tr.loading td, .duke-services-tool table tr.loading td pre, .duke-services-tool table tr.loading td p, .duke-services-tool table tr.loading td a, .duke-services-tool table tr.loading td div {
        color: rgba(0,0,0,0.18)
    }

        .duke-services-tool table tr.loading td input {
            pointer-events: none
        }

        .duke-services-tool table tr.loading td .btn-blue, .duke-services-tool table tr.loading td .btn-blue:hover, .duke-services-tool table tr.loading td .btn-blue:active, .duke-services-tool table tr.loading td .btn-blue:focus {
            background: rgba(7,127,170,0.16);
            pointer-events: none
        }

    .duke-services-tool table td .btn-blue {
        display: block;
        margin: auto;
        margin-bottom: 10px;
        width: 100px !important;
        height: auto !important;
        padding: 8px !important
    }

.duke-services-modal .modal-body {
    height: 300px;
    overflow: auto
}

.auth-light {
    margin: 0 auto;
    max-width: 1200px
}

    .auth-light .loadingSpinner {
        position: absolute;
        background: #fffffff2;
        z-index: 9;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center
    }

        .auth-light .loadingSpinner img {
            position: absolute;
            top: 20%
        }

    .auth-light .auth-light-inner {
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        zoom: 1;
        width: 100%;
        overflow: hidden;
        display: block
    }

        .auth-light .auth-light-inner .duke-form.auth-form radio-list .radio-group {
            border: 1px solid #dfe4e4;
            padding: 10px 10px 3px;
            margin-bottom: -1px
        }

            .auth-light .auth-light-inner .duke-form.auth-form radio-list .radio-group.disabled .radio-desc {
                color: #c6c8c8
            }

            .auth-light .auth-light-inner .duke-form.auth-form radio-list .radio-group.disabled:hover {
                background: none
            }

            .auth-light .auth-light-inner .duke-form.auth-form radio-list .radio-group.disabled .radio-btn {
                cursor: default
            }

            .auth-light .auth-light-inner .duke-form.auth-form radio-list .radio-group:hover, .auth-light .auth-light-inner .duke-form.auth-form radio-list .radio-group.selected {
                background: #E0F6FB
            }

                .auth-light .auth-light-inner .duke-form.auth-form radio-list .radio-group.selected .radio-container > span.radio-btn span {
                    border-color: #077faa
                }

        .auth-light .auth-light-inner .duke-form.auth-form radio-list .help-label {
            font-weight: normal;
            font-size: 14px;
            margin-bottom: 0
        }

            .auth-light .auth-light-inner .duke-form.auth-form radio-list .help-label:after {
                content: ''
            }

        .auth-light .auth-light-inner .duke-form.auth-form radio-list.opp-radio-list > div:last-child {
            margin-bottom: 0 !important
        }

        .auth-light .auth-light-inner .duke-form .form-group:last-child {
            margin-bottom: 40px !important
        }

        .auth-light .auth-light-inner .duke-form .link.not-eligible {
            font-size: 14px;
            text-transform: uppercase
        }

        .auth-light .auth-light-inner .duke-form .confirm-icon {
            width: 17px
        }

        .auth-light .auth-light-inner .duke-form radio-list .disclosure-content.not-overflow {
            margin-top: 16px;
            margin-bottom: 18px
        }

        .auth-light .auth-light-inner .duke-form radio-list .radio-group .radio-container {
            margin-bottom: 7px
        }

        .auth-light .auth-light-inner .inner-mobile {
            width: 400%;
            -ms-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

        .auth-light .auth-light-inner .inside-selection {
            position: relative
        }

            .auth-light .auth-light-inner .inside-selection table tr:hover, .auth-light .auth-light-inner .inside-selection table tr.selected {
                background: #E0F6FB
            }

            .auth-light .auth-light-inner .inside-selection table tr.not-eligible {
                background-color: #f2f4f4 !important
            }

                .auth-light .auth-light-inner .inside-selection table tr.not-eligible td {
                    color: #999
                }

                    .auth-light .auth-light-inner .inside-selection table tr.not-eligible td .radio-container > span.radio-btn span {
                        cursor: not-allowed
                    }

    .auth-light .opp-arrow {
        border: solid #777;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 12px;
        position: absolute;
        margin: auto;
        top: 35%;
        cursor: pointer
    }

        .auth-light .opp-arrow:focus {
            outline: 0
        }

        .auth-light .opp-arrow.right {
            right: 0;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg)
        }

        .auth-light .opp-arrow.left {
            left: -200px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg)
        }

    .auth-light .ui-select-container .label-copy.label-placeholder {
        left: 21px
    }

    .auth-light .label-copy.label-placeholder {
        left: 35px
    }

    .auth-light .icon-error img {
        height: 34px;
        width: 34px
    }

    .auth-light .light-auth-form {
        margin: 0 auto;
        width: 100%;
        position: relative
    }

    .auth-light .cancel-modal {
        color: #006060;
        display: block;
        margin: 0 0 30px
    }

    .auth-light .modal-title {
        font-size: 40px;
        margin: 0 auto;
        max-width: 500px;
        padding: 0 50px;
        width: 100%
    }

    .auth-light .modal-cancel-dismiss {
        border-bottom: 0;
        color: #006060 !important;
        display: block;
        font-size: 12px;
        margin: 20px auto 0 auto;
        max-width: 130px;
        padding: 10px;
        width: 100%
    }

    .auth-light .error-container {
        width: 100% !important;
        margin: 40px 0 50px !important
    }

        .auth-light .error-container img {
            height: 35px;
            width: 35px
        }

        .auth-light .error-container p {
            padding: 0 20%;
            margin: 20px
        }

    .auth-light .modal-confirm-exit {
        display: block;
        margin: 0 auto
    }

    .auth-light .page-title {
        font-size: 60px
    }

    .auth-light .page-subtitle {
        margin: 40px 0
    }

    .auth-light .tool-tip {
        height: 20px;
        position: absolute;
        right: -20px;
        top: 11px;
        width: 20px
    }

        .auth-light .tool-tip img {
            width: 100%
        }

@media (min-width: 0) and (max-width: 767px) {
    .auth-light .tool-tip {
        right: 33px;
        top: 14px
    }
}

.auth-light .not-eligible-modal {
    max-width: 500px
}

    .auth-light .not-eligible-modal .error-container {
        margin: auto !important
    }

.auth-light .signIn-header {
    margin-bottom: 30px
}

.auth-light .submit-buttons {
    margin: 10px auto 30px
}

.auth-light .register-multistepper-wrapper {
    margin-bottom: 43px
}

.auth-light .page-intro {
    letter-spacing: .025em;
    margin-bottom: 34px;
    line-height: 1.5;
    font-size: 18px
}

.auth-light button.more-info-label {
    margin: 0px 0 35px;
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
    color: #006060;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-bottom: none;
    letter-spacing: .025em;
    background: 0 0;
    border: none;
    padding: 2px 0 3px 0
}

    .auth-light button.more-info-label span {
        display: inline-block
    }

    .auth-light button.more-info-label i {
        display: inline-block;
        margin-left: 5px;
        vertical-align: top;
        margin-top: 5px
    }

    .auth-light button.more-info-label:hover {
        background-color: #e0f6fb;
        padding: 2px 0 3px 0
    }

.auth-light .more-info-more {
    border-top: 0;
    display: none;
    margin-top: -75px
}

    .auth-light .more-info-more tr:not(.collapse-container):nth-of-type(odd) {
        background-color: #fff
    }

    .auth-light .more-info-more tr:not(.collapse-container).filterTr:nth-of-type(even) {
        background-color: #fff
    }

    .auth-light .more-info-more tr:not(.collapse-container).filterTr:nth-of-type(odd) {
        background-color: #f3fbfd
    }

    .auth-light .more-info-more tr:not(.collapse-container):nth-of-type(even) {
        background-color: #f3fbfd
    }

    .auth-light .more-info-more tr:not(.collapse-container) td {
        border-top: 0
    }

    .auth-light .more-info-more table.more {
        border-top-style: hidden
    }

        .auth-light .more-info-more table.more thead {
            visibility: hidden
        }

    .auth-light .more-info-more table tr:hover, .auth-light .more-info-more table tr.selected {
        background: #E0F6FB
    }

    .auth-light .more-info-more table tr.not-eligible {
        background-color: #f2f4f4 !important
    }

.auth-light .form-actions {
    margin-top: 36px;
    margin-bottom: 41px !important
}

    .auth-light .form-actions .buttons-group {
        margin-bottom: 25px
    }

        .auth-light .form-actions .buttons-group > div {
            display: inline-block
        }

        .auth-light .form-actions .buttons-group .btn:first-of-type, .auth-light .form-actions .buttons-group .btn-main-blue:first-of-type, .auth-light .form-actions .buttons-group .btn-small-main-blue:first-of-type, .auth-light .form-actions .buttons-group .btn-medium-main-blue:first-of-type, .auth-light .form-actions .buttons-group .btn-large-main-blue:first-of-type, .auth-light .form-actions .buttons-group .btn-reverse:first-of-type, .auth-light .form-actions .buttons-group .btn-small-reverse:first-of-type, .auth-light .form-actions .buttons-group .btn-medium-reverse:first-of-type, .auth-light .form-actions .buttons-group .btn-large-reverse:first-of-type, .auth-light .form-actions .buttons-group .btn-light:first-of-type, .auth-light .form-actions .buttons-group .btn-submit:first-of-type, .auth-light .form-actions .buttons-group .btn-previous:first-of-type, .auth-light .form-actions .buttons-group .btn-blue:first-of-type, .auth-light .form-actions .buttons-group .btn-aqua-blue:first-of-type, .auth-light .form-actions .buttons-group .btn-dark-blue:first-of-type, .auth-light .form-actions .buttons-group .btn-green:first-of-type, .auth-light .form-actions .buttons-group .btn-white:first-of-type, .auth-light .form-actions .buttons-group .btn-white-blue:first-of-type, .auth-light .form-actions .buttons-group .btn-white-whitebackground:first-of-type, .auth-light .form-actions .buttons-group .btn-grey:first-of-type, .auth-light .form-actions .buttons-group .btn-light-grey:first-of-type, .auth-light .form-actions .buttons-group .btn-disabled:first-of-type, .auth-light .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:first-of-type, .general-form-styles .toggle-btn-container .auth-light .form-actions .buttons-group .toggle-btn:first-of-type {
            margin-right: 19.8px !important
        }

.auth-light .exclamation {
    margin-bottom: 15px;
    margin-top: 1px
}

    .auth-light .exclamation.no-margin {
        margin-top: 0px
    }

.auth-light span.mob {
    display: none
}

.auth-light span.desk-tab {
    display: block
}

.auth-light .search-account {
    background: #f2f4f4;
    padding: 6px 0 6px 0;
    margin-bottom: 31px;
    margin-top: 20px
}

    .auth-light .search-account .search-input {
        margin: 15px auto;
        width: 460px;
        white-space: nowrap;
        position: relative
    }

        .auth-light .search-account .search-input span.search {
            position: absolute;
            right: 3px;
            top: 6px;
            padding-right: 18px;
            color: #077faa;
            font-size: 22px
        }

        .auth-light .search-account .search-input input[type="text"] {
            width: 460px;
            height: 51px;
            border: 1px solid #dfe4e4;
            padding-left: 20px;
            font-size: 16px;
            letter-spacing: .025em;
            color: #696969;
            -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
        }

            .auth-light .search-account .search-input input[type="text"]:focus {
                outline-color: #077faa;
                outline: 0;
                border: 1px solid #077faa
            }

        .auth-light .search-account .search-input img {
            width: 23px;
            height: 22px
        }

    .auth-light .search-account input[type=text]::-ms-clear {
        display: none;
        width: 0;
        height: 0
    }

    .auth-light .search-account input[type=text]::-ms-reveal {
        display: none;
        width: 0;
        height: 0
    }

.auth-light .noaccount {
    display: none
}

.auth-light .no-accounts {
    height: auto;
    background-color: #f3fbfd;
    margin-bottom: 51px;
    width: 100%;
    margin-top: 50px;
    padding: 20px
}

    .auth-light .no-accounts .reason {
        max-width: 700px;
        margin: 20px auto
    }

.auth-light .single .tooltip.left {
    right: -248px !important;
    top: -18px !important
}

    .auth-light .single .tooltip.left .tooltip-inner {
        max-width: 185px !important;
        width: 185px !important;
        padding: 20px !important;
        line-height: 1.5;
        letter-spacing: 0.025em
    }

        .auth-light .single .tooltip.left .tooltip-inner .account-details-blue-item-right {
            display: inline-table
        }

            .auth-light .single .tooltip.left .tooltip-inner .account-details-blue-item-right.num-tip {
                padding-left: 10px
            }

            .auth-light .single .tooltip.left .tooltip-inner .account-details-blue-item-right.add-tip {
                padding-left: 15px
            }

            .auth-light .single .tooltip.left .tooltip-inner .account-details-blue-item-right.name-tip {
                padding-left: 3px
            }

    .auth-light .single .tooltip.left .tooltip-arrow {
        border-right-color: #005984;
        border-width: 15px 15px 15px 0px;
        right: 190px
    }

.auth-light .single .tooltip.right {
    left: 229px !important;
    top: 0px !important
}

    .auth-light .single .tooltip.right .tooltip-inner {
        max-width: 265px !important;
        width: 265px !important;
        padding: 20px !important;
        line-height: 1.5;
        letter-spacing: 0.025em
    }

        .auth-light .single .tooltip.right .tooltip-inner .account-details-blue-item-right {
            display: inline-table
        }

            .auth-light .single .tooltip.right .tooltip-inner .account-details-blue-item-right.num-tip {
                padding-left: 10px
            }

            .auth-light .single .tooltip.right .tooltip-inner .account-details-blue-item-right.add-tip {
                padding-left: 15px
            }

            .auth-light .single .tooltip.right .tooltip-inner .account-details-blue-item-right.name-tip {
                padding-left: 3px
            }

.auth-light .single .info-tooltip {
    right: -32px !important;
    top: 15px
}

    .auth-light .single .info-tooltip.account-tooltip {
        left: 184px;
        top: 29px
    }

.auth-light .single .form-group {
    margin-bottom: 50px
}

    .auth-light .single .form-group.tooltip-single {
        margin-bottom: 36px
    }

.auth-light .single .form-actions {
    margin-bottom: 41px
}

.auth-light .single .form-control {
    margin-left: 1px
}

    .auth-light .single .form-control.ng-valid:not(.empty) + label {
        left: auto;
        line-height: 1.5
    }

    .auth-light .single .form-control + label {
        left: 22px
    }

    .auth-light .single .form-control:focus + label {
        left: auto
    }

.auth-light .single .duke-form.auth-form label.label-placeholder.label-copy {
    left: 20px !important
}

.auth-light .table-responsive {
    overflow-x: visible !important
}

    .auth-light .table-responsive table.moreaccounts {
        margin-bottom: 13px
    }

        .auth-light .table-responsive table.moreaccounts.tabnomar {
            margin-bottom: 0
        }

            .auth-light .table-responsive table.moreaccounts.tabnomar thead tr th:last-child {
                width: 137px
            }

        .auth-light .table-responsive table.moreaccounts.more thead tr th {
            border-bottom: 0 !important
        }

        .auth-light .table-responsive table.moreaccounts thead tr th {
            padding: 20px 20px 21px !important;
            letter-spacing: .025em;
            border-bottom: 1px solid #dfe4e4 !important;
            white-space: nowrap
        }

            .auth-light .table-responsive table.moreaccounts thead tr th:first-child {
                width: 40px
            }

            .auth-light .table-responsive table.moreaccounts thead tr th:nth-child(2) {
                width: 139px
            }

            .auth-light .table-responsive table.moreaccounts thead tr th:nth-child(3) {
                width: 150px
            }

            .auth-light .table-responsive table.moreaccounts thead tr th:nth-child(4) {
                width: 190px
            }

            .auth-light .table-responsive table.moreaccounts thead tr th:last-child {
                width: 137px
            }

            .auth-light .table-responsive table.moreaccounts thead tr th .info-tooltip {
                top: 41px;
                right: 23px;
                margin-left: 0;
                width: 20px
            }

        .auth-light .table-responsive table.moreaccounts tbody tr:first-child td {
            padding: 8px 20px 8px !important
        }

        .auth-light .table-responsive table.moreaccounts tbody tr td {
            padding: 8px 20px 8px !important;
            letter-spacing: .025em;
            color: #696969;
            border-top: 0;
            border-bottom: 0;
            text-align: left;
            position: relative
        }

            .auth-light .table-responsive table.moreaccounts tbody tr td:first-child {
                text-align: center
            }

            .auth-light .table-responsive table.moreaccounts tbody tr td .form-control {
                height: 35px
            }

        .auth-light .table-responsive table.moreaccounts .invalid-label {
            position: initial;
            margin-top: 8px
        }

.auth-light .radio-container {
    margin-bottom: 0
}

    .auth-light .radio-container input[type=radio] {
        top: initial;
        left: initial;
        height: initial
    }

    .auth-light .radio-container span {
        vertical-align: bottom;
        margin-left: 1px
    }

        .auth-light .radio-container span.radio-btn span {
            margin: 0
        }

.auth-light .ui-select-container + label {
    left: 11px
}

.auth-light .form-control.ng-valid:not(.empty) + label {
    left: 11px
}

.auth-light .form-control:focus + label {
    left: 11px
}

.auth-light input[type="text"].input-control {
    display: block;
    width: 100%;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 36px;
    border-radius: 0;
    color: dimgrey;
    font-size: 14px;
    padding: 6px 15px;
    letter-spacing: .025em;
    line-height: 1.6;
    margin-left: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfe4e4
}

    .auth-light input[type="text"].input-control:focus {
        outline-color: #077faa;
        outline: 0;
        background: #f3f5f4;
        border: 1px solid #077faa;
        box-shadow: none;
        padding: 6px 15px
    }

.auth-light label.label-input {
    display: none
}

.auth-light .auth-form label.label-placeholder.label-copy {
    top: 15px !important
}

.auth-light .address br {
    display: none
}

.auth-light .checked:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #077faa
}

.auth-light .form-actions .buttons-group .order-change-r .btn, .auth-light .form-actions .buttons-group .order-change-r .btn-main-blue, .auth-light .form-actions .buttons-group .order-change-r .btn-small-main-blue, .auth-light .form-actions .buttons-group .order-change-r .btn-medium-main-blue, .auth-light .form-actions .buttons-group .order-change-r .btn-large-main-blue, .auth-light .form-actions .buttons-group .order-change-r .btn-reverse, .auth-light .form-actions .buttons-group .order-change-r .btn-small-reverse, .auth-light .form-actions .buttons-group .order-change-r .btn-medium-reverse, .auth-light .form-actions .buttons-group .order-change-r .btn-large-reverse, .auth-light .form-actions .buttons-group .order-change-r .btn-light, .auth-light .form-actions .buttons-group .order-change-r .btn-submit, .auth-light .form-actions .buttons-group .order-change-r .btn-previous, .auth-light .form-actions .buttons-group .order-change-r .btn-blue, .auth-light .form-actions .buttons-group .order-change-r .btn-aqua-blue, .auth-light .form-actions .buttons-group .order-change-r .btn-dark-blue, .auth-light .form-actions .buttons-group .order-change-r .btn-green, .auth-light .form-actions .buttons-group .order-change-r .btn-white, .auth-light .form-actions .buttons-group .order-change-r .btn-white-blue, .auth-light .form-actions .buttons-group .order-change-r .btn-white-whitebackground, .auth-light .form-actions .buttons-group .order-change-r .btn-grey, .auth-light .form-actions .buttons-group .order-change-r .btn-light-grey, .auth-light .form-actions .buttons-group .order-change-r .btn-disabled, .auth-light .form-actions .buttons-group .order-change-r .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .auth-light .form-actions .buttons-group .order-change-r .toggle-btn {
    margin-right: 0 !important
}

.auth-light .account-details-blue {
    margin-bottom: 40px !important;
    margin-top: 40px
}

.auth-light .table-mar {
    margin-bottom: 43px
}

@media (min-width: 1200px) {
    .auth-light .table-responsive table.moreaccounts thead tr th .info-tooltip {
        right: 10px;
        top: 21px
    }

    .auth-light .light-auth-form {
        max-width: 500px
    }

    .auth-light .basic-form .confirmation-data .confirmation-value {
        width: 295px
    }

    .auth-light .auth-light-inner .inside-selection {
        width: 1140px
    }

    .auth-light .auth-light-inner.stage-one .inner-mobile {
        -moz-transform: translateX(-1140px) translateY(0px);
        -webkit-transform: translateX(-1140px) translateY(0px);
        -o-transform: translateX(-1140px) translateY(0px);
        -ms-transform: translateX(-1140px) translateY(0px);
        transform: translateX(-1140px) translateY(0px)
    }

    .auth-light .auth-light-inner.stage-two .inner-mobile {
        -moz-transform: translateX(-2280px) translateY(0px);
        -webkit-transform: translateX(-2280px) translateY(0px);
        -o-transform: translateX(-2280px) translateY(0px);
        -ms-transform: translateX(-2280px) translateY(0px);
        transform: translateX(-2280px) translateY(0px)
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .rich-text-editor table {
        margin-bottom: auto
    }

    .auth-light .auth-light-inner .account-details-blue .account-details-blue-body .account-details-blue-item-left {
        min-width: 195px !important
    }

    .auth-light .auth-light-inner .opp-arrow.left {
        top: auto;
        bottom: 57px;
        left: 10px
    }

    .auth-light .auth-light-inner .inside-selection {
        width: 25%
    }

    .auth-light .auth-light-inner.stage-one .inner-mobile {
        -moz-transform: translateX(-25%) translateY(0px);
        -webkit-transform: translateX(-25%) translateY(0px);
        -o-transform: translateX(-25%) translateY(0px);
        -ms-transform: translateX(-25%) translateY(0px);
        transform: translateX(-25%) translateY(0px)
    }

    .auth-light .auth-light-inner.stage-two .inner-mobile {
        -moz-transform: translateX(-50%) translateY(0px);
        -webkit-transform: translateX(-50%) translateY(0px);
        -o-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
        transform: translateX(-50%) translateY(0px)
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .auth-light .light-auth-form {
        max-width: 500px
    }

    .auth-light .auth-light-inner .inside-selection {
        width: 940px
    }

    .auth-light .auth-light-inner.stage-one .inner-mobile {
        -moz-transform: translateX(-940px) translateY(0px);
        -webkit-transform: translateX(-940px) translateY(0px);
        -o-transform: translateX(-940px) translateY(0px);
        -ms-transform: translateX(-940px) translateY(0px);
        transform: translateX(-940px) translateY(0px)
    }

    .auth-light .auth-light-inner.stage-two .inner-mobile {
        -moz-transform: translateX(-1880px) translateY(0px);
        -webkit-transform: translateX(-1880px) translateY(0px);
        -o-transform: translateX(-1880px) translateY(0px);
        -ms-transform: translateX(-1880px) translateY(0px);
        transform: translateX(-1880px) translateY(0px)
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .auth-light .light-auth-form {
        max-width: 500px
    }

    .auth-light .auth-light-inner .opp-arrow.left {
        left: -20%
    }

    .auth-light .auth-light-inner .inside-selection {
        width: 724px
    }

    .auth-light .auth-light-inner.stage-one .inner-mobile {
        -moz-transform: translateX(-724px) translateY(0px);
        -webkit-transform: translateX(-724px) translateY(0px);
        -o-transform: translateX(-724px) translateY(0px);
        -ms-transform: translateX(-724px) translateY(0px);
        transform: translateX(-724px) translateY(0px)
    }

    .auth-light .auth-light-inner.stage-two .inner-mobile {
        -moz-transform: translateX(-1448px) translateY(0px);
        -webkit-transform: translateX(-1448px) translateY(0px);
        -o-transform: translateX(-1448px) translateY(0px);
        -ms-transform: translateX(-1448px) translateY(0px);
        transform: translateX(-1448px) translateY(0px)
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .auth .col-fixed {
        margin-left: -19px;
        padding-right: 0;
        margin-right: -7px;
        padding-left: 20px
    }

    .auth .general-form-styles {
        padding-left: 0;
        padding-right: 0
    }

        .auth .general-form-styles .table-responsive {
            overflow-x: auto !important;
            max-height: 100% !important
        }

            .auth .general-form-styles .table-responsive.noscroll {
                overflow-x: hidden !important
            }

            .auth .general-form-styles .table-responsive table.moreaccounts {
                width: 100%
            }

        .auth .general-form-styles .form-control.ng-valid:not(.empty) + label {
            left: 14px !important
        }

    .auth .table-not-pad {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .auth .general-form-styles {
        margin-left: -12px;
        margin-right: -12px
    }

    .auth span.mob {
        display: none
    }

    .auth span.desk-tab {
        display: block
    }

    .auth .search-account .search-input {
        width: 352px
    }

        .auth .search-account .search-input span.search {
            position: absolute;
            right: 3px;
            top: 6px;
            padding-right: 18px;
            color: #077faa;
            font-size: 22px
        }

        .auth .search-account .search-input input[type="text"] {
            width: 352px;
            height: 50px
        }

    .auth .address br {
        display: block
    }

    .auth button.more-info-label {
        margin: 0 0 42px
    }
}

@media only screen and (max-width: 767px) {
    .auth .btn.btn-medium, .auth .btn-medium.btn-main-blue, .auth .btn-medium.btn-small-main-blue, .auth .btn-medium.btn-medium-main-blue, .auth .btn-medium.btn-large-main-blue, .auth .btn-medium.btn-reverse, .auth .btn-medium.btn-small-reverse, .auth .btn-medium.btn-medium-reverse, .auth .btn-medium.btn-large-reverse, .auth .btn-medium.btn-light, .auth .btn-medium.btn-submit, .auth .btn-medium.btn-previous, .auth .btn-medium-main-blue, .auth .btn-medium-reverse, .auth .btn-medium.btn-blue, .auth .btn-medium.btn-aqua-blue, .auth .btn-medium.btn-dark-blue, .auth .btn-medium.btn-green, .auth .btn-medium.btn-white, .auth .btn-medium.btn-white-blue, .auth .btn-medium.btn-white-whitebackground, .auth .btn-medium.btn-grey, .auth .btn-medium.btn-light-grey, .auth .btn-medium.btn-disabled, .auth .general-form-styles .toggle-btn-container .btn-medium.toggle-btn, .general-form-styles .toggle-btn-container .auth .btn-medium.toggle-btn {
        height: 55px !important
    }

    .auth .form-actions a.btn-medium {
        line-height: 15px !important
    }

    .auth .form-actions .btn-large {
        padding-top: 18px !important
    }

    .auth .table-view {
        display: inline !important
    }

        .auth .table-view div {
            margin-bottom: 8px;
            margin-left: 0px
        }

    .auth .multisteper-responsive-steps.last {
        margin-bottom: 0px !important
    }

    .auth .duke-form input[type="text"].input-control {
        font-size: 15px !important
    }

    .auth .general-form-styles .form-control {
        font-size: 15px !important
    }

        .auth .general-form-styles .form-control + label {
            left: 20px !important
        }

    .auth .form-actions {
        margin-bottom: 42px !important;
        margin-top: 37px
    }

        .auth .form-actions .buttons-group .order-change-r {
            margin-bottom: 15px
        }

        .auth .form-actions .buttons-group .btn:first-of-type, .auth .form-actions .buttons-group .btn-main-blue:first-of-type, .auth .form-actions .buttons-group .btn-small-main-blue:first-of-type, .auth .form-actions .buttons-group .btn-medium-main-blue:first-of-type, .auth .form-actions .buttons-group .btn-large-main-blue:first-of-type, .auth .form-actions .buttons-group .btn-reverse:first-of-type, .auth .form-actions .buttons-group .btn-small-reverse:first-of-type, .auth .form-actions .buttons-group .btn-medium-reverse:first-of-type, .auth .form-actions .buttons-group .btn-large-reverse:first-of-type, .auth .form-actions .buttons-group .btn-light:first-of-type, .auth .form-actions .buttons-group .btn-submit:first-of-type, .auth .form-actions .buttons-group .btn-previous:first-of-type, .auth .form-actions .buttons-group .btn-blue:first-of-type, .auth .form-actions .buttons-group .btn-aqua-blue:first-of-type, .auth .form-actions .buttons-group .btn-dark-blue:first-of-type, .auth .form-actions .buttons-group .btn-green:first-of-type, .auth .form-actions .buttons-group .btn-white:first-of-type, .auth .form-actions .buttons-group .btn-white-blue:first-of-type, .auth .form-actions .buttons-group .btn-white-whitebackground:first-of-type, .auth .form-actions .buttons-group .btn-grey:first-of-type, .auth .form-actions .buttons-group .btn-light-grey:first-of-type, .auth .form-actions .buttons-group .btn-disabled:first-of-type, .auth .form-actions .buttons-group .general-form-styles .toggle-btn-container .toggle-btn:first-of-type, .general-form-styles .toggle-btn-container .auth .form-actions .buttons-group .toggle-btn:first-of-type {
            margin-right: 0 !important
        }

    .auth .rich-text-editor table {
        margin-left: 0
    }

        .auth .rich-text-editor table tbody tr:last-child td {
            border-bottom: 1px solid transparent !important
        }

    .auth .col-fixed {
        margin-left: 9px;
        margin-right: -2px;
        padding-right: 0;
        padding-left: 0
    }

    .auth .table-responsive {
        overflow-x: auto !important;
        border: 0 !important;
        margin-bottom: 12px;
        max-height: 100% !important
    }

        .auth .table-responsive.noscroll {
            overflow-x: hidden !important
        }

        .auth .table-responsive table.moreaccounts {
            width: 100%
        }

            .auth .table-responsive table.moreaccounts thead tr:first-child th {
                border-top: 1px solid #dfe4e4 !important
            }

                .auth .table-responsive table.moreaccounts thead tr:first-child th .info-tooltip {
                    left: 95px
                }

            .auth .table-responsive table.moreaccounts tbody tr:first-child td {
                padding: 8px 20px 8px !important
            }

            .auth .table-responsive table.moreaccounts tbody tr td {
                padding: 8px 20px 8px !important;
                border-bottom: none
            }

    .auth .general-form-styles {
        padding-left: 0;
        padding-right: 0;
        margin-right: -2px;
        margin-left: -2px
    }

    .auth .multisteper-responsive-steps {
        margin-top: 0
    }

        .auth .multisteper-responsive-steps.step-done .responsive-steps-container.closed {
            height: 59px !important;
            display: table !important
        }

    .auth .responsive-steps-container {
        display: block !important;
        height: auto !important
    }

        .auth .responsive-steps-container .each-steps-responsive {
            display: block !important
        }

            .auth .responsive-steps-container .each-steps-responsive .responsive-step .page-intro {
                font-size: 15px;
                line-height: 1.6;
                margin-top: 1px;
                margin-bottom: 15px
            }

        .auth .responsive-steps-container.closed {
            display: table !important;
            height: 60px !important
        }

            .auth .responsive-steps-container.closed .each-steps-responsive {
                display: table-cell !important
            }

        .auth .responsive-steps-container .each-steps-responsive .step-xs.active {
            margin-top: 18px;
            margin-bottom: 12px
        }

        .auth .responsive-steps-container .each-steps-responsive .step-xs.closed:first-child {
            margin-top: 0
        }

        .auth .responsive-steps-container .each-steps-responsive .step-xs.closed-final-last {
            padding-bottom: 25px
        }

    .auth .table-not-pad {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px
    }

    .auth span.mob {
        display: block
    }

    .auth span.desk-tab {
        display: none
    }

    .auth .search .search-account {
        margin-bottom: 21px;
        margin-top: 10px !important;
        position: relative;
        right: 0px
    }

        .auth .search .search-account .search-input {
            width: 274px;
            margin: 15px auto
        }

            .auth .search .search-account .search-input input[type="text"] {
                width: 274px;
                height: 50px;
                font-size: 15px
            }

    .auth .no-accounts {
        margin-bottom: 38px;
        width: 100%
    }

        .auth .no-accounts .noaccounts-center {
            text-align: center;
            position: absolute;
            top: 135px;
            left: 0;
            right: 0
        }

            .auth .no-accounts .noaccounts-center p {
                text-align: center;
                font-size: 15px;
                line-height: 1.6;
                padding: 0 5px
            }

        .auth .no-accounts .exclamation {
            margin-bottom: 14px
        }

    .auth .exclamation {
        margin-bottom: 14px
    }

        .auth .exclamation.no-margin {
            margin-top: 1px
        }
}

@media (min-width: 728px) and (max-width: 767px) {
    .auth-light .auth-light-inner .inside-selection {
        width: 724px
    }

    .auth-light .auth-light-inner.stage-one .inner-mobile {
        -moz-transform: translateX(-724px) translateY(0px);
        -webkit-transform: translateX(-724px) translateY(0px);
        -o-transform: translateX(-724px) translateY(0px);
        -ms-transform: translateX(-724px) translateY(0px);
        transform: translateX(-724px) translateY(0px)
    }

    .auth-light .auth-light-inner.stage-two .inner-mobile {
        -moz-transform: translateX(-1448px) translateY(0px);
        -webkit-transform: translateX(-1448px) translateY(0px);
        -o-transform: translateX(-1448px) translateY(0px);
        -ms-transform: translateX(-1448px) translateY(0px);
        transform: translateX(-1448px) translateY(0px)
    }
}

.intercepts-admin-tool .form-group.username {
    width: 300px
}

.intercepts-admin-tool .accordion-items > ul {
    padding: 0
}

    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li {
        min-height: 50px;
        border-bottom: 1px solid #dfe4e4;
        margin-left: -15px;
        margin-right: -15px
    }

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li {
        height: auto
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li.active button {
    background-color: transparent
}

    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li.active button .icon-wrapper:after {
        content: '\e631'
    }

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li.active .content {
    visibility: visible
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li:first-child {
    border-top: 1px solid #dfe4e4
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li:first-child {
        border-top: none
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 16px 13px 13px;
    line-height: 1;
    background: none
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button {
        padding: 25px 15px;
        line-height: 1
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button:hover, .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button:active {
    background-color: #f3fbfd
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .header-3-link {
    margin: 0
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .text-wrapper {
    width: 88%;
    height: 100%;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    color: #067799;
    font-size: 16px;
    letter-spacing: .53px;
    line-height: 1.2
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .text-wrapper {
        font-size: 24px;
        letter-spacing: .6px
    }
}

@media (min-width: 1200px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .text-wrapper {
        width: 89%
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .text-wrapper span {
    display: inline-block;
    vertical-align: bottom
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .icon-wrapper {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .icon-wrapper {
        margin-top: 0px
    }
}

.intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .icon-wrapper:after {
    display: block;
    float: right;
    content: '\e63b';
    font-size: 22px;
    color: #067799;
    font-family: custom-icons
}

@media (min-width: 768px) {
    .intercepts-admin-tool .accordion-items > ul > intercept-admin-item > li button .icon-wrapper:after {
        font-size: 25px
    }
}

.intercepts-admin-tool .accordion-items .intercept-accordion-item.active .content {
    visibility: visible
}

.intercepts-admin-tool .accordion-items .content .not-expanded {
    max-height: 0
}

.intercepts-admin-tool .loadingSpinner {
    position: absolute;
    background: #ffffffed;
    z-index: 99;
    left: 0
}

.intercepts-admin-tool .duke-form .form-control.ng-valid:not(.empty) + label, .intercepts-admin-tool .duke-form .duke-form .form-control:focus + label {
    left: 0
}

.intercepts-admin-tool .duke-form .form-group {
    margin-bottom: 10px
}

.intercepts-admin-tool .intercept-header {
    font-weight: bold
}

.intercepts-admin-tool .table input, .intercepts-admin-tool .rich-text-editor table input, .rich-text-editor .intercepts-admin-tool table input, .intercepts-admin-tool .custom-table table input, .custom-table .intercepts-admin-tool table input {
    width: 70%;
    text-align: center;
    border: 1px solid #dfe4e4
}

.intercepts-admin-tool .btn-default {
    color: #333;
    background-color: #fff !important;
    border: 1px solid #ccc;
    width: 50px;
    text-align: center;
    display: inline-block
}

.intercepts-admin-tool .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.intercepts-admin-tool .delete-btn {
    width: 200px;
    margin: 30px
}

@media (min-width: 1200px) {
    .intercepts-admin-tool .duke-form .form-control + label {
        left: 21px
    }
}

.duke-services-tool {
    margin-top: 10px;
    position: relative
}

    .duke-services-tool .view-edit-modal .view-edit-modal-header {
        margin: 0
    }

    .duke-services-tool .view-edit-modal .header-container {
        width: 100% !important
    }

    .duke-services-tool .is-cached-img {
        width: 20px
    }

    .duke-services-tool .loadingSpinner {
        position: absolute;
        background: #fffffff2;
        z-index: 9;
        left: 0;
        top: 0;
        height: 100%
    }

    .duke-services-tool .btn-execute {
        font-size: 12px
    }

    .duke-services-tool .btn-top {
        padding: 5px 10px;
        position: fixed;
        right: 10px;
        bottom: 10px
    }

    .duke-services-tool .btn-execute, .duke-services-tool .btn-log {
        vertical-align: middle
    }

    .duke-services-tool .info-tooltip img {
        width: 20px;
        height: 20px;
        display: block;
        margin: auto
    }

    .duke-services-tool .badge-success {
        background-color: #468847
    }

    .duke-services-tool .badge-important {
        background-color: #b94a48
    }

    .duke-services-tool .badge-info {
        background-color: #3a87ad
    }

    .duke-services-tool .badge-warning {
        background-color: #f89406
    }

    .duke-services-tool .badge-not-parsed {
        background-color: #c08153
    }

    .duke-services-tool .badge-parsed {
        background-color: #117d79
    }

    .duke-services-tool .auth-modal .short-copy-container.modal-panel .header-container .intro-txt {
        min-height: 300px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .duke-services-tool .auth-modal .short-copy-container.modal-panel .header-container hr {
        margin: 10px 0
    }

    .duke-services-tool .item-status {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .duke-services-tool .item-status.status-success {
            background-color: #dff0d8;
            border-color: #d6e9c6;
            color: #3c763d
        }

        .duke-services-tool .item-status.status-danger {
            background-color: #f2dede;
            border-color: #ebccd1;
            color: #a94442
        }

        .duke-services-tool .item-status.status-parsed {
            background-color: #cff1e7;
            color: #117d79;
            border-color: #aeefdb
        }

        .duke-services-tool .item-status.status-not-parsed {
            color: #c08153;
            background-color: #fbe8db;
            border-color: #fbeed5
        }

        .duke-services-tool .item-status.status-warning {
            color: #c09853;
            background-color: #fcf8e3;
            border-color: #fbeed5
        }

    .duke-services-tool .status-container {
        margin: 20px auto
    }

        .duke-services-tool .status-container .each-status {
            width: 30%;
            display: inline-block
        }

    .duke-services-tool .duke-form .form-group {
        margin-bottom: 0
    }

    .duke-services-tool .duke-form .form-control {
        padding-left: 20px !important
    }

        .duke-services-tool .duke-form .form-control + label {
            left: 20px
        }

        .duke-services-tool .duke-form .form-control.ng-valid:not(.empty) + label, .duke-services-tool .duke-form .form-control:focus + label {
            left: 0
        }

    .duke-services-tool table th {
        cursor: pointer
    }

        .duke-services-tool table th.small-th {
            width: 5%
        }

    .duke-services-tool table td {
        word-wrap: break-word
    }

    .duke-services-tool table tr.loading td, .duke-services-tool table tr.loading td pre, .duke-services-tool table tr.loading td p, .duke-services-tool table tr.loading td a, .duke-services-tool table tr.loading td div {
        color: rgba(0,0,0,0.18)
    }

        .duke-services-tool table tr.loading td input {
            pointer-events: none
        }

        .duke-services-tool table tr.loading td .btn-blue, .duke-services-tool table tr.loading td .btn-blue:hover, .duke-services-tool table tr.loading td .btn-blue:active, .duke-services-tool table tr.loading td .btn-blue:focus {
            background: rgba(7,127,170,0.16);
            pointer-events: none
        }

    .duke-services-tool table td .btn-blue {
        display: block;
        margin: auto;
        margin-bottom: 10px;
        width: 100px !important;
        height: auto !important;
        padding: 8px !important
    }

.duke-services-modal .modal-body {
    height: 300px;
    overflow: auto
}

.ee-store .confirm-icon {
    width: 17px
}

.ee-store .signIn-header {
    margin: 30px auto
}

.ee-store button.more-info-label {
    margin: 0px 0 35px;
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
    color: #006060;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-bottom: none;
    letter-spacing: .025em;
    background: 0 0;
    border: none;
    padding: 2px 0 3px 0
}

    .ee-store button.more-info-label span {
        display: inline-block
    }

    .ee-store button.more-info-label i {
        display: inline-block;
        margin-left: 5px;
        vertical-align: top;
        margin-top: 5px
    }

    .ee-store button.more-info-label:hover {
        background-color: #e0f6fb;
        padding: 2px 0 3px 0
    }

.led-ee-store #leave-page-modal .btn, .led-ee-store #leave-page-modal .btn-main-blue, .led-ee-store #leave-page-modal .btn-small-main-blue, .led-ee-store #leave-page-modal .btn-medium-main-blue, .led-ee-store #leave-page-modal .btn-large-main-blue, .led-ee-store #leave-page-modal .btn-reverse, .led-ee-store #leave-page-modal .btn-small-reverse, .led-ee-store #leave-page-modal .btn-medium-reverse, .led-ee-store #leave-page-modal .btn-large-reverse, .led-ee-store #leave-page-modal .btn-light, .led-ee-store #leave-page-modal .btn-submit, .led-ee-store #leave-page-modal .btn-previous, .led-ee-store #leave-page-modal .btn-blue, .led-ee-store #leave-page-modal .btn-aqua-blue, .led-ee-store #leave-page-modal .btn-dark-blue, .led-ee-store #leave-page-modal .btn-green, .led-ee-store #leave-page-modal .btn-white, .led-ee-store #leave-page-modal .btn-white-blue, .led-ee-store #leave-page-modal .btn-white-whitebackground, .led-ee-store #leave-page-modal .btn-grey, .led-ee-store #leave-page-modal .btn-light-grey, .led-ee-store #leave-page-modal .btn-disabled, .led-ee-store #leave-page-modal .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .led-ee-store #leave-page-modal .toggle-btn {
    display: inline-block;
    margin: 0
}

    .led-ee-store #leave-page-modal .btn:first-child, .led-ee-store #leave-page-modal .btn-main-blue:first-child, .led-ee-store #leave-page-modal .btn-small-main-blue:first-child, .led-ee-store #leave-page-modal .btn-medium-main-blue:first-child, .led-ee-store #leave-page-modal .btn-large-main-blue:first-child, .led-ee-store #leave-page-modal .btn-reverse:first-child, .led-ee-store #leave-page-modal .btn-small-reverse:first-child, .led-ee-store #leave-page-modal .btn-medium-reverse:first-child, .led-ee-store #leave-page-modal .btn-large-reverse:first-child, .led-ee-store #leave-page-modal .btn-light:first-child, .led-ee-store #leave-page-modal .btn-submit:first-child, .led-ee-store #leave-page-modal .btn-previous:first-child, .led-ee-store #leave-page-modal .btn-blue:first-child, .led-ee-store #leave-page-modal .btn-aqua-blue:first-child, .led-ee-store #leave-page-modal .btn-dark-blue:first-child, .led-ee-store #leave-page-modal .btn-green:first-child, .led-ee-store #leave-page-modal .btn-white:first-child, .led-ee-store #leave-page-modal .btn-white-blue:first-child, .led-ee-store #leave-page-modal .btn-white-whitebackground:first-child, .led-ee-store #leave-page-modal .btn-grey:first-child, .led-ee-store #leave-page-modal .btn-light-grey:first-child, .led-ee-store #leave-page-modal .btn-disabled:first-child, .led-ee-store #leave-page-modal .general-form-styles .toggle-btn-container .toggle-btn:first-child, .general-form-styles .toggle-btn-container .led-ee-store #leave-page-modal .toggle-btn:first-child {
        margin-right: 10px
    }

.led-ee-store .confirm-icon {
    width: 30px
}

.led-ee-store .inside-status {
    max-width: 150px;
    margin-top: 10px
}

.led-ee-store .status-text {
    display: inline-block;
    max-width: 80px;
    vertical-align: middle;
    margin-left: 5px
}

.led-ee-store .terms-conditions {
    margin: 30px auto !important
}

.led-ee-store .duke-form radio-list {
    margin-top: 10px;
    display: block
}

    .led-ee-store .duke-form radio-list .radio-group {
        margin-bottom: 0 !important
    }

.led-ee-store .duke-form .radio-container {
    font-size: 14px;
    margin-bottom: 0 !important
}

    .led-ee-store .duke-form .radio-container input[type=radio] {
        top: 12px;
        left: 0;
        height: 16px;
        width: 20px
    }

        .led-ee-store .duke-form .radio-container input[type=radio]:checked + span.radio-btn span:before {
            width: 9px;
            height: 9px;
            margin: 2px
        }

    .led-ee-store .duke-form .radio-container > span.radio-btn span {
        width: 15px;
        height: 15px;
        border-color: dimgray
    }

.led-ee-store .led-link.link {
    text-transform: uppercase
}

    .led-ee-store .led-link.link:hover {
        background: none;
        border-bottom: 2px solid #a7e1ea;
        padding-bottom: 2px;
        padding-top: 0px
    }

.led-ee-store .led-link.collapse .caret-icon {
    display: none
}

.led-ee-store .led-intro {
    text-align: center;
    margin: 50px auto 20px
}

    .led-ee-store .led-intro .led-link {
        margin-top: 30px;
        display: inline-block
    }

    .led-ee-store .led-intro .faq {
        margin-left: 20px
    }

.led-ee-store .table-responsive {
    -webkit-transition: 1s linear all;
    transition: 1s linear all
}

    .led-ee-store .table-responsive table.moreaccounts thead tr th:last-child {
        width: 180px !important
    }

    .led-ee-store .table-responsive .gray-row {
        background: #f2f4f4
    }

    .led-ee-store .table-responsive .blocked td, .led-ee-store .table-responsive .blocked td * {
        color: #D7D9DA !important
    }

@media only screen and (min-width: 0) and (max-width: 979px) {
    .led-ee-store .table-responsive table.moreaccounts thead tr th:last-child {
        min-width: 170px
    }

    .led-ee-store .table-responsive table.moreaccounts thead tr th:nth-child(4) {
        min-width: 140px
    }
}

@media only screen and (max-width: 767px) {
    .led-ee-store .faq-link {
        display: block
    }

    .led-ee-store .table-responsive .moreaccounts.mobile {
        border-top: 1px solid #dfe4e4;
        padding: 8px 10px 8px !important;
        margin-bottom: 0
    }

        .led-ee-store .table-responsive .moreaccounts.mobile .link {
            font-size: 14px
        }

        .led-ee-store .table-responsive .moreaccounts.mobile .inside-status {
            max-width: 100%
        }

        .led-ee-store .table-responsive .moreaccounts.mobile .mobile-column {
            width: 28%;
            display: inline-block;
            vertical-align: top
        }

            .led-ee-store .table-responsive .moreaccounts.mobile .mobile-column:nth-child(2) {
                width: 40%
            }

    .led-ee-store .led-intro .led-link {
        margin-top: 20px
    }

    .led-ee-store .available-links {
        border-top: 1px solid #dfe4e4 !important;
        margin-top: 20px
    }

    .led-ee-store .inside-status, .led-ee-store .mobile-address {
        line-height: 1.1
    }

    .led-ee-store .mobile-address {
        margin-top: 10px
    }

        .led-ee-store .mobile-address strong, .led-ee-store .mobile-address span {
            display: block
        }

        .led-ee-store .mobile-address span {
            max-width: 60%
        }
}

.ee-store .not-eligible-modal, .led-ee-store .not-eligible-modal {
    max-width: 500px;
    margin: 20px auto
}

    .ee-store .not-eligible-modal .error-container, .led-ee-store .not-eligible-modal .error-container {
        margin: auto !important
    }

.ee-store .duke-form [type="checkbox"], .led-ee-store .duke-form [type="checkbox"] {
    left: 21px;
    margin-top: -15px;
    opacity: 0
}

    .ee-store .duke-form [type="checkbox"] + label:before, .led-ee-store .duke-form [type="checkbox"] + label:before {
        width: 21px;
        height: 21px
    }

.ee-store .ee-status.eligible, .ee-store .ee-status.eligible a, .led-ee-store .ee-status.eligible, .led-ee-store .ee-status.eligible a {
    color: #54b948
}

.ee-store .ee-status.ineligible, .ee-store .ee-status.ineligible a, .led-ee-store .ee-status.ineligible, .led-ee-store .ee-status.ineligible a {
    color: #8b0e04
}

.ee-store .save-icon, .led-ee-store .save-icon {
    width: 70px;
    margin: 20px auto
}

.ee-store .simple-link, .led-ee-store .simple-link {
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
    color: #006060;
    text-decoration: none;
    border: 0 !important
}

    .ee-store .simple-link:hover, .led-ee-store .simple-link:hover {
        background: none !important
    }

.ee-store .caret-icon, .led-ee-store .caret-icon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 5px
}

.ee-store .annoucement-wrapper, .led-ee-store .annoucement-wrapper {
    max-width: 585px;
    margin: auto;
    padding: 10px 0
}

.ee-store .annoucement-store, .led-ee-store .annoucement-store {
    background-color: #f2f4f4;
    text-align: center;
    margin: 30px auto
}

    .ee-store .annoucement-store .btn, .ee-store .annoucement-store .btn-main-blue, .ee-store .annoucement-store .btn-small-main-blue, .ee-store .annoucement-store .btn-medium-main-blue, .ee-store .annoucement-store .btn-large-main-blue, .ee-store .annoucement-store .btn-reverse, .ee-store .annoucement-store .btn-small-reverse, .ee-store .annoucement-store .btn-medium-reverse, .ee-store .annoucement-store .btn-large-reverse, .ee-store .annoucement-store .btn-light, .ee-store .annoucement-store .btn-submit, .ee-store .annoucement-store .btn-previous, .ee-store .annoucement-store .btn-blue, .ee-store .annoucement-store .btn-aqua-blue, .ee-store .annoucement-store .btn-dark-blue, .ee-store .annoucement-store .btn-green, .ee-store .annoucement-store .btn-white, .ee-store .annoucement-store .btn-white-blue, .ee-store .annoucement-store .btn-white-whitebackground, .ee-store .annoucement-store .btn-grey, .ee-store .annoucement-store .btn-light-grey, .ee-store .annoucement-store .btn-disabled, .ee-store .annoucement-store .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .ee-store .annoucement-store .toggle-btn, .led-ee-store .annoucement-store .btn, .led-ee-store .annoucement-store .btn-main-blue, .led-ee-store .annoucement-store .btn-small-main-blue, .led-ee-store .annoucement-store .btn-medium-main-blue, .led-ee-store .annoucement-store .btn-large-main-blue, .led-ee-store .annoucement-store .btn-reverse, .led-ee-store .annoucement-store .btn-small-reverse, .led-ee-store .annoucement-store .btn-medium-reverse, .led-ee-store .annoucement-store .btn-large-reverse, .led-ee-store .annoucement-store .btn-light, .led-ee-store .annoucement-store .btn-submit, .led-ee-store .annoucement-store .btn-previous, .led-ee-store .annoucement-store .btn-blue, .led-ee-store .annoucement-store .btn-aqua-blue, .led-ee-store .annoucement-store .btn-dark-blue, .led-ee-store .annoucement-store .btn-green, .led-ee-store .annoucement-store .btn-white, .led-ee-store .annoucement-store .btn-white-blue, .led-ee-store .annoucement-store .btn-white-whitebackground, .led-ee-store .annoucement-store .btn-grey, .led-ee-store .annoucement-store .btn-light-grey, .led-ee-store .annoucement-store .btn-disabled, .led-ee-store .annoucement-store .general-form-styles .toggle-btn-container .toggle-btn, .general-form-styles .toggle-btn-container .led-ee-store .annoucement-store .toggle-btn {
        margin: 35px auto
    }

.ee-store .more-info-more, .led-ee-store .more-info-more {
    border-top: 0;
    display: none;
    margin-top: -75px
}

    .ee-store .more-info-more tr:not(.collapse-container) td, .led-ee-store .more-info-more tr:not(.collapse-container) td {
        border-top: 0
    }

    .ee-store .more-info-more table.more, .led-ee-store .more-info-more table.more {
        border-top-style: hidden
    }

        .ee-store .more-info-more table.more thead, .led-ee-store .more-info-more table.more thead {
            visibility: hidden
        }

.ee-store .search-account, .led-ee-store .search-account {
    background: #f2f4f4;
    padding: 6px 0 6px 0;
    margin-bottom: 31px;
    margin-top: 20px
}

    .ee-store .search-account .search-input, .led-ee-store .search-account .search-input {
        margin: 15px auto;
        width: 460px;
        white-space: nowrap;
        position: relative
    }

        .ee-store .search-account .search-input span.search, .led-ee-store .search-account .search-input span.search {
            position: absolute;
            right: 3px;
            top: 6px;
            padding-right: 18px;
            color: #077faa;
            font-size: 22px
        }

        .ee-store .search-account .search-input input[type="text"], .led-ee-store .search-account .search-input input[type="text"] {
            width: 460px;
            height: 51px;
            border: 1px solid #dfe4e4;
            padding-left: 20px;
            font-size: 16px;
            letter-spacing: .025em;
            color: #696969;
            -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
        }

            .ee-store .search-account .search-input input[type="text"]:focus, .led-ee-store .search-account .search-input input[type="text"]:focus {
                outline-color: #077faa;
                outline: 0;
                border: 1px solid #077faa
            }

        .ee-store .search-account .search-input img, .led-ee-store .search-account .search-input img {
            width: 23px;
            height: 22px
        }

    .ee-store .search-account input[type=text]::-ms-clear, .led-ee-store .search-account input[type=text]::-ms-clear {
        display: none;
        width: 0;
        height: 0
    }

    .ee-store .search-account input[type=text]::-ms-reveal, .led-ee-store .search-account input[type=text]::-ms-reveal {
        display: none;
        width: 0;
        height: 0
    }

.ee-store .noaccount, .led-ee-store .noaccount {
    display: none
}

.ee-store .no-accounts, .led-ee-store .no-accounts {
    height: auto;
    background-color: #f3fbfd;
    margin-bottom: 51px;
    width: 100%;
    margin-top: 50px;
    padding: 20px
}

    .ee-store .no-accounts .reason, .led-ee-store .no-accounts .reason {
        max-width: 700px;
        margin: 20px auto
    }

.ee-store .table-responsive, .led-ee-store .table-responsive {
    overflow-x: visible !important
}

    .ee-store .table-responsive table.moreaccounts, .led-ee-store .table-responsive table.moreaccounts {
        margin-bottom: 13px
    }

        .ee-store .table-responsive table.moreaccounts .shop-now, .led-ee-store .table-responsive table.moreaccounts .shop-now {
            padding-top: 0
        }

        .ee-store .table-responsive table.moreaccounts.tabnomar, .led-ee-store .table-responsive table.moreaccounts.tabnomar {
            margin-bottom: 0
        }

            .ee-store .table-responsive table.moreaccounts.tabnomar thead tr th:last-child, .led-ee-store .table-responsive table.moreaccounts.tabnomar thead tr th:last-child {
                width: 137px
            }

        .ee-store .table-responsive table.moreaccounts.more thead tr th, .led-ee-store .table-responsive table.moreaccounts.more thead tr th {
            border-bottom: 0 !important
        }

        .ee-store .table-responsive table.moreaccounts thead tr th, .led-ee-store .table-responsive table.moreaccounts thead tr th {
            padding: 20px 20px !important;
            letter-spacing: .025em;
            border-bottom: 1px solid #dfe4e4 !important;
            white-space: nowrap
        }

            .ee-store .table-responsive table.moreaccounts thead tr th:first-child, .led-ee-store .table-responsive table.moreaccounts thead tr th:first-child {
                width: 140px !important
            }

            .ee-store .table-responsive table.moreaccounts thead tr th:nth-child(2), .led-ee-store .table-responsive table.moreaccounts thead tr th:nth-child(2) {
                width: 250px !important
            }

            .ee-store .table-responsive table.moreaccounts thead tr th:nth-child(3), .led-ee-store .table-responsive table.moreaccounts thead tr th:nth-child(3) {
                width: 250px !important
            }

            .ee-store .table-responsive table.moreaccounts thead tr th:nth-child(4), .led-ee-store .table-responsive table.moreaccounts thead tr th:nth-child(4) {
                width: 140px !important
            }

            .ee-store .table-responsive table.moreaccounts thead tr th:last-child, .led-ee-store .table-responsive table.moreaccounts thead tr th:last-child {
                width: 120px
            }

            .ee-store .table-responsive table.moreaccounts thead tr th .info-tooltip, .led-ee-store .table-responsive table.moreaccounts thead tr th .info-tooltip {
                top: 41px;
                right: 23px;
                margin-left: 0;
                width: 20px
            }

        .ee-store .table-responsive table.moreaccounts tbody tr td, .led-ee-store .table-responsive table.moreaccounts tbody tr td {
            border-bottom: 1px solid #dfe4e4 !important;
            padding: 15px 20px !important;
            letter-spacing: .025em;
            color: #696969;
            border-top: 0;
            text-align: left;
            position: relative
        }

            .ee-store .table-responsive table.moreaccounts tbody tr td, .ee-store .table-responsive table.moreaccounts tbody tr td a, .ee-store .table-responsive table.moreaccounts tbody tr td .link, .led-ee-store .table-responsive table.moreaccounts tbody tr td, .led-ee-store .table-responsive table.moreaccounts tbody tr td a, .led-ee-store .table-responsive table.moreaccounts tbody tr td .link {
                font-size: 14px
            }

                .ee-store .table-responsive table.moreaccounts tbody tr td .form-control, .led-ee-store .table-responsive table.moreaccounts tbody tr td .form-control {
                    height: 35px
                }

        .ee-store .table-responsive table.moreaccounts .invalid-label, .led-ee-store .table-responsive table.moreaccounts .invalid-label {
            position: initial;
            margin-top: 8px
        }

@media only screen and (max-width: 767px) {
    .ee-store .table-responsive table.moreaccounts thead tr th:nth-child(4), .led-ee-store .table-responsive table.moreaccounts thead tr th:nth-child(4) {
        min-width: 140px
    }

    .ee-store .table-responsive table.moreaccounts thead tr th:last-child, .led-ee-store .table-responsive table.moreaccounts thead tr th:last-child {
        min-width: 120px
    }
}

.tools-home-page {
    margin: 50px auto
}

    .tools-home-page .signIn-header {
        margin-bottom: 50px
    }

    .tools-home-page .loadingSpinner {
        position: absolute;
        background: white;
        z-index: 10
    }

    .tools-home-page .tools-wrapper {
        margin: auto;
        display: block;
        position: relative;
        max-width: 100%
    }

        .tools-home-page .tools-wrapper:after {
            content: " ";
            display: table;
            clear: both
        }

    .tools-home-page .error-container {
        width: 100% !important;
        margin: 40px 0 50px !important
    }

        .tools-home-page .error-container img {
            height: 35px;
            width: 35px
        }

        .tools-home-page .error-container p {
            padding: 0 20%;
            margin: 20px
        }

    .tools-home-page .tool-img {
        height: 40px
    }

        .tools-home-page .tool-img img {
            height: 100%
        }

    .tools-home-page .tools-list, .tools-home-page .tools-content {
        border-radius: 3px;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        position: relative
    }

    .tools-home-page .tool-name {
        margin-left: 20px;
        max-width: 47%;
        font-size: 14px
    }

    .tools-home-page .tools-list {
        max-width: 100%;
        overflow-x: hidden;
        border-right: 1px solid #d9d9d9
    }

        .tools-home-page .tools-list > div {
            border: 1px solid #d9d9d9;
            padding: 5px 20px;
            border-radius: 3px;
            cursor: pointer;
            -moz-transform: translateX(15px);
            -webkit-transform: translateX(15px);
            -o-transform: translateX(15px);
            -ms-transform: translateX(15px);
            transform: translateX(15px);
            -ms-transition: 0.4s linear;
            -moz-transition: 0.4s linear;
            -o-transition: 0.4s linear;
            -webkit-transition: 0.4s linear;
            transition: 0.4s linear
        }

            .tools-home-page .tools-list > div:hover {
                -moz-transform: translateX(0px);
                -webkit-transform: translateX(0px);
                -o-transform: translateX(0px);
                -ms-transform: translateX(0px);
                transform: translateX(0px)
            }

            .tools-home-page .tools-list > div .tool-img, .tools-home-page .tools-list > div .tool-name {
                display: inline-block;
                vertical-align: middle
            }

    .tools-home-page .tools-content {
        width: 100%;
        padding: 40px;
        border: 1px solid #d9d9d9
    }

@media (max-width: 767px) {
    .row {
        margin-left: -11px;
        margin-right: -11px
    }

        .row:before, .row:after {
            content: " ";
            display: table
        }

        .row:after {
            clear: both
        }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
        position: relative;
        min-height: 1px;
        padding-left: 11px;
        padding-right: 11px
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4 {
        float: left
    }

    .col-xs-1 {
        width: 25%
    }

    .col-xs-2 {
        width: 50%
    }

    .col-xs-3 {
        width: 75%
    }

    .col-xs-4 {
        width: 100%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-pull-1 {
        right: 25%
    }

    .col-xs-pull-2 {
        right: 50%
    }

    .col-xs-pull-3 {
        right: 75%
    }

    .col-xs-pull-4 {
        right: 100%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-push-1 {
        left: 25%
    }

    .col-xs-push-2 {
        left: 50%
    }

    .col-xs-push-3 {
        left: 75%
    }

    .col-xs-push-4 {
        left: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0%
    }

    .col-xs-offset-1 {
        margin-left: 25%
    }

    .col-xs-offset-2 {
        margin-left: 50%
    }

    .col-xs-offset-3 {
        margin-left: 75%
    }

    .col-xs-offset-4 {
        margin-left: 100%
    }

    .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        width: 100%
    }

    div[class^="col"] {
        padding-left: 11px;
        padding-right: 11px;
        margin: 0
    }

    .duke-form .form-group .col-xs-1 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-2 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-3 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-4 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-5 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-6 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-7 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-8 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-9 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-10 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-11 {
        padding-right: 0;
        padding-left: 14px
    }

    .duke-form .form-group .col-xs-12 {
        padding-right: 0;
        padding-left: 14px
    }

    .container {
        padding-left: 13px;
        padding-right: 13px
    }
}

@media (min-width: 768px) {
    .container {
        width: 768px;
        padding-left: 22px;
        padding-right: 22px
    }

    .col-sm-1 {
        width: 62px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-2 {
        width: 124px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-3 {
        width: 186px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-4 {
        width: 248px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-5 {
        width: 310px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-6 {
        width: 372px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-7 {
        width: 434px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-8 {
        width: 496px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-9 {
        width: 558px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-10 {
        width: 620px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-11 {
        width: 682px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-12 {
        width: 744px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .duke-form .form-group .col-sm-1 {
        width: 16.66667%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-2 {
        width: 33.33333%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-3 {
        width: 50%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-4 {
        width: 66.66667%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-5 {
        width: 83.33333%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-6 {
        width: 100%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-7 {
        width: 116.66667%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-8 {
        width: 133.33333%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-9 {
        width: 150%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-10 {
        width: 166.66667%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-11 {
        width: 183.33333%;
        padding-left: 20px;
        padding-right: 0
    }

    .duke-form .form-group .col-sm-12 {
        width: 200%;
        padding-left: 20px;
        padding-right: 0
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

        .row:before, .row:after {
            content: " ";
            display: table
        }

        .row:after {
            clear: both
        }
}

@media (min-width: 980px) {
    .container {
        width: 980px;
        padding-left: 20px;
        padding-right: 20px
    }

    .col-md-1 {
        width: 80px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-2 {
        width: 160px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-3 {
        width: 240px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-4 {
        width: 320px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-5 {
        width: 400px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-6 {
        width: 480px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-7 {
        width: 560px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-8 {
        width: 640px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-9 {
        width: 720px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-10 {
        width: 800px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-11 {
        width: 880px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-12 {
        width: 960px;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .duke-form .form-group .col-md-1 {
        width: 16.66667%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-2 {
        width: 33.33333%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-3 {
        width: 50%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-4 {
        width: 66.66667%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-5 {
        width: 83.33333%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-6 {
        width: 100%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-7 {
        width: 116.66667%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-8 {
        width: 133.33333%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-9 {
        width: 150%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-10 {
        width: 166.66667%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-11 {
        width: 183.33333%;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-md-12 {
        width: 200%;
        padding-right: 0;
        padding-left: 20px
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

        .row:before, .row:after {
            content: " ";
            display: table
        }

        .row:after {
            clear: both
        }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding-left: 30px;
        padding-right: 30px
    }

    .col-lg-1 {
        width: 97.5px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-2 {
        width: 195px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-3 {
        width: 292.5px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-4 {
        width: 390px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-5 {
        width: 487.5px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-6 {
        width: 585px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-7 {
        width: 682.5px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-8 {
        width: 780px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-9 {
        width: 877.5px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-10 {
        width: 975px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-11 {
        width: 1072.5px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-12 {
        width: 1170px !important;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .duke-form .form-group .col-lg-1 {
        width: 16.66667% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-2 {
        width: 33.33333% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-3 {
        width: 50% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-4 {
        width: 66.66667% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-5 {
        width: 83.33333% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-6 {
        width: 100% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-7 {
        width: 116.66667% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-8 {
        width: 133.33333% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-9 {
        width: 150% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-10 {
        width: 166.66667% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-11 {
        width: 183.33333% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .duke-form .form-group .col-lg-12 {
        width: 200% !important;
        padding-right: 0;
        padding-left: 20px
    }

    .row {
        margin-left: -15px;
        margin-right: -15px
    }

        .row:before, .row:after {
            content: " ";
            display: table
        }

        .row:after {
            clear: both
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .col-sm-offset-1 {
        margin-left: 62px !important
    }

    .col-xs-offset-1, .col-md-offset-1, .col-lg-offset-1 {
        margin-left: 0
    }

    .col-sm-offset-2 {
        margin-left: 124px !important
    }

    .col-xs-offset-2, .col-md-offset-2, .col-lg-offset-2 {
        margin-left: 0
    }

    .col-sm-offset-3 {
        margin-left: 186px !important
    }

    .col-xs-offset-3, .col-md-offset-3, .col-lg-offset-3 {
        margin-left: 0
    }

    .col-sm-offset-4 {
        margin-left: 248px !important
    }

    .col-xs-offset-4, .col-md-offset-4, .col-lg-offset-4 {
        margin-left: 0
    }

    .col-sm-offset-5 {
        margin-left: 310px !important
    }

    .col-xs-offset-5, .col-md-offset-5, .col-lg-offset-5 {
        margin-left: 0
    }

    .col-sm-offset-6 {
        margin-left: 372px !important
    }

    .col-xs-offset-6, .col-md-offset-6, .col-lg-offset-6 {
        margin-left: 0
    }

    .col-sm-offset-7 {
        margin-left: 434px !important
    }

    .col-xs-offset-7, .col-md-offset-7, .col-lg-offset-7 {
        margin-left: 0
    }

    .col-sm-offset-8 {
        margin-left: 496px !important
    }

    .col-xs-offset-8, .col-md-offset-8, .col-lg-offset-8 {
        margin-left: 0
    }

    .col-sm-offset-9 {
        margin-left: 558px !important
    }

    .col-xs-offset-9, .col-md-offset-9, .col-lg-offset-9 {
        margin-left: 0
    }

    .col-sm-offset-10 {
        margin-left: 620px !important
    }

    .col-xs-offset-10, .col-md-offset-10, .col-lg-offset-10 {
        margin-left: 0
    }

    .col-sm-offset-11 {
        margin-left: 682px !important
    }

    .col-xs-offset-11, .col-md-offset-11, .col-lg-offset-11 {
        margin-left: 0
    }

    .col-sm-offset-12 {
        margin-left: 744px !important
    }

    .col-xs-offset-12, .col-md-offset-12, .col-lg-offset-12 {
        margin-left: 0
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .col-md-offset-1 {
        margin-left: 80px !important
    }

    .col-xs-offset-1, .col-sm-offset-1, .col-lg-offset-1 {
        margin-left: 0
    }

    .col-md-offset-2 {
        margin-left: 160px !important
    }

    .col-xs-offset-2, .col-sm-offset-2, .col-lg-offset-2 {
        margin-left: 0
    }

    .col-md-offset-3 {
        margin-left: 240px !important
    }

    .col-xs-offset-3, .col-sm-offset-3, .col-lg-offset-3 {
        margin-left: 0
    }

    .col-md-offset-4 {
        margin-left: 320px !important
    }

    .col-xs-offset-4, .col-sm-offset-4, .col-lg-offset-4 {
        margin-left: 0
    }

    .col-md-offset-5 {
        margin-left: 400px !important
    }

    .col-xs-offset-5, .col-sm-offset-5, .col-lg-offset-5 {
        margin-left: 0
    }

    .col-md-offset-6 {
        margin-left: 480px !important
    }

    .col-xs-offset-6, .col-sm-offset-6, .col-lg-offset-6 {
        margin-left: 0
    }

    .col-md-offset-7 {
        margin-left: 560px !important
    }

    .col-xs-offset-7, .col-sm-offset-7, .col-lg-offset-7 {
        margin-left: 0
    }

    .col-md-offset-8 {
        margin-left: 640px !important
    }

    .col-xs-offset-8, .col-sm-offset-8, .col-lg-offset-8 {
        margin-left: 0
    }

    .col-md-offset-9 {
        margin-left: 720px !important
    }

    .col-xs-offset-9, .col-sm-offset-9, .col-lg-offset-9 {
        margin-left: 0
    }

    .col-md-offset-10 {
        margin-left: 800px !important
    }

    .col-xs-offset-10, .col-sm-offset-10, .col-lg-offset-10 {
        margin-left: 0
    }

    .col-md-offset-11 {
        margin-left: 880px !important
    }

    .col-xs-offset-11, .col-sm-offset-11, .col-lg-offset-11 {
        margin-left: 0
    }

    .col-md-offset-12 {
        margin-left: 960px !important
    }

    .col-xs-offset-12, .col-sm-offset-12, .col-lg-offset-12 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-1 {
        margin-left: 97.5px !important
    }

    .col-xs-offset-1, .col-sm-offset-1, .col-md-offset-1 {
        margin-left: 0
    }

    .col-lg-offset-2 {
        margin-left: 195px !important
    }

    .col-xs-offset-2, .col-sm-offset-2, .col-md-offset-2 {
        margin-left: 0
    }

    .col-lg-offset-3 {
        margin-left: 292.5px !important
    }

    .col-xs-offset-3, .col-sm-offset-3, .col-md-offset-3 {
        margin-left: 0
    }

    .col-lg-offset-4 {
        margin-left: 390px !important
    }

    .col-xs-offset-4, .col-sm-offset-4, .col-md-offset-4 {
        margin-left: 0
    }

    .col-lg-offset-5 {
        margin-left: 487.5px !important
    }

    .col-xs-offset-5, .col-sm-offset-5, .col-md-offset-5 {
        margin-left: 0
    }

    .col-lg-offset-6 {
        margin-left: 585px !important
    }

    .col-xs-offset-6, .col-sm-offset-6, .col-md-offset-6 {
        margin-left: 0
    }

    .col-lg-offset-7 {
        margin-left: 682.5px !important
    }

    .col-xs-offset-7, .col-sm-offset-7, .col-md-offset-7 {
        margin-left: 0
    }

    .col-lg-offset-8 {
        margin-left: 780px !important
    }

    .col-xs-offset-8, .col-sm-offset-8, .col-md-offset-8 {
        margin-left: 0
    }

    .col-lg-offset-9 {
        margin-left: 877.5px !important
    }

    .col-xs-offset-9, .col-sm-offset-9, .col-md-offset-9 {
        margin-left: 0
    }

    .col-lg-offset-10 {
        margin-left: 975px !important
    }

    .col-xs-offset-10, .col-sm-offset-10, .col-md-offset-10 {
        margin-left: 0
    }

    .col-lg-offset-11 {
        margin-left: 1072.5px !important
    }

    .col-xs-offset-11, .col-sm-offset-11, .col-md-offset-11 {
        margin-left: 0
    }

    .col-lg-offset-12 {
        margin-left: 1170px !important
    }

    .col-xs-offset-12, .col-sm-offset-12, .col-md-offset-12 {
        margin-left: 0
    }
}

.piedmont-natural-gas h1, .piedmont-natural-gas h3, .piedmont-natural-gas h4 {
    color: #0074b3
}

.piedmont-natural-gas h2 {
    color: #4c4c4c
}

.piedmont-natural-gas nav.main-nav {
    background-color: #0074b3
}

@media (max-width: 979px) and (min-width: 0) {
    .piedmont-natural-gas nav.main-nav {
        background-color: #fff
    }

        .piedmont-natural-gas nav.main-nav .nav-container-right li a {
            color: #0074b3
        }

        .piedmont-natural-gas nav.main-nav .hamburger-navbar .hamburger-container .hamburger-meat {
            background-color: #0074b3
        }
}

.piedmont-natural-gas nav.main-nav .state-container .state-select:hover, .piedmont-natural-gas nav.main-nav .state-container .state-select.active, .piedmont-natural-gas nav.main-nav .state-container .state-select:focus {
    background-color: #3390c2
}

.piedmont-natural-gas nav.main-nav .navbar-nav li.active a {
    background-color: #3390c2
}

.piedmont-natural-gas nav.main-nav .navbar-nav li > a:hover, .piedmont-natural-gas nav.main-nav .navbar-nav li > a:focus, .piedmont-natural-gas nav.main-nav .navbar-nav li > a:active {
    background-color: #3390c2
}

.piedmont-natural-gas .mobile-nav {
    background-color: #0074b3
}

    .piedmont-natural-gas .mobile-nav .mobile-item .nav > li {
        background-color: #0074b3;
        border-bottom-color: #AAB6BF
    }

        .piedmont-natural-gas .mobile-nav .mobile-item .nav > li > a {
            color: #0074b3
        }

        .piedmont-natural-gas .mobile-nav .mobile-item .nav > li > button {
            background-color: #0074b3
        }

.piedmont-natural-gas .secondary-nav .sublinks-nav > li > a {
    color: #0074b3
}

.piedmont-natural-gas .tertiary-nav .title-container .page-title a {
    color: #0074b3
}

.piedmont-natural-gas .tertiary-nav .collapse-container .section .wrapper .title a {
    color: #0074b3
}

.piedmont-natural-gas .tertiary-nav .section-nav ul li a {
    color: #0074b3
}

    .piedmont-natural-gas .tertiary-nav .section-nav ul li a.active {
        color: #0074b3
    }

.piedmont-natural-gas .signin-module.sigin-wrapper {
    background-color: #f1f3f3
}

    .piedmont-natural-gas .signin-module.sigin-wrapper a {
        color: #0074b3
    }

    .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="text"], .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="email"], .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="password"], .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="submit"] {
        background-color: #fff;
        color: #0074b3
    }

        .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="text"]::-webkit-input-placeholder, .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="email"]::-webkit-input-placeholder, .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="password"]::-webkit-input-placeholder, .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="submit"]::-webkit-input-placeholder {
            color: #0074b3 !important
        }

    .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form .remember-container label {
        color: #0074b3
    }

    .piedmont-natural-gas .signin-module.sigin-wrapper .sigin-form input[type="submit"] {
        background-color: #0074b3;
        color: #fff
    }

    .piedmont-natural-gas .signin-module.sigin-wrapper .form-title {
        color: #014464
    }

    .piedmont-natural-gas .signin-module.sigin-wrapper .tooltip.top .tooltip-arrow {
        border-top-color: #0074b3 !important
    }

    .piedmont-natural-gas .signin-module.sigin-wrapper .tooltip.right .tooltip-arrow {
        border-right-color: #0074b3 !important
    }

    .piedmont-natural-gas .signin-module.sigin-wrapper .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #0074b3 !important
    }

    .piedmont-natural-gas .signin-module.sigin-wrapper .tooltip.left .tooltip-arrow {
        border-left-color: #0074b3 !important
    }

    .piedmont-natural-gas .signin-module.sigin-wrapper .tooltip .tooltip-inner {
        background-color: #0074b3
    }

.piedmont-natural-gas .hero-container .carousel .item.dark-hero .carousel-caption * {
    color: #0074b3
}

.piedmont-natural-gas .component--gray {
    background-color: #edf6fd
}

.piedmont-natural-gas .shaded-bg {
    background-color: #edf6fd !important
}

.piedmont-natural-gas .component-footer__button {
    background-color: #0074b3
}

.piedmont-natural-gas .btn-main-blue, .piedmont-natural-gas .btn-small-main-blue, .piedmont-natural-gas .btn-medium-main-blue, .piedmont-natural-gas .btn-large-main-blue, .piedmont-natural-gas .btn-small-main-blue, .piedmont-natural-gas .btn-medium-main-blue, .piedmont-natural-gas .btn-large-main-blue {
    background-color: #0074b3
}

.piedmont-natural-gas .component-footer__content a {
    color: #0074b3
}

.piedmont-natural-gas .component footer {
    background-color: transparent
}

.piedmont-natural-gas .nav-card-body__button {
    background-color: #0074b3
}

.piedmont-natural-gas .nav-card-body__description a {
    color: #0074b3
}

.piedmont-natural-gas a.nav-card .nav-card-body__title, .piedmont-natural-gas .nav-card .nav-card-body__title a {
    color: #0074b3
}

.piedmont-natural-gas .quick-links-container ul a, .piedmont-natural-gas .quick-links-container ul button {
    color: #0074b3
}

.piedmont-natural-gas .quick-links-container ul li.ql-ask-question a span:after {
    border-top-color: #0074b3
}

@media (max-width: 500px) {
    .piedmont-natural-gas .pod-layout.flipboard .slick-dots {
        border-color: #0074b3
    }

        .piedmont-natural-gas .pod-layout.flipboard .slick-dots li.slick-active {
            background-color: #0074b3
        }
}

.piedmont-natural-gas .accordion-items > ul > li button .text-wrapper {
    color: #0074b3
}

.piedmont-natural-gas .accordion-items > ul > li button .icon-wrapper:after {
    color: #0074b3
}

.piedmont-natural-gas .fat-footer, .piedmont-natural-gas .skinny-footer, .piedmont-natural-gas footer, .piedmont-natural-gas .social-wrapper {
    background-color: #0074b3
}

.piedmont-natural-gas .footer-nav-wrapper .footer-links {
    border-bottom-color: #AAB6BF
}

.piedmont-natural-gas .social-wrapper {
    border-top-color: #AAB6BF
}

@media (max-width: 979px) and (min-width: 0) {
    .piedmont-natural-gas footer .footer-links .footer-links-item .accordion-items > ul:first-child {
        border-top-color: #AAB6BF
    }

    .piedmont-natural-gas footer .footer-links .footer-links-item .accordion-items > ul > li {
        border-bottom-color: #AAB6BF
    }

        .piedmont-natural-gas footer .footer-links .footer-links-item .accordion-items > ul > li .content ul li a {
            color: #0074b3
        }

    .piedmont-natural-gas footer .footer-links .footer-links-item .col-md-12 {
        border-bottom-color: #AAB6BF
    }
}

.piedmont-natural-gas #email-signup .header {
    background-color: #0074b3
}

    .piedmont-natural-gas #email-signup .header .form-button {
        background-color: #0074b3
    }

.piedmont-natural-gas .form-select-field:before {
    border-top-color: #0074b3
}
/*# sourceMappingURL=common.min.css.map */

/* Custom CSS in an attempt to fix the navbar header issue on tablet devices */
.navbar-header-custom {
    margin-left: -2px;
    margin-right: -15px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .navbar-collapse.collapsing .mobile-nav,
    .navbar-collapse.in .mobile-nav {
        display: block;
    }
}
