
.imgcontainer {
    position: relative;
    min-height: 210px;
  }  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
  }
  .imgcontainer:hover .overlay {
    opacity: 1;
  }
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

/* Container holding the image and the text */
#assets-types-header {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#assets-types-header > img {
    opacity: 0.5;
    max-height: 240px;
    width: 100%;
}

/* emergency-saving-page-css */
.emergency-saving .circle-light{
    background: url(../images/dark-blue-circle-light.svg) 100% 100%/100% 100% no-repeat;
}
.emergency-saving .circle-dark{
    background: url(../images/white.svg) 100% 100%/100% 100% no-repeat;
    top: 50%;
    width: 90%;
    left: 4%;
}
.emergency-saving h1{  line-height: 1.2; font-family: Gotham Rounded;} /*padding-right: 27%;*/
.emergency-saving h3{ color: #fff;font-size: 1.6em;     font-family: Gotham;} /*padding-right: 38%;*/
.savings-benefit p{  font-size: 18px; color: #4f5761; font-weight: 400;}
.savings-benefit .twoUp{    display: flex;}
.savings-benefit .twoUp-col{flex: 1;margin:0;}
.savings-benefit .twoUp-col p { font-size: 18px;
    color: #4f5761;
    line-height: 25px;
    font-family: aileron;
}
.savings-benefit .feature-horizontal-visual{
    width: 81px;
}
.organization-section header p{
    padding: 0 20%;
    font-size: 18px;
    color: #4f5761;
    font-family: aileron;
}
/*
.organization-section header p a{
    color: #4f5761;
}
.organization-section header p a:hover, .organization-section header p a:focus{
    color: #008EBD;
}*/
.organization-section header h4{
    font-size: 20px !important;
    font-family: Gotham;
    font-weight: normal !important;
}
header.about-content{
    padding: 3rem 0px;
}
header.about-content .btn-primary{
    margin-top: 20px;
}
.display-flex{
    display: flex;
    align-items: center;
}
.unique-content {
    font-size: 20px;
    color: #4f5761;
    font-family: Gotham Rounded;
    padding-left: 16px;
    line-height: 25px;
    flex: 1;
}
.unique-section iframe{
    width: 100%;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.sign-icon{
    width: 40px;
    display: flex;
}
.twoUp.unique-section {
    padding: 40px 0px;
}
.unique-section .twoUp-col:first-child{
    margin-right: 0;
    padding-right: 5%;
}
.unique-section .twoUp-col{
    width: 49%;
}
.testimonial-section{
    padding-bottom: 50px;
}
/* emergency-saving-page-css */
/* Phone banking page */
.hero-homepage.phone-banner{
   min-height: 440px;
}
.phone-banking-content-left .hero-copy{
    width: 100%;
    top: 50%;
    margin: 0;
}
.phone-banking-content-left .hero-copy h1{
    margin-bottom: 10px;
}
.phone-banking-content-left .hero-copy h1 p{
    margin-bottom: 0;
}
.phone-banking-content-left .hero-copy h3{
    font-size: 1.85em;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}
.phone-banking-content-left .hero-copy h4{
    font-size: 1.4em;
    color: #fff;
}
/*
.phone-banking-content-right .phoneCta-left{
    position: absolute;
    right: 10%;
    z-index: 9;
    top: 40%;
}*/
.phone-banking-content-right .phoneCta-left p{
    font-size: 1.85em;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'headline';
}
.phone-banking-content-right .phoneCta-left p strong{
    color: #fff;
}
.feature-stack-box{
    display: flex;
    justify-content: center;
}
.feature-stack-box .feature-stacked-visual{
    width: auto;
    flex: 0 0  auto;
    margin: 0;
    padding-right: 10px;
}
.feature-stacked-list{
    text-align: left;
}
.feature-stacked-list h5{
    color: #4f5761;
    margin-bottom: 5px;
}
.feature-stacked-list ul{
    text-indent: -5px;
}
.feature-stacked-list ul li{
    margin: 0;
    font-size: 15px;
    color: #4f5761;
    position: relative;
    list-style: none;
    padding-left: 15px;
}
.feature-stacked-list ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #847f7f;
    position: absolute;
    top: 11px;
    left: -5px;
    margin-top: -3px;
    border-radius: 5px;
}
.phone-started{
    float: none;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
}
.phone-started .text-center h2{
    text-align: center;
}
.phone-started .list-chained li:before{
    outline: 3px solid transparent;
}
.phone-started .list-chained li ul li{
    padding: 0;
    margin-bottom: 5px;
}
.phone-started .list-chained li ul li:before, .phone-started .list-chained li ul li:after{
    content: none;
}
.phone-started .list-chained li:last-child{
    padding-bottom: 10px;
}
.phone-started .banking-link{
    float: left;
    text-align: center;
    width: 100%;
}
.phone-everthing table{
    max-width: 500px;
    margin: auto;
    border: 1px solid #D6D8D9;
}
.phone-everthing table tr td:first-child{
    border-right: 0;
    width: 25%;
}
.phone-everthing table tr td:last-child{
    text-align: right;
}
/* Phone banking page */
/* Money Mentor */
.header-botttom{
    padding: 0px 2.5%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: #faf9f9;
}
.money-logo{
    padding: 25px 0;
}
.money-logo img {
    max-width: 300px;
}
.right-menu .menubtn{
    display: none;
}
.right-menu ul{
    list-style: none;
    display: flex;
    text-indent: 0;
    padding: 0;
    margin: 0;
    z-index: 9;
}
.right-menu ul li{
    margin: 0;
    padding: 25px 35px;
}
.right-menu ul li:first-child{
    padding-left: 0;
}
.right-menu ul li:last-child{
    padding-right: 0;
}
.right-menu ul li a{
    font-weight: 600;
    color: #464D57;
    font-size: 15px;
    text-decoration: none;
    font-family: Gotham Rounded;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.right-menu ul li a:hover, .right-menu ul li a.active{
    color: #3c434d;
}
.right-menu ul li a:hover:after, .right-menu ul li a.active:after{
    content: '';
    background: #008EBD;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -28px;
}
.breadcrumb-box{
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search{
    min-width: 275px;
}
.blog-img h3{
    margin: 15px 0 20px;
}
#mm-list .blog-entry{
    min-height: 380px;
    margin-bottom: 10px;
}
#mm-list .pagination {
margin-top: 0 !important;
margin-bottom: 10px;
}
#blogDetail h1{
    font-size: 2.8em;
    line-height: 1.2;
    margin-bottom: 15px;
}
#mm-list h1 {font-size: 2.8em; }
#blogDetail .author {
    margin-top: 3rem;
}
#blogDetail .centerBlock {
    margin-top: 20px;
}
#blogDetail .social-float {
    top: 125px;
}
#pinterest-btn{
    background: url(/assets/dist/images/icons/pinterest-color.png);
    width: 32px;
    height: 32px;
}
#sticky .blog-img img{
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}
.related-blog .header-subsection { color: #004887; }

.related-blog .header-subsection:before { border-top: 2px solid #004887; }
 /* Money Mentor */

/* financial-section*/
.financial-section{
    background:#014888;
    padding-bottom: 2rem;
    margin-bottom: 0px;
}
.financial-section .row{
    margin-left: -2.08333%;
    margin-right: -2.08333%;
}
.financial-section input[type="checkbox"] ~ label.txt-white{
    color: #fff ;
    font-size: 0.80em;
    display: block;
    padding-top: 10px;
}
.financial-section input[type="checkbox"] ~  label.txt-white a{
    color: #ffffff;
}
.financial-section input[type="checkbox"] ~  label.txt-white a:hover{
    opacity: 0.8;
}
.financial-section .txt-white{
    font-weight: normal;
}
.financial-section  #parsley-id-multiple-agreed li { padding-left: 2.08333%;}
.financial-section .become-refer-div{margin-top: 25px;}
/* financial-section*/
/* cookiealert */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color:#115694;
}
.cookiealert-content{
    position: relative;
}
.cookiealert-content .close{
    position: absolute;
    right: 0;
    background-color: transparent;
    font-size: 42px;
    top: 15px;
    line-height: 1px;
    vertical-align: top;
    display: block;
    height: 36px;
    width: 36px;
}
.cookiealert-content .close:focus, .cookiealert-content .close:hover{
    border: 0;
    box-shadow: none;
    outline: none;
}
.cookiealert-content .cookiealert-container {
    display: flex;
    width: 70%;
    margin: auto;
    text-align: left;
    padding: 10px 0;
    align-items: center;
}
.cookiealert-content .cookiealert-container p{
    margin-bottom: 0;
}
.cookiealert-content .cookiealert-container p a{
    color: #fff;
}
.cookiealert-content .cookiealert-container p a:hover{
    opacity: 0.7;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    text-decoration: underline
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.mobile-warning-box .mobile-wearning-header{
    position: relative;
}
.mobile-warning-box .alert-warning{ border-radius:unset;margin-bottom:0; }
.mobile-warning-box .mobile-wearning-header > span{
    display: inline-flex;
    margin-left: 10px;
    /*transition: 0.3s all ease;*/
    transform: rotate(0deg);
    height: auto;
    align-items: center;
    justify-content: center;
}
.mobile-warning-box .mobile-wearning-header.arrow-up > span{
    transform: rotate(180deg);
}
.mobile-warning-box .mobile-wearning-header > span img{
    height: 12px;
    width: 12px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .row + .row, .twoUp + .twoUp, .row + .twoUp, .twoUp + .row {
        margin-top: 0rem;
    }
    .twoUp-col {
        margin-bottom: 0rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media  (min-width: 768px) {
    .hero-copy.hero-copy-fr-cr-un-ch-acc{
        top: 45%;
        max-height: 350px;
    }
    .hero-copy.hero-copy-custo-dial-acc{
        top: 45%;
        max-height: 420px;
    }
    .hero-copy.hero-copy-get-cr-un-per-loan{
        top: 43%;
        max-height: 330px;
    }
    .hero-copy.hero-copy-inv-opn-roth-ira-acc{
        top: 45%;
        max-height: 350px;
    }
    .hero-copy.hero-copy-inv-sep-ira-acc{
        top: 41%;
        max-height: 370px;
    }
    .hero-copy.hero-copy-inv-trust-acc{
        top: 43%;
        max-height: 340px;
    }

    .emergency-saving{
        min-height: 455px;
        height: 50vh;
    }
    .savings-benefit .feature-horizontal {
        padding-left: 95px;
        margin-top: 40px;
    }
    .col-md-12{
        padding-left: 1.66667%;
        padding-right: 1.66667%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mobile-warning-box{display: none;}
} 
/* Homepage rateboard table */
.rateBoard-table .is-active th.rateBoard-name {
    border-bottom: 5px solid #89B451;
}
table.rateBoard-table tbody tr:first-of-type th {
    border-top: 0;
}
.rateBoard-table .is-active th {
    background: #fff;
    color: #464D57;
}
.rateBoard-table th {
    border-bottom: none;
    border-top: 1px solid #383E46;
    border-right: none;
    font-size: inherit;
}
th.rateBoard-rate, th.rateBoard-ap{
    font-size:inherit;
}

/* visa signature card Compare table */
.table-zebra tr:nth-child(even) th {
    background: #faf9f9;
}
.contactInfo a {
    text-decoration: underline;
}
/* Rates Table */
.ratesTable th {
    border-right: none;
    background: #fff;
}
/*open roth ira annual contribution limit table*/
.op-roth-ira-tbl th{
    border-bottom: 1px solid #D6D8D9;
    border-right: 1px solid #D6D8D9;
    border-top: 1px solid #D6D8D9;
    padding: 0.75em;
}
.op-roth-ira-tbl th:last-child{
    border-right: none;
}
select{
    background-image: linear-gradient(45deg, transparent 50%, #4f5761 50%), linear-gradient(135deg, #4f5761 50%, transparent 50%);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 7px 10px, 7px 10px, 0px 0px;
    background-repeat: no-repeat;
}
.multiselect {
    width:20em;
    height:15em;
    border:solid 1px #c0c0c0;
    overflow:auto;
}
.multiselect label {
    display:block;
}
.multiselect-on {
    color:#ffffff;
    background-color:#000099;
}
.modal-close:after {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 0px;
    height: 0px;
    opacity: .8;
    transition: all .2s linear;
    text-indent:-25px;
    content: "\f057";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    color: #3A5050;
}
.modal-close:hover {
    color: transparent;
}
.modal-close:focus {
    color: transparent;
}
.modal-close i.fa.fa-times-circle {    
    color: #A4AEB2;
}
iframe.parsley-error{
    border-color: #D52430;
    border: 1px solid #D52430;
    border-radius: 2%; 
}

/*navigate to skip content */
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    position: absolute;
    color: #fff;
    background-color:#5C7D36;
    left: 0;
    top: 0;
    width: 20%;
    height: auto;
    overflow:auto;
    padding:5px;
    border-radius: 15px;
    text-align:center;
    font-size:1.2em;
    z-index:999;
    transition: top .1s ease-in;
}
/*navigate to skip embedcode */
a.skip-embed {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-embed:focus, a.skip-embed:active {
    position: relative;
    color: #fff;
    background-color:#89B451;
    left: 0;
    top: 0;
    width: 20%;
    height: auto;
    overflow:auto;
    padding:5px;
    border-radius: 15px;
    text-align:center;
    font-size:1.2em;
    z-index:999;
    transition: top .1s ease-in;
}

a:focus,button:focus,input:focus,select:focus,textarea:focus{
    border: 1px solid #00a3e0;
    box-shadow: inset 0 0 4px rgba(46, 198, 255, 0.7);
    margin: 0;
}
#controls button:focus, #controls input:focus, .controls button:focus, .controls input:focus {
    border: 1px solid #00a3e0;
    box-shadow: inset 0 0 4px rgba(46, 198, 255, 0.7);
}
/* home page accordian */
.Accordion{
    margin-top:0px; 
    margin-bottom:0px;
}
.rateBoard-sidebar-panel {
    height: auto;
}
/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.rateBoard-sidebar-panel[hidden] {
  display: none;
}
button.rateBoard-sidebar-toggle{
    width: 100%;
    text-align: left;
}
dl.Accordion > dt{
    margin-top:0px;
}
/* freeform contact*/
.hiddenFields {
    display: none;
}
/* Base for label styling */
/*modal*/
.modal{
    display: none;
}
.modal.is-active{
    display: block;
}
.burger-nav{
    display: none;
}
.burger-nav.is-open{
    display: block;
}
/*banking learn more */
.productModule-cta > a > span {
    padding: 5px;
}
/*video controlls*/


#siteHeader-utilityNav ul {
    float:right !important;
}
#siteHeader-utilityNav li {
    margin: 0;
    float: none !important;
    vertical-align: middle;
}

/*product sub nav */
li.product_sub_nav{
    float: right;
}
li.product_sub_nav ul li {
    float: left !important;
}
ul.product_sub_nav_ul{
    display: flex;
}
li.subnav-button-wrap .btn {
    padding-left: 25px !important;
}
/* Required field contact form */
.requiredContactError {
    position: relative;
    top: -6px;
    left: 0;
    height: 20px;
    color: #da5a47;
    font-weight: bold;
}
.a-text-decoration-none{text-decoration:none;}

/* Video Player Start */
    #player {
        float:left; width: 100%;
        padding:1px 2px 2px;
        background-color:#fff;/*#00a3e0*/
        border:2px solid #89B451;
    }
    video#video-element {
        width: 100%;
    }
    #controls , .controls {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-bottom: 3px;
    }
    #controls video , .controls video {
        border:1px solid #89B451;
        width:420px;
        height:231px;
        background:black;
    }
    #controls button , .controls button {
        float: left;
        margin-left: 10px; color: #89B451;
        width:22px; 
        background: none;
        height:22px; 
        line-height: 9px; 
        padding: 0;
        border:none; 
        font-size: 18px;
        cursor:pointer;
    }
    #controls button#btnMute , .controls button#btnMute { font-size: 20px; }
    #controls .fullscreen, .controls .fullscreen {
        text-indent: 0px;
        color: #89B451;
        background-color: black;
        background-image: none;
        padding: 0px;
        font-weight: bold;
        padding-bottom: 3px;
    }
    #progress-bar {
        float:left;
        color: #89B451;
        font-size: 12px;
        width: 48%;
        height: 16px; 
        margin-left: 5px;
        border: none;
        margin-right: 10px;
        background: #434343;
        vertical-align: middle;
    }
    #progress-bar::-moz-progress-bar { 
        color:#89B451;
        background:#89B451; 
    }
    #progress-bar[value]::-webkit-progress-bar {
        background-color: #434343;
        /*border-radius: 9px;*/
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    }
    #progress-bar[value]::-webkit-progress-value {
        background-color: #89B451;
    }
    #volume-bar {
        width: 13%;
        vertical-align: middle;
        padding:0px; 
        float: left;
        height: auto;
        -webkit-appearance: none;
        margin: 6px 0 10px 10px;
        background: none;
    }
    #volume-bar:focus {
        outline: none; box-shadow: none; border: none;
    }
    #volume-bar::-webkit-slider-runnable-track {
        width: 100%;
        height: 4.4px;
        cursor: pointer;
        box-shadow: none;
        background: #205928;
        border-radius: 1px;
    }
    #volume-bar::-webkit-slider-thumb {
        box-shadow:none;
        height: 18px;
        width: 9px;
        border-radius: 3px;
        background: #89B451;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7.9px;
    }
    #volume-bar:focus::-webkit-slider-runnable-track {
        background: #276c30;
    }
    #volume-bar::-moz-range-track {
        width: 100%;
        height: 4.4px;
        cursor: pointer;
        box-shadow:none;
        background: #89B451;
        border-radius: 1px;
    }
    #volume-bar::-moz-range-thumb {
        box-shadow: none;
        height: 18px;
        width: 9px;
        border-radius: 3px;
        background: #89B451;
        cursor: pointer;
    }
    #volume-bar::-ms-track {
        width: 100%;
        height: 4.4px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }
    #volume-bar::-ms-fill-lower {
        background: #89B451;
        border-radius: 2px;
        box-shadow:none;
    }
    #volume-bar::-ms-fill-upper {
        background: #89B451;
        border-radius: 2px;
        box-shadow:none;
    }
    #volume-bar::-ms-thumb {
        box-shadow: none;
        height: 18px;
        width: 9px;
        border-radius: 3px;
        background: #89B451;
        cursor: pointer;
        height: 4.4px;
    }
    #volume-bar:focus::-ms-fill-lower {
        background: #205928;
    }
    #volume-bar:focus::-ms-fill-upper {
        background: #276c30;
    }

    @media only screen and (max-width: 864px) {
        #controls progress {     width: 40%; }
    } 
/* Video Player End */
ul.product_detail_opn_roth_ira_list li {
    list-style: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
    #volume-bar {
        top: -15px !important;
    } 
}

.offscreen {
    display: none;
}
/* ============= 1st june 2018 dhaval code start ============= */

td.compare-table-blankHeader {
    border-top: none;
}
td.credit_union_ben_mort{
    border-bottom: 1px solid #D6D8D9;
    border-top: none;
    border-right: none;
}
.table_caption_left,.rateHeadingAlign{
    text-align: left;
}
/* a:not(.btn) {
    color:#007EA8 !important;
} */
.ratesListing h5, .ratesListing cite, .ratesListing .autocomplete-suggestion {
    font-size: 1em !important;
}
.section-blueOverlay h5, .section-blueOverlay cite, .section-blueOverlay .autocomplete-suggestion {
    font-size: 1em !important;
}
.tranfers .tabs-progressive a {
    font-size: 1em !important;
}
#reviews h3{
    font-size: 1.46667em !important;
}
/* ============= 1st june 2018 dhaval code end ============= */

 /* ============= 4th June 2018 Narendra Start ============*/
 .table-zebra tr:nth-child(even) td{
    background:#FAFAFA !important; 
}
/*borrow/credit-union-car-loan*/
.home-support-module h3{
    font-size: 1.46667em !important;
}
.text-center h4{
    font-size: 1.06667em !important;
    font-weight:bold !important;
    margin-bottom:0.5rem !important;
}
#atm-searchModule-checkBar h3{
    font-size:1.06667em !important;
    display: inline;
    font-weight: 600;
}
.vjs-control-bar, .vjs-progress-control, .vjs-control, .hero{
    z-index: 111 !important;
}
.vjs-paused .vjs-control-bar{
    display: block !important;
}
.vjs-fullscreen-control, .vjs-volume-control {
    display: none !important;
}
.vjs-sublime-skin .vjs-progress-control{
    right:20px !important;
}
.vjs-sublime-skin.vjs-has-started .vjs-control-bar{
    background: #747678 !important;
}
.vjs-sublime-skin .vjs-control-bar{
    opacity: 1 !important;
    pointer-events:auto !important;
    background: #747678 !important;
}
/* ============= 4th June 2018 Narendra End ============*/
.mobile-deposit-main { margin:40px -15px; padding:0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.mobile-deposit-block {  margin-bottom: 6rem; border:solid 8px #b5daf3; border-radius:100%; /* min-height:220px; */ width:100%; margin:0 15px; position:relative; text-align:center;  letter-spacing: 0;}
.mobile-deposit-block .number-count { width:48px; height:48px; background:#005cb9; border-radius:100%; text-align:center; line-height:45px; position:absolute; left:50%; top:-30px; margin-left:-23px; color:#fff; font-family: 'headline'; font-weight: bold;font-size: 34px;}
.mobile-deposit-block .block-title { font-size: 1vw; color:#000; margin:0; padding:15% 0% 0; line-height:normal; font-weight: 100;}
.mobile-deposit-block .block-title span { color:#004987; text-transform:uppercase; font-weight:bold;}
.block-img { margin:0; padding:0; }  
.block-img img { max-width: 20%;}
.block-img-2 img { max-width: 24%; margin:10% 0 0; }
.block-img-3 img { max-width: 25%; margin:8% 0 0; }
.block-img-4 img { max-width: 50%; margin:4% 0 0; }
.block-img-5 img { max-width: 30%; margin:4% 0 0; }
.block-small-text { margin:0; padding:0; font-size: 0.7vw; color:#004987; line-height:35px; letter-spacing: 0;}
.block-small-text-2 { margin:0; padding:0; font-size: 1.1vw; color:#000; line-height:normal; letter-spacing: 0; font-weight: 100;}
.priceblock { margin:0; padding:6% 0; }
.priceblock .priceitem { margin:0; padding:2px 10px; background:#004987; border:solid 4px #00a1df; border-radius:10px; text-align:center; color:#fff; text-transform:uppercase; display:inline-block; font-weight:bold; font-size:25px; line-height:normal; vertical-align: middle;}
.priceblock span.ok { width:34px; height:34px; text-align:center; color:#fff; font-weight:bold; font-size:22px; display:inline-block; border-radius:50%;  vertical-align: middle;}
.padt { padding-top:2%;}

.home-slider-title{ font-size: 17.5px; color: #00a3e0; text-align: center;font-weight: normal;font-family: "aileron", sans-serif;text-decoration: none;}
.home-slider-desc{ font-size: 16px; color: #010101; text-align: center; line-height:24px}
.home-slider-section{ text-align: center;padding-top: 0;}
.home-slider-section .item .img-box { min-height: 100px}
.home-slider-section .item .img-box a > img{ max-width: 120px; display: inline-block; vertical-align: top;}
.home-slider-section .item .img-box a{text-decoration: none;}
.home-slider-section .recent-closings-slider .owl-nav button{ top:50%; margin-top: -35px;}
.home-slider-section .item { padding: 0 15px;}
.home-slider-section .recent-closings-slider { padding: 38px 80px 5px;}

.news-block-section{ background: #faf9f9; padding: 50px 0 50px;margin-bottom: 0px;}
.news-block-section .centerBlock{margin-top:0px;}
.news-block-box{ background: #fff; padding:20px 25px 15px 280px; border: 1px solid #e9eff2; /* margin-bottom: 20px;  */position: relative; min-height: 250px}
.news-block-img{ max-width: 250px; width: 100%; position: absolute; left: 0; top: 0; height: 100%; background-position: center; background-size: cover /* background-size: 100% 100%; */}
.news-block-background{ display: none}

.awards-image_why-choose {display: table;width: 100%;min-height: 115px;}
.why-choose-logo {text-align: center;vertical-align: middle;display: table-cell;}



/*================= ONLINE BANKING CSS ====================*/

.online-banking-banner { height:445px !important; min-height: inherit;}
.online-banking-banner h1 { margin-top:60px;}
.banner-overlay { position:absolute; width:100%; height:100%; left:0; top:0; z-index:3;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a3e0+0,004988+100&0.9+0,0.9+100 */
background: -moz-linear-gradient(top,  rgba(0,163,224,0.9) 0%, rgba(0,73,136,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,163,224,0.9) 0%,rgba(0,73,136,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,163,224,0.9) 0%,rgba(0,73,136,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600a3e0', endColorstr='#e6004988',GradientType=0 ); /* IE6-9 */

}
.online-banking-banner .hero-copy { width:100%; margin-left:0; margin-right:0; max-height:inherit;}
.banner-action-section { margin:45px auto 0; padding:0; display:flex; text-align:center; max-width:1350px;}
.banner-action-section h3 { color:#fff; margin:0; padding:0 0 20px 0;}
.action-section-left { margin:0; padding:0; width:50%}
.action-section-right { margin:0; padding:0; width:50%; border-left:solid 2px #fff;}

.money-management-section { background:#f0f0f0; display:flex; overflow:hidden; padding:0 !important;}
.money-management-left { width:525px; margin:0; padding:0; box-shadow:12px 0px 14px 1px rgba(153, 153, 153, 0.54); -webkit-box-shadow:12px 0px 14px 1px rgba(153, 153, 153, 0.54);}
.management-left-content { padding:35px;}
.management-left-content h2 { line-height:normal;}

.online-vertical-tbas { margin:0; padding:0 0 30px 0;}
.online-vertical-tbas .tabs-vertical li { padding:0; margin:0; padding:0;}
.online-vertical-tbas .tabs-vertical li a { font-size:20px; color:#4f5761; position:relative; left:0; top:0; border-radius:0; padding:19px 10px 19px 85px; border: none !important;}
.online-vertical-tbas .tabs-vertical li:before { left: 35px; top: 23px; background:none; border-color:#10a0dc; color:#10a0dc !important; font-size: 18px; line-height: 23px;}
.online-vertical-tbas .tabs-vertical li a:after {left: 100%; top: 50%;	border: solid transparent;content: " ";	height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0);	border-left-color:#ffffff; border-width: 34px; margin-top: -35px;}

.money-management-right { flex:1; padding:25px;}
.money-management-right .tabs-content-vertical { width:100%;}
.tabs-priview-content { max-width: 560px; margin: 0 auto;}

.protecting-accounts-section { background:#e9eff2;}
.protecting-accounts-main { margin:20px 0 0 0; padding:0; display:flex;}
.protecting-accounts-main .protecting-accounts-block { margin:0; padding:20px ; background:#00a3e0; color:#fff; flex: 1; min-height:360px;}
.protecting-accounts-main .block-icon { text-align: center; margin: 40px 0 0;}
.protecting-accounts-main .protecting-accounts-block h4 { color:#fff; text-align:center;}
.protecting-accounts-main .protecting-accounts-block p a { color:#fff;}
.protecting-accounts-main .security-settings { background:#00a3e0;}
.protecting-accounts-main .text-alerts { background:#0085c2;}
.protecting-accounts-main .secure-messages { background:#0066a5;}
.protecting-accounts-main .credit-score { background:#004887;}
.guide-section .protecting-accounts-block{min-height: 275px; padding: 20px 30px;}
/* Emergency-savings-benefit-section */

.our-team-section { background:#014888; padding-bottom: 2rem; margin-bottom: 0;}
.our-team-section .twoUp{    display: flex;}
.our-team-section .twoUp-col:first-child{margin: 0;}
.our-team-section p.txt-white{margin-top: 20px; font-family: Gotham; font-size: 20px; font-weight: normal !important;margin-bottom: 5px;}
.our-team-section li.txt-white{ list-style: none; text-indent: 0; position: relative; padding-left: 0px; font-size: 18px;}
.our-team-section li.txt-white::before{ content: ''; width: 4px; height: 4px; background:#fff; position: absolute;left: -15px;top: 10px;border-radius: 50%; }
/* Emergency-savings-benefit-section */

/* DEI-page */
.hero.hero-homepage.dei-banner{min-height: inherit;}
.dei-banner .hero-copy{
    margin: 0;
    max-height: inherit;
    position: inherit;
    z-index: 99;
    transform:inherit;
    -webkit-transform: inherit;
}
.dei-banner .hero-copy h1{
    margin-bottom: 0 !important;
    margin-top: 0.5em;
}
.dei-banner .hero-copy h1 p{
    margin-bottom: 0;
    font-size: inherit !important;
}
.dei-banner .hero-copy p{
    color: #fff;
    font-size: 1.2em;
}
.dei-banner .hero-copy img{
    margin-top: 20px;
}
.dei-banner .hero-image{
    z-index: -1;
}
.strengthening-diversified header{
    max-width: 1140px;
    margin: auto;
}
.serving-every .container{overflow: inherit;}
.custom-testimonial{
    padding-right: 45px;
    padding-left: 0;
}
.custom-testimonial .testimonial-box{
    border: 2px solid #f2fafd;
    border-radius: 25px;
    padding: 30px 30px;
    position: relative;
    margin: auto;
    padding-right: 80px;
    background-color: #fff;
}
.custom-testimonial .testimonial-box h6{
    padding-left: 30px;
    margin-top: 18px;
}
.custom-testimonial .testimonial-box .post{
    padding-left: 30px;
}
.custom-testimonial .testimonial-box p{
    color: #4f5761;
    font-size: 18px;
    font-family: Gotham Rounded;
    margin: 0;
    position: relative;
    margin-top: 0px;
    padding: 0 0px 0 30px;
}
/*
.custom-testimonial .testimonial-box p:before {
    content: '"';
    font-size: 100px;
    color: #b9d9eb;
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 0.5;
    left: -13px;
}
.custom-testimonial .testimonial-box p:after{
   content: '"';
    font-size: 100px;
    color: #b9d9eb;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    line-height: 0px;
}*/
.custom-testimonial .testimonial-box .testimonial-author{
    position: absolute;
    z-index: 9;
    right: -45px;
    width: 115px;
    height: 115px;
    bottom: -60px;
    border-radius: 75px;
    overflow: hidden;
}
.custom-testimonial .testimonial-box .testimonial-author .img-overlay{
    display: none;
}
.custom-testimonial .testimonial-box .testimonial-author:hover .img-overlay{
    display: block;
}
.custom-testimonial .testimonial-box .testimonial-author .img-overlay .text{
    background: #f2fafd;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 16px;
    text-align: center;
    color: #000;
    align-items: center;
    justify-content: center;
}
.serving-every  .row + .row{
    margin-top: 4em;
}
.serving-every .feature-horizontal {
    padding-left: 65px;
}
.serving-every{
    padding-top: 60px;
}
.strengthening-diversified{
    padding: 5em 0em;
    text-align: center;
}
.strengthening-diversified .custom-testimonial{
    padding: 0;
    margin: 70px auto 115px;
    text-align: left;
    max-width: 900px;
}
.attracting .attracting-left .list-chained{
    margin-left: 0;
    margin-top: 15px;
}
.attracting .attracting-left h3{
    margin-left: 40px;
}
.attracting .attracting-images{
    position: relative;
}
.attracting .attracting-images img{
    opacity: 0.25;
}
.attracting .attracting-images p{
    margin: 0;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 18px;
    width: 100%;
    padding: 0 15px;
    z-index: 9;
}
.our-employees{
    padding: 5em 0 10em;
}
.our-employees .our-employees-container{
    max-width: 1140px;
    margin: auto;
}
.employee-support-row{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-flow: wrap;
    margin-top: 20px;
}
.employee-support-row .employee-support-content {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
.employee-support-row .employee-support-box {
    background: #fff;
    border: 1px solid #dadbdc;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.employee-support-box .support-content{
    border-top: 1px solid #dadbdc;
    padding: 25px;
}
.continuously-supported {
    padding-top: 1rem;
    margin: 0;
}
.continuously-supported header{
    padding-bottom: 1rem;
}
.continuously-supported .gray-bg{
    padding: 20px 0;
}
.continuously-supported .protecting-accounts-main{
    margin-top: 0;
}
.our-employees-container .custom-testimonial{
    margin: 2em 0;
}
.sustainable {
    margin: 0;
    padding: 2rem 0;
}
.sustainable .text-center{
    max-width: 1140px;
}
.our-employees-container .open-poisition {
padding-top:40px
}
.first-quote {
    font-size: 70px;
    line-height: 35px;
    display: inline-block;
    vertical-align: bottom;
    color: #b9d9eb;
    height: 24px;
    font-family: none;
}
.last-quote {
    font-size: 70px;
    line-height: 70px;
    display: inline-block;
    vertical-align: text-top;
    color: #b9d9eb;
    height: 24px;
    font-family: none;
}
/* DEI-page */
.whyAlliant-banner { height:445px !important; min-height: inherit;}
.whyAlliant-banner h1 {max-width: 1000px;margin-top:60px;margin: auto;}

.whyAlliant-banner .hero-copy { width:100%; margin-left:0; margin-right:0; max-height:inherit;}
.whyAlliant-banner .banner-action-section p{
    padding-top: 0;
    font-size: 1.3em;
}

@media only screen and (max-width: 1600px) {
    .mobile-deposit-main { margin-left:-10px; margin-right:-10px; }
    .mobile-deposit-block { margin: 0 10px;}
    .priceblock { padding: 3% 0;}
    .priceblock .priceitem { font-size: 1.5vw;}
    .block-small-text { line-height: 10px;}
    .mobile-deposit-block .number-count {width: 38px; height: 38px; line-height: 35px; top: -23px; margin-left: -19px; font-size: 24px;}
    .emergency-saving h1{ padding-right: 0; }
    .emergency-saving h3{padding-right: 0;}
    .savings-benefit .twoUp-col{ margin-right: 0}
    .emergency-saving .circle-dark{top: 50%;}
    .feature-stacked-list ul li{font-size: 14px;}
    .money-logo{    max-width: 210px;}
    .right-menu ul li{padding: 25px 15px;}
    .right-menu ul li a{    font-size: 14px;}
    #blogDetail h1{font-size: 1.8em;}
    #mm-list h1 {font-size: 1.8em; }
    /* DEI-page */
    .custom-testimonial .testimonial-box p{    font-size: 16px;}
    .custom-testimonial .testimonial-box .testimonial-author{  width: 105px; bottom: -50px; height: 105px;}
    
    .custom-testimonial .testimonial-box p:before, .custom-testimonial .testimonial-box p:after{font-size: 80px;}
    .custom-testimonial .testimonial-box p{    padding: 0 0px 0 0px !important;}
    .attracting .attracting-left h3{font-size: 1.8em;}
    /* DEI-page */

}
@media (max-width: 1280px){
.news-block-box {min-height: 310px;}
.financial-section .become-refer-div{margin-top: 0}
.feature-stack-box .feature-stacked-visual{max-width: 105px; line-height: initial; padding-top: 8px;}
.feature-stacked {padding: 0 15px;}
.hero-homepage.phone-banner{ min-height: 360px; }
}

@media (max-width: 1199px){
    .header-botttom{align-items: start; flex-direction: column; padding: 0;width:100%;}
    .header-botttom .money-logo{    padding: 10px 2.5%; max-width: 260px;}
    .right-menu{position: relative;width: 100%; text-align: left;}
    .right-menu .menubtn{
        background: #07508a;
        padding: 7px 2.5%;
        border-radius: 0px;
        color: #fff;
        display: flex;
        align-items: center;
        width: 100%;
        text-align: left;
    }
    .right-menu .menubtn img{    margin-left: 7px;}
    .right-menu ul{
        display: none;
        position: absolute;
        background: #0066a5;
        right: 0;
        flex-direction: column;
        width: 100%;
    }
    .right-menu ul li{
        padding: 0;
    }
    .right-menu ul li a{
        display: block;
        padding: 8px 2.5%;
        white-space: nowrap;
        color: #fff;
        border-top: 2px solid #fff;
        font-weight: 400;
        font-size: 13px;
    }
    .right-menu ul li a img{display: none;}

    .right-menu ul li a:hover, .right-menu ul li a.active {
        color: #fff;
    }
    .right-menu ul li a:hover:after, .right-menu ul li a.active:after{
        content: none;
    }
    .right-menu ul li a:hover{
        background: #0a406b ;
        color: #fff;
    }
     /* DEI-page */
    .our-employees .our-employees-container{
        padding: 0 2.5%;
    }
    .our-employees {
        padding: 5em 0 7em;
    }
    /* DEI-page */
}

@media only screen and (max-width: 1250px) {
.news-block-box {padding: 20px 20px 15px 200px;}
.news-block-img {max-width: 180px;}

}  

@media only screen and (max-width: 1100px) {
    .mobile-deposit-main { margin-left:-6px; margin-right:-6px; }
    .mobile-deposit-block { margin: 0 6px; border-width: 5px;}
    .priceblock { padding: 3% 0;}
    .priceblock .priceitem { font-size: 1.2vw; border-width: 3px; padding: 2px 6px;}
    .block-small-text { line-height: 7px;}
    .priceblock span.ok { width: 14px;height: 23px;}
    .priceblock span.ok img { vertical-align: top;}
    .mobile-deposit-block .number-count {width: 20px;height: 20px;line-height: 19px;top: -14px;margin-left: -10px;font-size: 13px;}

.online-vertical-tbas .tabs-vertical li a:after { border-width: 34px 15px;} 
.phone-banking-content-left .hero-copy h1{font-size: 2em;}
.phone-banking-content-left .hero-copy h3{font-size: 1.4em;}
.phone-banking-content-left .hero-copy h4{    font-size: 1em;}
.phone-banking-content-right .phoneCta-left p{font-size: 1.5em;}

}

@media only screen and (max-width: 991px) {
.home-slider-section .recent-closings-slider {padding: 38px 70px 5px;}
.emergency-saving h3{ font-size: 1.25em;}
.emergency-saving h1{line-height: 1.5;}
.emergency-saving .circle-dark { top: 28%; }
.savings-benefit .twoUp-col{padding: 0 2%;}
.savings-benefit .feature-horizontal{ padding-left: 60px; margin-top: 20px;}
.savings-benefit .feature-horizontal-visual { width: 55px; }
.savings-benefit .twoUp-col p{font-size: 14px;}
.our-team-section .twoUp-col{padding: 0 2%}
.financial-section .row{margin: 0}
.financial-section .become-refer-div{margin-top: 0}
.destop-box{display:none;}
.site-notification-wrap {margin:0;}
.phone-banking-content-right .phoneCta-left{ right: 5%}
.feature-stack-box{margin-bottom: 20px; flex-direction: column;}
.feature-stack-box .feature-stacked-visual{ padding: 0; max-width: 100%; margin-bottom: 15px;text-align: left;}
.feature-stacked-list{text-align: left;}
#blogDetail .social-float {
    position: inherit !important;
    width: 100% !important;
    display: inline-flex;
    margin-bottom: 25px;
    top: 0px;
}
#blogDetail .social-float a{ margin-right: 10px; }
#blogDetail .author { margin-top: 0;}
#blogDetail h1{padding-top: 20px;}
/* DEI-page */
.feature-stack-box{margin-bottom: 20px; flex-direction: column; align-items: center;}
.feature-stack-box .feature-stacked-visual{ padding: 0; max-width: 100%; margin-bottom: 15px;}
.feature-stacked-list {
    text-align: center;
}
/* DEI-page */

}
@media only screen and (max-width: 959px) {

    .news-block-section { padding-left: 30px; padding-right: 30px;}
    .news-block-box { min-height: auto;}
    .news-block-section .col-lg-6:first-child {margin-bottom: 20px;}
    .news-block-section { padding-left: 30px; padding-right: 30px;}
    .news-block-section { padding-left: 30px; padding-right: 30px;}
    .news-block-section { padding-left: 30px; padding-right: 30px;}
    .news-block-section { padding-left: 30px; padding-right: 30px;}
    .mobile-deposit-main { margin-left:0;margin-right:0; }
    .mobile-deposit-block { margin: 0 6px;border-width: 5px;}
    .mobile-deposit-block .block-title {font-size: 2vw;}
    .priceblock { padding: 3% 0;}
    .priceblock .priceitem {font-size: 3.2vw;border-width: 3px;padding: 2px 6px;}
    .block-small-text { line-height: 13px;font-size: 1.7vw;}
    .block-small-text-2 {font-size: 2.1vw;}
    .priceblock span.ok { width: 23px;height: 23px;}
    .priceblock span.ok img { vertical-align: top;}
    .mobile-deposit-block .number-count {width: 20px;height: 20px;line-height: 19px;top: -14px;margin-left: -10px;font-size: 13px;}

    #whyAlliant-atms #map-canvas { min-height: 400px;}

    #jscalcv1 #rateSets { display: inline-block;     vertical-align: middle; }
    #jscalcv1 #rateSets .btn { display: inline-block;}
    #jscalcv1 #rateSets {margin-bottom: 12px;}
    .subnav ul{white-space:nowrap}
    li.product_sub_nav {float: left;}

    .hero-homepage{ height: auto; padding: 20px 0}
    #home-hero .hero-content{ transform:translateY(0%); top: 0; text-align: center}
    
    .car-buying-service-widget .border-right{border-right:none !important;}

    .news-block-section { padding-left: 15px; padding-right: 15px;}

    .social_footer_icon { display: inline-block;}
    #refer-friend{padding-top:0px !important;text-align: center;}
    .social_footer_icon {padding-left: 0;padding-right: 0;padding-bottom: 0px !important;display: block;text-align: center;}
    .social_footer_icon a{margin-left:10px !important;margin-bottom:2em !important;}
    .become-refer-div {text-align: center;}
    #refer-friend {margin-top:2% !important;display: inline-block;}
    .become-refer-div a {width: 200px;}
    .text-copyright{padding: 10px 10px; text-align: center;}
    .footer-main{text-align: center;}
    .icon-large {zoom: 1.25;}
    .social_footer_icon .icon-glassdoor {
        background: #fff url(/assets/dist/images/glassdoor-icon.png) no-repeat scroll 0 0px / 95% 95%;
        height: 27px;
        width: 27px;
    }
    .social_footer_icon .icon-instagram, .list-plain .icon-instagram {
        height: 25px;
        width: 25px;
    }

.money-management-section { display:block;}	
.money-management-left { width:100%; box-shadow:none !important;}
.online-vertical-tbas { display:none;}
.money-management-right { padding-top:0;}
.tabs-priview-content { padding-top:20px;}
.money-management-section .tabs-sm-copy { margin:20px 0 0 0;}
.financial-section  #parsley-id-multiple-agreed li { padding-left: 0;}
}
@media only screen and (max-width: 767px) {
.protecting-accounts-main { display:block;}
.protecting-accounts-main .protecting-accounts-block { min-height:inherit;}
.protecting-accounts-main .block-icon { margin:0;}

.convenience-section .twoUp-col { margin-bottom:0;}

.banner-action-section .btn { display:inline-block; width:auto;}

.online-banking-banner .hero-copy { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.savings-benefit .twoUp { flex-direction: column; }	
.savings-benefit .feature-horizontal-visual { width: 81px; }
.savings-benefit .feature-horizontal{padding-left: 0;}
.savings-benefit .twoUp-col p { font-size: 15px; }
.organization-section header p{    padding: 0 5%;}
.organization-section header p a{display: block;}
.unique-section .twoUp-col { width: 100%; }
.our-team-section .twoUp{flex-direction: column;}
.our-team-section .twoUp .twoUp-col{ margin-bottom: 0}
.our-team-section li.txt-white{margin: 0 0 10px;}
.our-team-section p.txt-white{margin-bottom: 20px;}
.phone-everthing{ padding: 0 10px; }
.phone-banking-content-left .hero-copy{
    position: relative;
    top: 0;
    padding-top: 10%;
    width: 100%;
}
.phone-banking-content-right .phoneCta-left{
    right: 0;
    position: relative;
    margin-left: 5%;
}
.hero-homepage.phone-banner {
    min-height: 360px;
}

#blogDetail .social-float {
    position: inherit !important;
    width: 100% !important;
    display: inline-flex;
    margin-bottom: 25px;
    top: 0px;
}

#blogDetail .author {
    width: 100%;
    margin-top: 5px;
}
#blogDetail .social-float a{ margin-right: 10px; }
.money-logo { max-width: inherit !important; }
.money-logo img { max-width: 50%;margin-top: 8px; }
#blogDetail h1{padding-top: 20px;}
/* DEI-page */
.strengthening-diversified .custom-testimonial{
    padding: 0 2.5%;
}
.our-employees-container .custom-testimonial { padding: 0 2.5%; }
.custom-testimonial .testimonial-box .testimonial-author{
    right: -13px;
}
.serving-every .col-sm-2{width: 100%;}
.serving-every .feature-horizontal{padding-left: 0;}
.employee-support-row{flex-direction: column;}
/* DEI-page */
.whyAlliant-banner .hero-copy { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}

.whyAlliant-banner h1{max-width: 100%; padding:0 20px;margin: auto}

}
@media only screen and (max-width: 568px) {
    .block-small-text { line-height: 8px; }
    .large-mobilebtn { height: auto; white-space: normal; line-height: 30px;}

    #faqs input.input-small::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 10px;
    }
    #faqs input.input-small::-moz-placeholder { /* Firefox 19+ */
        font-size: 10px;
    }
    #faqs input.input-small:-ms-input-placeholder { /* IE 10+ */
        font-size: 10px;
    }
    #faqs input.input-small:-moz-placeholder { /* Firefox 18- */
        font-size: 10px;
    }

    td.text-center-student-loan-mbl, th.text-center-student-loan-mbl {
        text-align: center;
    }
    .productModule-cta > a > span {
        line-height: 30px;
    }
    .tabs-icon {  height: 35%; margin: 22px 0 10px;    }
    .tabs-progressive .is-active a { padding: 15px 0;}
    .tabs-progressive li:before, .tabs-progressive li:after { border-left-width:14px; }
    .tabs-mobileNav-vertical li {margin: 0 0px;}
    section.container.comercial-real-estate-loan-section {margin: 0;padding-top: 0;}
    .address-block {padding-bottom: 10px;}
    .news-section ul li a{font-size: 16px;}
    .news-section {  padding:30px 0; }
    .news-section h3 {font-size: 1.8em;}
    /* .hero-homepage .hero-cta-links{ position: static;width: 50%;margin: 0 auto;} */
    .hero-homepage .hero-cta-links .btn{line-height: 40px;height: auto;padding: 0;}
    #home-hero .hero-find-an-atm {position: relative;top: 0;-webkit-transform: none;-ms-transform: none;transform: none;margin: 0;}
    .hero-find-an-atm h3 {
        padding-top: 10px;
        color: #fff;
        font-weight: 800;
        text-shadow:1px 1px #747678;
        font-size: 1em;
    }
    .icon-large {zoom: 1;}
    .social_footer_icon a {margin-left: 5px !important;margin-bottom: 2em !important;}
	
.banner-action-section { display: block; margin: 10px 0 0;}
.action-section-left { width:100%; margin-bottom:10px;}
.action-section-right { width:100%; border:none;}
.banner-action-section h3 { padding:0;}
.phone-banking-content-left .hero-copy{text-align: center; margin: 0; padding-left: 15px; padding-right: 15px;} 
.phone-banking-content-right .phoneCta-left{text-align: center;}
	
}  

@media only screen and (max-width: 400px) {
    .news-block-box {
        padding: 15px 15px 15px 14px;
    }
    .news-block-img {
        position: relative; margin-bottom: 10px;
        max-width: inherit;
        height: 130px;
    }
    .responsive-home-slider .col-sm-2 {
        width: 100%;
        margin-bottom: 10px;
    }
	.money-logo {
        max-width: 185px;
    }
} 

@media screen and (min-width: 1400px) {
    .assets_hero_head{width:70%}
}
@media screen and (min-width: 1600px) {
    .assets_hero_head{width:70%}
    .phone-started .centerBlock{ width: 45% !important; }
}
@media screen and (min-width: 1900px) {
    .assets_hero_head{width:60%}
}

@media screen and (min-width: 768px) {
.money-management-right .preview-imac:before { background:url(../images/mac-laptop.png) no-repeat;}
.money-management-right .preview-imac { width: 560px; height: 415px;}
.money-management-right .preview-imac img { width: 411px; height: 257px; top: 18px;}
.emergency-saving .hero-copy{    top: 44%;}
.emergency-saving .hero-cta-links{top: 78%;}

.money-management-right #Available_on_the_go .preview-imac:before { background:url(none);}
/* .money-management-right #Available_on_the_go .preview-imac img { width: 460px; height: 320px; top: 18px;} */
.money-management-right #Available_on_the_go .preview-imac img { width: 100%; height: auto; top: 18px;}
}

/* Dhaval Date:19/06/2018 */
.rateBoard-sidebar-panel {
    margin: 0 30px 0 30px;
}
@media only screen and (max-width: 768px) {
    #refer-friend{padding-top:0px !important;text-align: right;}
    #refer-friend:before {padding-right: 6px !important;}
    #refer-friend:after {padding-left: 6px !important;}
}
@media only screen and (max-width: 767px) {
    #siteHeader-logo img{
        height: 35px;
        width: auto;
        max-width: inherit;
    }
    .social_footer_icon {
        padding-left: 0 !important;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .hero-homepage .hero-cta-links{ position: static;width: 50%;margin: 0 auto;}
    .become-refer-div a { margin: 0 auto 10px !important}
    .home-award-slider.recent-closings-slider .owl-prev {top: 25px;}
    .home-award-slider.recent-closings-slider .owl-next {top: 25px;}
    .home-award-slider.recent-closings-slider {padding-top: 10px;}
    .hero-find-an-atm h3{font-size: 1em;}
    .cookiealert-content .cookiealert-container{
        width: 80%;
        flex-wrap: wrap;
    }
    .breadcrumb-box{ flex-direction: column; justify-content: start;  align-items: self-start;}
    .search { min-width: 100%;  margin-top: 15px;
    }
}
.burger:focus {
    outline: none;
}
.productModule-rate:last-child {
    border-right: none;
}
/* Reverse utility navigation Top header */
.rev-siteHeader-utilityNav ul{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rev-siteHeader-utilityNav ul > li {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.txt-white{
    color:#fff
}
.hero-copy-blog h3 {
    font-size: 2.4em !important;
    margin-bottom: 15px;
}
.feature-full .feature-full-copy h3 {
    font-size: 1.46667em;
    margin-bottom: 1rem;
}
.text-center.whyAlliant-rateCalc-learnMore.section-blue h4 {
    font-size:1.46667em;
}
#siteHeader ul.submenu li {
    width: 90% !important;
}


#tabs-mobileNav-vertical .tabs-mobileNav-vertical li a {
    margin: 0 10px;
}

/*comercial real estate loan*/
.overlay-details ul{
    list-style-position: inherit;
    text-indent: -4px;
}
header.text-center.assets-section-header {
    margin-bottom: 0px !important;
}
section.text-center.assets-section {
    margin-bottom: 0px !important;
}
.lead.assets-lead {
    margin-bottom: 20px;
}
.asset-box a {
    border:none;
    box-shadow:none;
}
.inner-banner .breadcrumbs {
    position: absolute;
    z-index: 9999;
    left: 2.5%;
    top: 30px;
    color:#fff;
}
.inner-banner .breadcrumbs a {
    opacity: .85;
}
.inner-banner a {
    color: #fff;
}
.recent-closing-details .closing-detail-block{
    padding-bottom: 40px;
}
.recent-closing-details .form-group{
    padding-left:25px;
}
.moreinfobox { background:#004887; min-height:430px; text-align:center;display: flex;flex-direction: column;justify-content: center;padding: 0 10px;}
.moreinfobox h2 { color:#fff; padding:0;}
.moreinfobox a { color:#fff;} 
.real-assets-pagination{
    clear:both;
}
.assets_more_details{
    text-align: center;
    position: absolute;
    bottom: 10px;
    width:100%;
}
.closing-detail-block-inside{
    position: relative;
}
.row.work-alliant p {
    font-size: 1.2em;
}
.assets_description{
    height: 97px;
    overflow: hidden;
}
.news-section a{
    border:none !important;
    box-shadow:none !important;
}
/* .social-footer a{
    margin-right:1rem !important;
} */

.closing-detail-block-inside.moreinfobox p{
    color:#fff;
    padding:0px 10px 0px 10px;
}
/*Pagination start*/
.assets_pagination li {
    list-style-type: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height:40px;
    text-align: center;
    cursor: pointer;
    margin:0 5px;
    padding-left:10px;
    border: 1px solid #000;
}
  
.assets_pagination li:hover {
    background-color: #004887;
    border: 1px solid #000;
    color: #FFF;
}
  
.assets_pagination ul {
    border: 0;
    padding: 0;
    float: right;
}
.assets_pagination {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    text-align: right;
}
.assets_pagination .active {
    background-color: #004887;
    border: 1px solid #FFF;
    color: #FFF;
}
/*Pagination end*/

.assets-slider{
    width:75%;
    float:left;
}
.assets-slider .recent-closings-slider{
    padding-top:0; padding-left: 50px; padding-right: 50px;
}
.assets-block{
    margin:0 10px;
}
.assets-block.post{
    margin:0;
}
.assets-slider .owl-nav button{
    top:45%;
}
.assets-slider .recent-closings-slider .owl-prev { left: 10px;}
.assets-slider .recent-closings-slider .owl-next { right: 10px;}
.recent-closing-details .row{margin-top:0 !important;}
.comercial-real-estate-loan-section.assets_types {padding-top: 0;}
#job-container ul li{text-indent: 0px;list-style-position: outside;}
.car-buying-service-widget{ border: 1px solid #D6D8D9;border-radius: 5px;width: 85%;margin: 0 auto;padding: 20px 0 20px;background: #FAF9F9}
.car-buying-service-widget .padding-bottom{padding-bottom: 10px}
.car-buying-service-widget input:focus{margin-bottom:10px !important;}
.car-buying-service-widget .border-right{border-right:1px solid #D6D8D9}
.car-buying-service-form select {width: 100%;background: #FFF 100% 50%/25px 6px no-repeat;}
.car-buying-service-form select {
    background-image: linear-gradient(45deg, transparent 50%, #4f5761 50%), linear-gradient(135deg, #4f5761 50%, transparent 50%);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 7px 10px, 7px 10px, 0px 0px;
    background-repeat: no-repeat;
}
#home-blog-section {background: #faf9f9;margin-top: 15px;}
.social_footer_icon{padding-left: 0;padding-right:2%;padding-bottom: 7%;}
.social_footer_icon a {margin-left: 1px;margin-bottom: 1em;display: inline-block}
.social_footer_icon a:focus {
    border: none !important;
    box-shadow: none !important;
}
.text-copyright{padding-left: 7px;clear: both;}
.padding-30{padding:30px 0px 30px 0px; }
#disclosures_section{padding-left: 7px;}

#refer-friend {margin-top: 5%;text-align: center;}
#refer-friend span:after {font-family: 'allicons';font-size: .7rem;position: absolute;z-index: -1;right: 0;margin-top: 1px;transition: all .3s ease;opacity: 0;}
#refer-friend span:after {content: "\e008";}
#refer-friend span{position: relative;left: 0;z-index: 1;transition: all .3s ease;}
#refer-friend:hover span{left: -10px;}
#refer-friend:hover span:after{right: -25px;z-index: 0;opacity: 1;}
#refer-friend.btn-yes:hover {border: 1px solid #89B451;border-radius: 9999em;color: #89B451;}

.become-refer-div a{width:215px;}
.award-section.centerBlock{margin-top:0px;padding-top: 0px;}
.logo{width:95%;}

#search-atms-btn{background:#f0f0f0;}
.responsive-home-slider .item {text-align: center;}
.responsive-home-slider .item .img-box {height: 100px; margin-bottom: 10px;}
.responsive-home-slider .item .img-box img{ max-height: 100%;}
.award-section .item .awards-image_why-choose{display:inline;}
.award-section .item{text-align: center;}

#header-mob-login .btn {width: 20%;position: absolute;right: 12.5%;line-height: 30px;height: auto;padding: 0;margin-top: 2%;min-width:60px;}

.ratesTable thead tr th,.credit-card-rate-table thead tr th {padding-top: 15px;}

.home_blog_img_link{border:none !important;box-shadow:none !important;}
.remove_decoration{text-decoration: none !important;}

#home-hero .circle-light {
    width: 60vw;
    height: 60vw;
}
#home-hero .circle-dark {
    top: 74%;
}
#home-hero .hero-cta-links {
    top: 74%;
}
@media only screen and (max-width: 360px) {
    #header-mob-login .btn {width: 18%;right: 14%;line-height: 26px;margin-top: 3%;}
    #siteHeader-logo img {height: 32px;}
}
.inner-banner{z-index: 111;}
.margin-top-0{margin-top: 0px;}
.padding-top-0{padding-top: 0px;}
#last-li-padding-bottom-0 .list-chained li:last-child{padding-bottom: 1rem;}
.ratesLanding .rates-subnav-wrapper h1 {margin-bottom: 50px;}
h1.atm_headline, h1.term_headline, h1.leadership_headline,h1.custom_headline {font-size: 1.71429em;margin-bottom: 12.5px;}
@media  (min-width: 768px) {
    h1.atm_headline, h1.term_headline, h1.leadership_headline,h1.custom_headline{font-size: 2.28571em;margin-bottom: 15px;}
    .productModule h2 {font-size: 1.85714em;}
}
@media  (min-width: 960px) {
    h1.atm_headline, h1.term_headline, h1.leadership_headline,h1.custom_headline{font-size: 2.4em;margin-bottom: 15px;}
    .productModule h2 {font-size: 2em;}
    .address-block {padding-bottom: 10px;}
}
.search-job{
    background: #014888;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 5;
    padding: 25px 0px;
}
.search-job a {
    display: inline-block;
}
@media (max-width: 767px){
    .emergency-saving .circle-light {top: 0% !important;}
    .emergency-saving h1 {line-height: 1.25;}
    .emergency-saving.hero { height: 60vh; }
    .unique-section .twoUp-col:first-child { padding-left: 5% }
    .twoUp.unique-section {padding-top: 0px}
    .search-job{padding: 25px 5%;}
    .financial-section{ padding-left: 2.5%; padding-right: 2.5%; }
    .financial-section .row{margin: 0}
}

h1.filter_hading{font-size: 1em;display: contents;text-transform: uppercase;}
.productModule h2 {   padding: 2rem 15px;text-align: center;margin: 0;}
#calc_wrap {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 20px;
}
#calc_wrap h2, #calc_wrap h1 {
    color: #0b5d95;
    margin: 0 0 19px 1px;
    white-space: nowrap;
    width: 100%;
    font-size: 190%;
}
.action-section-center {
    margin: 0 auto;
}

.banner-action-section p{
  color:#fff;
  padding-top:40px;
}
.d-flex{
  display: flex;
  align-content: center;
}
.d-flex input{
  margin-bottom: 0;
}
.d-flex label{
    display: inline-block;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.ccpa-form label{
    font-weight: normal;
}
.ccpa-form ol li {
    padding-bottom: 0.4rem;
}
.ccpa-form  input:focus{
    margin-bottom: 0.75em;
}
.ccpa-form  input[type="radio"]{
     margin-right: 0.375em; 
     margin-bottom: 0;
}
.ccpa-form .indent{
   text-indent: 20px;
}
.ccpa-form .aggregate{
   margin-left: 20px;
}
.ccpa-form .add_field_button {
    cursor: pointer;
    padding-left: 20px;
}
.ccpa-form .not-active {
    pointer-events: none;
    cursor: default;
    color: #4a4949; 
}
.iconerror {
    background-image: url(/assets/dist/images/icons/alert-red-icon.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 97%;
}
.know_part label.txt-white{
    display: flex;
}
.know_part label.txt-white:before{
    top: 6px;
    flex: 0 0 auto;
}
.money-management-right #Available_on_the_go .preview-imac img{border:0}

.accessChannels-box h2{
background: #014888;
color: #fff;
font-size: 22px;
padding: 7px 15px;
margin-bottom: 0;
}
.accessChannels-box table{ margin:0;}

#siteHeader-logo img{
margin: 0;
height: auto;
width: 100%;
max-width: 250px;
}

@media (min-width: 768px) and (max-width: 1024px) {
#siteHeader-logo {
    margin-top: 18px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#siteHeader-logo {
    margin-top: 29px !important;
}
}

#Request_Option_4_Info .row{
    margin-top: 0;
}

@media  (min-width: 960px) and (max-width: 1199px) {
.ccpa-form .col-lg-12 + .col-lg-12  {
    margin-top: 0  !important; } 
}

/* mobile baking css start*/
.mobile-app-banking .hero-copy{
  max-width: 50%;
  margin-right: 0;
  top: 50%;
  max-height: inherit;
}
.mobile-app-banking .hero-copy .action-section-left{
  width: 100%;
  text-align: left;
}
.mobile-app-banking .hero-copy .action-section-left h4{
  color: #fff;
}
.mobile-app-banking .hero-copy .m-l-40{
  text-decoration: none;
  margin-right: 40px;
}
.mobile-banner{
  min-height: 440px;
}
.mobile-app-img{
  position: absolute;
  z-index: 9;
  right: 5%;
  bottom:  -200px;
}
.mobile-app-img  img{
    max-width: 320px;
}
.tap-bank .feature-horizontal{
  padding-left: 80px;
  min-height: 205px;
}
.go-banking .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
  content: "";    /* adjust as needed, taken from bootstrap.css */
  float: left;        /* adjust as needed */
  color: grey;         /* adjust as needed */
  background: url(/assets/dist/images/blue-arrow.png) no-repeat center center;
  background-size: 100%;
  width: 16px;
  height: 18px;
  margin-right: 8px;
  margin-top: 10px;
}
.go-banking .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "";    /* adjust as needed, taken from bootstrap.css */
  background: url(/assets/dist/images/accordion-defualt-icon.png) no-repeat center center;
  background-size: 100%;
  width: 10px;
  height: 18px;
  margin-right: 8px;
  margin-top: 10px;
}
.go-banking {
  background: #e9eff2;
  padding-bottom: 2rem;
    margin: 0;
}
.g-banking-accordion .container{
  max-width: 75%;
}
.g-banking-accordion .container .panel-group {
  position: relative;
    padding-left: 325px;
    padding-bottom: 190px;
    padding-top: 60px;
}
.g-banking-accordion .container .panel-group .step-image{
  position: absolute;
  left: 0;
  top: 0;
}
.g-banking-accordion .container .panel-group .panel-default{
  border-bottom: 1px solid #c0c1c3;
  padding: 20px 15px;
}
.g-banking-accordion .container .panel-group .panel-default.active{
  background-color: #f7f8f9;
}
.border-top{
  border-top: 1px solid #c0c1c3;
}
.g-banking-accordion .container .panel-group .panel-default .accordion-toggle{
  color: #4f5761;
  box-shadow: none;
    border: 0;
    outline: 0;
}
.g-banking-accordion .container .panel-group .panel-default.active .accordion-toggle{
  color: #008ebd;
}
.g-banking-accordion .container .panel-group .panel-body{
    /*font-size: 12px;*/
    /*line-height: 17px;*/
    color: #4f5761;
    padding-left: 25px;
}
.g-banking-accordion .container .panel-group .collapse{
     height: 0;
    overflow: hidden;
}
.g-banking-accordion .container .panel-group .collapse .step-image{
    display: none;
}
.g-banking-accordion .container .panel-group .collapse.in{
    height: auto;
}
.g-banking-accordion .container .panel-group .collapse.in .step-image{
     display: block;
}
.g-banking-accordion .container .panel-group .collapse.in
.bank-partner .container{
  max-width: 90%;
}
.bank-partner-content{
  display: flex;
    justify-content: space-between;
}
.bank-partner-box{
  flex: 1;
  text-align: center;
    padding: 0 15px;
}
.bank-partner-box p{
  font-size: 14px;
  color: #484747;
  margin-top: 10px;
}
.gray-bg{
  background: #e9eff2;
}
.p-b-50{
  padding-bottom: 50px;
}
.mobile-app-banking .action-section-left img{
  max-width: 140px;
  height: 43px;
}
@media(min-width: 1600px){
.g-banking-accordion .container{
  max-width: 60%;
}
.mobile-app-banking .hero-copy{
  max-width: 38%;
  left: 5.5%;
  margin-top: 20px;
}
.mobile-app-img{
  right:22.5%;
}
}
@media (max-width:1199px){
  .mobile-banner {
    min-height: 570px;
}
.mobile-app-banking .hero-copy{
  max-height: inherit;
}
.tap-bank .feature-horizontal{
  min-height: 255px;
}
.g-banking-accordion .container{
  max-width: 100%;
}
.mobile-app-img{
  bottom: -100px;
}
}
@media (max-width:991px){
  .mobile-app-img img{
    max-width: 270px;
  }
  .tap-bank .feature-horizontal {
    min-height: 300px;
  }
  .bank-partner .container {
    max-width: 100%;
  }
}
@media (max-width:767px){
  .products-centeredCopy iframe{
     width: 100% !important;
  }
  .bank-partner-content{
    flex-direction: column;
  }
  .g-banking-accordion .container .panel-group{
    padding-left: 0;
    padding-bottom: 0;
  }
  .step-image{
    position: static !important;
    text-align: center;
  }
  .tap-bank .feature-horizontal{
    padding: 0;
  }
  .go-banking .panel-heading .accordion-toggle:after, .go-banking .panel-heading .accordion-toggle.collapsed:after{
    margin-top: 5px;
  }
  .tap-bank .feature-horizontal{
    min-height: inherit !important;
  }
  .mobile-app-banking .hero-copy{
    position: relative;
    left: inherit;
    top: inherit;
    max-width: 100%;
    margin-top: 60px;
    text-align: center;
    margin-left: 0;
    padding: 0 15px;
  }
  .mobile-app-banking .banner-action-section{
    margin-top: 20px;
  }
  .mobile-app-banking .hero-copy .action-section-left {
    width: 100%;
    text-align: center;
}
.mobile-app-img{
  right: 0;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: inherit;
}
.mobile-app-banking .hero-copy .action-section-left a img{
   max-width: 90px;
}
.mobile-app-banking .hero-copy .action-section-left a{
  margin-right: 10px;
}
.attracting .col-sm-2{width:100%}
.custom-testimonial .testimonial-box .post{display: inline-block; margin-top: 18px;}
.custom-testimonial .testimonial-box{padding-right: 20px;}
.custom-testimonial .testimonial-box .testimonial-author{
position: inherit;
margin: auto;
right: 0;
top: 6px;
}

}
@media (max-width:575px){
  .hero.hero-homepage.mobile-banner {
    min-height: 650px;
   }
}
/* mobile baking css End*/
.breadcrumbs-top-space {
    padding-top: 30px;
}
