﻿.text-salmon {
    color: #e21d3a !important;
}

.btn-outline-salmon {
    color: #e21d3a !important;
    border-color: #e21d3a !important;
}

.btn-purple {
    color: #fff !important;
    background-color: #ab76ad !important;
    border-color: #ab76ad !important;
}

.btn-salmon {
    color: #fff !important;
    background-color: #ea5167;
    border-color: #ea5167;
}

.btn-outline-salmon:hover {
    color: #fff !important;
    background-color: #e21d3a !important;
    border-color: #e21d3a !important;
}

.btn-outline-white:hover {
    background-color: #fff;
    color: transparent;
    border-color: #fff;
}

.text-black {
    color: #000;
}

.text-nero {
    color: #292929;
}

.text-dark-grey {
    color: #6f6f6f;
}

.text-charcoal {
    color: #444;
}

.text-very-dark-grey {
    color: #4a4a4a !important;
}

.bg-dark-orange {
    background-color: #de5712;
}

.pt-0\.87 {
    padding-top: 0.875rem !important;
}

.pb-0\.87 {
    padding-bottom: 0.875rem !important;
}

.pl-1\.25 {
    padding-left: 1.25rem;
}

.pr-1\.25 {
    padding-right: 1.25rem;
}

.mt-0\.5 {
    margin-top: 0.5rem;
}

.mt-2\.5 {
    margin-top: 1rem;
}

.mt-4\.5 {
    margin-top: 2rem !important;
}

.mb-4\.5 {
    margin-bottom: 2rem !important;
}

.font-size-0\.87 {
    font-size: 0.875rem !important;
}

.hide {
    display: none !important;
}

.font-size-1 {
    font-size: 1rem;
}

.font-size-1\.25 {
    font-size: 1.25rem !important;
}

.font-size-1\.5 {
    font-size: 1.5rem !important;
}

.font-size-2 {
    font-size: 2rem !important;
}

.font-size-2\.25 {
    font-size: 2.25rem !important;
}

.bottom-box-shadow {
    box-shadow: inset 0 -1px 0 0 #e4e4e4;
}
.text-decoration-underline {
    text-decoration: underline;
}

.line-height-3 {
    line-height: 3rem !important;
}

.support-section .font-size-1 {
    font-size: 1rem !important;
}

@media (min-width: 992px) {
    .font-size-lg-1 {
        font-size: 1rem !important;
    }

    .font-size-lg-1\.25 {
        font-size: 1.25rem !important;
    }

    .font-size-lg-1\.5 {
        font-size: 1.5rem !important;
    }

    .font-size-lg-2\.25 {
        font-size: 2.25rem !important;
    }

    .pt-lg-1\.25 {
        padding-top: 1.25rem;
    }

    .pb-lg-1\.25 {
        padding-bottom: 1.25rem;
    }

    .mb-lg-2\.25 {
        margin-bottom: 2.25rem !important;
    }

    .mt-lg-4\.5 {
        margin-top: 2rem !important;
    }

    .mb-lg-4\.5 {
        margin-bottom: 2rem !important;
    }
}

.bg-white-smoke {
    background-color: #f8f8f8;
}

.cursor-pointer {
    cursor: pointer;
}

/* Dashboard info section */

.dashboard-info__head {
    min-height: 105px;
}

.dashboard-info__head-title {
    font-size: 1.5rem;
   /* max-width: 190px;*/
}

.dashboard-info__icon {
    padding: 6px 8px;
    height: 42px;
    width: 42px;
    border-radius: 0 20px 20px;
    min-width: 42px;
}

.dashboard-info__card {
    padding: 26px 24px 31px;
}

.dashboard-info__card-head {
    font-size: 1rem;
}

.dashboard-info__card-note {
    font-size: 0.87rem;
}

.dashboard-info__cta {
    font-size: 1rem;
    border-radius: 4px;
}

.dashboard-info__cta > .icon-phone {
    transform: rotate(15deg);
}

.dashboard-info-section > div {
    flex-direction: column !important;
    display: flex !important;
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

.dashboard-info-section > div:last-child {
    margin-top: 2.5rem;
}

@media (max-width: 992px) {
    .dashboard-info-section.threeStepsBlock-item {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 992px) {
    .dashboard-info-section > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

        .dashboard-info-section > div:last-child {
            margin-top: 0;
        }

    .dashboard-info__card {
        padding: 32px;
/*        border-radius: 0 20px 200px 20px;*/
    }

    .dashboard-info__cta {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}


/* Recommended Card */

.recommended-card__title {
    font-size: 1.5rem;
    line-height: 2rem;
}

.recommended-card__btn {
    color: #fff;
    border-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.recommended-card__btn:hover {
    color: #fff;
}


/* authentication */
.auth-form .dashboard__form-control {
    border: 1px solid #ced4da; /* #NOTE: #6f6f6f with .5 opacity*/
    height: 42px;
}

.dashboard__form-group {
    color: #000;
}

.dashboard__form-group > .field-validation-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
/*    display: none;*/
}

.auth-form .valid-feedback {
    display: block;
}

.auth-form .form-control.is-invalid, .auth-form .was-validated .form-control:invalid {
    border-color: #dc3545;
}


.auth-form.is-wrapper-invalid .dashboard__form-control {
    border: 1px solid #dc3545;
}

.auth-form:not(.is-wrapper-invalid) .field-validation__wrapper {
    display: none;
}

.control-group__validation-container > .field-validation-error {
    display: block;
}
.dashboard__form-control.is-invalid {
    background-image: none;
}

.dashboard__form-control[type=checkbox] {
    height: auto;
    border: none;
}

.dashboard__form-control[type=checkbox].is-invalid ~ label {
    color: #dc3545 !important;
}

.dashboard__form-control[type=checkbox].is-invalid:before {
    border-color: #dc3545;
}

.dashboard__form-control.is-invalid ~ .field-validation-error {
    display: block;
}

.auth-button {
    margin-top: 36px;
}

.auth-button > input {
    width: 159px;
    font-size: 1rem;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.auth-note {
    font-size: 0.875rem;
}

.auth-note input {
    position: absolute;
    left: -7px;
    top: 4px;
}

.auth-note label {
    cursor: pointer;
    user-select: none;
}


.auth-form.is-invalid .auth-button > input {
    pointer-events: none;
    opacity: .65;
}

/* Article banner */
.article-banner {
    padding-top: 56.25%;
}

.article-detail_content {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    .article-banner {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .article-banner {
        height: 600px;
    }
}

/* Header and footer */
@media (max-width: 992px) {
    .siteHeader-logo > a,
    .siteHeader-logo img {
        width: 72px !important;
        min-width: 72px !important;
        height: 63px;
    }
}

@media (min-width: 992px) {
    .portal-siteHeader-wrapper .siteHeader-bottomWrapper {
        z-index: 1;
    }

    .siteHeader-logo > a,
    .siteHeader-logo img {
        width: 82px !important;
        min-width: 82px !important;
        height: 71px;
    }
}

/* help and support section */
.support-section ul {
    padding-left: 0;
}

.support-section ul>li:before {
    display: none;
}

.support-section a[href^="tel"] {
    color: #000;
}

.support-section a[href^="tel"]:after {
    display: none;
}

@media (max-width: 992px) {
    .support-section .wysiwyg li > span {
        font-size: 0.875rem !important;
    }

    .support-section .wysiwyg a {
        font-size: 1rem !important;
    }
}

@media (min-width: 992px) {
    .support-section .wysiwyg > p:first-child {
        font-size: 1.25rem !important;
    }
}

/* Nav header Mobile */
@media (max-width: 992px) {
    .siteHeaderMegaMenu-siteNavItem.active > .nav-link,
    .siteHeaderMegaMenu-siteNavItem:hover > .nav-link {
        color: #e21d3a !important;
    }

    .megaMenu-mobile {
        top: 100%;
    }

    .siteHeader-siteNavLink {
        position: relative;
        height: auto !important;
    }

    .siteHeader-siteNavLink:after {
        content: '';
        height: 1px;
        position: absolute;
        left: 1.5rem;
        right: 1.5rem;
        bottom: 0;
        background-color: #e4e4e4;
    }

    .collapse:not(.show) {
        display: none !important;
    }
    .mob-utility-section {
        height: 54px;
    }
    .mob-utility-section > div:first-child {
        transition: all .7s linear
    }

    .mob-utility-section > div:last-child {
        position: relative;
    }

    .mob-utility-section > div:last-child:before {
        content: '';
        display: block;
        width: 1px;
        left: 0;
        background: #fff;
        opacity: 0.3;
        height: 100%;
        position: absolute;
    }

    .lang-btn-container:hover {
        text-decoration: none;
    }
    .lang-btn-container > span {
        display: inline-block;
    }

    .lang-btn {
        width: 70%;
    }

    .lang-icon {
        height: 20px;
        top: 2px;
    }

    .multi-lingual__btn {
        cursor: pointer;
    }

    .multi-lingual__btn > span {
        vertical-align: middle;
    }

    .multi-lingual__btn.active .siteHeaderMegaMenu-lang-icon {
        transform: rotate(182deg);
        bottom: 1px;
        position: relative;
    }

    .multi-lingual__content-wrapper {
        height: 0;
        overflow: hidden;
    }

    .multi-lingual__content > li {
        border-top: 1px solid rgb(222 226 230 / .3) !important;
    }
}

/* Nav Header Desktop */
@media (min-width: 992px) {
    .siteHeader-wrapper .siteHeader {
        position: static;
        margin-bottom: 0;
    }

    .siteHeader-wrapper.siteHeader-wrapper--fixed .siteHeader {
        position: fixed;
    }

    .siteHeader-wrapper + .siteHeaderSpacingBlock {
        display: none;
    }

    .siteHeader-siteNavLink {
        position: relative;
        padding-bottom: 0;
    }

    .siteHeader-siteNavLink.active,
    .siteHeader-siteNavLink__item:hover {
        color: #e21d3a !important;
    }

    .siteHeader-siteNavLink__item {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .siteHeader-siteNavLink.active > .siteHeader-siteNavLink__item::after,
    .siteHeader-siteNavLink__item:hover::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #e21d3a;
    }

    .mega-menu__logo {
        margin-right: 77px !important;
    }

    .nav-header__dropdown-btn {
        cursor: pointer;
        position: relative;
        top: 3px;
        user-select: none;
    }

    .nav-header__dropdown-content {
        background-color: #fff;
        position: absolute;
        top: 100%;
        z-index: -1;
        box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
        right: 1rem;
        min-width: 162px;
        display: none;
    }

    .nav-header__dropdown-btn:after {
        content: '';
        display: block;
        height: 9px;
        width: 9px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        transform: rotate(-132deg);
        margin-left: 8px;
        position: relative;
        top: -2px;
    }

    .nav-header__dropdown.active .nav-header__dropdown-content {
        display: block;
    }

    .nav-header__dropdown.active .nav-header__dropdown-btn:after {
        transform: rotate(45deg);
        top: 4px;
    }


    .nav-header__dropdown-item {
        padding: 1.125rem;
        cursor: pointer;
        user-select: none;
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        transition: all .1s linear;
    }

    .nav-header__dropdown-item.active,
    .nav-header__dropdown-content .nav-header__dropdown-item:hover {
        color: #e21d3a !important;
        text-decoration: none;
    }

    .nav-header__dropdown-item.active:after,
    .nav-header__dropdown-content .nav-header__dropdown-item:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #e21d3a;
    }
}

.hero-block-banner {
    background: linear-gradient(to left, #ec6730, #f49325);
    background: #f49325;
    background: -webkit-linear-gradient(right, #ec6730, #f49325);
    background: -moz-linear-gradient(right, #ec6730, #f49325);
}


@media (min-width: 992px) {
    .hero-block-banner {
        height: 170px;
    }
}


@media (max-width: 992px) {
    .heroBlock .bg-no-image {
        background-position: center;
        background-size: 250px !important;
    }
}