@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap);

* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif
}

h1:not(.state-disclousures h1) {
    font-style: normal;
    font-weight: 600;
    font-size: 81px;
    line-height: 81px;
    color: #0282c6
}

@media (min-width:992px) {
    h1:not(.state-disclousures h1) {
        font-size: 81px
    }
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 35.0262px;
    line-height: 43px;
    color: #0282c6
}

body {
    background-color: #f5f5f5
}

.banner-text-items {
    transition: .5s all ease
}

.banner-title {
    font-style: normal;
    font-weight: 600;
    font-size: 71px;
    line-height: 76px;
    color: #13334a;
    margin-bottom: 15px
}

.banner-title>span {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 71px;
    line-height: 76px;
    color: #0282c6 !important
}

@media (max-width:991px) {

    .banner-title>span,
    h1 {
        font-size: 55px !important;
        line-height: 60px !important
    }
}

.banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #828f9c;
    max-width: 450px;
    margin: auto 0;
    margin-bottom: 30px
}

.banner-li,
.banner-li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #02a9f7;
    padding-left: 20px
}

a:hover {
    color: #0282c6 !important
}

.banner-li a {
    padding-left: 0
}

form:not(.woocommerce form) {
    width: 100%;
    max-width: 565px;
    background: #fffefe;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
    transition: .5s all ease
}

.form-title {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    color: #0282c6;
    margin-bottom: 25px
}

.form-footer {
    text-align: center
}

.form-footer .note {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #828f9c;
    max-width: 330px;
    margin: auto;
    margin-bottom: 15px
}

.form-footer .info {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #828f9c
}

.form-footer .info a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
    color: #02a9f7
}

[type=submit] {
    background: #02a9f7;
    border-radius: 5px;
    border: unset;
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

[type=submit]:hover {
    background-color: #0282c6 !important
}

[type=email]:not(.woocommerce [type=email]),
[type=text]:not(.woocommerce [type=text]) {
    background: #eff0f2;
    border-radius: 5px;
    border: unset;
    font-weight: 600;
    color: #02a9f7 !important;
    padding: 15px
}

[type=email]:focus,
[type=text]:focus {
    background-color: #fff;
    box-shadow: unset;
    background: #fff;
    border: 1px solid #eff0f2;
    border-radius: 5px
}

[type=checkbox]:focus {
    box-shadow: unset
}

[type=checkbox] {
    background: #eff0f2;
    border-radius: 5px;
    border: unset;
    color: #02a9f7 !important
}

[type=checkbox]:checked {
    background-color: #02a9f7 !important
}

[type=text]::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #828f9c
}

form label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #13334a
}

.bg-blue {
    background-color: #0282c6 !important
}

.af-wrapper p {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .2px;
    color: #fff;
    margin-bottom: 0;
    max-width: 1050px;
    margin: auto
}

.ty-content img {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    margin-bottom: 3em
}

.ty-content h1 {
    font-weight: 600;
    font-size: 81px;
    line-height: 68px;
    color: #0282c6;
    margin-bottom: .5em
}

.ty-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: .2px;
    color: #828f9c;
    max-width: 580px;
    margin: auto
}

.ty-content a {
    color: #828f9c;
    text-decoration: none
}

.ty-content a:hover {
    color: #0282c6
}

.payment-container {
    background-color: #fff
}

.logout-link>a {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #02a9f7;
    position: relative;
    text-decoration: none
}

.content-text>a:hover {
    color: #02a9f7 !important
}

a.underlined:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #02a9f7
}

.payment-wrapper {
    text-align: center;
    background-color: #0282c6;
    box-shadow: 16px 16px 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    max-width: 330px;
    width: 100%;
    color: #fff
}

@media screen and (max-width:991px) {

    .logout-link,
    .payment-header {
        margin-bottom: 2em
    }

    .payment-wrapper {
        max-width: 100%
    }
}

.payment-wrapper h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .46px;
    color: #fff
}

.payment-wrapper a {
    color: #fff !important;
    text-decoration-line: underline;
    font-weight: 600
}

.payment-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .46px;
    color: rgba(255, 255, 255, .6)
}

.payment-wrapper div {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    margin-bottom: 15px
}

.payment-wrapper div:last-child {
    border-bottom: unset;
    margin-bottom: unset
}

.payment-header h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 81px;
    line-height: 81px;
    color: #0282c6
}

.payment-header p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: .2px;
    color: #828f9c;
    max-width: 545px;
    margin: auto
}

.payment-header p>b {
    color: #13334a
}

table:not(.shop_table) {
    border-collapse: collapse;
    width: 100%
}

table:not(.shop_table) caption {
    font-size: 1.5em;
    margin: .5em 0 .75em
}

.acct-overview table tbody {
    position: relative
}

.acct-overview table tbody tr {
    border-top: .437684px solid #000 !important;
    border-bottom: .437684px solid #000 !important
}

.acct-overview table tr td:first-child {
    font-size: 12.5px
}

table:not(.shop_table) tr th {
    font-style: normal;
    font-weight: 600;
    font-size: 9.62906px;
    line-height: 13px;
    text-transform: uppercase;
    color: #757575
}

table:not(.shop_table) tr td {
    font-style: normal;
    font-weight: 600;
    font-size: 9.62906px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #757575
}

table:not(.shop_table) tr td:first-child {
    font-weight: 700;
    text-align: left
}

table:not(.shop_table) tbody tr.view {
    vertical-align: middle
}

table:not(.shop_table) tbody tr.fold {
    border-bottom: unset !important;
    border-top: unset !important;
    height: 70px
}

table:not(.shop_table) tbody tr.fold td {
    font-style: normal;
    font-weight: 400;
    font-size: 12.2552px;
    line-height: 13px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    vertical-align: middle
}

.fold td:first-child {
    content: ''
}

.table:not(.shop_table) tbody tr.fold-btn {
    border-top: unset !important;
    border-bottom: unset !important
}

.table-btn {
    text-align: center;
    background: #02a9f7;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff
}

.table-btn:hover {
    background-color: #0282c6 !important;
    color: #fff !important
}

.view td .expand-btn {
    padding: 0;
    height: 15px;
    width: 15px;
    border: unset;
    background-color: unset;
    -webkit-transition: all .3s;
    transition: all .3s
}

.view td .expand-btn:not(.active) {
    background-image: url(../images/arrow-down.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.view td .expand-btn.active {
    background-image: url(../images/close-dropdown.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.fold-btn:not(.active),
.fold:not(.active) {
    display: none
}

.acct-overview .disclaimer {
    max-width: 635px;
    margin: auto
}

.acct-overview .disclaimer h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: .2px;
    color: #6d7280;
    margin-bottom: 0
}

.acct-overview .disclaimer p {
    font-style: italic;
    font-weight: 300;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: .2px;
    color: #6d7280
}

.acct-overview .disclaimer ol {
    padding-left: 10px;
    font-style: italic;
    font-weight: 300;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: .2px;
    color: #6d7280
}

@media screen and (max-width:768px) {
    table {
        border: 0
    }

    table caption {
        font-size: 12px
    }

    tr.view {
        display: none !important
    }

    .fold td:first-child {
        content: attr(data-label)
    }

    table tr {
        border-bottom: 3px solid #ddd !important;
        display: block !important;
        margin-bottom: .625em
    }

    table tr td:last-of-type {
        display: none
    }

    table td {
        border-bottom: 1px solid #ddd !important;
        display: block !important;
        font-size: .8em;
        text-align: right !important
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }

    table td:last-child {
        border-bottom: 0
    }

    thead tr {
        display: none !important
    }

    table tbody tr.fold {
        height: 100%
    }

    table tbody tr.fold-btn {
        margin-bottom: 70px
    }

    .acct-overview h2 {
        text-align: center;
        margin-bottom: 2rem
    }

    .fold-btn td {
        border-bottom: unset !important
    }
}

table tr td {
    width: 5.2%;
    min-width: 5.2%;
    max-width: 5.2%;

    table tr td:nth-child(2) {
        width: 9.6%;
        min-width: 9.6%;
        max-width: 9.6%;
    }