html {
    min-height: 100%;
}

body {
    /*background: url(https://dhgcdn.blob.core.windows.net/b2ctemplates/Dev/images/gradient-background2.jpg) no-repeat;*/
    background-color: #ffffff;
    /* background-size: cover;*/
    font-family: 'Overpass';
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
}

.logo .img-fluid{
    margin: 10px;
}

.fixed-header {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.2);
    -webkit-transition: min-height .3s ease;
    -moz-transition: min-height .3s ease;
    transition: min-height .3s ease;
    width: 100%;
    z-index: 1000;
    border-top: 0;
    padding: 10px 0;
}

    .fixed-header .logo {
        -webkit-transition: all .2s ease-in .2s;
        -moz-transition: all .2s ease-in .2s;
        transition: all .2s ease-in .2s;
        margin: 0;
        padding: 5px 0;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        color: transparent;
    }

.blue-text-header,
.signuporsignin .intro h2 {
    color: #407ec9;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.signuporsignin .rememberMe {
    margin-top: .3em;
}

/*.contact-us, .contact-us:hover {
    color: #65c7c6 !important;
}*/

h2 {
    font-size: 1.5em;
}

.mt-75 {
    margin-top: 15px;
}

.ml-8rem {
    margin-left: 8rem !important;
}

.nav-bottom {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.form-white {
    background-color: #fff;
    border-radius: 15px;
    padding: 1em;
}

    .form-white a {
        font-size: 14px;
    }

.show {
    display: block !important;
}

/*Style the MS login form*/
button {
    background-color: #0084C9 !important;
    border-color: #0084C9 !important;
    color: #ffffff !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#api .entry button {
    float: right;
}

#api .entry .entry-item {
    position: relative;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}

    #api .entry .entry-item label {
        display: none;
    }



#api .localAccount .error {
    color: #B7312C;
    text-align: left;
}

#api .localAccount .entry .entry-item input {
    outline: 0;
    background-color: #fff !important;
    background-image: none !important;
    border-radius: .25rem !important;
    color: #555;
    display: inline-block;
    font-size: 1em;
    height: 50px;
    line-height: 1.42857143;
    padding: 6px 20px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    width: 100% !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}

#api .localAccount .entry .entry-item .password-label {
    text-align: left;
    height: 0;
    left: 0;
    width: 100%;
}

    #api .localAccount .entry .entry-item .password-label #forgotPassword {
        position: absolute;
        bottom: 0;
        clear: right;
        cursor: pointer;
        float: right;
        text-align: right;
        font-size: 14px;
    }

#api .localAccount .entry .entry-item #password {
    margin-bottom: 20px;
}

#api .localAccount .entry .buttons {
    margin: 0 0 23px 0;
    text-align: left;
}

    #api .localAccount .entry .buttons button {
        background-image: none;
        background-color: #296ec6;
        border: none;
        border-radius: .5rem;
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        height: inherit;
        line-height: 1.3333333;
        /* margin-top: 2rem;*/
        margin-right: 0;
        margin-bottom: 1.2rem;
        margin-left: 0;
        padding: 10px 16px;
        text-align: center;
        touch-action: manipulation;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
        width: inherit;
        -moz-user-select: none;
        -ms-touch-action: manipulation;
        -ms-user-select: none;
        -webkit-user-select: none;
        color: #fff;
        width: 63%;
        box-shadow: 0 0 30px 0 #dae1f7;
    }

#api .localAccount .entry .buttons {
    margin: 0 0 23px 0;
    text-align: left;
}

#api {
    display: table;
    margin: 0;
    width: 100%;
}

#attributeList ul li {
    list-style: none;
    margin: 1rem 0;
}

    #attributeList ul li.EmailBox label, #attributeList ul li.Password label, #attributeList ul li.TextBox label {
        display: none !important;
    }



#api #attributeVerification .error {
    color: #B7312C;
    text-align: left;
    margin-bottom: 5px;
}

#attributeList ul li .attrEntry .itemLevel {
    display: none;
}

#attributeVerification #attributeList ul li input {
    width: 100%;
    border-radius: .25rem;
}

#attributeList ul {
    padding: 0;
}

    #attributeList ul li input {
        height: 50px;
        width: 70%;
        border-radius: .25rem;
        text-indent: 20px;
    }

    #attributeList ul li .helpLink {
        display: none;
    }

#attributeVerification #attributeList ul li input[type=checkbox], #attributeVerification #attributeList ul li input[type=radio] {
    width: 20px !important;
    box-shadow: none;
    height: 20px;
    display: inline-block;
    float: left;
    clear: left;
    margin: .5rem;
}

#attributeList ul li input[type=radio]:checked {
    background-color: #0084C9;
    border: 1px solid #0084C9;
}

#attributeList ul li input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #dedede;
    border-radius: 50%;
    background-color: #fff;
    outline: 0;
}

#attributeList ul li input[type=text],
#attributeList ul li input[type=password] {
    outline: 0;
    background-color: #fff !important;
    background-image: none !important;
    border-radius: .25rem !important;
    color: #555;
    display: inline-block;
    font-size: 1em;
    height: 50px;
    line-height: 1.42857143;
    padding: 6px 20px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    width: 100% !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}

#attributeList ul li input[type=radio] + label {
    float: left;
    display: inline-block !important;
    margin: .5rem;
    font-weight: 400;
}

#attributeVerification .buttons {
    margin-top: 90px;
}

    #attributeVerification .buttons button {
        float: right;
    }

#api .intro h4, #userSignUpIntro_label,
.localaccountsignup .intro,
.selfAsserted .intro {
    display: none;
}



.phoneNumbers .phoneNumber .displayName, .phoneNumbers .phoneNumber .type {
    display: none;
}

.phoneNumbers .phoneNumber .number, .phoneNumbers .phoneNumber label[for="1"] {
    margin-top: 10px;
}

#api #codeVerification {
    text-align: left;
    margin-top: 1rem;
}

#api .working {
    display: none;
}

#api .working {
    background: url(data:image/gif;base64,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) no-repeat;
    height: 30px;
    width: auto;
    background-position: center bottom;
}

#api #readOnlyEmail {
    border: none;
}

#api .buttons {
    margin-top: 0;
    margin-bottom: 10px;
}

/*phonefactor form*/
.phonefactor #api {
    padding-top: 12px;
}

    .phonefactor #api #cancel {
        background-color: transparent !important;
        border: none !important;
        color: #454545 !important;
        position: absolute;
        top: 0px;
        left: 20px;
        padding: 0 5px;
    }

.phonefactor .buttons {
    display: grid;
}

    .phonefactor .buttons #verifyCode {
        margin: 10px 0;
    }

    .phonefactor .buttons #cancel:before {
        content: url(https://dhgb2cstage.b2clogin.com/static/tenant/templates/images/left-arrow.svg);
    }

    .phonefactor .buttons #cancel:before {
        padding: 10px;
        vertical-align: sub;
        zoom: 90%;
        display: inline-block;
    }

.phonefactor #api .intro {
    margin-top: 15px;
}

.phonefactor #api #phoneEntry .input .code #countryCode,
.phonefactor #api #phoneEntry .number input {
    height: 40px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    border-radius: .25rem;
}

.phonefactor #api #phoneEntry select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAAA9ElEQVRIie3T20rDQBSF4e8JKkhpa7WeUBTFB/Mt9U4Qb7TaekJFxcNLxJuJDmHSkw2CZMG+yV5r/ROSoVatv1QDh2jOoasZuhrFxQJOkGGA7i8gbVyErjMsxsvjsMhnOCOsG7Jx11FsuCwsM9yiNwWkFzLFnv4kpkdsTgBZxV1JfqNoXimBPWFrBGQN94ncA9bLQh1cJUJv2Ev4t/Gc8N+Eg49UR/qbvWM/8u3gpQSyPA6Sq10C+8ABdvGa2F9PA8mV+lUzfIYpPp/1Sny/WT9ROldIrpafm14ZZBxsiKV5QWLYeQQZVAGJYadhWlVBav1zfQHKJIAi7N8iJQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat,repeat;
    background-position: right .7em top 50%,0 0;
    background-size: .65em auto,100%;
}


.phonefactor #api #phoneEntry .input .error.itemLevel p {
    color: #d30000;
}

.phonefactor #api p {
    text-align: left;
    margin-top: 1rem;
}

.phonefactor .phoneEntry label {
    margin-bottom: 0 !important;
}

.phonefactor a {
    color: #407ec9 !important;
    cursor: pointer !important;
}

    .phonefactor a:hover {
        text-decoration: underline !important;
    }


.localaccountsignup .verifying-modal #verifying_blurb {
    color: #ffffff !important;
}

/*Desktop views*/
@media only screen and (min-width: 768px) {
    .mt-75 {
        margin-top: 75px;
    }

    .mt-4em {
        margin-top: 4em;
    }

    .nav-bottom {
        position: absolute;
        bottom: 0px;
        width: 100%;
        font-size: 14px;
    }

    .footer {
        width: 100%;
        font-size: 14px;
    }

    .form-white {
        background-color: #fff;
        border-radius: 15px;
        padding: 1em;
    }
}

/*Photo and title banner*/
.ish__ribbon {
    background-color: #d8dada;
    /* left: -500px;*/
    position: relative;
}

.skew {
    transform: skew(334deg);
}

.ish__title {
    font-family: Overpass, Arial, sans-serif !important;
    font-size: 33px;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 14px 30px 7px 0px !important;
    color: #454545 !important;
    white-space: nowrap;
    margin-left: 10px;
    font-weight: 400;
}

.unskew {
    transform: skew(-334deg);
}

.ish__content-area {
    /* height: 200px;*/
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.fixed-header .container {
    padding-left: 1.8rem;
}

.section-header-dhg {
    background-color: #d8dada;
}

@media screen and (min-width: 768px) {
    .ish__title {
        font-size: 50px;
        font-weight: 600;
        color: #454545 !important;
        padding: 20px 50px 7px 0px !important;
        line-height: 1;
    }

    .ish {
        background-size: cover !important;
        background-position: center !important;
        border: none;
    }

    .ish__ribbon {
        margin-left: -13px;
        background-color: #d8dada;
    }

    .ish__content-area {
        /* height: 300px;*/
        background-color: transparent;
    }
}

@media screen and (max-width: 1600px) {
    .ish__title {
        font-size: 40px;
    }

    .ish__content-area {
        /*height: 150px;*/
        /* display: flex;*/
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .nav-bottom {
        position: relative;
    }
}
