.umb-gray{
    background-color:#efefef;
}
.umb-white{
    background-color:#ffffff;
}
/*** Header Styles ***/

header {
    width: 100%;
    padding: 1rem 0;
    /*    border-bottom: 7px solid #000;*/
}
header .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
    header .logo img {
        width: 100%;
        max-width: 35%;
    }
@media (max-width: 400px){
    header .logo img {
        width: 100%;
        max-width: 35%;
    }
}
header .container nav #navbarNavAltMarkup {
    justify-content: flex-end !important;
}
header nav{
    display: flex;
    align-items: center;
    width: 100%;
}
button span {
    margin-bottom: .25rem;
}
.fa.fa-lg.fas.fa-sign-in {
    font-size: 1.9rem;
}
.navbar-light .navbar-toggler{
    border-color: transparent !important;
}
.navbar-nav{
    margin-top:1rem;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav {
        margin-top: 0;
    }
}
header nav a{
    color:#003c6d;
    margin-left: 2rem;
}
@media screen and (max-width: 475px){
    .iod-cs .navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .iod-cs .navbar .navbar-toggler-icon {
     width: 1.25em;
     height: 1.25em;
     }
     .iod-cs .navbar .navbar-toggler p {
         margin-bottom: 0;
     }
     .iod-cs .navbar .navbar-toggler {
         padding: .25rem .5rem;
         font-size: 1rem;
     }
 }
/*** Feature Section styles ***/
.feature {
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative;
}
.iodcs-msg {
    margin: -20px 0px 0px 0px !important;
    background: #8a000e;
    color: white;
}
.btnmsgclose {
    text-align: right !important;
    font-size: 1.5rem !important;
    background: #8a000e !important;
    cursor: pointer!important;
}

.iodcs-closemsg {
    width: 100%;
    text-align: right;
}

.iodcs-msgcol {
    width: 100%;
    text-align: center;
}
.ccd-bgi {
    background-image: url("https://assets.umb.com/digitalbanking/OnlineBankingPartnersContent/wwwroot/css/ccd-background1.jfif");
}
.iod-bgi {
    background-image: url("/images/UMB-HL-IOD-Op4-1680x600.jpg");
}
.iodcsfooter-link {
    color: white !important;
}
.iodcswelcome{
    width:100%;
}
.iod-cs-a-btn {
    width: 295px;
    background: inherit;
    background-color: #003c63 !important;
    color: #ffffff !important;
    
}
.feature .col-lg-8, .feature .col-lg-4 {
    display: flex;
    flex-direction: column;
    min-height: 450px;
}
.feature .col-lg-8 {
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.feature .col-lg-4{
    justify-content: center;
}
@media screen and (max-width: 990px){
    .feature .col-lg-8, .feature .col-lg-4 {
        min-height: unset;
    }
}
/** Form Styles **/
.form-container, .form-container.collapse:not(.show) {
    position: relative;
    z-index: 1000;
    background: #eee;
    max-width: 23rem;
    transition: right .15s ease-in;
    transform: translateY(0);
    display: block;
}
form {
    padding: 1rem;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
    color: #222222;
}
input[type="submit"], #signInSubmit {
    -webkit-appearance: none;
    border: none;
    border-radius: 3px;
    display: block;
    margin: 1rem 0;
    font-size: 1rem;
    background-color: #003C6E;
    color: #ffffff;
    padding: .5rem 1rem;
    width: 100%;
    height: auto;
}
.form-container form p {
    margin: 0;
}
.form-container button.close {
    display: none;
    visibility: hidden;
}
@media screen and (max-width: 990px){
.form-container {
    position: fixed;
    display: grid;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    min-width: unset;
    height: 100vh;
    transform: translateY(110vh);
    transition: transform .15s linear;
}
.collapse:not(.show){
    display: none !important;
}
.form-container.show {
    transform: translateY(0);
}
.form-container button.close {
    display: block;
    visibility: visible;
    margin-top: .25rem;
    margin-right: .5rem;
    position: absolute;
    top: 10px;
    right: 10px;
}
.form-container button.close span {
    font-size: 2.5rem;
}
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    -webkit-appearance: none;
    border: none;
    width: 100%;
    /* box-sizing: border-box; */
    border: 1px solid #757575;
    background-color: #fff;
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: .5rem .5rem;
}

.overlay{
    background: #000;
    opacity: .40;
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
section h3{
    color:#222222;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}
.content{
    padding:2rem;
}
footer{
    background-color: #000;
    color:#ffffff;
    padding: 1rem;
}

/*** Support Page Styles ***/
.umb-gray{
    background-color:#efefef;
}
.umb-white{
    background-color:#ffffff;
}
header {
    width: 100%;
    padding: 1rem 0;
   /* border-bottom: 7px solid #000;*/
}
header .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .logo img{
    width:100%;
    max-width:35%;
}
@media (max-width: 400px){
    header .logo img {
        width: 100%;
        max-width: 35%;
    }
}
header .container nav #navbarNavAltMarkup {
    justify-content: flex-end !important;
}
header nav{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-toggler{
    border-color: transparent !important;
}
.navbar-nav{
    margin-top:1rem;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav {
        margin-top: 0;
    }
}
header nav a{
    color:#003c6d;
    margin-left: 2rem;
}
i.far {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
.far:before {
font-size: 2.5rem;
}
.support.feature{
    background:#003c6d;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative;
}
.support.feature h1{
    text-align: center;
    margin-bottom: 2rem;
}
section h3{
    color:#222222;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}
.content-container.col-lg-6 .content {
    margin: 1rem -0.5rem 0;
    padding: 2rem;
    display: flex;
    min-height: 12rem;
    align-items: center;
}
.content .row {
    width: 100%;
}
footer{
    background-color: #000;
    color:#ffffff;
    padding: 1rem;
}