
html,
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important
}

.logo-in-form {
  text-align: center;
}

.landing__register-enter-info {
  line-height: 24px;
  padding: 0;
}

.mnb-logo {
  width: 275px;
  height: 122px;
  object-fit: contain;
}

.container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 15px;
}

.column,
.column2 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.card {
  line-height: 1.1em;
  padding: 2%;
  height: 630px;
  margin: 1em 0 0 5em;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
  border: 1px solid #000;
  background: #4e1f27;
  background: linear-gradient(to bottom, #4e1f27 0%, #595959 100%);
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px -4px 0px #4e1f27, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px -4px 0px #4e1f27, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px -4px 0px #4e1f27, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
}

.card-body1 {
  padding: 1em;
}

.card-body1 ul li {
  color: #fff;
}

ul li {
  width: 100%;
  display: block;
  max-width: none;
}

.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

ul li::before,
ul li:before {
  background: #fff;
  margin: 0.4em 0 0 -.8em;
  top:inherit;
}

.tag {  
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em;
}

ol,
ul {
  list-style-type: disc;
  padding-left: 12px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 18px;
  padding: 1em 0;
}

.formMod100 {
  width: 100%;
}

.landing__register-wrap .contact-form-v2__form {
  border: 0;
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  background: rgba(126, 42, 62, 0.7);
  padding: 1em;
  width: 330px;
}

.landing__register-wrap {
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}

.landing__register-wrap .contactSection .formMod {
  margin: 0;
}

div.landing__register-dropdown {
  margin: 8px 0;
}

.text-message {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .landing__register-wrap .contact-form-v2__form {
    width: 700px;
  }

  .text-message {
    font-size: 15px;
  }

  .landing__register-wrap {
    align-items: flex-start;
  }

  .landing-section-fit {
    max-width: 60em;
  }
}

#element-204 {
  display: flex;
  justify-content: center;
}

#element-204 .btn {
  line-height: 120%;
  text-align: center;
  font-family: "Titillium Web";
  cursor: pointer;
  width: 100%;
  border: 0;
  white-space: normal;
  display: flex;
  vertical-align: middle;
  padding: 0;
  background: #595959;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Titillium Web";
  font-weight: 400;
  height: 60px;
  width: 178px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .1s;
}

#element-204 .btn:hover,
#element-204 .btn:focus {
  background: #7E2A3E;
  color: #fff;
}

.landing__register-submit {
  background: #595959;
  color: #fff;
  width: 160px;
  height: 41px;
  transition: .1s;
}

.landing__register-submit:hover,
.landing__register-submit:focus {
  background: #4E1F27;
  color: #fff;
}

.landing__register-disclaimer {
  font-style: normal;
  text-align: center;
  line-height: 16px;
}

@media screen and (min-width: 968px) {
  .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
    max-width: none;
    min-width: 55%;
  }
}

.landing-footer .landing-section-block {
  background: #fff;
  color: #000;
  border-top: 1px solid #000;
}

.url-link {
  text-decoration: none;
}

.url-link:hover,
.url-link:focus,
.url-link:active {
  text-decoration: underline;
}

.landing-footer-copyright .landing-footer-copyright-c,
.landing-footer-copyright .landing-footer-copyright-c a {
  color: #172d3d;
}



.fullWrap {
    --body-width: 100vw;
}

.fullWrap.adminCollapsed,
.fullWrap.adminOpen {
    --body-width: calc(100vw - 45px);
}

@media screen and (max-width: 280px)
{
    .fullWrap {
        --body-width: 280px;
    }

    .fullWrap {
        min-width: var(--body-width);
    }
}

@media screen and (max-width: 325px)
{
    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        --body-width: 325px;
    }

    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        min-width: var(--body-width);
    }
}

.landing__nav-logo-wrap {
    max-height: calc(var(--body-width) / 5);
}

.landing__register-wrap .contact-form-v2__form {
    min-width: 280px;
    max-width: var(--body-width);
}

select.landing__register-dropdown {
    margin-top: .25em !important;
}

.fdic-logo-img-wrap, .fdic-logo-img {
    max-width: var(--body-width);
}

@media screen and (max-width: 400px) {
    .contactSection .formMod.formMod100 {
        display: flex;
        justify-content: center;
    }

    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        width: 240px;
        font-size: 12px;
    }

    select.landing__register-dropdown {
        width: 240px;
        height: 38px;
        font-size: 12px;
        margin-top: 8px !important;
    }
}

.landing__register-heading,
.landing__register-subheading {
  max-width: calc(var(--body-width) * 0.8);
}



@media screen and (max-width: 768px) {
  .landing__register-wrap .contact-form-v2__form {
    width: 490px;
  }
}

@media screen and (max-width: 490px) {
  .landing__register-wrap .contact-form-v2__form {
    width: 280px;
    padding: 0;
  }

  .landing__register-wrap .contact-form-v2__layout {
    padding: 4px 0.5em 2.5em 0.5em;
  }

  .mnb-logo {
    width: 180px;
    height: auto;
  }

  .mnb-logo-fdic {
    width: 100%;
  }

  .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
    font-size: 14px;
  }

  select.landing__register-dropdown {
    font-size: 14px;
    height: 42px;
  }
}



.fullWrap {
    --body-width: 100vw;
}

.fullWrap.adminCollapsed,
.fullWrap.adminOpen {
    --body-width: calc(100vw - 45px);
}

@media screen and (max-width: 280px)
{
    .fullWrap {
        --body-width: 280px;
    }

    .fullWrap {
        min-width: var(--body-width);
    }
}

@media screen and (max-width: 325px)
{
    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        --body-width: 325px;
    }

    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        min-width: var(--body-width);
    }
}

.landing__nav-logo-wrap {
    max-height: calc(var(--body-width) / 5);
}

.landing__register-wrap .contact-form-v2__form {
    min-width: 280px;
    max-width: var(--body-width);
}

select.landing__register-dropdown {
    margin-top: .25em !important;
}

.fdic-logo-img-wrap, .fdic-logo-img {
    max-width: var(--body-width);
}

@media screen and (max-width: 400px) {
    .contactSection .formMod.formMod100 {
        display: flex;
        justify-content: center;
    }

    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        width: 240px;
        font-size: 12px;
    }

    select.landing__register-dropdown {
        width: 240px;
        height: 38px;
        font-size: 12px;
        margin-top: 8px !important;
    }
}

.landing__register-heading,
.landing__register-subheading {
  max-width: calc(var(--body-width) * 0.8);
}

/* ===== End ===== */

@media screen and (max-width:500px) {
  .card {
    margin: 0;
    max-width: calc(100vw - 100px);
  }
}



.landing__block.landing__block--register {
    background-repeat: no-repeat;
}