.modal .icon-well {
    margin: 10px auto 20px;
}
@media (max-width: 767.98px) {
    .modal .icon-well {
        margin: 0 auto;
    }
}
.modal h4 {
    margin-bottom: 30px;
}
.modal .slider {
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .modal .slider {
        margin-bottom: 30px;
    }
}
.modal .slider label {
    font-weight: 500;
    font-size: 1.2rem;
}
.modal .slider .noUi-target {
    background: #ff0000;
    box-shadow: none;
    border: none;
    height: 8px;
}
.modal .slider .noUi-origin {
    background-color: #e9e9e9;
    border-radius: 3px;
    bottom: 0;
    height: auto;
    width: auto;
}
.modal .slider .noUi-handle {
    border-radius: 16px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
    top: -12px;
    outline: none;
    border: none;
    cursor: pointer;
    left: -17px !important;
}
.modal .slider .noUi-handle:after,
.modal .slider .noUi-handle:before {
    left: 13px;
    top: 9px;
}
.modal .slider .noUi-handle:after {
    left: 16px;
}
.modal .slider .input-group {
    margin-top: 40px;
}
@media (min-width: 576px) {
    .modal .slider .input-group {
        margin-top: 22px;
    }
}
.modal .ui-slider {
    position: relative;
}
.modal .ui-slider .labels {
    position: absolute;
    width: 100%;
    color: rgba(38, 38, 38, 0.5);
    font-weight: 500;
    font-size: 1rem;
    top: 20px;
}
.modal .ui-slider .labels span:last-child {
    float: right;
}
.modal .well {
    border: 2px solid hsla(0, 0%, 75%, 0.3);
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
}
@media (max-width: 767.98px) {
    .modal .well {
        padding-bottom: 5px;
    }
}
@media (min-width: 576px) {
    .modal .well {
        margin: 40px 0 30px;
    }
}
.modal .well h5 {
    font-size: 1.467rem;
    font-weight: 600;
    margin: 0 0 5px;
}
.modal .well h5.total {
    color: #ff0000;
}
.modal .well small {
    color: rgba(38, 38, 38, 0.5);
    line-height: 1.2rem;
    font-weight: 500;
    font-size: 1rem;
    display: block;
}
@media (max-width: 767.98px) {
    .modal .well small {
        margin-bottom: 15px;
    }
}
.modal .well .col {
    position: relative;
}
.modal .well .col .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 2px solid hsla(0, 0%, 75%, 0.3);
    font-weight: 900;
    line-height: 1.9rem;
    font-size: 1.2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .modal .well .col .arrow {
        margin-top: 5px;
        line-height: 2.2rem;
    }
}
@media (max-width: 575.98px) {
    .modal .well .col .arrow {
        position: relative;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 0 auto 10px;
        display: block;
        left: auto;
    }
}
.modal .well .col .arrow svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #666;
}
.modal button {
    margin: 0 auto 10px;
    display: table;
}
.card,
.popover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 6px 4px rgba(0, 0, 0, 0.03);
}
.card hr,
.popover hr {
    border-color: hsla(0, 0%, 75%, 0.35);
    margin-bottom: 2rem;
}
.card .card-body,
.card .card-footer,
.popover .card-body,
.popover .card-footer {
    padding: 1.25rem;
}
@media (min-width: 768px) {
    .card .card-body,
    .card .card-footer,
    .popover .card-body,
    .popover .card-footer {
        padding: 2rem;
    }
}
@media (max-width: 991.98px) {
    .card,
    .popover {
        margin-bottom: 10px;
    }
}
.card .icon-well,
.popover .icon-well {
    margin: 0 auto 20px;
}
@media (max-width: 767.98px) {
    .card .icon-well,
    .popover .icon-well {
        margin: 0 auto 10px;
    }
}
button.close {
    outline: none;
    text-shadow: none;
    font-size: 1.8rem;
    line-height: 0;
    color: #3a4043;
}
button.close:focus,
button.close:hover {
    opacity: 1;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    visibility: hidden;
    -webkit-transform: scale(0.7) translateY(-20px);
    transform: scale(0.7) translateY(-20px);
    display: block;
    opacity: 0;
}
.dropdown.show .dropdown-menu {
    visibility: visible;
    -webkit-transform: scale(1) translateY(11px);
    transform: scale(1) translateY(11px);
    opacity: 1;
}
.dropdown-toggle {
    padding-bottom: 20px;
}
.dropdown-toggle:after {
    font-family: iconfont;
    font-style: normal;
    font-size: 0.4rem;
    margin-left: 1em;
    content: "\EA04";
    width: inherit;
    height: inherit;
    border: none;
}
.dropdown-menu {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 6px 4px rgba(0, 0, 0, 0.03);
    font-size: inherit;
    text-align: right;
    border-radius: 5px;
    padding: 0.8rem 0;
    color: inherit;
    border: none;
    left: auto;
    margin: 0;
    right: 0;
}
.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px 0 0 0;
    background: #fff;
    box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.dropdown-menu .dropdown-item {
    font-weight: inherit;
    padding: 0 1.5rem;
    color: #666;
}
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background-color: inherit;
    color: #333;
}
.dropdown-menu .dropdown-item.soon {
    cursor: not-allowed;
    opacity: 0.3;
}
.dropdown-menu .dropdown-item.soon:active,
.dropdown-menu .dropdown-item.soon:focus,
.dropdown-menu .dropdown-item.soon:hover {
    color: #666;
}
input,
select,
textarea {
    font-family: Brandon Text, Helvetica Neue, Arial, sans-serif;
}
.form-group label {
    font-weight: 500;
}
.form-control {
    -webkit-appearance: none;
    border-width: 1px;
}
.form-control:focus {
   border-color: #6f42c1;
    box-shadow: 0 0 0 2px rgba(111, 66, 193, 0.2);
}
.form-control {
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
}
.has-danger .form-control-label {
    color: inherit;
}
.has-danger .form-control-danger {
    background-image: none;
}
.has-danger .form-control:not(:focus) {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.icon-well {
    border: 2px solid #f2f2f4;
    border-radius: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
}
.icon-well.is-lg {
    width: 100px;
    height: 100px;
}
@media (max-width: 767.98px) {
    .icon-well.is-lg {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.icon-well.is-sm {
    width: 50px;
    height: 50px;
}
.icon-well img {
    vertical-align: middle;
}
.input-group-addon {
    color: rgba(56, 56, 56, 0.5);
    font-weight: 500;
    line-height: 1rem;
    display: block;
}
.input-group-addon,
.input-group-text {
    background-color: #f8f9f9;
    border-width: 1px;
}
.modal-header {
    position: absolute;
    padding: 1.5rem 2rem 0;
    border: none;
    right: -6px;
    z-index: 1;
}
.modal-body {
    padding: 2rem;
}
.modal-content {
    box-shadow: 1px 2px 15px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: none;
}
.modal-content button[type="submit"] {
    margin-bottom: 5px;
}
.modal-open {
    overflow: inherit;
}
.modal-backdrop {
    background-color: #262626;
}
.modal-backdrop.show {
    opacity: 0.9;
}
.nav-link,
.navbar .menu .menu-item:not(.btn) {
    letter-spacing: 0.2px;
    line-height: 1.867rem;
    font-weight: 500;
    font-size: 1.067rem;
    padding: 0.1rem 0.65rem;
    display: initial;
}
.navbar .logo {
    display: block;
}
.navbar .menu ul {
    padding: 0;
    margin: 0;
}
.navbar .menu .menu-item:last-child {
    padding: 0;
}
.navbar .navbar-collapse {
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.container {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
@media (max-width: 991.98px) {
    .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar .navbar-collapse {
        -webkit-transition: height 0.01s;
        transition: height 0.01s;
        padding: 12px 0 5px;
    }
    .navbar .menu .navbar-collapse .menu-item:not(.btn),
    .navbar .navbar-collapse .menu .menu-item:not(.btn),
    .navbar .navbar-collapse .nav-link {
        border-top: 1px solid hsla(0, 0%, 40%, 0.1);
        padding: 0.4rem 0;
        display: block;
    }
    .navbar .navbar-collapse .btn-group-sm > .btn,
    .navbar .navbar-collapse .btn-sm {
        margin: 5px 0 0;
        width: 100%;
    }
}
.navbar a {
    text-decoration: none !important;
}
.navbar .menu .menu-item:not(.btn),
.navbar .menu .menu-item:not(.btn) a:not(.btn),
.navbar .nav-link,
.navbar .nav-link a:not(.btn) {
    color: #666;
}
.navbar .menu .menu-item:active:not(.btn),
.navbar .menu .menu-item:focus:not(.btn),
.navbar .menu .menu-item:hover:not(.btn),
.navbar .menu .menu-item:not(.btn) a:not(.btn):active,
.navbar .menu .menu-item:not(.btn) a:not(.btn):focus,
.navbar .menu .menu-item:not(.btn) a:not(.btn):hover,
.navbar .nav-link:active,
.navbar .nav-link:focus,
.navbar .nav-link:hover,
.navbar .nav-link a:not(.btn):active,
.navbar .nav-link a:not(.btn):focus,
.navbar .nav-link a:not(.btn):hover {
    color: #333;
}
.navbar {
    padding: 1.5rem 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.navbar .hamburger {
    outline: none;
    float: right;
}
.navbar .hamburger .hamburger-box {
    vertical-align: middle;
}
@media (min-width: 768px) {
    .navbar .btn-group-sm > .btn,
    .navbar .btn-sm {
        margin-left: 20px;
    }
    .navbar .btn-group-sm > .btn:last-child,
    .navbar .btn-sm:last-child {
        margin-left: 10px;
    }
}
.navbar.headroom--not-top {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: fixed;
    padding: 0.7rem 0;
    z-index: 2;
    background-color: #fff;
}
.navbar .navbar-collapse a:first-child {
    margin-left: auto;
}
#logo {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.navbar,
.navbar.headroom--pinned:not(.headroom--top) {
    background-color: #fff;
}
.navbar .hamburger-inner,
.navbar .hamburger-inner.is-active,
.navbar .hamburger-inner.is-active:after,
.navbar .hamburger-inner.is-active:before,
.navbar .hamburger-inner:after,
.navbar .hamburger-inner:before {
    background-color: #000 !important;
}
section {
    padding: 40px 0;
}
@media (min-width: 768px) {
    section {
        padding: 60px 0;
    }
}
@media (min-width: 992px) {
    section {
        padding: 100px 0;
    }
}
section .heading {
    position: relative;
    margin-bottom: 40px;
}
section .heading h2 {
    margin: 0;
}
section .heading.is-line:after {
    content: "";
    position: absolute;
    background-color: #e81e7c;
    width: 3rem;
    height: 4px;
    border-radius: 4px;
    bottom: -10px;
    left: 0;
}
section.is-offset {
    background-color: #fbfbfb;
}
section.is-dark {
    background-color: #262626;
    color: #fff;
}
section.is-dark .lead {
    color: #fff;
}
h1 {
    font-size: 3.733em;
}
h1,
h2 {
    font-weight: 700;
}
h2 {
    font-size: 3.067em;
}
h3 {
    font-weight: 400;
    line-height: 2.6rem;
    font-size: 2.133rem;
}
h4 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}
h5 {
    font-size: 1.2rem;
    font-weight: 500;
}
h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    font-weight: 900;
}
p,
ul {
    color: #666;
    font-size: 1em;
}
a {
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: underline;
}
.lead {
    font-style: 1.333rem;
    font-weight: inherit;
}
@-webkit-keyframes d {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes d {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.scroll {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: d;
    animation-name: d;
}
.footer {
    background-color: #262626;
    padding: 40px 0;
    color: #fff;
}
@media (min-width: 768px) {
    .footer {
        padding: 80px 0;
    }
}
@media (max-width: 767.98px) {
    .footer {
        text-align: center;
    }
}
.footer #logo {
    display: inline-block;
}
@media (max-width: 991.98px) {
    .footer #logo {
        margin-bottom: 30px;
        display: block;
    }
}
.footer ul {
    margin: 0 0 30px;
    padding: 0;
}
@media (max-width: 991.98px) {
    .footer ul {
        margin: 0 0 30px;
        text-align: center;
    }
}
.footer ul a {
    color: #fff;
    padding: 0;
}
@media (max-width: 991.98px) {
    .footer ul a {
        display: block;
    }
}
.footer ul a.soon {
    opacity: 0.5;
    cursor: not-allowed;
}
.footer ul li {
    list-style: none;
}
.footer a {
    text-decoration: none;
}
.footer a svg,.footer a i {
    color: #fff;
    margin-right: 12px;
    font-size: 23px;
}
@media (max-width: 991.98px) {
    .footer a svg,.footer a i {
        margin: 0 6px;
    }
}
@media (min-width: 768px) {
    .footer .social {
        float: right;
    }
}
.footer .legal {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    margin-top: 50px;
    padding: 40px 0 0;
}
.footer .legal p {
    color: hsla(0, 0%, 100%, 0.5);
}
.footer .legal small {
    color: hsla(0, 0%, 100%, 0.3);
    display: block;
}
.image-text {
    position: relative;
}
@media (max-width: 767.98px) {
    .image-text {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .image-text article {
        padding: 40px 0;
    }
}
@media (min-width: 768px) {
    .image-text article {
        float: right;
        clear: none;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 80px;
    }
}
.image-text .image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 320px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .image-text .image {
        position: absolute;
        width: 50%;
        height: 100%;
        overflow: hidden;
        top: 0;
        bottom: 0;
    }
}
@media (min-width: 768px) {
    .image-text.is-right article {
        padding-left: 0;
        padding-right: 80px;
        float: left;
    }
    .image-text.is-right .image {
        right: 0;
    }
    .image-text.has-mark:before {
        content: "";
        position: absolute;
        background-image: url(/assets/images/mark-green-sm.svg);
        background-size: 100%;
        bottom: 0;
        right: 50%;
        height: 210px;
        width: 210px;
        z-index: 1;
    }
}
.masthead {
    position: relative;
    padding: 140px 0 100px;
}
@media (min-width: 768px) {
    .masthead {
        padding: 180px 0;
    }
}
@media (min-width: 992px) {
    .masthead {
        padding: 260px 0;
    }
}
.masthead h1 {
    position: relative;
    z-index: 1;
}
.masthead h2 {
    opacity: 0;
}
.masthead .lead {
    white-space: pre-line;
    margin: 30px 0 0;
    max-width: 450px;
    opacity: 0;
}
.masthead .btn {
    opacity: 0;
}
.masthead.text-center .lead {
    margin: 30px auto 0;
    max-width: 400px;
}
.masthead.is-small {
    padding: 100px 0 60px;
}
@media (min-width: 768px) {
    .masthead.is-small {
        padding: 140px 0 120px;
    }
}
.masthead.is-small.is-overlap {
    padding: 100px 0 160px;
}
@media (min-width: 768px) {
    .masthead.is-small.is-overlap {
        padding: 140px 0 240px;
    }
}
@media (max-width: 767.98px) {
    .masthead.is-index {
        text-align: center;
    }
}
.masthead.is-index .lead {
    margin: 30px 0 35px;
    max-width: 450px;
}
@media (max-width: 767.98px) {
    .masthead.is-index .lead {
        margin: 30px auto 35px;
    }
}
@media (max-width: 767.98px) {
    .masthead.is-index .mockup {
        -webkit-box-flex: inherit;
        flex: inherit;
    }
    .masthead.is-index .mockup img {
        margin: 60px 0 0;
        max-width: 80%;
    }
}
@media (min-width: 768px) {
    .masthead.is-index .mockup img {
        position: absolute;
        margin: auto;
        top: 80px;
        bottom: 0;
        right: 0;
        left: 0;
    }
}
.masthead.is-index .scroll {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 500;
    font-size: 1.067rem;
    width: 100px;
    cursor: pointer;
}
.masthead.is-index .scroll svg {
    opacity: 0.3;
    display: block;
    margin: 3px auto 0;
}
.masthead .tabs {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.masthead .tabs a {
    text-decoration: none;
    font-size: 1.067rem;
    font-weight: 500;
    color: #666;
    margin: 0 10px;
    line-height: 60px;
    display: inline-block;
}
.masthead .tabs a.is-active {
    position: relative;
    color: #6f42c1;
}
.masthead .tabs a.is-active:after {
    content: "";
    position: absolute;
    background-color: #6f42c1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
}
.title {
    margin-bottom: 50px;
}
.title h3 {
    margin-bottom: 0;
}
.cookies {
    display: none;
    padding: 6px 0;
    background-color: #1a1a1a;
    font-weight: 500;
    line-height: 1.2rem;
    color: #fff;
}
.cookies .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.cookies .actions {
    margin-left: 20px;
    display: -webkit-box;
    display: flex;
}
@media (max-width: 767.98px) {
    .cookies .actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.cookies .btn-link {
    color: #fff !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
#contact .has-form {
    height: 100%;
}
#contact .is-support {
    margin: 0 0 15px;
}
#contact .is-emails {
    margin: 0;
}
#contact .is-emails p {
    margin: 0 0 15px;
}
#contact .is-emails p img {
    margin: 1px 8px 0 0;
    float: left;
}
#contact .is-emails,
#contact .is-support {
    -webkit-box-flex: initial;
    flex: initial;
    width: 100%;
}
#contact .contact-form {
    background-image: url(/assets/images/mark-dark.svg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.masthead.is-index {
    background-image: url(/assets/images/mark-offset.svg);
    background-position: bottom -20px right 0;
    background-repeat: no-repeat;
}
.loans {
    overflow: hidden;
}
.loans p {
    margin-bottom: 30px;
    white-space: pre-line;
}
.loans .is-desktop {
    display: none;
}
@media (min-width: 768px) {
    .loans .is-desktop {
        display: block;
    }
}
@media (min-width: 768px) {
    .loans .is-mobile {
        display: none;
    }
}
.why .item {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .why .item {
        margin-bottom: 40px;
    }
}
.why .item .icon-well {
    margin: 0 auto 20px;
}
@media (max-width: 767.98px) {
    .why .item .icon-well {
        margin: 0 auto 5px;
    }
}
.why a {
    margin-top: 20px;
}
.help {
    background-image: url(/assets/images/mark-pink.svg);
    background-position: bottom -30px right 40px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.help nav,
.help p {
    margin-bottom: 30px;
}
.help nav .nav-link,
.help nav .navbar .menu .menu-item:not(.btn),
.navbar .menu .help nav .menu-item:not(.btn) {
    font-weight: inherit;
    line-height: 1.6rem;
    font-size: 1rem;
    color: #0fbc71;
    padding: 0;
}
.help nav .nav-link:hover,
.help nav .navbar .menu .menu-item:hover:not(.btn),
.navbar .menu .help nav .menu-item:hover:not(.btn) {
    text-decoration: underline;
}
.help .card .card-block,
.help .popover .card-block {
    padding-bottom: 0;
}
.help .card .card-footer,
.help .popover .card-footer {
    background-color: transparent;
    padding-top: 0;
}
.process {
    overflow: hidden;
}
.process .cta {
    margin-top: 60px;
}
.faqs {
    background-image: url(/assets/images/mark-dark-transform.svg);
    background-position: top;
    background-repeat: no-repeat;
}
.faqs .lead {
    margin-top: 20px;
}
.faqs .tab {
    margin-bottom: 15px;
    position: relative;
}
.faqs .tab:after {
    content: "";
    position: absolute;
    background-color: #f2f2f4;
    width: 2px;
    height: calc(100% + 15px);
    left: 25px;
    top: 0;
}
.faqs .tab a {
    line-height: 50px;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
}
.faqs .tab a.collapsed {
    color: #383838;
}
.faqs .tab a.collapsed svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #d9d9d9;
}
.faqs .tab a .icon-well {
    position: absolute;
    background-color: #fff;
    z-index: 1;
}
.faqs .tab a span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 70px;
}
.faqs .tab a svg {
    font-size: 0.6667rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #e81e7c;
    float: right;
}
.faqs .tab a .arrow {
    display: -webkit-box;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    align-items: center;
}
.faqs .tab p {
    margin: 10px 0 0;
    padding-left: 70px;
}
.faqs .steps .col-xl-6:last-child .tab:after {
    height: 0;
}
@media (min-width: 1200px) {
    .faqs .steps .col-xl-6:nth-child(odd) {
        padding-right: 20px;
    }
    .faqs .steps .col-xl-6:nth-child(2n) {
        padding-left: 20px;
    }
}
@media (min-width: 1200px) {
    .faqs .steps .col-xl-6:nth-last-of-type(-n + 2) .tab:after {
        height: 0;
    }
}
.eligibility {
    background-image: url(/assets/images/mark-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
    .eligibility {
        background-size: cover;
    }
}
.eligibility .item {
    position: relative;
    margin-bottom: 20px;
}
.eligibility .item .icon-well {
    position: absolute;
}
.eligibility .item h5,
.eligibility .item p {
    padding-left: 84px;
}
.eligibility .cta {
    margin-top: 30px;
}
#legal article {
    text-align: justify;
}
#service .alert {
    margin-bottom: 0;
}
.is-soon .form-control {
    height: 50px;
}
.is-soon .btn {
    width: 100%;
}
.is-soon form {
    margin-top: 40px;
}
.is-soon form .alert {
    border-radius: 5px;
    text-align: center;
    padding: 1rem;
    background-color: #e81e7c;
    color: #fff;
}
#help .categories ul {
    list-style: none;
    margin: 0 0 1.333rem;
    padding: 0;
}
@media (min-width: 768px) {
    #help .categories .card,
    #help .categories .popover {
        margin-bottom: 15px;
    }
}
#help .categories .card hr,
#help .categories .popover hr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
}
#help .categories .card .card-block,
#help .categories .popover .card-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
#help .categories .card .card-block .btn-group-sm > .btn,
#help .categories .card .card-block .btn-sm,
#help .categories .popover .card-block .btn-group-sm > .btn,
#help .categories .popover .card-block .btn-sm {
    margin-top: auto;
}
@font-face {
    font-family: Brandon Text;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/BrandonText-Black.eot%3F) format("eot"), url(/assets/fonts/BrandonText-Black.woff) format("woff"), url(../fonts/BrandonText-Black.ttf) format("truetype"),
        url(/assets/fonts/BrandonText-Black.svg) format("svg");
}
@font-face {
    font-family: Brandon Text;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/BrandonText-Bold.eot%3F) format("eot"), url(/assets/fonts/BrandonText-Bold.woff) format("woff"), url(../fonts/BrandonText-Bold.ttf) format("truetype"), url(https://thryft.gi/assets/fonts/BrandonText-Bold.svg) format("svg");
}
@font-face {
    font-family: Brandon Text;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/BrandonText-Medium.eot%3F) format("eot"), url(/assets/fonts/BrandonText-Medium.woff) format("woff"), url(../fonts/BrandonText-Medium.ttf) format("truetype"),
        url(/assets/fonts/BrandonText-Medium.svg) format("svg");
}
@font-face {
    font-family: Brandon Text;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/BrandonText-Regular.eot%3F) format("eot"), url(/assets/fonts/BrandonText-Regular.woff) format("woff"), url(../fonts/BrandonText-Regular.ttf) format("truetype"),
        url(/assets/fonts/BrandonText-Regular.svg) format("svg");
}
@font-face {
    font-family: Brandon Text;
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/BrandonText-Light.eot%3F) format("eot"), url(/assets/fonts/BrandonText-Light.woff) format("woff"), url(../fonts/BrandonText-Light.ttf) format("truetype"),
        url(/assets/fonts/BrandonText-Light.svg) format("svg");
}
body {
    font-family: Brandon Text,Helvetica Neue,Arial,sans-serif;
}
body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 13px;
}
@media (min-width: 768px) {
    body,
    html {
        font-size: 15px;
    }
}
.popover {
    padding: 0.25rem 0.5rem;
    box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.025);
    border-radius: 8px;
}
.popover .arrow {
    display: none;
}
.popover h5 {
    display: block;
    margin-top: 10px;
}
.masthead.is-index .scroll img {
    opacity: .3;
    display: block;
    margin: 3px auto 0;
}
.faqs .tab a.collapsed .arrow img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #d9d9d9;
}
.faqs .tab a .arrow img {
    font-size: .6667rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #e81e7c;
    float: right;
}
.help nav .nav-link, .help nav .navbar .menu .menu-item:not(.btn), .navbar .menu .help nav .menu-item:not(.btn){
    color: #6f42c1;
}
.help nav .nav-link:hover, .help nav .navbar .menu .menu-item:hover:not(.btn), .navbar .menu .help nav .menu-item:hover:not(.btn){
    color: #6f42c1;
    text-decoration: underline;   
}
.categories ul {
    list-style: none;
    margin: 0 0 1.333rem;
    padding: 0;
}
p, ul {
    color: #666;
    font-size: 1em;
}
.categories .card hr, .categories .popover hr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
}
#navbarCollapse li.active a {
    color: #ff3333;
}
@media (min-width: 768px){
    .categories .card, #help .categories .popover {
        margin-bottom: 15px;
    }    
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }    
}


