/* AUTHENTICATION MODULE*/
/* Getting-Started OLB Sign-In */
#existingUserModal {
    max-width: 28.125rem;
}

#OlbSignOnContainer { 
	width: 100%;  
}
	
#OlbSignOn #OlbSignOnForm { 
	overflow:hidden; 
	display:block;
}


#OlbSignOn #OlbSignOnForm .ButtonContainer { 
	margin-bottom: 0px; 
}

#OlbSignOn #OlbSignOnForm #globalErrorCode a { 
	border-bottom: 1px solid #AF0B1C; 
}

#mainSection { 
    padding:0; 
    width:100%; 
    margin-top: 30px;
}

#olb_iframe_stub { 
    display:none; 
}

#prePopSuccessContainer { 
    display:none; 
}

#prePopSuccessContainer.expanded { 
    display:block; 
}

#prePopSuccessContainer .singleColumn { 
    border:1px solid #add644; 
    background:#d7eba4; 
    color:#333; 
    padding:5px; 
    width:86% !important; 
}

#signOnAuth.globalErrorContainer,
#signOnAuthOnline.globalErrorContainer {
	display:none;
}

#signOnAuth .globalError,
#signOnAuthOnline .globalError,
#nonPrefilledSection .globalError{
    background-color: #FAF1F3;
    border: 1px solid #EFBBCC;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

#signOnAuth .globalError .errorMessage #globalErrorCode,
#signOnAuthOnline .globalError .errorMessage #globalErrorCodeOnline,
#nonPrefilledSection .globalError .errorMessage #nonPrefilledErrMsg { 
    position: relative;
    color: #606366;
    margin-left: 1.875rem;
    max-width: 100%;
    line-height: 1.625;
    padding: 5px 10px 5px 0;
    font-size: 0.875rem;
    text-align: left;
}

#signOnAuth .globalError .errorMessage #globalErrorCode::before,
#signOnAuthOnline .globalError .errorMessage #globalErrorCodeOnline::before,
#nonPrefilledSection .globalError .errorMessage #nonPrefilledErrMsg::before {
    color: #8B1D41;
    content: "\e642";
    font-family: 'icomoon' !important;
    margin-right: 0.875rem;
    font-size: 1.125rem;
    line-height: 1;
    position: absolute;
    left: -26px;
    top: 7px;
}

#signOnAuth .globalError .errorMessage #globalErrorCode .result-code,
#signOnAuthOnline .globalError .errorMessage #globalErrorCodeOnline .result-code,
#nonPrefilledSection .globalError .errorMessage #nonPrefilledErrMsg .result-code {
    display: block;
    text-align: right;
}

#OlbSignOnForm h3 {
    margin-bottom: 2.1875rem;
}

#signonFieldset #customCardNoContainer .FieldContainer{
    margin-bottom: 0;
}

#signonFieldset .controls {
    padding-left: 0.4375rem;
    margin-top: 0.875rem;
    justify-content: flex-end;
}

#signonFieldset .controls label{
    position: relative;
    height: 100%;
    margin: 0 30px 0 0;
    cursor: pointer;
    display: inline-block;
    font-family: Whitney-Book-Pro;
    font-size: 16px;
    line-height: 1.625;
    color: #333333;
}

#signonFieldset .controls input[type="checkbox"] {
    position: absolute;
    right: 0;
    opacity: 0;
    width: 18px;
    height: 18px;
    z-index: 11;
    top: 4px;
    margin-bottom: 0;
    cursor: pointer;
}

#signonFieldset .controls input[type="checkbox"] + span.checkmark::before {
    position: absolute;
    border: 2px solid #86888A;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    top: 4px;
    right: 0;
    background-color: #FFF;
    content: " ";
    min-height: initial;
    box-sizing: border-box;
}

#signonFieldset .controls input[type="checkbox"] + span.checkmark::after {
    content: " ";
    right: 6px;
    top: 5px;
    width: 5px;
    height: 13px;
    border: solid #86888A;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) skewX(10deg);
    -ms-transform: rotate(45deg) skewX(10deg);
    transform: rotate(45deg) skewX(10deg);
    position: absolute;
    display: none;
    box-sizing: border-box;
}

#signonFieldset .controls input[type="checkbox"]:checked + span.checkmark::before {
    border: 2px solid #383B3E;
    background-color: #383B3E;
} 

#signonFieldset .controls input[type="checkbox"]:checked + span.checkmark::after {
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: block;
}

#signonFieldset .controls:hover input[type="checkbox"] + span.checkmark::after {
    display: block;
}

#signonFieldset .controls input[type="checkbox"]:focus{
    outline: none;
}

.keyboard-tabbing #signonFieldset input[type="checkbox"]:focus + span.checkmark::before {
    outline: 2px solid transparent !important;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #383b3e !important;
}


#signonFieldset .FieldContainer {
    margin-bottom: 1.25rem;
}

#signonFieldset .fieldNote {
    margin-bottom: 10px;
    text-align: right;
}

#SignOnSubmitContainer .PrimaryFlowButtons,
#SignOnSubmitContainer .PrimaryFlowButtons .PrimaryButton{
    float: none;
    width: 100%;
}

#SignOnSubmit {
    width: 100%;
    display: block;
    margin-bottom: 0.9375rem;
}

#signonEAAAdvice{
    margin-top: 10px;
    margin-bottom: 0;
}


/* EXPAND SECITONS */
.expanded { 
    display:block !important; 
}

.OlbSignOnHeader { 
    margin-bottom: 1.25rem; 
}
.signOnText { 
    margin-top: 65px;
}
.signOnText h3 {
    margin-bottom: 20px;
}
.signOnText p {
    margin-bottom: 10px;
}
.wait,
.wait a,
.wait input { 
    cursor:wait !important; 
}

.wait-wrapper{
    margin: 0 auto;
    text-align: center;
}

#loadingSection > div {
    display: flex;
    align-items: flex-start;
}

.waitIndicator { 
    padding: 0; 
    line-height: 1.875;
}

.waitIndicator img{
    width: 1.875rem;
}

.waitIndicatorText { 
    padding: 0; 
    margin-left: 1.25rem;
}

@media only screen and (max-width: 767px) {
    #loadingSection > div {
        flex-direction: column;
    }

    .waitIndicator {
        width: 100%;
    }

    .waitIndicator img{
        width: 1.5rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.25rem;
    }

    .waitIndicatorText{
        text-align: center;
        margin-left: 0;
    }
}

#nonPrefilledSection, 
#friendlyNameSection, 
#loadingSection{
    display: none;
}

#nonPrefilledSection h4 {
    margin-bottom: 1.875rem;
}

#nonPrefilledSection ul li{
    line-height: 1.5;
}

#friendlyNameSection .ButtonContainer,
#nonPrefilledSection .ButtonContainer {
    margin-top: 1.25rem;
}

#nonPrefilledSection .ButtonContainer .PrimaryFlowButtons,
#nonPrefilledSection .ButtonContainer .ExitFlowButtons {
    margin: 0;
}


#nonPrefilledSection .ButtonContainer .PrimaryFlowButtons .PrimaryButton button{
    background-color: #c41f3e;
    border: 1px solid #c41f3e;
    padding: 11px;
    color: #fff;
}

#nonPrefilledSection .ButtonContainer .ExitFlowButtons .SecondaryButton button {
    background-color: #fff;
    border: 1px solid #c41f3e;
    padding: 11px;
    color: #c41f3e;
}

#header #logo a {
    border-bottom: none;
}

.footer-item { 
    font-size: 0.85rem !important; 
}

.footer-item a {
    color: #FFF;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.footer-item a:hover {
    border-bottom: 1px solid #FFF;
}

#assistanceLinks {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: white;
    border: 1px solid #86888A;
    justify-content: space-evenly;
}