*{
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    color: #000;
    font-family: Nunito Sans, sans-serif;
}

body {
    transition: opacity ease-in 0.2s;
}

body[unresolved] {
    opacity: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

#overAllCover{
    background-color: whitesmoke;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
}

#containerHeader{
    background-color: white;
    max-width: 100%;
    height: 59px;
}

a.rfcu-header__logo-container{
    width: 180px;
    height: 45px;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 0 10px;
    object-fit: contain !important;
}

a.rfcu-header__logo-container div img {
    width: 180px;
    height: 71px;
    margin-top: -16px;
}

.containerLogin{
    width: 100%;
    max-width: 100% !important;
}

div.login__container{
    background:  #4a4a4a;
    width: 100%;
    height: auto;
    background-image: url('../img/street.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 40px;
}

div.loginMoverContainer{
    background: rgba(255, 255, 255, .96);
    border-radius: 5px;
    padding: 1.25rem 0 1.25rem 0;
    max-width: 384px !important;
    overflow: visible !important;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 22px;
}

.login__heading{
    font-size: 20px;
    line-height: 1.875rem;
    margin-bottom: .5rem;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
}

.login__subheading{
    font-size: 1pc;
    line-height: 1.875rem;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.login__input-label{
    color: #000;
    font-family: Nunito Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1pc;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    display: inline-block;
}

.login__input-container{
    position: relative;
    width: 100%;
}

.rfcu-login__input{
    border: 1px solid rgba(179, 192, 206, .6);
    border-radius: 3px;
    color: #003087;
    font-size: 18px;
    height: 56px;
    padding: 0 1rem 0 2.5rem;
    width: 269px !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.icon-user, .icon-lock{
    color: #8da0bf;
    display: block;
    font-size: 20px;
    left: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login_error{
    color: red;
    display: block;
    line-height: 1rem;
    margin: .5rem 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
}

.hideLoginError{
    display: none;
}


.login_error span{
    color: white;
    display: inline-block;
    border-radius: 90%;
    padding: 0px 6px;
    background: red;
    font-family: emoji;
    font-size: 1.1rem;
}



.rfcu-login__ctas{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 2rem 0 1rem;
}

.rfcu-login__login-cta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.rfcu-login__login-cta a{
    width: 100%;
    font-size: 1.15rem;
    font-weight: 900;
    padding: 1rem 2rem;
    background: #e40006cc;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: .5rem 2rem;
    position: relative;
    text-align: center;
    text-shadow: -50px 0 0 transparent, 0 0 0 #fff;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 0;
    color: transparent;
    text-decoration: none;
    transition: all;
}

.rfcu-login__login-cta a:hover{
    background: #e4000880;
}

.rfcu-richtext{
    width: 100%;
    max-width: 100% !important;
}
.rfcu-richtext__content{
    font-family: Nunito Sans, sans-serif;
    padding: 1rem;
}
.rfcu-richtext__content h5{
    font-size: 20px;
    font-style: italic;
    line-height: 2pc;
    font-weight: 600;
    margin-bottom: 25px;
}

.rfcu-featured-item__background-img{
    background:  #4a4a4a;
    width: 100%;
    height: auto;
    background-image: url('../img/family_background1.png');
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 40px;
}
.rfcu-featured-item__content{
    margin: 0 auto;
    max-width: 60pc;
    padding: 4rem 1rem;
    position: relative;
    text-align: center;
    width: 100%;
}

.rfcu-featured-item__heading{
    font-size: 2pc;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 15px;
    color: white;
}

.rfcu-featured-item__subheading{
    font-size: 19px;
    font-weight: 400;
    line-height: 2pc;
    margin-bottom: 25px;
    color: white;
}

.rfcu-featured-item__cta-container{
    padding-top: 1rem;
}

.rfcu-featured-item__cta-container .-secondary{
    font-size: 1.15rem;
    font-weight: 900;
    padding: 1rem 2rem;
    background: #cb2c30;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}


#footerContainer{}

.asideContainer{
    max-width: 100% !important;
    width: 100%;
    align-items: center;
    
}

.asideContainer a.rfcu-footer__home-link{}

a.rfcu-footer__home-link div{}

a.rfcu-footer__home-link  div img{
    width: 200px;
    padding: 1rem;
}

.footer__secondary-container{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 0;
    display: flex;
    background: #9e9e9e0f;
}

.footer__footer-copy{
    margin: 0 auto;
    text-align: center;
}

.rfcu-footer__flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    /*flex-wrap: wrap;*/       
}

.redfcuLink{
    text-decoration: none;
    font-weight: bold;
    color: #003087;
}

@media screen and (max-width: 700px) {
    .rfcu-featured-item__content {
        padding: 1rem 1rem;
    }
}