@charset "UTF-8";
/***!  /templates/t4_bs5_blank/css/custom.css?df801bf4e65f76fd5ae096548dc79e70  !***/

/*General*/
.grecaptcha-badge {
    visibility: visible !important;
    z-index: 25;
}

.grecaptcha-badge {
  	width: 70px !important;
  	overflow: hidden !important;
  	transition: all 0.3s ease !important;
  	left: 0px !important;
}

.grecaptcha-badge:hover {
  	width: 256px !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: block !important;
  }
}

.hidden-mobile {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #405aa5;
    font-family: "Rokkitt", Arial, serif;
    text-shadow: none;
}

h2 {
    font-size: 24px;
}

.btn {
    background: var(--body-link-color);
    color: #fff;
    font-family: "Rokkitt";
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 0px;
    padding: 4px 8px 3px;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: var(--body-link-hover-color);
    color: #fff;
}

blockquote {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    border-left: 5px solid #d5d5d5;
}

.module-title {
    border: 0;
    background: url(https://makeitmcb.com/templates/t4_bs5_blank/images/horizontalSeparator.jpg) no-repeat center bottom;
    color: #405AA5;
    font-family: "Rokkitt", Arial, serif;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

.module-title span {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 24px;
}

pre {
    display: none;
}

/*Alert*/
#t4-alert {
    background-color: #C82909;
    padding: 5px 25px;
}

#t4-alert .custom {
    display: flex;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#t4-alert .custom a {
    color: #ffffff;
    font-weight: bold;
}

/*Top Header*/
#t4-top-header {
    background-color: #405AA5;
    padding: 5px 25px;
}

#t4-top-header .fdic-img {
    height: 20px;
    width: auto;
    max-width: 100%;
    display: flex;
    justify-self: center;
}


/*Header*/
#t4-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999;
}

#t4-header {
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
    padding: 5px 25px;
}

#t4-header .container-xxl {
    padding: 0;
}

.navbar-brand.logo-control img.logo-img {
    max-height: 75px;
    width: auto;
}

.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    text-transform: uppercase;
    padding: 20px 10px;
    font-family: "Rokkitt", Arial, serif;
    font-weight: 700;
    font-size: 18px;
}

.t4-megamenu .dropdown-menu li>a, .t4-megamenu .dropdown-menu li>.nav-link,
.t4-megamenu .dropdown-menu li .dropdown-item {
    font-family: "Rokkitt", Arial, serif;
    font-size: 18px;
    font-weight: 600;
}

/*SubHeader*/


/*OffCanvas*/
.t4-offcanvas {
    background: #fff;
    z-index: 9999;
}

.t4-offcanvas .t4-off-canvas-body .t4-module {
    margin-bottom: 0;
}

.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
    padding: 0;
}

/*Hero*/
#t4-hero {
    background: #f0f0f0;
}

/*Online Banking*/
.online-banking {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

@media (min-width: 992px) {
    .online-banking {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: fit-content;
      margin: 0;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.75);
      flex-direction: column;
      z-index: 99;
    }
}

.online-banking table {
    margin: 0 auto;
}

.online-banking .ROLoginUserNameLabel,
.online-banking .ROLoginPasswordLabel {
    display: none;
}

.online-banking input {
    border: 1px solid #a7a9ac;
    border-radius: 25px;
    padding: 5px 10px;
    font-style: italic;
    margin-bottom: 10px;
}

.online-banking .ROLoginSubmitButton {
    color: #fff;
    padding: 10px 20px;
    background: #405AA5;
    border-radius: 25px;
    text-shadow: 0 1px 0 #30427e;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    border: none;
    font-style: normal;
    display: flex;
    justify-self: center;
}

.online-banking .ROLoginSubmitButton:hover {
    color: #ffffff;
    background: #495565;
    border-color: #343c47;
}

.ROLoginLinks{
    text-align: center;
}

.online-banking .ROLoginEnrollLink,
.online-banking .ROLoginForgotPasswordLink,
.online-banking .ROLoginSeparator {
    color: #58595b;
    text-transform: uppercase;
    font-size: 12px;
}

.online-banking .ROBottomLinks a {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    color: var(--body-link-color);
    font-size: 24px;
    font-family: "Rokkitt", Arial, serif;
    padding-top: 10px;
    background: url(https://makeitmcb.com/templates/t4_bs5_blank/images/horizontalSeparator.jpg) no-repeat center top;
    font-weight: 700;
    text-align: center;
}

.online-banking .ROBottomLinks a:hover,
.online-banking .ROBottomLinks a:focus,
.online-banking .ROBottomLinks a:active {
    color: #405AA5;
}

.online-banking .ROBottomLinks br {
    display: none;
}

.online-banking h2.title {
    border: 0;
    background: url(https://makeitmcb.com/templates/t4_bs5_blank/images/horizontalSeparator.jpg) no-repeat center bottom;
    color: #405AA5;
    font-family: "Rokkitt", Arial, serif;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

.online-banking ul.loginLinks {
    margin: 0;
    padding: 0;
    text-align: center;
}

.online-banking ul.loginLinks li {
    display: inline;
    padding-right: 7px;
    position: relative;
    line-height: 20px;
}

.online-banking ul.loginLinks li:first-child:after {
    content: "|";
    position: absolute;
    top: 0;
    color: #58595b;
    right: 0;
}

/*Content Top*/



/*Component*/
#t4-component {
    padding: 50px 25px;
}

.page-header h1,
.page-header .h1,
.categories-list h1,
.categories-list .h1 {
    font-family: "Rokkitt", Arial, serif;
    font-size: 30px;
    font-weight: 700;
    color: #405aa5;
}



.com-content-article__body table {
    border-radius: 5px;
    border: 2px solid #405AA5;
    width: 100%;
}

.com-content-article__body table + table {
    margin-top: 25px;
}

.com-content-article__body table tr td {
    border-bottom: 2px solid #405AA5;
    border-top: 0;
    padding: 5px 10px;
}

.com-content-article__body table tbody tr td {
    background: #cfd6e8;
}



.com-content-article__body .h2-black {
    margin-bottom: 5px;
    color: #000;
    font-size: 24px;
    line-height: 1;
    font-style: italic;
}

.com-content-article__body table tr td {
    border-bottom: 2px solid #405AA5;
    border-top: 0;
    padding: 5px 10px;
}

.com-content-article__body table thead tr:first-child td,
.com-content-article__body table thead tr:first-child th {
    text-align: center;
    background: #405AA5;
    color: #fff;
}

@media (max-width: 991px) {
    .com-content-article__body table {
      display: block;
      width: 100%;
      overflow-x: auto;
    }
    
    .com-content-article__body table::-webkit-scrollbar {
      height: 6px;
    }
    
    .com-content-article__body table::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 3px;
    }
}


/*Content Bottom*/
@media (max-width: 991px) {
    #t4-content-bottom .bottom-a,
    #t4-content-bottom .bottom-b,
    #t4-content-bottom .bottom-c {
        margin-bottom: 25px;
    }
}

#t4-content-bottom {
    padding: 50px 25px;
    background: #E9E7E7;
}

#t4-content-bottom .bottom-a .mod-articlescategory li {
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

#t4-content-bottom .bottom-a .mod-articles-category-title {
    width: 100%;
    padding: 5px 0;
    color: var(--body-link-color);
}


#t4-content-bottom .bottom-a .mod-articles-category-title:hover,
#t4-content-bottom .bottom-a .mod-articles-category-title:focus,
#t4-content-bottom .bottom-a .mod-articles-category-title:active {
    color: var(--body-link-hover-color);
}

#t4-content-bottom .bottom-a a:before {
    display: none;
}

#t4-content-bottom .bottom-a .mod-articles-category-date {
    float: left;
    background: #666;
    color: #fff;
    font-family: "Rokkitt";
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 8px 3px;
    font-size: 16px;
    border-radius: 5px;
}

#t4-content-bottom .bottom-a .mod-articles-category-readmore a {
    background: var(--body-link-hover-color);
    color: #fff;
    font-family: "Rokkitt";
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 0px;
    padding: 4px 8px 3px;
}

#t4-content-bottom .bottom-a .mod-articles-category-readmore a:hover,
#t4-content-bottom .bottom-a .mod-articles-category-readmore a:focus,
#t4-content-bottom .bottom-a .mod-articles-category-readmore a:active {
    background: var(--body-link-color);
    color: #fff;
}

#t4-content-bottom .bottom-a  .mod-articles-category-readmore a:before {
    display: none;
}

#t4-content-bottom .bottom-a .mod-articles-category-readmore a:after {
    content: ">";
    padding-right: 5px;
}

.see-all .custom {
    text-align: center;
}

#t4-content-bottom .bottom-b,
#t4-content-bottom .bottom-c {
    text-align: center;
}



/*Footer*/
#t4-footnav {
    border-top: 1px solid #cb8731;
}

#t4-footnav .container {
    padding: 50px 25px;
}

#t4-footnav .t4-module {
    margin-top: 0;
}

#t4-footnav .footer-a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#t4-footnav .footer-a .nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

#t4-footnav .footer-a .nav li:not(:last-child) a:after {
    content: " | ";
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-weight: 400 !important;
}

#t4-footnav .footer-b {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/*Copyright*/
#t4-copyright {
    padding: 5px 25px;
    background-color: #e7e7e9;
    border-top: 1px solid #ffffff80;
}

#t4-copyright .custom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#t4-copyright .custom p {
    margin-bottom: 0;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
        #t4-copyright .custom {
        flex-direction: column;
        text-align: center;
        row-gap: 5px;
    }
}

/*Contact Us*/
.inverted-title {
    background-color: #405AA5;
    text-align: center;
    color: #CB8731;
    border-radius: 5px;
    padding: 5px 40px;
    width: 80%;
    margin: 0 0 15px 0;
}

/*Privacy Policy*/
.pfullWidth {
    width: 100%;
}

.pborder-right {
    border-right: 2px solid #405AA5;
    width: 13%;
}

.prborder-right {
    border-right: 2px solid #405AA5;
}

.article-liks {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
