.gold-outline:focus {
    outline: 2px solid #fbc600 !important
}

.faq {
    padding-bottom: 1rem
}

.faq__c1 {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .faq__c1 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
    .faq__c1 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media screen and (min-width:80rem) {
    .faq__c1 {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .faq__c1 {
        width: 82.5rem
    }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
    .faq__c1 {
        width: 85rem
    }
}

@media screen and (min-width:80rem) {
    .faq__c1 {
        width: 90rem
    }
}

.faq__heading {
    font-size: 50px;
    letter-spacing: -0.15rem;
    font-size: 2.8125rem;
    font-weight: 900;
    line-height: 1.2;
    /*  font-size: 3.125rem;*/
    color: #3b3c43;
    /* font-weight: 500;*/
    margin: 3rem 0 1.5rem;
    margin-bottom: 0;
    text-align: left
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .faq__heading {
        font-size: 32px;
        font-size: 2rem;
        margin: 2rem 0 1.5rem
    }
}

.faq__subhead {
    font-size: 24px;
    font-size: 1.5rem;
    color: #3b3c43;
    margin: 1.5rem 0;
    margin-top: .5rem;
    margin-bottom: 0;
    text-align: left
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .faq__subhead {
        font-size: 16px;
        font-size: 1rem
    }
}

.faq__jump-to-links {
    display: flex;
    flex-direction: row;
    background: linear-gradient(180deg, #4e97a3 0, #34657f 100%);
    margin-top: 2.5rem;
    padding-bottom: 1.25rem;
    color: #fff
}

.faq__jump-link-header {
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
    margin: 2.5rem 0 .625rem
}

.faq__jump-link-2up {
    display: flex;
    justify-content: flex-start
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .faq__jump-link-2up {
        flex-direction: column
    }
}

@media screen and (min-width:48rem) {
    .faq__jump-link-2up {
        flex-direction: row
    }
}

.faq__jump-link-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .faq__jump-link-list:last-of-type .faq__jump-link-li:first-of-type {
        margin-top: 0
    }
}

@media screen and (min-width:48rem) {
    .faq__jump-link-list {
        box-sizing: border-box;
        width: calc(50% - 20px);
        margin-right: 40px
    }
    .faq__jump-link-list:nth-child(2n) {
        margin-right: 0
    }
}

.faq__jump-link-li {
    margin: 1.25rem 0
}

.faq__jump-link {
    font-weight: 500;
    display: inline-block;
    position: relative;
    color: #3b3c43;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    color: #fff
}

.faq__jump-link:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 0;
    border-bottom: 6px solid #fbc600;
    bottom: 2px;
    z-index: -1;
    transition: width 150ms ease-in-out
}

.faq__jump-link.active:after,
.faq__jump-link:hover:after {
    width: 100%
}

.faq__section-header {
    font-size: 36px;
    font-size: 2.25rem;
    color: #3b3c43;
    margin: 2.5rem 0 .625rem
}

.faq__back-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.faq__back-arrow {
    width: 1.25rem;
    display: inline-block;
    margin-right: .625rem
}

.faq__back-link {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    color: #3b3c43
}

.faq__questions {
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2), 0 -1px 6px 0 rgba(0, 0, 0, .075);
    margin: 1.5rem 0;
    padding: 0 .75rem
}

@media screen and (min-width:48rem) {
    .faq__questions {
        margin: 2.5rem 0;
        padding: 0 1rem
    }
}

.faq__question {
    position: relative;
    text-decoration: none;
    display: block;
    margin-bottom: 1rem;
}

.faq__question-header {
    background-color: #4d4d4d;
    columns: #fff;
    border: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    transition: border-color .2s ease-in-out
}

.faq__question-header.active .faq__arrow {
    transform: rotate(180deg)
}

.faq__question-header.active {
    background-color: #e21836;
}

.faq__question-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq__question-text {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    margin: 1rem 0;
    font-weight: 500;
    margin: 0;
    padding: 0 1rem 0 0;
    transition: all .2s ease-in-out;
    text-align: left
}

@media screen and (min-width:48rem) {
    .faq__question-text {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.faq__question-text a {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #fbc600;
    transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22);
    text-decoration: none;
    color: #3b3c43
}

.faq__question-text a:focus,
.faq__question-text a:hover {
    box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.faq__question-text a.active {
    box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.faq__question-answer {
    background-color: #e9eaeb;
    margin: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .3s ease-in-out, opacity .5s ease-in-out, visibility .3s ease-in-out
}

.faq__question-answer .faq__question-text,
.faq__question-answer p {
    margin: 0;
    padding: .75rem .5rem;
    line-height: 1.375rem;
    font-size: 18px;
    font-weight: 400;
    color: #3b3c43
}

.faq__question-answer .faq__question-text ul,
.faq__question-answer .faq__question-text+ol,
.faq__question-answer p ul,
.faq__question-answer p+ol {
    margin: 0 0 1rem
}

@media screen and (min-width:48rem) {
    .faq__question-answer .faq__question-text,
    .faq__question-answer p {
        padding: 1rem .5rem 1rem 1rem
    }
}

.faq__question-answer a {
    text-decoration: underline;
    color: #3b3c43
}

.faq__question-answer ol,
.faq__question-answer ul {
    padding-left: 2rem;
    padding-right: .5rem;
    margin: 1rem 0
}

.faq__question-answer ol li,
.faq__question-answer ul li {
    color: #3b3c43;
    padding: .25rem 0
}

.faq__question-answer address {
    color: #3b3c43;
    font-style: normal;
    margin-left: 1.25rem
}

.faq__question-answer table {
    border: 1px solid #3b3c43;
    border-collapse: collapse
}

.faq__question-answer td,
.faq__question-answer th {
    border: 1px solid #3b3c43;
    border-collapse: collapse;
    padding: .625rem;
    vertical-align: top
}

.faq__question-answer.active {
    max-height: 55rem;
    opacity: 1;
    visibility: visible;
    transition: max-height .3s ease-in-out, opacity .5s ease-in-out, visibility .3s ease-in-out
}

.faq__question:first-of-type .faq__question-text {
    margin-top: 0
}

.faq__question.active+.faq__question {
    margin-top: 0
}

.faq__question.active .faq__arrow {
    transform: rotate(180deg)
}

.faq__question.active .faq__question-answer {
    padding: 1rem .5rem;
    max-height: 55rem;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out
}

@media screen and (min-width:48rem) {
    .faq__question.active .faq__question-answer {
        padding: 1rem .5rem 1rem 1rem
    }
}

.faq__answer-text {
    color: #3b3c43
}

.faq__answer-text a {
    text-decoration: underline;
    color: #3b3c43
}

.faq__arrow {
    transition: transform .2s ease-in-out;
    /* width: .875rem;*/
    width: 1.2rem;
    align-self: center;
    flex-shrink: 0
}

.faq__cta {
    text-align: center
}

.faq__button {
    display: inline-block;
    border: 0;
    padding: .875rem;
    align-self: center;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    min-width: 14.0625rem;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.faq.-dual .faq__2up {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:60rem) {
    .faq.-dual .faq__2up {
        margin: 2.5rem 0;
        flex-direction: row;
        box-shadow: none
    }
}

.faq.-dual .faq__2up--no-top-margin {
    margin-top: 0
}

.faq.-dual .faq__questions {
    box-shadow: none;
    margin: 0
}

.faq.-dual .faq__questions:first-of-type {
    padding-bottom: 0
}

.faq.-dual .faq__questions:last-of-type {
    padding-bottom: 0
}

.faq.-dual .faq__questions:last-of-type .faq__question:first-of-type .faq__question-header {
    padding-top: 1rem
}

.faq.-dual .faq__questions:last-of-type .faq__question:last-of-type .faq__question-header {
    border-color: transparent
}

@media screen and (min-width:48rem) {
    .faq.-dual .faq__questions {
        margin: 0
    }
}

@media screen and (min-width:60rem) {
    .faq.-dual .faq__questions {
        padding-left: 0;
        padding-right: 0;
        flex: 1 1 50%
    }
    .faq.-dual .faq__questions:first-of-type {
        margin-right: 2.5rem
    }
    .faq.-dual .faq__questions:first-of-type .faq__question:last-of-type .faq__question-header {
        padding-top: 1rem
    }
}

.faq.-home {
    padding: 1rem 0 3rem
}

@media only screen and (max-width:767px) {
    .faq-section {
        margin-left: -1.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width:1279px) {
    .faq-section {
        margin-left: -2.5rem;
    }
}

@media (min-width:1280px) {
    .faq-section {
        margin-left: -2.5rem;
    }
}

.faq-section .faq {
    padding-bottom: 0;
}

@media (max-width:959px) {
    .faq__heading {
        margin-left: 1rem;
    }
}