
.section-container {
    width: 100%;
    max-width: 124.75rem;
    padding-inline: 1.6rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    color: var(--semanticColorTextPrimary);
    font-family: BasisGrt, sans-serif;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

.forms-content {
    background-color: var(--MDSSemanticColorNeutralLightWeak);
    border-radius: calc(var(--MDSBaseBorderRadiusMd) * 1px);

    display: flex;
    padding: calc(var(--MDSComponentContainerPaddingLg) * 1px);
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    overflow: auto;
    margin: 2rem 0rem;

    p {
        margin: 0
    }

}

.FlexList-items-item {
    display: flex;
    height: auto;
    max-width: 400px;
    min-height: 400px;
    width: 100%;
}



.g {
    list-style: none;
    margin: 0 0 18px -2rem;
    padding: 0;
    display: block;
}

.g:before,.g:after {
    content: " ";
    display: table
}

.g:after {
    clear: both
}

.gi {
    float: left;
    margin-bottom: 1rem;
    padding-left: 2rem;
    width: 100%
}

.g--tight {
    margin-bottom: 0
}

.g--full {
    margin-left: 0
}

.g--full>.gi {
    padding-left: 0
}

.g--left {
    text-align: left
}

.g--center {
    text-align: center
}

.g--right {
    text-align: right
}

.g--left>.gi,.g--center>.gi,.g--right>.gi {
    display: inline-block;
    float: none;
    text-align: left
}

.g--rev>.gi {
    float: right
}

.gi--1-1 {
    width: 100%
}

.gi--1-2 {
    width: 50%
}

.gi.sep--right {
    padding-right: 2.333rem
}

@media (min-width: 750px) {
    .gi.sep--right+.gi {
        padding-left:2.333rem
    }
}

@media (max-width: 591px) {
    .stack-sm {
        display:block;
        width: 100%
    }

    .stack-sm.col {
        padding-left: 0
    }
}

@media (max-width: 749px) {
    .stack-med {
        display:block;
        width: 100%
    }

    .stack-med.sep--right {
        border-right-width: 0;
        padding-right: 0
    }

    .stack-med.sep--right+.gi {
        padding-left: 0
    }

    .stack-med.col {
        padding-left: 0
    }
}

@media (max-width: 1199px) {


    .stack-lg.sep--right+.gi {
        padding-left: 0
    }
}
.inline-list {
    display: flex;       /* puts list items side by side */
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;           /* adds spacing between items */
}

.inline-list li {
    margin: 0;           /* reset default margins */
}


.hr--thick {
    border-bottom: 2px solid var(--MDSSemanticColorBorderDefault);
    margin: 1em 0;
    width: 100%;
}
.nav{
    display: block;
}
.margin-bottom-one {
    margin-bottom: 1em !important;
}
.DisclaimerModule-body {
    linkTextColor: var(--linkTextColor);!important;
    linkHoverColor: var(--linkHoverColor);!important;
    font-size: var(--body-1);
    line-height: 1.67;
    font-size: var(--description-3);
    line-height: 1.33;
    font-weight: var(--MDSBaseFontWeightRegular);
    padding-top: 20px;
    width: 100%;
    border-top: solid calc(var(--MDSBaseBorderWidthSm)*1px) var(--MDSSemanticColorBorderDefault)
}


.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .1rem;
}

.modal-header .Page-advancedHeader {
    margin: 0;
    font-size: 4.5rem;
    font-family: var(--bodyFont),Arial,sans-serif;
    color: var(--semanticColorTextPrimary);
}

.modal-header .b-close {
    background: var(--semanticColorTextPrimary);
    border: none;
    border-radius: 50%;
    padding: 3.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header .icon-close::before {
    content: "×";
    font-size: 1.25rem;
    color: #fff;
}
.cta {
    font-family: inherit;
}
.circle-1 {
    background-color: #000;
}
.circle {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.2em;
}
.text a.cta {
    color: #876729;
    text-decoration: none;
}
.right {
    float: right;
    padding: 0 0 1em 1em;
}
.is-vishidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
}
.heading {
    font-size: calc(var(--MDSBaseFontSize7) * 1px);
    font-weight: var(--MDSBaseFontWeightMedium);
    font-family: var(--bodyFont), Arial, sans-serif;
}


.modal-pop {
    background-color: #fff;
    color: #2b363f;
    display: none;
    padding: 0.5em 2.5em 1.5em
}

.modal-pop .b-close {
    cursor: pointer
}

.modal-pop .b-close .icon-close:before {
    color: #fff
}
.icon-close:before {
    content: "\e804"
}
.col {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.667rem;
}

.col:nth-of-type(1) {
    padding-left: 0;
}

.col .subheading {
    margin-bottom: 0
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "iconfont-thriv";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    font-size: 133.33333%
}
button, .btn:not(#loginText):not(#logoutText), a.btn {
    font-size: 1em;
    color: var(--primaryButtonTextColor);
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: auto;
    font-weight: 700;
    position: relative;
    background: var(--MDSComponentButtonColorBackgroundStrongPrimaryDefault);
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 4px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.Page-advancedHeader .logInLink a, .Page-condensedHeader .logInLink a
{
    color: var(--subtleLinkButton-text-color);
    background-color: var(--subtleLinkButton-bg-default);
    border-radius: var(--button-border-radius);
    border: var(--subtleLinkButton-border);
    text-decoration: none;
    --linkTextColor: var(--MDSComponentButtonColorTextSubtleSecondary)
}

.Page-advancedHeader .logInLink a:hover, .Page-condensedHeader .logInLink a:hover
{
    color: var(--subtleLinkButton-text-color);
}

.form-container a {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .Page-advancedHeader .logInLink, .Page-condensedHeader .logInLink {
        flex-basis: 100%;
    }
    .gi--1-2 {
        width: 100%;
    }
}
@media only screen and (max-width: 420px) {
    .Page-advancedHeader {
        margin-bottom: 3rem;
    }
}