/* Color Blue */
.bg-blue {
    background-color: #1e65a7 !important;
}

/* Blue Gray Gradient */
.bg-bluegray-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg, #333333, #666666);
    background-image: -o-linear-gradient(225deg, #333333, #666666);
    background-image: linear-gradient(225deg, #333333, #666666);
}

.bg-blue-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg, #1e65a7, #123c64);
    background-image: -o-linear-gradient(225deg, #1e65a7, #123c64);
    background-image: linear-gradient(225deg, #1e65a7, #123c64);
}

.bg-white-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg, #ffffff, #cccccc);
    background-image: -o-linear-gradient(225deg, #ffffff, #cccccc);
    background-image: linear-gradient(225deg, #ffffff, #cccccc);
}

.bg-white-lineargradient-opposite {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(75deg, #ffffff, #cccccc);
    background-image: -o-linear-gradient(75deg, #ffffff, #cccccc);
    background-image: linear-gradient(75deg, #ffffff, #cccccc);
}

.btn-hot {
    color: #fff;
    background-color: #1e65a7;
    border-color: #1e65a7;
}

.btn-hot:hover {
    color: #fff;
    background-color: #123c64;
    border-color: #123c64;
}

.btn-hot:focus, .btn-hot.focus {
    box-shadow:         3px 3px 3px 0px rgba(15, 80, 120, 0.5);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(15, 80, 120, 0.5);
    -moz-box-shadow:    3px 3px 3px 0px rgba(15, 80, 120, 0.5);
}

.btn-hot.disabled, .btn-hot:disabled {
    color: #fff;
    background-color: #1e65a7;
    border-color: #1e65a7;
}

.btn-hot:not(:disabled):not(.disabled):active, .btn-hot:not(:disabled):not(.disabled).active,
.show > .btn-hot.dropdown-toggle {
    color: #fff;
    background-color: #1e65a7;
    border-color: #1e65a7;
}

.btn-hot:not(:disabled):not(.disabled):active:focus, .btn-hot:not(:disabled):not(.disabled).active:focus,
.show > .btn-hot.dropdown-toggle:focus {
    box-shadow:         3px 3px 3px 0px rgba(15, 80, 120, 0.5);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(15, 80, 120, 0.5);
    -moz-box-shadow:    3px 3px 3px 0px rgba(15, 80, 120, 0.5);
}

.btn-grey {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-grey:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-grey:focus, .btn-grey.focus {
    box-shadow:         3px 3px 3px 0px rgba(90, 90, 90, 0.5);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(90, 90, 90, 0.5);
    -moz-box-shadow:    3px 3px 3px 0px rgba(90, 90, 90, 0.5);
}

.btn-grey.disabled, .btn-grey:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-grey:not(:disabled):not(.disabled):active, .btn-greyhot:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
    box-shadow:         3px 3px 3px 0px rgba(90, 90, 90, 0.5);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(90, 90, 90, 0.5);
    -moz-box-shadow:    3px 3px 3px 0px rgba(90, 90, 90, 0.5);
}

.js-go-to:hover, .js-go-to:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #111111;
}

.icon-block--hover:hover .brd-hot--hover {
    border-color: #1e65a7;
}

.brd-hot--hover:hover, .brd-hot--active.active {
    border-color: #1e65a7 !important;
}

*:hover > .brd-primary--hot-parent {
    border-color: #1e65a7 !important;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i {
    color: #fff;
    background-color: #1e65a7;
    border-color: #1e65a7;
}

a {
    color: #000000;
    outline: none;
}

a:focus,
a:hover {
    color: #222222;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    background-color: #ff9900;
}

.bg-primary--checked.checked,
.checked .bg-primary--checked {
    background-color: #679fb6 !important;
}

.brd-around {
    border: solid 1px transparent !important;
}

.brd-2 {
    border-width: 2px !important;
}

.brd-white {
    border-color: #fff !important;
}

.color-white {
    color: #fff !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-size-10 {
    font-size: 1.62857rem !important;
}


@media (min-width: 576px) {
    .font-size-20--sm {
        font-size: 1.97143rem !important;
    }
}

@media (min-width: 768px) {
    .font-size-30--md {
        font-size: 2.87143rem !important;
    }

    .max-w-50rem--med {
        max-width: 24.5rem;
    }
}

@media (min-width: 992px) {
    .font-size-50--lg {
        font-size: 3.57143rem !important;
    }

    .max-w-40rem--lg {
        max-width: 19.5rem;
    }
}

.line-height-1_2 {
    line-height: 1.2 !important;
}

.letter-spacing-5 {
    letter-spacing: 0.35714rem;
}

.bg-white-opacity-0_9 {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.color-white-opacity-0_3 {
    color: rgba(255, 255, 255, 0.3) !important;
}

.black-opacity-0_3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.black-opacity-0_5 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.brd-primary--hover:hover, .brd-primary--active.active {
    border-color: #3bb18f !important;
}

.bg-secondary {
    background-color: #e0e0e0 !important;
}

.pos-rel {
    position: relative !important;
}

.bg-primary--hover:hover {
    background-color: #3bb18f !important;
}

.min-height-100vh {
    min-height: 100vh;
}

.flex-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-secondary {
    background-color: #eef1f8 !important;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #28a745;
    background-color: #28a745;
}

.link-standard {
    color: #000000;
    border-bottom: 1px dashed #97a4af;
    font-weight: bold;
}

.link-standard-white {
    color: #ffffff;
    border-bottom: 1px dashed #97a4af;
    font-weight: bold;
}

.StripeElement {
    padding-top: 10px;
    display: block;
    width: 100%;
    height: calc(3.7rem + 4px);
    padding: 1.5rem;
    font-size: 1.5rem;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5dae2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #de4437;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

label {
    width: 100%;
    font-size: 1.3rem;
}

.card-input-element+.card {
    height: calc(36px + 2*1rem);
    color: #666666;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.card-input-element+.card:hover {
    cursor: pointer;
}

.card-input-element:checked+.card {
    border: 1px solid #000000;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    background-color: #77838f !important;
    color: #ffffff;
}

.card-input-element:checked+.card::after {
    content: '\f14a';
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}