.text-pink {
    color: #e26fa8 !important;
    font-family: Montserrat;
}

.stripe-pink {
    font-family: Montserrat;
    font-weight: 700;
    color: #e26fa8;
    margin-bottom: 8px;
}

    .stripe-pink:after {
        content: '';
        display: block;
        width: 35px;
        height: 6px;
        background: #e26fa8;
        border-radius: 3px;
        margin: 4px 0 0;
    }

.break-left {
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
}

@media (max-width: 768) {
    .Heading-ait {
        line-height: 40px;
        text-align: center;
        font-family: Montserrat;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .Heading-ait {
        font-size: 1.8vw;
        line-height: 40px;
        text-align: center;
        font-family: Montserrat;
        font-weight: 700;
    }
}

.padding-left-ait-blue {
    background-image: linear-gradient(to right, rgba(218, 226, 241, 1), rgba(255, 255, 255, 1)) !important;
}

.container-wide {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container-wide {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-wide {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-wide {
        width: 1270px;
    }
}

.ait-link{
    text-decoration:none !important;
}

.ait-border-pink {
    border: 3px solid;
    border-color: #e26fa8;
}

.vertical-align-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}


/*
@media (min-width: 992px) {
    abt-profile-levelbar {
        height: 125% !important;
    }

    .abt-profile-levelbar.active {
        border: 5px solid !important;
        border-color: #e26fa8 !important;
        max-height: unset !important;
        border-radius: 50% !important;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .abt-profile-levelbar:not(.active) {
        margin-top: 5px;
        max-height: unset !important;
        border-radius: 50% !important;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 35px;
        padding-right: 35px;
    }

    ait-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
    */


/*TEMPORARY - If new icons are sent through with hexagons for ABT this can be removed*/

.ait-sub-header {
    font-weight: 700;
}