.hrt-link--gray {
    color: #767676
}

.hrt-link--unstyled,
.hrt-link--unstyled:hover {
    color: inherit;
    text-decoration: none
}

.hrt-base-button {
    align-items: center;
    -webkit-appearance: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    display: inline-flex
}

.hrt-base-button--disabled {
    color: #333 !important;
    cursor: not-allowed !important
}

.hrt-styled-button {
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.5;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center
}

.hrt-styled-button--large {
    min-height: 3rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.hrt-styled-button--medium {
    min-height: 2.5rem;
    padding-bottom: .25rem;
    padding-top: .25rem
}

.hrt-styled-button--small {
    min-height: 2rem;
    padding: .25rem 1rem
}

.hrt-styled-button--full {
    display: flex;
    width: 100%
}

@media screen and (max-width:47.99875em) {
    .hrt-styled-button--full-for-small {
        display: flex;
        width: 100%
    }
}

.hrt-primary-button {
    background-color: #02a95c;
    color: #fff;
    font-weight: 900;
    letter-spacing: .02em
}

.hrt-primary-button.sb-hover,
.hrt-primary-button:hover {
    background-color: #008748;
    color: #fff
}

.hrt-primary-button.hrt-base-button--disabled {
    background-color: #c8c8c8 !important
}

.hrt-primary-button--gold {
    background-color: #fdb72f;
    color: #333
}

.hrt-primary-button--gold.sb-hover,
.hrt-primary-button--gold:hover {
    background-color: #fee2ac;
    color: #333
}

.hrt-primary-button--shadow {
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1)
}

.hrt-secondary-button {
    border: 1px solid #02a95c;
    color: #02a95c;
    font-weight: 900;
    letter-spacing: .02em
}

.hrt-secondary-button.sb-hover,
.hrt-secondary-button:hover {
    background-color: #e6f6ef;
    border-color: #008748;
    color: #008748
}

.hrt-secondary-button.hrt-base-button--disabled {
    background-color: #c8c8c8 !important;
    border-color: #c8c8c8 !important
}

.hrt-secondary-button--gold {
    border-color: #fdb72f;
    color: #333
}

.hrt-secondary-button--gold.sb-hover,
.hrt-secondary-button--gold:hover {
    background-color: #fff8ea;
    border-color: #fdb72f;
    color: #333
}

.hrt-secondary-button--gray {
    border-color: #c8c8c8;
    color: #333
}

.hrt-secondary-button--gray.sb-hover,
.hrt-secondary-button--gray:hover {
    background-color: #f8f8f8;
    border-color: #c8c8c8;
    color: #333
}

.hrt-tertiary-button {
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: .25rem .5rem
}

.hrt-tertiary-button.sb-hover,
.hrt-tertiary-button:hover {
    background: #f8f8f8
}

.hrt-text-button {
    color: #333;
    text-decoration: underline
}

.hrt-text-button.sb-hover,
.hrt-text-button:hover {
    color: #02a95c;
    text-decoration: none
}

.hrt-text-button--gray {
    color: #767676
}

.hrt-rule--horizontal {
    border-top: 1px solid #c8c8c8;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.hrt-rule--vertical {
    border-left: 1px solid #c8c8c8;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 1rem
}

@media screen and (max-width:59.99875em) {
    .hrt-rule--pull {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.hrt-icon {
    color: inherit;
    display: inline-block;
    flex-shrink: 0;
    pointer-events: none;
    vertical-align: text-top
}

.hrt-icon--small {
    height: 1rem;
    width: 1rem
}

.hrt-icon--large {
    height: 1.5rem;
    width: 1.5rem
}

.hrt-icon--xlarge {
    height: 2.5rem;
    width: 2.5rem
}

.hrt-spot-icon {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center
}

.hrt-spot-icon--large {
    height: 2.5rem;
    width: 2.5rem
}

.hrt-spot-icon--large .hrt-icon {
    height: 1.5rem;
    width: 1.5rem
}

.hrt-spot-icon--small {
    height: 1.875rem;
    width: 1.875rem
}

.hrt-spot-icon--small .hrt-icon {
    height: 1rem;
    width: 1rem
}

.hrt-spot-icon--blue {
    background-color: #e7f0f7;
    color: #07538e
}

.hrt-spot-icon--green {
    background-color: #e6f6ef;
    color: #008748
}

.hrt-spot-icon--gold {
    background-color: #fff8ea;
    color: #c5912c
}

.hrt-spot-icon--gray {
    background-color: #f1f1f1;
    color: #333
}

.hrt-spot-icon--orange {
    background-color: #fef2ea;
    color: #c06828
}

.hrt-spot-icon--purple {
    background-color: #f0eaf4;
    color: #3a2468
}

.hrt-spot-icon--red {
    background-color: #faebed;
    color: #bc3042
}

.hrt-secondary-icon-button {
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    color: #333;
    justify-content: center
}

.hrt-secondary-icon-button.sb-hover,
.hrt-secondary-icon-button:hover {
    background-color: #f8f8f8
}

.hrt-secondary-icon-button.hrt-base-button--disabled {
    background-color: #c8c8c8
}

.hrt-secondary-icon-button--large .hrt-icon,
.hrt-secondary-icon-button--medium .hrt-icon {
    height: 1.5rem;
    width: 1.5rem
}

.hrt-secondary-icon-button--large {
    height: 3rem;
    width: 3rem
}

.hrt-secondary-icon-button--medium {
    height: 2.5rem;
    width: 2.5rem
}

.hrt-secondary-icon-button--small {
    height: 2rem;
    width: 2rem
}

.hrt-secondary-icon-button--small .hrt-icon {
    height: 1rem;
    width: 1rem
}

.hrt-tertiary-icon-button {
    border-radius: 50%;
    justify-content: center
}

.hrt-tertiary-icon-button.sb-hover,
.hrt-tertiary-icon-button:hover {
    background: rgba(51, 51, 51, .05)
}

.hrt-tertiary-icon-button--large .hrt-icon,
.hrt-tertiary-icon-button--medium .hrt-icon {
    height: 1.5rem;
    width: 1.5rem
}

.hrt-tertiary-icon-button--large {
    height: 3rem;
    width: 3rem
}

.hrt-tertiary-icon-button--medium {
    height: 2.5rem;
    width: 2.5rem
}

.hrt-tertiary-icon-button--small {
    height: 2rem;
    width: 2rem
}

.hrt-tertiary-icon-button--small .hrt-icon {
    height: 1rem;
    width: 1rem
}

.hrt-tag {
    align-items: center;
    border: 1px solid transparent;
    border-radius: .8125rem;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 900;
    min-height: 1.625rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.hrt-tag--blue {
    background-color: #e7f0f7;
    color: #07538e
}

.hrt-tag--green {
    background-color: #e6f6ef;
    color: #008748
}

.hrt-tag--gray {
    background-color: #f1f1f1;
    color: #333
}

.hrt-tag--orange {
    background-color: #fef2ea;
    color: #c06828
}

.hrt-tag--purple {
    background-color: #f0eaf4;
    color: #3a2468
}

.hrt-tag--red {
    background-color: #faebed;
    color: #bc3042
}

.hrt-tag--white {
    background-color: #fff;
    color: #767676
}

.hrt-tag-button {
    background-color: #fff;
    border: 1px solid;
    border-radius: .8125rem;
    font-size: .875rem;
    font-weight: 900;
    line-height: 1.71428571;
    padding-left: .5rem;
    padding-right: .5rem
}

.hrt-tag-button--blue {
    border-color: #e7f0f7;
    color: #07538e
}

.hrt-tag-button--blue:active,
.hrt-tag-button--blue:focus,
.hrt-tag-button--blue:hover {
    background-color: #e7f0f7;
    color: #07538e
}

.hrt-tag-button--green {
    border-color: #e6f6ef;
    color: #008748
}

.hrt-tag-button--green:active,
.hrt-tag-button--green:focus,
.hrt-tag-button--green:hover {
    background-color: #e6f6ef;
    color: #008748
}

.hrt-tag-button--gray {
    border-color: #f1f1f1;
    color: #333
}

.hrt-tag-button--gray:active,
.hrt-tag-button--gray:focus,
.hrt-tag-button--gray:hover {
    background-color: #f1f1f1;
    color: #333
}

.hrt-tag-button--orange {
    border-color: #fef2ea;
    color: #c06828
}

.hrt-tag-button--orange:active,
.hrt-tag-button--orange:focus,
.hrt-tag-button--orange:hover {
    background-color: #fef2ea;
    color: #c06828
}

.hrt-tag-button--purple {
    border-color: #f0eaf4;
    color: #3a2468
}

.hrt-tag-button--purple:active,
.hrt-tag-button--purple:focus,
.hrt-tag-button--purple:hover {
    background-color: #f0eaf4;
    color: #3a2468
}

.hrt-tag-button--red {
    border-color: #faebed;
    color: #bc3042
}

.hrt-tag-button--red:active,
.hrt-tag-button--red:focus,
.hrt-tag-button--red:hover {
    background-color: #faebed;
    color: #bc3042
}

.hrt-alert {
    border-radius: .25rem;
    display: grid;
    font-size: .875rem;
    font-weight: 900;
    grid-template-columns: 1fr auto;
    padding: .25rem;
    width: 100%
}

.hrt-alert-content {
    display: flex;
    padding: .5rem .75rem
}

.hrt-alert .hrt-link,
.hrt-alert .hrt-link:hover {
    color: inherit
}

.hrt-banner {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    transition: height .4s ease-in-out
}

.hrt-auto-dismiss-banner-wrapper {
    position: relative;
    z-index: 10
}

.hrt-auto-dismiss-banner--overlay {
    position: absolute;
    width: 100%
}

.hrt-persistent-banner-wrapper {
    position: relative;
    z-index: 10
}

.hrt-persistent-banner--overlay {
    position: absolute;
    width: 100%
}

.hrt-cookie-notice {
    align-items: start;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: .75rem 1rem
}

@media screen and (max-width:47.99875em) {
    .hrt-cookie-notice {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto
    }
}

.hrt-cookie-notice-content {
    padding-right: .75rem
}

@media screen and (max-width:47.99875em) {
    .hrt-cookie-notice-content {
        margin-bottom: .5rem
    }
}

.hrt-bubble {
    --hrt-bubble-background-color: #333;
    --hrt-bubble-text-color: #fff;
    --hrt-bubble-arrow-size: 1rem;
    --hrt-bubble-arrow-radius: 0.125rem;
    border-radius: .25rem;
    color: var(--hrt-bubble-text-color);
    display: inline-block;
    padding: .5rem 1rem;
    position: relative;
    z-index: 10
}

.hrt-bubble,
.hrt-bubble:after {
    background-color: var(--hrt-bubble-background-color)
}

.hrt-bubble:after {
    border-radius: var(--hrt-bubble-arrow-radius);
    content: "";
    height: var(--hrt-bubble-arrow-size);
    position: absolute;
    transform: rotate(45deg);
    width: var(--hrt-bubble-arrow-size)
}

.hrt-bubble--arrow-top-left:after {
    left: var(--hrt-bubble-arrow-size);
    top: -.4375rem
}

.hrt-bubble--arrow-top-center:after {
    left: calc(50% - var(--hrt-bubble-arrow-size)*0.5);
    top: -.4375rem
}

.hrt-bubble--arrow-top-right:after {
    right: var(--hrt-bubble-arrow-size);
    top: -.4375rem
}

.hrt-bubble--arrow-bottom-left:after {
    bottom: -.4375rem;
    left: var(--hrt-bubble-arrow-size)
}

.hrt-bubble--arrow-bottom-center:after {
    bottom: -.4375rem;
    left: calc(50% - var(--hrt-bubble-arrow-size)*0.5)
}

.hrt-bubble--arrow-bottom-right:after {
    bottom: -.4375rem;
    right: var(--hrt-bubble-arrow-size)
}

.hrt-tooltip {
    --hrt-tooltip-width: 15rem;
    --hrt-tooltip-offset: 0.5rem;
    --hrt-tooltip-animation-speed: 150ms;
    display: inline-block;
    position: relative
}

.hrt-tooltip-bubble,
.hrt-tooltip-button {
    display: flex
}

.hrt-tooltip-bubble {
    opacity: 0;
    position: absolute;
    transition: opacity var(--hrt-tooltip-animation-speed) ease-in-out;
    width: var(--hrt-tooltip-width)
}

.hrt-tooltip-bubble--open {
    opacity: 1
}

.hrt-tooltip-bubble--top {
    bottom: calc(100% + var(--hrt-tooltip-offset))
}

.hrt-tooltip-bubble--bottom {
    top: calc(100% + var(--hrt-tooltip-offset))
}

.hrt-tooltip-bubble--center {
    justify-content: center;
    left: calc(50% - var(--hrt-tooltip-width)/2)
}

.hrt-tooltip-bubble--right {
    justify-content: flex-end;
    right: -.25rem
}

.hrt-tooltip-bubble--left {
    justify-content: flex-start;
    left: -.25rem
}

.hrt-accordion-menu-button {
    padding: 1rem;
    width: 100%
}

.hrt-accordion-menu-button:hover {
    background-color: #f1f1f1
}

.hrt-accordion-menu-item {
    overflow: hidden
}

.hrt-accordion-menu-item-trigger {
    display: flex;
    justify-content: space-between
}

.hrt-accordion-menu-item-list {
    overflow: hidden;
    transition: max-height .4s ease-in-out
}

.hrt-accordion-menu-item-list .hrt-accordion-menu-button {
    color: #767676;
    padding: .5rem 0 .5rem 2rem
}

.hrt-dropdown-menu {
    --hrt-dropdown-max-width: 53rem;
    --hrt-dropdown-animation-speed: 150ms;
    display: inline-block;
    position: relative
}

.hrt-dropdown-menu-content {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    max-width: var(--hrt-dropdown-max-width);
    opacity: 0;
    padding: 1rem .5rem;
    position: absolute;
    transition: opacity var(--hrt-dropdown-animation-speed) ease-in-out;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 10
}

.hrt-dropdown-menu-content--open {
    opacity: 1
}

.hrt-dropdown-menu-content--left {
    left: 0
}

.hrt-dropdown-menu-content--right {
    right: 0
}

.hrt-header {
    background-color: #fff;
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    min-height: 3.5rem;
    position: relative
}

@media print,
screen and (min-width:60em) {
    .hrt-header {
        min-height: 5rem;
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

.hrt-header-skip {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) translateY(-100%);
    transition: transform .3s
}

.hrt-header-skip:focus {
    transform: translateX(-50%) translateY(2%)
}

.hrt-header-nav {
    align-items: center;
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "nav-left nav-center nav-right";
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    width: 100%
}

.hrt-header-left {
    grid-area: nav-left;
    justify-content: flex-start
}

.hrt-header-center,
.hrt-header-left {
    display: flex
}

.hrt-header-center {
    grid-area: nav-center;
    justify-content: center
}

.hrt-header-right {
    display: flex;
    grid-area: nav-right;
    justify-content: flex-end
}

.hrt-footer-main {
    display: grid;
    grid-gap: 1rem;
    grid-template-rows: auto;
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media print,
screen and (min-width:48em) {
    .hrt-footer-main {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding-bottom: 3rem;
        padding-top: 3rem
    }
}

.hrt-footer-secondary {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "social""legal";
    grid-template-rows: auto;
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media print,
screen and (min-width:48em) {
    .hrt-footer-secondary {
        grid-template-areas: "legal social";
        grid-template-columns: auto auto;
        padding-bottom: 3rem;
        padding-top: 3rem
    }
}

.hrt-footer-social {
    display: flex;
    grid-area: social
}

@media print,
screen and (min-width:48em) {
    .hrt-footer-social {
        align-items: center;
        justify-content: flex-end
    }
}

.hrt-footer-legal {
    display: flex;
    grid-area: legal
}

@media screen and (max-width:47.99875em) {
    .hrt-footer-legal {
        flex-direction: column
    }
}

@media print,
screen and (min-width:48em) {
    .hrt-footer-legal {
        align-items: center
    }
}

.hrt-pagination-wrap {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: repeat(auto-fit, 3rem);
    grid-template-rows: 1fr;
    justify-content: center
}

.hrt-pagination-number {
    font-weight: 400;
    height: 3rem;
    width: 3rem
}

.hrt-pagination-number--active,
.hrt-pagination-number:hover {
    font-weight: 900
}

.hrt-pagination-number--active,
.hrt-pagination-number--active:hover {
    border-color: #02a95c
}

.a-avatar {
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    height: 2.5em;
    width: 2.5em
}

.a-avatar--border {
    border: 1px solid #c8c8c8
}

.a-avatar--small {
    font-size: .8em
}

@supports(-webkit-appearance:none) or (-moz-appearance:none) {
    .a-switch {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: radial-gradient(circle, #fff 100%, #fff 0);
        border: .125rem solid #c8c8c8;
        cursor: pointer;
        height: 20px;
        margin: 0;
        width: 20px
    }

    .a-switch:checked {
        border-color: #02a95c
    }

    .a-switch:disabled {
        cursor: not-allowed
    }

    .a-switch:hover:not(:disabled) {
        box-shadow: 0 0 0 .625rem rgba(2, 169, 92, .3)
    }
}

.a-card {
    background-color: #fff;
    border-radius: .25rem;
    padding: 1rem
}

.a-card-normal {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.a-card-tight {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.a-card-wide {
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1)
}

@supports(-webkit-appearance:none) or (-moz-appearance:none) {
    .a-checkbox {
        border-radius: 2px;
        position: relative
    }

    .a-checkbox:checked {
        background: #02a95c
    }

    .a-checkbox:checked:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath fill='%23fff' d='M7.429 13.314l8.979-8.429a.5.5 0 11.684.73l-9.321 8.75a.5.5 0 01-.685 0L1.908 9.503a.5.5 0 11.684-.729z'/%3E%3C/svg%3E");
        display: block;
        height: 1rem;
        position: absolute;
        top: -.125rem;
        width: 1rem
    }

    .a-checkbox:checked:disabled {
        background: #c8c8c8;
        border-color: #c8c8c8;
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath d='M7.429 13.314l8.979-8.429a.5.5 0 11.684.73l-9.321 8.75a.5.5 0 01-.685 0L1.908 9.503a.5.5 0 11.684-.729z'/%3E%3C/svg%3E")
    }
}

.a-code-block {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    font-family: Courier New, Courier, monospace;
    font-size: .875rem;
    overflow-y: auto;
    padding: 1rem;
    white-space: pre-wrap;
    width: 100%;
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word
}

.a-code-block-inner {
    display: block
}

.a-fb-button {
    background-color: #39579a;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    color: #fff;
    font-weight: 900;
    letter-spacing: .02em
}

.a-fb-button.a-base-button--disabled {
    background-color: #c8c8c8 !important
}

.a-fb-button:hover {
    background-color: #314e90;
    color: #fff
}

.a-field-alert {
    align-items: flex-start;
    display: flex
}

.a-field-alert--info {
    color: #333
}

.a-field-alert--error {
    color: #cf364a
}

.a-field-alert--success {
    color: #02a95c
}

.a-field-alert--warning {
    color: #f58131
}

.hrt-gradient-button {
    color: #333;
    font-weight: 900;
    letter-spacing: .02em;
    position: relative
}

.hrt-gradient-button:hover {
    color: #333
}

.hrt-gradient-button.hrt-base-button--disabled {
    background: #c8c8c8 !important;
    border-color: #c8c8c8 !important
}

.hrt-gradient-button--shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.hrt-gradient-button--icon {
    align-items: center;
    justify-content: flex-start;
    padding: .5rem
}

.hrt-gradient-button--gradient-orange {
    background: #f58131;
    background: linear-gradient(180deg, #fdb933 35.42%, #f58131 139.58%);
    border-color: #c06828
}

.hrt-gradient-button--gradient-orange:focus,
.hrt-gradient-button--gradient-orange:hover {
    background: #fdb72f;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1)
}

.hrt-gradient-button--gradient-yellow {
    background: #fcb957;
    background: linear-gradient(180deg, #ffde9e 50%, #fcb957);
    border-color: #c5912c
}

.hrt-gradient-button--gradient-yellow:focus,
.hrt-gradient-button--gradient-yellow:hover {
    background: #fee2ac;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1)
}

.hrt-gradient-button-text {
    flex-grow: 1
}

.hrt-gradient-button-text--icon {
    padding-left: .5rem;
    padding-right: 2.5rem
}

.a-legend {
    margin-bottom: 1rem !important;
    padding: 0;
    width: 100%
}

.dot {
    border-radius: 4px;
    display: inline-block;
    height: 4px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    width: 4px
}

.dot.dot--one {
    -webkit-animation: dotOne 1s ease-in-out infinite;
    animation: dotOne 1s ease-in-out infinite
}

.dot.dot--two {
    -webkit-animation: dotTwo 1s ease-in-out infinite;
    animation: dotTwo 1s ease-in-out infinite
}

.dot.dot--three {
    -webkit-animation: dotThree 1s ease-in-out infinite;
    animation: dotThree 1s ease-in-out infinite
}

.a-loading-dots {
    display: flex
}

.a-loading-dots--large .dot {
    border-radius: 8px;
    height: 8px;
    margin-left: 8px;
    margin-right: 8px;
    width: 8px
}

.a-loading-dots--black .dot {
    background: #333
}

.a-loading-dots--white .dot {
    background: #fff
}

.a-loading-dots--green .dot {
    background: #02a95c
}

.a-loading-dots--gray .dot {
    background: #767676
}

@-webkit-keyframes dotOne {
    0% {
        opacity: .4;
        transform: scale(.5)
    }

    24% {
        opacity: 1;
        transform: scale(1)
    }

    48% {
        opacity: .4;
        transform: scale(.5)
    }

    to {
        opacity: .4;
        transform: scale(.5)
    }
}

@keyframes dotOne {
    0% {
        opacity: .4;
        transform: scale(.5)
    }

    24% {
        opacity: 1;
        transform: scale(1)
    }

    48% {
        opacity: .4;
        transform: scale(.5)
    }

    to {
        opacity: .4;
        transform: scale(.5)
    }
}

@-webkit-keyframes dotTwo {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    24% {
        opacity: .4;
        transform: scale(.5)
    }

    48% {
        opacity: 1;
        transform: scale(1)
    }

    72% {
        opacity: .4;
        transform: scale(.5)
    }

    96% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes dotTwo {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    24% {
        opacity: .4;
        transform: scale(.5)
    }

    48% {
        opacity: 1;
        transform: scale(1)
    }

    72% {
        opacity: .4;
        transform: scale(.5)
    }

    96% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes dotThree {
    0% {
        opacity: .4;
        transform: scale(.5)
    }

    48% {
        opacity: .4;
        transform: scale(.5)
    }

    72% {
        opacity: 1;
        transform: scale(1)
    }

    96% {
        opacity: .4;
        transform: scale(.5)
    }

    to {
        opacity: .4;
        transform: scale(.5)
    }
}

@keyframes dotThree {
    0% {
        opacity: .4;
        transform: scale(.5)
    }

    48% {
        opacity: .4;
        transform: scale(.5)
    }

    72% {
        opacity: 1;
        transform: scale(1)
    }

    96% {
        opacity: .4;
        transform: scale(.5)
    }

    to {
        opacity: .4;
        transform: scale(.5)
    }
}

.a-logo {
    height: 4.3125rem;
    max-width: 100%;
    width: 8.0625rem
}

.a-image {
    max-height: 100%;
    max-width: 100%
}

.a-image--background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.a-overlay {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .15s ease-in-out;
    z-index: -9999
}

.a-overlay--animating {
    z-index: 9999
}

.a-overlay--open {
    opacity: 1;
    z-index: 9999
}

.a-overlay.a-overlay--sand {
    background: #fbf8f6
}

:root {
    --PhoneInput-color--focus: #03b2cb;
    --PhoneInputInternationalIconPhone-opacity: 0.8;
    --PhoneInputInternationalIconGlobe-opacity: 0.65;
    --PhoneInputCountrySelect-marginRight: 0.35em;
    --PhoneInputCountrySelectArrow-width: 0.3em;
    --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
    --PhoneInputCountrySelectArrow-marginTop: calc(var(--PhoneInputCountrySelectArrow-height)/2);
    --PhoneInputCountrySelectArrow-borderWidth: 1px;
    --PhoneInputCountrySelectArrow-opacity: 0.45;
    --PhoneInputCountrySelectArrow-color: inherit;
    --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountrySelectArrow-transform: rotate(45deg);
    --PhoneInputCountryFlag-aspectRatio: 1.5;
    --PhoneInputCountryFlag-height: 1em;
    --PhoneInputCountryFlag-borderWidth: 1px;
    --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, 0.5);
    --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, 0.1)
}

.PhoneInput {
    display: flex;
    align-items: center
}

.PhoneInputInput {
    flex: 1 1;
    min-width: 0
}

.PhoneInputCountryIcon {
    width: calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));
    height: var(--PhoneInputCountryFlag-height)
}

.PhoneInputCountryIcon--square {
    width: var(--PhoneInputCountryFlag-height)
}

.PhoneInputCountryIcon--border {
    background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)
}

.PhoneInputCountryIconImg {
    display: block;
    width: 100%;
    height: 100%
}

.PhoneInputInternationalIconPhone {
    opacity: var(--PhoneInputInternationalIconPhone-opacity)
}

.PhoneInputInternationalIconGlobe {
    opacity: var(--PhoneInputInternationalIconGlobe-opacity)
}

.PhoneInputCountry {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-right: var(--PhoneInputCountrySelect-marginRight)
}

.PhoneInputCountrySelect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: 0;
    opacity: 0;
    cursor: pointer
}

.PhoneInputCountrySelect[disabled] {
    cursor: default
}

.PhoneInputCountrySelectArrow {
    display: block;
    content: "";
    width: var(--PhoneInputCountrySelectArrow-width);
    height: var(--PhoneInputCountrySelectArrow-width);
    margin-top: var(--PhoneInputCountrySelectArrow-marginTop);
    margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
    border-top: 0 solid var(--PhoneInputCountrySelectArrow-color);
    border-bottom: var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);
    border-left: 0 solid var(--PhoneInputCountrySelectArrow-color);
    border-right: var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);
    transform: var(--PhoneInputCountrySelectArrow-transform);
    opacity: var(--PhoneInputCountrySelectArrow-opacity)
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow {
    opacity: 1;
    color: var(--PhoneInputCountrySelectArrow-color--focus)
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border {
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
    opacity: 1;
    color: var(--PhoneInputCountrySelectArrow-color--focus)
}

.PhoneInputInput,
.PhoneInputInput:focus {
    border: none
}

.PhoneInputCountrySelectArrow {
    border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    border-left-width: 0;
    border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    border-style: solid;
    border-top-width: 0
}

.a-phone-input:focus-within {
    outline: 1px auto #90ceff;
    outline: 5px auto -webkit-focus-ring-color;
    -webkit-outline-offset: -2px;
    -moz-outline-radius: 6px
}

.a-phone-input:focus-within .PhoneInputInput:focus {
    outline: none
}

.a-play-button-icon {
    height: 5em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5em
}

.a-progress-bar {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #e6f6ef;
    border: none;
    border-radius: .125rem;
    color: #02a95c;
    display: block;
    height: .25rem;
    width: 100%
}

.a-progress-bar::-webkit-progress-bar {
    border-radius: .125rem
}

.a-progress-bar::-webkit-progress-value {
    border-radius: .125rem;
    -webkit-transition: width .5s;
    transition: width .5s
}

.a-progress-bar::-moz-progress-bar {
    border-radius: .125rem
}

.a-progress-bar::-ms-fill {
    border-radius: .125rem
}

.a-progress-bar--green::-webkit-progress-bar {
    background-color: #e6f6ef
}

.a-progress-bar--green::-webkit-progress-value {
    background-color: #02a95c
}

.a-progress-bar--green::-moz-progress-bar {
    background-color: #02a95c
}

.a-progress-bar--green::-ms-fill {
    background-color: #02a95c
}

.a-progress-bar--gray {
    background-color: #c8c8c8
}

.a-progress-bar--gray::-webkit-progress-bar {
    background-color: #c8c8c8
}

.a-progress-bar--gray::-webkit-progress-value {
    background-color: #767676
}

.a-progress-bar--gray::-moz-progress-bar {
    background-color: #767676
}

.a-progress-bar--gray::-ms-fill {
    background-color: #767676
}

@supports(-webkit-appearance:none) or (-moz-appearance:none) {
    .a-radio {
        border-radius: 50%
    }

    .a-radio:checked {
        background: radial-gradient(circle, #02a95c 50%, #fff 0)
    }

    .a-radio:checked:disabled {
        background: radial-gradient(circle, #adadad 50%, #fff 0);
        border-color: #c8c8c8
    }
}

.a-select {
    position: relative
}

.a-select-options {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    cursor: pointer;
    display: block;
    padding: .75rem 2.5rem .75rem 1rem;
    width: 100%
}

.a-select-icon {
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.a-select--error .a-select-options {
    border-color: #cf364a
}

.a-text-area {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    display: block;
    padding: .75rem 1rem;
    resize: vertical;
    width: 100%
}

.a-text-area--autosize {
    resize: none
}

.a-text-input {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    display: block;
    padding: .75rem 1rem;
    width: 100%
}

.a-text-input--error {
    border-color: #cf364a
}

.a-text-input--number {
    -moz-appearance: textfield
}

.a-text-input--number::-webkit-inner-spin-button,
.a-text-input--number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.a-upload {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    display: block;
    padding: .75rem 1rem;
    width: 100%
}

.a-word-rule {
    align-items: center;
    display: grid;
    font-weight: 900;
    grid-column-gap: 32px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.a-word-rule:after,
.a-word-rule:before {
    background: #c8c8c8;
    content: "";
    height: 1px
}

.m-base-modal {
    align-items: center;
    bottom: 0;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.m-base-modal,
.m-base-modal-inner {
    display: flex
}

.m-base-modal-inner {
    -webkit-animation: slideOut .3s ease-out forwards;
    animation: slideOut .3s ease-out forwards;
    flex-direction: column;
    width: 100vw
}

.m-base-modal-inner--open {
    -webkit-animation: bounceIn .5s ease-out forwards;
    animation: bounceIn .5s ease-out forwards
}

@media screen and (max-width:47.99875em) {
    .m-base-modal-inner {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }
}

@media print,
screen and (min-width:48em) {
    .m-base-modal-inner {
        max-height: 80vh;
        max-width: 35rem;
        position: relative
    }

    .m-base-modal-inner--open {
        -webkit-animation: bounceIn .5s ease-out forwards, fadeIn .25s ease-out forwards;
        animation: bounceIn .5s ease-out forwards, fadeIn .25s ease-out forwards
    }
}

@media print,
screen and (min-width:48em)and (min-height:800px) {
    .m-base-modal-inner {
        max-height: 800px
    }
}

@media(prefers-reduced-motion) {
    .m-base-modal-inner {
        -webkit-animation-name: dissolve;
        animation-name: dissolve
    }
}

@-webkit-keyframes bounceIn {
    0% {
        transform: translateY(100%)
    }

    50% {
        transform: translateY(-2%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounceIn {
    0% {
        transform: translateY(100%)
    }

    50% {
        transform: translateY(-2%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes slideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

.m-accordion-button {
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%
}

.m-accordion-content {
    opacity: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out
}

.m-accordion--is-animating .m-accordion-content,
.m-accordion--is-open .m-accordion-content {
    opacity: 1
}

.m-add-media {
    border: 2px dashed #adadad;
    border-radius: .25rem;
    box-sizing: content-box;
    cursor: pointer;
    position: relative;
    width: 100%
}

.m-add-media--16by9 {
    padding-top: 56.25% !important
}

.m-add-media--4by3 {
    padding-top: 75% !important
}

.m-add-media--3by2 {
    padding-top: 66.66% !important
}

.m-add-media--1by1 {
    padding-top: 100% !important
}

.m-add-media-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%
}

.m-avatar-stack {
    display: flex;
    flex-shrink: 0;
    position: relative
}

.m-avatar-stack-item:not(:first-child) {
    margin-left: -10px
}

.m-form-field--error .a-select-options,
.m-form-field--error .a-switch,
.m-form-field--error .a-text-area,
.m-form-field--error .a-text-input,
.m-form-field--error .a-upload {
    border-color: #cf364a
}

.m-form-field-label {
    cursor: pointer;
    display: block;
    line-height: 1.5
}

.m-form-field-label--prepend {
    padding-bottom: .5rem
}

.m-form-field-label--append {
    padding-top: .25rem
}

.m-form-field--inline .m-form-field-inner {
    align-items: flex-start;
    display: flex
}

.m-form-field--inline .m-form-field-children {
    flex-shrink: 0
}

.m-form-field--inline .m-form-field-label {
    padding-left: .75rem;
    padding-top: 0
}

.m-currency-field-wrapper {
    align-items: center;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    cursor: text;
    display: inline-flex;
    padding: .75rem 1rem;
    width: 100%
}

.m-currency-field--error .m-currency-field-wrapper {
    border-color: #cf364a
}

.m-currency-field-input {
    background-color: transparent;
    border: none;
    color: #333;
    padding: 0
}

.m-currency-field-wrapper:focus-within {
    outline: 1px auto #90ceff;
    outline: 5px auto -webkit-focus-ring-color;
    -webkit-outline-offset: -2px;
    -moz-outline-radius: 6px
}

.m-currency-field-wrapper:focus-within .m-currency-field-input:focus {
    outline: none
}

.m-currency-field-currency {
    flex-shrink: 0;
    padding-right: .5rem
}

.m-currency-field-abbr {
    text-transform: uppercase
}

.m-dropdown {
    display: inline-block;
    position: relative
}

.m-dropdown.is-open {
    background: #f8f8f8;
    border-radius: .25rem
}

.m-dropdown-content-wrapper {
    padding-top: .5rem;
    position: absolute;
    z-index: 10
}

.m-dropdown-content-wrapper--right {
    right: 0
}

.m-dropdown-content {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 .3125rem 1rem -.1875rem rgba(0, 0, 0, .2);
    max-width: 25rem;
    min-width: 12.5rem;
    padding: 1rem .5rem
}

.m-dropdown-heading {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: .5rem;
    padding: .5rem 1rem
}

.m-dropdown-more {
    border-top: 1px solid #c8c8c8;
    color: #02a95c;
    display: block;
    margin-top: .5rem;
    padding: .5rem 1rem;
    text-align: center;
    text-decoration: none
}

.m-dropdown-more:hover {
    color: #008748
}

.o-drawer {
    background: #fff;
    transform: translateY(-100%);
    transition: transform .15s ease-in-out
}

.o-drawer--open {
    transform: translateY(0)
}

.o-drawer--full {
    height: 100vh;
    overflow-y: auto;
    transition-duration: .25s
}

.o-drawer-header {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.o-drawer-header .o-drawer-header-content {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.o-drawer-header .o-drawer-header-close-button {
    font-size: 1.375rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.o-drawer-content {
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative
}

.m-drawer-modal {
    bottom: 0;
    position: absolute
}

.m-drawer-modal .o-drawer-content {
    display: flex;
    flex-direction: column-reverse
}

@media screen and (max-width:47.99875em) {
    .m-drawer-modal {
        transform: translateY(100%);
        width: 100%
    }

    .m-drawer-modal .o-drawer-header-close-button {
        display: none
    }

    .m-drawer-modal.o-drawer--open {
        transform: translateY(0)
    }
}

@media print,
screen and (min-width:48em) {
    .m-drawer-modal {
        border-radius: .25rem;
        box-shadow: 0 .3125rem 1rem -.1875rem rgba(0, 0, 0, .5);
        left: 50%;
        margin: auto;
        max-height: 80vh;
        transform: translate(-50%, 100%);
        width: 35rem
    }
}

@media print,
screen and (min-width:48em)and (min-height:800px) {
    .m-drawer-modal {
        max-height: 800px
    }
}

@media print,
screen and (min-width:48em) {
    .m-drawer-modal.o-drawer--open {
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.m-drawer-modal-title {
    font-size: 1rem
}

.m-fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.m-meta-list {
    color: currentColor;
    display: flex;
    flex-wrap: wrap
}

@media print,
screen and (min-width:48em) {
    .m-meta-list {
        font-size: .875rem
    }
}

.m-meta-list-item {
    align-items: center;
    display: flex;
    margin-right: 1rem
}

.m-meta-list-item:not(:first-child):before {
    color: #c8c8c8;
    display: inline-block;
    margin-right: 1rem
}

.m-meta-list--pipe .m-meta-list-item:not(:first-child):before {
    border-left: 1px solid;
    content: "";
    font-size: 1.143em;
    height: 1em
}

.m-meta-list--bullet .m-meta-list-item:not(:first-child):before {
    content: "•";
    font-size: .786em
}

.m-organization-info {
    align-items: flex-start;
    display: flex
}

.m-organization-info--inline {
    align-items: center
}

.m-organization-info--inline .m-organization-info-content-child {
    display: inline-block
}

.m-person-info {
    align-items: flex-start;
    display: flex
}

.m-person-info-name {
    overflow-wrap: break-word;
    word-break: break-word
}

.m-person-info--inline {
    align-items: center
}

.m-person-info--inline .m-person-info-content,
.m-person-info--inline .m-person-info-name {
    display: inline-block
}

.m-readmore-text {
    padding-left: .25em
}

.m-readmore-collapse-button {
    position: absolute;
    right: 1rem;
    top: 1rem
}

@media print,
screen and (min-width:60em) {
    .m-readmore-collapse-button {
        display: none
    }
}

.m-value-prop {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "icon content";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto
}

.m-value-prop .hrt-link {
    display: inline-block
}

.m-value-prop-icon {
    grid-area: icon
}

.m-value-prop-content {
    grid-area: content
}

.m-video {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.m-video-loading-dots,
.m-video-preview {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.m-video-iframe {
    background: #333;
    height: 100%;
    max-height: 18.75rem;
    width: 100%
}

@media print,
screen and (min-width:60em) {
    .m-video-iframe {
        max-height: 25rem
    }
}

.m-well {
    border-radius: .25rem;
    padding: 1rem
}

.m-well--sand {
    background-color: #fbf8f6
}

.m-well--blue {
    background-color: #e7f0f7
}

.m-well--gray {
    background-color: #f1f1f1
}

.m-zoom-field {
    position: relative
}

.m-zoom-field .a-label {
    background: #fff;
    font-size: .875rem;
    left: 1rem;
    line-height: 1.7142857143;
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: 0;
    position: absolute;
    top: -.75rem;
    transition: all .2s ease
}

.m-zoom-field:not(*):-moz-placeholder-shown {
    color: #767676;
    cursor: text;
    font-size: 1rem;
    transform: translateY(1.375rem)
}

.m-zoom-field:not(*):-ms-input-placeholder {
    color: #767676;
    cursor: text;
    font-size: 1rem;
    transform: translateY(1.375rem)
}

.m-zoom-field .a-label,
.m-zoom-field:not(*):placeholder-shown {
    color: #767676;
    cursor: text;
    font-size: 1rem;
    transform: translateY(1.375rem)
}

.m-zoom-field-text-area:not(:-moz-placeholder-shown)+.a-label,
.m-zoom-field-text-input:not(:-moz-placeholder-shown)+.a-label {
    color: initial;
    font-size: .875rem;
    transform: translateY(0)
}

.m-zoom-field-text-area:not(:-ms-input-placeholder)+.a-label,
.m-zoom-field-text-input:not(:-ms-input-placeholder)+.a-label {
    color: initial;
    font-size: .875rem;
    transform: translateY(0)
}

.m-zoom-field-text-area:not(:-moz-placeholder-shown)+.a-label, .m-zoom-field-text-input:not(:-moz-placeholder-shown)+.a-label {
    color: initial;
    font-size: .875rem;
    transform: translateY(0)
}

.m-zoom-field-text-area:not(:-ms-input-placeholder)+.a-label, .m-zoom-field-text-input:not(:-ms-input-placeholder)+.a-label {
    color: initial;
    font-size: .875rem;
    transform: translateY(0)
}

.m-zoom-field-text-area:focus+.a-label,
.m-zoom-field-text-area:not(:placeholder-shown)+.a-label,
.m-zoom-field-text-input:focus+.a-label,
.m-zoom-field-text-input:not(:placeholder-shown)+.a-label {
    color: initial;
    font-size: .875rem;
    transform: translateY(0)
}

.o-global-footer-primary {
    display: grid;
    grid-gap: 2rem;
    grid-template-rows: auto;
    padding-bottom: 3rem;
    padding-top: 4rem
}

@media print,
screen and (min-width:48em) {
    .o-global-footer-primary {
        grid-template-areas: "col1 fundraise learn resources";
        grid-template-columns: 3fr 3fr 3fr 3fr
    }
}

@media print,
screen and (min-width:60em) {
    .o-global-footer-primary {
        grid-template-areas: ". col1 fundraise learn resources .";
        grid-template-columns: 1fr 3fr 3fr 3fr 3fr 1fr
    }
}

@media print,
screen and (min-width:48em) {
    .o-global-footer-col-1 {
        grid-area: col1
    }

    .m-global-footer-category-fundraise-for {
        grid-area: fundraise
    }

    .m-global-footer-category-learn-more {
        grid-area: learn
    }

    .m-global-footer-category-resources {
        grid-area: resources
    }
}

.o-global-footer-logo {
    align-items: center;
    display: inline-flex;
    overflow: hidden
}

.o-global-footer-logo .a-logo {
    width: 105px
}

.o-global-footer-secondary {
    display: grid;
    grid-gap: 2rem;
    grid-template-rows: auto;
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media print,
screen and (min-width:48em) {
    .o-global-footer-secondary {
        grid-template-areas: "legal social";
        grid-template-columns: auto 1fr
    }
}

@media print,
screen and (min-width:60em) {
    .o-global-footer-secondary {
        grid-template-areas: ". legal social .";
        grid-template-columns: 1fr 11fr 1fr 1fr
    }
}

.o-global-footer-social {
    display: flex
}

@media screen and (max-width:47.99875em) {
    .o-global-footer-social {
        margin-bottom: 2rem
    }
}

@media print,
screen and (min-width:48em) {
    .o-global-footer-social {
        grid-area: social;
        justify-content: flex-end
    }
}

@media screen and (max-width:59.99875em) {
    .o-global-footer-social-item {
        margin-bottom: 1rem
    }
}

.o-global-footer-social-item:not(:first-child) {
    margin-left: 1rem
}

@media print,
screen and (min-width:48em) {
    .o-global-footer-legal {
        display: flex;
        grid-area: legal
    }
}

.o-global-footer-legal-item {
    color: #767676;
    font-size: .875rem
}

@media screen and (max-width:47.99875em) {
    .o-global-footer-legal-item:not(:last-child) {
        margin-bottom: .5rem
    }
}

@media print,
screen and (min-width:48em) {
    .o-global-footer-legal-item:not(:last-child) {
        margin-right: 2rem
    }
}

.m-global-header {
    background-color: #fff;
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative;
    z-index: 100
}

@media print,
screen and (min-width:60em) {
    .m-global-header {
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 2rem
    }
}

.o-modal {
    background: #fff;
    box-shadow: 0 .3125rem 1rem -.1875rem rgba(0, 0, 0, .5);
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .o-modal {
        border-radius: .25rem;
        max-height: 80%;
        max-width: 35rem
    }
}

@media print,
screen and (min-width:48em)and (min-height:800px) {
    .o-modal {
        max-height: 800px
    }
}

@media screen and (max-width:47.99875em) {
    .o-modal {
        height: 100%
    }
}

.o-modal-inner {
    display: flex;
    flex-direction: column
}

@media print,
screen and (min-width:48em) {
    .o-modal-inner {
        max-height: 80vh
    }
}

@media print,
screen and (min-width:48em)and (min-height:800px) {
    .o-modal-inner {
        max-height: 800px
    }
}

@media screen and (max-width:47.99875em) {
    .o-modal-inner {
        max-height: 100vh
    }
}

.o-modal-header {
    align-items: center;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: flex;
    flex-direction: row-reverse;
    min-height: 3rem .5;
    padding: 1rem 1rem .5rem;
    transition: box-shadow .1s ease-in-out
}

@media print,
screen and (min-width:60em) {
    .o-modal-header {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.o-modal-footer {
    padding: 1rem
}

.o-modal-header--is-stuck {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    z-index: 10
}

.o-modal-header-inner {
    align-items: center;
    display: flex
}

.o-modal-header-inner,
.o-modal-heading {
    flex: 1 1 auto
}

.o-modal-close-button {
    font-size: 1.375rem
}

.o-modal-content {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 1rem 1rem 2rem
}

@media print,
screen and (min-width:60em) {
    .o-modal-content {
        padding-bottom: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.p-no-match-content {
    margin-bottom: -.25rem;
    margin-top: .75rem
}

@media print,
screen and (min-width:60em) {
    .p-no-match-content {
        margin-top: 1rem
    }
}

.p-unknown-error-content {
    margin-bottom: -.25rem;
    margin-top: .75rem
}

@media print,
screen and (min-width:60em) {
    .p-unknown-error-content {
        margin-top: 1rem
    }
}

