﻿.unipass-logo {
    margin-top: 0.75em;
    width: 158px;
}

.l-columns__column.m-login-or {
    margin-bottom: 1em;
    padding-bottom: 2.5em;
    position: relative;
}

    .l-columns__column.m-login-or:before {
        border-bottom: 1px solid #ccc;
        content: '';
        bottom: 0;
        position: absolute;
        width: 100%;
    }

    .l-columns__column.m-login-or:after {
        background-color: #004fb6;
        border: 1px solid #ccc;
        border-radius: 50%;
        bottom: -1.45em;
        color: #fff;
        content: 'OR';
        font-size: 0.9em;
        font-weight: 600;
        height: 0;
        left: 50%;
        line-height: 0;
        margin-left: -21px;
        padding: 20px 0;
        position: absolute;
        right: 50%;
        text-align: center;
        width: 40px;
    }

@media only screen and (min-width: 60em) {
    .l-columns__column.m-login-or {
        margin-bottom: 2em;
        padding-right: 7em;
    }

        .l-columns__column.m-login-or:before {
            border-right: 1px solid #ccc;
            border-bottom: 0;
            height: 100%;
            right: 5em;
            width: 0;
        }

        .l-columns__column.m-login-or:after {
            bottom: 50%;
            left: auto;
            margin-bottom: -21px;
            margin-left: -21px;
            right: 4.1em;
        }

        .l-columns__column.m-login-or + .l-columns__column {
            margin-bottom: 2em;
        }
}

.m-button-group__item {
    vertical-align: bottom;
}

.login .a-textbox {
    max-width: 390px;
}

@media only screen and (min-width: 35em) {
    .step2 .m-button-group__item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 40.1em) {
    .step2 .m-button-group__item {
        margin-bottom: 0;
    }
}

.js-m-show-more .m-show-more-expand,
.js-m-show-more .m-show-more-contract {
    padding-top: 0;
}

.m-show-password {
    max-width: 527px;
}

/* NAVIGATION BUTTONS */
@media only screen and (min-width: 35em) {
    .m-button-group--pagination {
        display: flex;
    }

        .m-button-group--pagination .m-button-group__item {
            float: none;
            padding-right: 0.625em;
            padding-left: 0;
            width: auto;
        }

            .m-button-group--pagination .m-button-group__item:nth-of-type(1) {
                order: 2;
            }
}

/* UNIPASS LOGIN */
@media only screen and (min-width: 60em) {
    .unipass .u-position--relative .unipass-logo {
        position: absolute;
        right: 9%;
        top: 28px;
        width: 29%;
        max-width: 340px;
    }
}

.login.unipass .a-textbox {
    max-width: none;
}

/* INLINE PHONE NUMBER WITH AREA CODE AND EXT */
.phone-number-group .m-textbox-group__item {
    text-align: left;
}

.phone-number-group {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    padding-left: 0
}

    .phone-number-group > .m-textbox-group__item {
        align-self: flex-end;
        flex-grow: 1;
        margin-right: 0;
        margin-bottom: 1.25em;
        vertical-align: bottom;
    }

        .phone-number-group > .m-textbox-group__item .m-form-row {
            margin-top: 0;
            margin-bottom: 0;
        }

    .phone-number-group .ext {
        margin-bottom: 0;
    }

@media only screen and (min-width: 28em) {
    .phone-number-group .area-code {
        flex: 1 auto;
        margin-right: 0.625em;
        width: 45%;
        width: calc(49.5% - 5px);
    }

    .phone-number-group .phone-number {
        flex: 1 auto;
        margin-right: 0;
        width: 45%;
        width: calc(49.5% - 5px);
    }

    .phone-number-group .ext {
        flex: 1 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 45em) {
    .phone-number-group .area-code {
        margin-bottom: 0;
        width: 25.5%;
    }

    .phone-number-group .phone-number {
        margin-right: 0.625em;
        margin-bottom: 0;
        width: 41.16%;
    }

    .phone-number-group .ext {
        flex: 1 auto;
        width: 25.5%;
    }

        .phone-number-group .ext .a-label {
            top: -1.84em;
            position: absolute;
        }
}

.areacode-error #AreaCode {
    border-color: #bd2624;
}

.l-section-notification--no-pt--no-mt > .l-section,
.l-section-notification--no-pt--no-mt .m-card-notification {
    margin-top: 0;
    padding-top: 0;
}

a.unipass_link {
    border: none;
}

a.unipass_link:hover, a.unipass_link:focus {
    border-bottom: 4px solid #bfa300;
}

.unipass-cta {
    display: flex;
    padding: 1em;
    align-items: center;
}

.unipass-cta > :first-child {
    flex-grow: 1;
}

.unipass-cta > :last-child {
    margin-left:0.5em;
}

.unipass-cta .unipass-logo-container img {
    padding: 0 1.75em;
}

.unipass-cta .unipass-logo-container
{
    border-bottom: none;
}


.unipass-cta--inline-link {
    padding: 0;
    align-items: start;
}

.unipass-cta.unipass-cta--inline-link .unipass-logo-container img {
    padding: 0 1em;
}

@media (max-width: 768px) {
    .unipass-cta {
        flex-direction: column;
    }

    .unipass-cta > :first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .unipass-cta > div, .unipass-cta a {
        margin-bottom: 1em;
    }

    .unipass-cta > :first-child {
        align-content: start;
    }

    .unipass-cta.unipass-cta--inline-link {
        align-items: start;
    }

    .unipass-cta.unipass-cta--inline-link > :first-child {
        align-items: start;
    }

    .unipass-cta.unipass-cta--inline-link .unipass-logo-container img {
        padding-left: 0;
    }
    .unipass-cta.unipass-cta--inline-link > :last-child {
        margin-left: 0;
    }
}

.a-list-ordered.a-list-ordered--unipass > li:before {
    content: counter(item,decimal)".";
}
.a-list-ordered.a-list-ordered--unipass > li {
    margin-bottom: 2em;
}