@charset "UTF-8";
@font-face {
    font-family: 'valys-icons';
    src: url("../fonts/valys-icons.eot");
    src: url("../fonts/valys-icons.eot#iefix") format("embedded-opentype"), url("../fonts/valys-icons.ttf") format("truetype"), url("../fonts/valys-icons.woff") format("woff"), url("../fonts/valys-icons.svg#valys-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icnfont, .tooltip__tip::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'valys-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.check:before {
    content: "";
}

.check--s:before {
    content: "";
}

.search-plus:before {
    content: "";
}

.search-minus:before {
    content: "";
}

.clock-o:before {
    content: "";
}

.repeat:before {
    content: "";
}

.rotate-right:before {
    content: "";
}

.info-circle:before {
    content: "";
}

.arrow-left:before {
    content: "";
}

.arrow-right:before {
    content: "";
}

.arrow-up:before {
    content: "";
}

.arrow-down:before {
    content: "";
}

.rotate-left:before {
    content: "";
}

.undo:before {
    content: "";
}

.file-text-o:before {
    content: "";
}

.battery:before {
    content: "";
}

.battery-4:before {
    content: "";
}

.battery-full:before {
    content: "";
}

.battery-3:before {
    content: "";
}

.battery-three-quarters:before {
    content: "";
}

.battery-2:before {
    content: "";
}

.battery-half:before {
    content: "";
}

.battery-1:before {
    content: "";
}

.battery-quarter:before {
    content: "";
}

.battery-0:before {
    content: "";
}

.battery-empty:before {
    content: "";
}

.hourglass-o:before {
    content: "";
}

.hourglass-1:before {
    content: "";
}

.hourglass-start:before {
    content: "";
}

.hourglass-2:before {
    content: "";
}

.hourglass-half:before {
    content: "";
}

.hourglass-3:before {
    content: "";
}

.hourglass-end:before {
    content: "";
}

.hourglass:before {
    content: "";
}

.map-signs:before {
    content: "";
}

.address-card-o:before {
    content: "";
}

.vcard-o:before {
    content: "";
}

.user-circle-o:before {
    content: "";
}

.txt-meta {
    line-height: normal;
}

.txt-meta {
    font-size: 0.875em;
}

.txt-meta--s {
    font-size: 0.6875em;
}

.btn-bar .txt-meta {
    display: inline-block;
    padding: 1em;
    text-align: center;
}

.txt-whisper {
    color: #757575;
}

.txt-loud {
    font-size: 1.125em;
}

.lt-root {
    max-width: 80em;
}

.lt-leader {
    margin-top: 2em;
}

.lt-column--haf {
    float: left;
}

.lt-clearfix {
    zoom: 1;
}

.lt-clearfix:before, .lt-clearfix:after {
    content: '';
    display: table;
}

.lt-clearfix:after {
    clear: both;
}

@media only screen and (min-width: 50em) {
    .lt-root--narrow {
        max-width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
}

.fld-label {
    color: inherit;
}

.fld-checkbox__label {
    vertical-align: middle;
}

.fld__label--spacious {
    padding: 1em 0;
}

#profile_indications .fld-group__input {
    padding-bottom: 10px;
}

.fld-select--slim {
    width: 5em;
    margin: 0 1em;
}

.fld-checkbox__label {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding-left: 10px;
}

.fld-upload {
    width: 100%;
}

.fld-upload__input {
    position: absolute;
    left: -9999em;
}

.fld-disabled {
    background-color: #eee;
    color: rgba(0, 0, 0, 0.75);
    opacity: 1;
}

.fld-group:hover .txt-small .fld-group__label {
    padding-left: 0;
}

.fld-group--split .lt-column + .lt-column {
    padding-left: 0;
}

.fld-group--checkbox .fld-group__label {
    vertical-align: middle;
    margin-top: 10px;
}

.fld-group--checkbox .fld-group__input {
    position: relative;
}

.fld-group--checkbox > .fld-group__input .fld-group__label {
    margin-top: 0;
}

.fld-info {
    position: relative;
}

.fld-info--state-inactive {
    margin: 0;
}

.fld-info__icon {
    position: absolute;
    top: 0;
    line-height: inherit;
    padding: 0 1em;
}

.fld-info__body {
    padding-left: 3em;
}

.fld-group--spacer:hover {
    background: none;
}

@media only screen and (min-width: 50em) {
    .fld-group--wide > .fld-group__input {
        width: 70%;
    }

    .fld-group--stretch > .fld-group__input, .fld-group--checkbox-equal .fld-group__input {
        position: static;
        width: 100%;
    }

    .fld-group--checkbox-equal .fld-group__input {
        width: 50%;
    }

    .fld-group--equal .fld-group__label {
        width: 50%;
    }

    .fld-group--checkbox-equal .fld-group__label {
        width: auto;
    }

    .fld-group--em-first .fld-group__input:first-child, .fld-group--em-last .fld-group__input:last-child {
        width: 100%;
    }

    .fld-group--checkbox > .fld-group__input {
        position: relative;
        left: 25%;
    }

    .fld-group--checkbox .fld-group__input {
        left: 0;
    }
}

@media only screen and (min-width: 37.5em) {
    .fld-group--checkbox .fld-group__input:only-child {
        left: 0;
        width: 100%;
    }
}

/*
 * 1. Use to-unit in final code
 * 2. Internet Explorer 9-10-11 fallback
 */
.progress {
    display: block;
    border-color: #8CB7C7;
}

.progress__item, .progress__link {
    display: block;
    font-size: 20px;
    /* 1 */
}

.progress__item {
    margin-right: -8px;
    padding-top: 2em;
    border-right: 8px solid #000000;
}

.progress__item:first-child {
    margin-right: 0;
    padding-top: 1em;
    border: 0;
}

.progress__link {
    position: relative;
    padding-right: 2.4em;
    /* 1. */
    line-height: 1.75em;
    text-align: right;
    color: #8CB7C7;
    overflow: visible;
    /* 2. */
    /* Button reset */
    right: -4px;
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: 0;
    font-weight: bold;
}

@media only screen and (min-width: 37.5em) {
    .progress__link {
        line-height: 2.2em;
    }
}

.progress__link:hover {
    color: inherit;
}

.progress__link:before, .progress__link:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
}

.progress__link:before {
    right: -1.1em;
    height: 2.2em;
    width: 2.2em;
    background: #ffffff;
    border: 6px solid #000000;
    border-radius: 100%;
}

.is-active .progress__link:after, .is-complete .progress__link:after {
    top: 0.55em;
    right: -0.55em;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
}

.is-complete .progress__link:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00d';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 22px;
    font-family: valys-icons;
    color: #ffffff;
    background: #009A49;
}

.is-active .progress__link {
    color: black;
}

.is-active .progress__link:after {
    background: #EB7100;
}

.progress__item:first-child .progress__link, .progress__item:last-child .progress__link {
    line-height: 2.8em;
}

.progress__item:first-child .progress__link:before, .progress__item:last-child .progress__link:before {
    right: -1.4em;
    height: 2.8em;
    width: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: valys-icons;
    line-height: 45px;
}

.progress__item:first-child .progress__link:before {
    content: '\f0f6';
    color: #000000;
}

.progress__item:last-child .progress__link:before {
    content: '\f2bc';
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.progress__item.is-active ~ .progress__item, .progress__item.is-active ~ .progress__item .progress__link:before {
    border-color: #8CB7C7;
}

@media only screen and (max-width: 768px) {
    .progress {
        margin-right: 40px;
        border: 0;
        box-shadow: none;
    }

    .progress__link {
        text-align: left;
        font-size: 24px;
    }

    .progress__link:before {
        box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.4);
    }

    .progress__link:before, .progress__link:after {
        font-size: 20px;
    }

    .progress__item {
        padding-top: 0;
        padding-bottom: 2em;
        line-height: 1.8em;
    }

    .progress__item:first-child {
        margin-right: -8px;
        padding-top: 0;
        padding-bottom: 1em;
        border-right: 8px solid #000000;
        line-height: 2.4em;
    }

    .progress__item.is-active {
        padding-bottom: 3em;
        border-width: 0 8px 0 0;
        border-image: url("templates/valyscard/images/border-top.png") 5 fill repeat;
    }
}

@media only screen and (min-width: 768px) {
    .progress--mobile {
        display: none;
    }
}

.progress--mobile .progress__item {
    display: none;
}

.progress--mobile .progress__item.is-active ~ .progress__item {
    display: inherit;
    padding-top: 2em;
    padding-bottom: 0;
}

.progress--mobile .progress__item.is-active + .progress__item {
    padding-top: 3em;
    border-width: 0 8px 0 0;
    border-image: url("templates/valyscard/images/border-bottom.png") 5 fill repeat;
}

.progress--mobile .progress__item:last-child {
    /* Hide border from last progress item */
    padding-bottom: 0;
}

.progress--mobile .progress__item:last-child .progress__link {
    line-height: 2em;
}

.option-tile {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 50%;
}

.option-tile:first-child .option-tile__trigger {
    border-radius: 16px 0 0 0;
}

.option-tile:last-child .option-tile__trigger {
    border-radius: 0 0 16px 0;
}

.option-tile__trigger {
    display: block;
    padding: 0.825em 20px;
    /* top + bottom equal to trailer--half */
    border: 0;
    background: #DDF4FF;
    text-align: center;
    margin: 5px;
}

.option-tile:hover .option-tile__trigger {
    background: #B9E8FF;
}

.option-tile--1 .option-tile__trigger, .option-tile--3 .option-tile__trigger {
    margin-left: 0;
}

.option-tile--2 .option-tile__trigger, .option-tile--4 .option-tile__trigger {
    margin-right: 0;
}

.option-tile__body {
    display: block;
    padding: 10px 0;
    background: #ffffff;
    color: #4E9EC1;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
}

.option-tile__meta {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.option-tile__icon {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
    background: #4E9EC1;
    border: 3px solid #ffffff;
    border-radius: 100%;
}

.option-tile__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: valys-icons;
    font-size: 12px;
    color: #ffffff;
}

.option-tile--bank .option-tile__icon {
    background: none;
}

.option-tile--1 .option-tile__icon:after {
    content: '\f244';
}

.option-tile--1.option-tile--hourglass .option-tile__icon:after {
    content: '\f251';
}

.option-tile--2 .option-tile__icon:after {
    content: '\f243';
}

.option-tile--2.option-tile--hourglass .option-tile__icon:after {
    content: '\f252';
}

.option-tile--3 .option-tile__icon:after {
    content: '\f242';
}

.option-tile--3.option-tile--hourglass .option-tile__icon:after {
    content: '\f253';
}

.option-tile--4 .option-tile__icon:after {
    content: '\f241';
}

.option-tile--4.option-tile--hourglass .option-tile__icon:after {
    content: '\f250';
}

@media only screen and (min-width: 768px) {
    .option-tile {
        width: 25%;
    }

    .option-tile--3 .option-tile__trigger {
        margin-left: 5px;
    }

    .option-tile--2 .option-tile__trigger {
        margin-right: 5px;
    }
}

.option-tile__input {
    position: absolute;
    left: -999em;
}

.option-tile__input:checked + .option-tile__trigger, .option-tile__input:checked + .option-tile__trigger + .option-tile__trigger {
    background: #4E9EC1;
}

.option-tile__input:checked + .option-tile__trigger .option-tile__icon, .option-tile__input:checked + .option-tile__trigger + .option-tile__trigger .option-tile__icon {
    background: #EB7100;
}

.option-tile__input:checked + .option-tile__trigger .option-tile__icon:after, .option-tile__input:checked + .option-tile__trigger + .option-tile__trigger .option-tile__icon:after {
    content: '\f00c';
    font-size: 16px;
}

.option-tiles--l .tile__icon:after {
    content: '\f251';
}

.option-tiles--l .tile__icon--1:after {
    content: '\f252';
}

.option-tiles--l .tile__icon--2:after {
    content: '\f253';
}

.option-tiles--l .tile__icon--3:after {
    content: '\f250';
}

/*
 * 1. Internet Explorer fallback
 */
.option-bar {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 20%;
    border-left: 2px solid #ffffff;
    vertical-align: middle;
}

.fld-group:hover .option-bar {
    border-color: #B9E8FF;
}

.option-bar-label {
    flex: 1 33.33333%;
    width: 33.33333%;
    /* 1. */
    text-align: center;
    line-height: normal;
    padding-bottom: .5em;
    display: inline-block;
    /* 1. */
}

.option-bar-label:first-child {
    text-align: left;
}

.option-bar-label:last-child {
    text-align: right;
}

.option-bar-labels {
    display: flex;
}

.option-bar--head {
    width: 33.3333%;
    float: left;
    color: rgba(0, 0, 0, 0.56);
    font-size: 12px;
    line-height: 14px;
}

.option-bar__trigger {
    display: block;
    height: 1.25em;
    background: #4E9EC1;
}

.option-bar__input {
    position: absolute;
    left: -999em;
}

.option-bar__input:checked ~ .option-bar__trigger, .option-bars:hover .option-bar__trigger:hover + .option-bar__input ~ .option-bar__trigger {
    background: #DDF4FF;
}

.option-bar__trigger, .option-bars:hover .option-bar__trigger {
    background: #4E9EC1;
}

@media only screen and (min-width: 37.5em) {
    .option-bar-labels {
        width: 75%;
        margin-left: 25%;
    }
}

@media only screen and (min-width: 50em) {
    .option-bar__trigger {
        height: 0.875em;
    }

    .option-bar-labels {
        width: 50%;
        margin-left: 50%;
    }
}

/*
 * 1. Internet explorer fallback for flex
 */
.btn--cta {
    background: #ffbe80;
}

.btn-bar {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.btn-bar__item {
    padding: 1em 0;
    width: 100%;
    float: right;
    /* 1. */
}

.btn-bar__item + .btn-bar__item {
    float: left;
    /* 1. */
}

@media only screen and (min-width: 50em) {
    .btn-bar {
        flex-direction: row;
    }

    .btn-bar--reverse {
        flex-direction: row-reverse;
    }

    .btn-bar__item {
        flex: 0 25%;
        width: 25%;
        /* 1. */
    }
}

.btn--append--solo {
    width: auto;
    padding: 10px;
    display: inline-block;
}

.btn--append--solo, .btn--append--solo:hover {
    background: none;
    border: 0;
    color: #EB7100;
}

.fld-group--stretch .btn--append--solo {
    right: 0;
    left: auto;
}

.fld-group--stretch .btn--append--solo:hover {
    color: #8CB7C7;
}

/*
 * This component adds layout to a form with a progression indicator
 */
@media only screen and (min-width: 50em) {
    .form__progress, .form__data {
        display: inline-block;
        vertical-align: top;
    }

    .form__progress {
        width: 25%;
    }

    .form__data {
        width: 66.66667%;
        position: relative;
        left: 8.33333%;
    }
}

.tool {
    display: inline-block;
    display: flex;
    padding: 10px 20px;
    color: #8CB7C7;
}

.tool + .tool {
    border-left: 2px solid rgba(185, 232, 255, 0.15);
}

.tool .icon--label {
    align-self: center;
    vertical-align: top;
}

.tool-set {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
}

.card-preview {
    background: rgba(185, 232, 255, 0.15);
    padding: 75px 0;
}

@media only screen and (min-width: 62.5em) {
    .card-preview {
        padding: 75px 100px;
    }
}

.card-preview-image {
    padding: 20px;
}

.card-preview, .card-preview-card {
    border-radius: 10px;
}

.card-preview-card {
    max-width: 490px;
    max-height: 310px;
    margin: 0 auto;
    padding: 25px 0;
    background: #DDF4FF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    color: #5191BF;
}

.card-preview-icon {
    padding-top: 20px;
    color: #ffffff;
    font-size: 60px;
}

.icon {
    position: relative;
    display: inline-block;
    background: #ffffff;
    border: 3px solid #8CB7C7;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    /* Reset from default button */
}

.icon + .icon {
    margin-left: 10px;
}

.icon .icnfont, .icon .tooltip__tip::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #8CB7C7;
    font-size: 20px;
}

.icon:hover {
    background: #8CB7C7;
}

.icon:hover .icnfont, .icon:hover .tooltip__tip::before {
    color: #ffffff;
}

.icon--label {
    font-family: Verdana, "PT Sans", sans-serif;
    display: inline-block;
    margin: 0;
    vertical-align: text-bottom;
    line-height: 40px;
    font-weight: bold;
}

.bank {
    width: 100%;
}

.bank-list {
    display: flex;
    flex-wrap: wrap;
}

.bank-list__item {
    flex: 0 50%;
}

.is-narrative {
    position: absolute;
    left: -9999em;
}

.request-progress {
    position: relative;
    height: 22px;
    border: 3px solid #4E9EC1;
    border-radius: 16px;
    margin-right: 40px;
}

.request-progress:after {
    content: "\f2bc";
    background: #000000;
    color: #ffffff;
}

.request-progress__current:after, .request-progress:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -13px;
    right: -30px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    font-family: valys-icons;
    font-size: 20px;
    line-height: 36px;
}

.request-progress__current {
    position: relative;
    background: #4E9EC1;
    height: 16px;
}

.request-progress__current:after {
    content: "\f0f6";
    color: #4E9EC1;
    background: #ffffff;
    border: 3px solid #4E9EC1;
    line-height: 32px;
}

.request-progress__title {
    float: left;
    color: #4E9EC1;
    font-family: Verdana, PT Sans, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.request-progress__title + .request-progress__title {
    float: right;
}

.overview__item {
    border-bottom: 1px solid #EEE;
    padding: 3.25em 0;
}

.overview__item-title {
    padding-left: 2em;
    font-weight: bold;
}

@media only screen and (min-width: 62.5em) {
    .overview--s,
    .overview--l {
        display: inline-block;
    }
}

@media only screen and (min-width: 62.5em) {
    .overview--s {
        width: 16.66667%;
    }
}

.overview--l {
    margin-bottom: 20px;
}

@media only screen and (min-width: 62.5em) {
    .overview--l {
        margin-bottom: 0;
        width: 83.33333%;
    }
}

@media only screen and (min-width: 50em) {
    .overview--two-third {
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        width: 66.66667%;
    }
}

.overview--third {
    margin-bottom: 10px;
}

@media only screen and (min-width: 50em) {
    .overview--third {
        display: inline-block;
        width: 33.33333%;
        margin-bottom: 0;
    }
}

.bullet {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    height: 2.6em;
    width: 2.6em;
    background: #ffffff;
    border: 6px solid #000000;
    border-radius: 100%;
    font-size: 1em;
    /* 1 */
    line-height: 2.6em;
}

.bullet--s {
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
}

.bullet--l {
    height: 3.2em;
    width: 3.2em;
    line-height: 3.2em;
}

.bullet--active::before, .bullet--complete::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    border: 4px solid #ffffff;
}

.bullet--active .bullet__icon, .bullet--complete .bullet__icon {
    color: #ffffff;
}

.bullet--complete, .is-complete .bullet {
    background: #009A49;
}

.bullet--active, .is-active .bullet {
    background: #EB7100;
}

.bullet__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bullet__label {
    white-space: nowrap;
}

.tooltip__subject {
    display: inline;
}

.tooltip__tip {
    max-height: 0;
    margin-top: 20px;
    overflow: hidden;
    background: #B9E8FF;
    border-radius: 16px;
    padding-left: 2em;
    position: relative;
}

.tooltip__tip::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1em;
    line-height: inherit;
}

.tooltip__icon, .tooltip__body {
    display: inline-block;
    vertical-align: top;
}

.tooltip__icon {
    width: 10%;
    text-align: center;
}

.tooltip__tip::before, .tooltip__label {
    color: #4E9EC1;
}

.tooltip__body {
    margin: 1em;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.76);
}

.tooltip__label {
    cursor: pointer;
    position: relative;
    left: .5em;
}

.tooltip__label--focussed {
    outline: #000 dotted 2px;
}

.tooltip__toggle {
    position: absolute;
    left: -999em;
}

.tooltip__toggle:checked + .tooltip__tip {
    max-height: 800px;
}

.tooltip--secondary .tooltip__tip::before, .tooltip--secondary .tooltip__label {
    color: #EB7100;
}

.tooltip--secondary .tooltip__tip {
    background: #ffddbd;
}

.h-subhead {
    font-size: 1.5em;
    margin: 2.5em 0 1em;
}

/*
 * 1. Ensures that text, styled as a button, has the same height as button
 */
.btn, .fld, .fld-label {
    line-height: normal;
    /* 1 */
}

.h-page {
    font-size: 1.875em;
}

button {
    border: 0;
    padding: 0;
    background: none;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: top;
    margin: .3ex 0;
}

.anchor--incognito, .anchor--incognito:active, .anchor--incognito:visited, .anchor--incognito:hover {
    color: inherit;
}

.box--dark {
    border-color: #000000;
    border-width: 5px;
}

.main-nav {
    text-align: right;
}

.main-nav__info:before, .main-nav__user:before {
    font-family: valys-icons;
    padding-right: 7px;
    vertical-align: bottom;
}

.main-nav__info:before {
    content: "\f05a";
}

.main-nav__user:before {
    content: "\f2be";
}

.list--info {
    list-style: disc;
    margin: .5em 0;
}

.list--info li {
    margin-left: 1em;
}

@media only screen and (min-width: 37.5em) {
    .fld-group--checkbox .fld-label {
        width: 30%;
    }

    .fld-group--checkbox .fld-group__input .fld-label {
        width: auto;
        padding-right: 35px;
    }
}

.lt-column--half-persistent .fld-label.lt-gutters, .lt-column--fourth-persistent .fld-label.lt-gutters {
    padding-left: 0;
}

.fld-group--stretch .btn--append--solo {
    top: -6px;
}

@media only screen and (max-width: 37.4375em) {
    .lt-gutters--mobile {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.fld-group--split .fx-max-height.fld-info--state-active {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 62.5em) {
    .lt-large {
        display: none;
    }
}

.gt-large {
    display: none;
}

@media only screen and (min-width: 62.5em) {
    .gt-large {
        display: initial;
    }
}

@media only screen and (min-width: 62.5em) and (-ms-high-contrast: active), only screen and (min-width: 62.5em) and (-ms-high-contrast: none) {
    .fld-label.required .gt-large, .fld-label.fld-group__label .gt-large {
        display: inline;
    }
}

@media only screen and (max-width: 37.4375em) {
    .lt-bleed--mobile {
        margin-left: -10px;
        margin-right: -10px;
    }
}

/* Cropperjs styling overrides */
.crop-card {
    position: relative;
    max-width: 490px;
    max-height: 310px;
    margin: 0 auto;
}

.crop-wrapper {
    position: absolute;
    top: 20px;
    left: 24px;
}

.cropper-container,
.cropper-crop-box {
    width: 90px !important;
    height: 120px !important;
}

.cropper-crop-box {
    -webkit-transform: translateY(3px) !important;
    -ms-transform: translateY(3px) !important;
    transform: translateY(3px) !important;
}

.cropper-canvas {
    display: none;
}

.option-bar-labels.mobile-only {
    display: none;
}

@media only screen and (max-width: 62.4375em) {
    .lt-root {
        padding-left: 10px;
        padding-right: 10px;
    }

    .message__item {
        width: 100%;
    }

    .option-bar-labels {
        display: none;
    }

    .option-bar-labels.mobile-only {
        display: flex;
    }

    .crop-wrapper {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .cropper-container,
    .cropper-crop-box {
        width: 45px !important;
        height: 55px !important;
    }

    .tool {
        flex-wrap: wrap;
    }
}

body {
    color: rgba(0, 0, 0, 0.76);
}
