.buttonFlexo{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:4em;
}

@media screen and (max-width:1105px){
  .buttonFlexo{
    gap:0;
  }
}

@media screen and (max-width:1041px){
  .buttonFlexo{
    gap:5em;
    justify-content:center;
  }
}
/*****/

  .info{
			padding:0 18px;
			display: none;
			overflow:hidden;
		}
		.collapsing:hover, .collapsing:focus{
          background: #fff;
    color: #000;
    cursor: pointer;
        }
		.collapsing{
        background: #001489;
     border: 1px solid #001489;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
    padding: 20px;
    width: 95%;
    text-align: left;
    font-family: 'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
		}

		caption{
			display:none;
		}
		.headingRow th{
			background:#20419a;
			border-left:1px solid #20419a;
			border-right:1px solid #20419a;
			color:#fff;
			padding:1.4em 1em;
			font-size:.9em;
			border:none;
		}

  
  .linkArea{
	width:auto;
	max-width:325px;
}

  
  p.disclaimer{
	  text-align:left !important;
	  font-size:16px;
  }
  
.productArea li{
  font-size:15px;
  padding: 2px 0;
}
.buttons{
	background:#476471;
    border:1px solid #476471;
	border-radius:15px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
  font-style:italic;
	padding: 20px;
	width:100%;
	max-width:280px;
	text-align:left;
    font-family:'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
	margin-bottom:1em;
}

.buttons:hover, .buttons:focus{
	background:#fff;
	color:#476471;
	cursor:pointer;
}

 .productArea h2{
	font-family:'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
	font-size:42px;
	font-weight:500;
	text-align:left;
   line-height:1em;
   color:#fff;
   padding-bottom:1em;
}

 .productArea ul{
	font-family:'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
	font-weight:400;
	font-size:20px;
	text-align:left;
	margin:auto;
}

p.subhead{
	font-family:'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
	font-size:22px;
	font-weight:400;
  line-height:1em;
  padding: 7px 0 13px 0;
  text-align:left;
}

p.prod{
	text-align:left;
	padding:2% 0;
	font-weight:400;
	font-size:16px;
}

.product{
  width:40em;
        background: rgb(2,29,43);
background: linear-gradient(180deg, rgba(2,29,43,1) 30%, rgba(255,255,255,1) 30%);
    border-radius:50px;
    padding:2em;
  box-shadow:0 0 20px #000;
}
  body{
    font-family:'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
  }

/**********MEDIA***************/
 
 @media screen and (max-width:1125px){
	 .productArea h2{
		 font-size:35px;
	 }
	 p.subhead{
		 font-size:22px;
	 }
 }
 

 
@media screen and (max-width:900px){

  .productArea h2{
    font-size:40px;
  }
  p.subhead{
    font-size:16px;
    font-weight:600;
  }
}
   @media screen and (max-width:860px){
  .productArea h2{
  font-size:34px;
  }
  }
    @media screen and (max-width:767px){
    .product{
   width:100%;
   font-family:'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
   margin-top:0;
   background: rgb(2,29,43);
    background: linear-gradient(180deg, rgba(2,29,43,1) 25%, rgba(255,255,255,1) 25%);
  }
  .productArea h2{
	  padding-bottom:1.5em;
  }

 .productArea h2{
   font-size:30px;
   font-weight:600;
   
 }
p.subhead{
  font-size:21px;
  padding-top:.5em;
}
 .productArea ul{
   font-size:15px;
 }
.product{
    margin-left:0%;
}
}

  @media screen and (max-width:400px){
.landing__nav-logo-img {
    width: 300px !important;
}
     .productArea li{
   font-size:14px;
  }
p.subhead{
  font-size:16px;
}
.productArea h2{
  font-size:32px;
}
}
 @media screen and (max-width:350px){
    .productArea h2{
      font-size:24px;
    }
    .note{
      font-size:15px;
    }
    .buttons{
      font-size:16px;
      padding:18px;
      width:235px;
    }
    .product {
    margin-top: 6em;
    }
    .backToList{
      top:10em;
    }


  }
  

/*****/


html,
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important
}
.container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 1em
}
.column,
.column2 {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  gap: 2em
}
.card {
  line-height: 1.1em;
  padding: 2%;
  height: 480px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
  border: 1px solid #000;
  background: #0052a8;
  background: linear-gradient(to bottom, #0052a8 0%, #023e7c 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 #0052a8, 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 #0052a8, 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 #0052a8, 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;
  padding: 0
}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover
}
ul li::before,
ul li:before {
  background: #fff;
  margin: 0.4em 0 0 -.8em
}
.tag {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em
}
.card-body1 p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.1em;
  padding-top: .5em
}
.card-body1 a {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.1em;
  padding-top: .5em
}
.card-body1 ul li {
  color: #fff
}
ol,
ul {
  padding-left: 12px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 18px;
  padding: 0 0 0 2.5em;
}
.formMod100 {
  width: 100%
}
.landing__register-wrap .contact-form-v2__form {
  border: 0;
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  background: rgb(2,29,43);
  font-family: Roboto, Helvetica, Montserrat, Arial, sans-serif;
  padding: 1em;
  height: 442px;
}
.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: 402px;
    height: 442px;
  }
  .text-message {
    font-size: 15px
  }
  .landing__register-wrap {
    align-items: flex-end;
  }
  .landing-section-fit {
    max-width: 60em
  }
}
#element-204 {
  display: flex;
  justify-content: center
}

.landing__register-disclaimer {
  font-style: normal;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}
@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
}
#element-229 {
  position: absolute;
  bottom: -1px;
  width: 100%
}
#element-229 img {
  width: 100%
}
#element-229 > div {
  display: flex
}
h2 {
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1em
}
.collapsing {
  z-index: 1;
  transition: .4s;
  font-size: 2em;
  font-weight: bold;
  text-transform: none;
  cursor: pointer;
  position: relative;
  padding: 1em 4em 1em 1em;
  margin: 0 !important;
  margin-bottom: 5px !important;
  background: linear-gradient(to right, #5988c6 0%, #0096a9 50%, #0052a8 100%);
  background-size: 200% auto;
  color: #fff;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  line-height: 1.1em;
  width: 100%;
  text-align: left
}
p.logo-in-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 15em;
  margin-bottom: 2em;
}
.logo-in-form img {
  object-fit: contain;
  width: 100%;
  height: 100%
}
.landing__register-enter-info {
  font-size: 16px;
  line-height: 22px;
  padding: 0
}
.landing__register-disclaimer {
  padding: 0;

}
.landing__register-mobile-number {
  padding-top: 1em
}

.landing__block landing__block--register {
  background-size: cover !important;
}

.landing__block--register {
  background-size: cover !important;
}

.atAglance {
  font-size: 20px;
}

/* ===== Mobile Sizing ===== */
/* ===== 20250624 ===== */

.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);
}



select.landing__register-dropdown {
    margin-top: .25em !important;
    font-weight: normal;
    font-family: Roboto, Helvetica, Montserrat, Arial, sans-serif;
    width: 299px;
}

.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: 180px;
        font-size: 12px;
    }

    select.landing__register-dropdown {
        width: 180px;
        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: 768px) {
  .collapsing {
    font-size: 1.5em;
    padding: 0.5em 2em 0.5em 1em;
  }
  
  h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}


.landing__nav-logo-img {
  width: auto;
}

.landing__nav-logo-wrap {
  height: 130px;
  padding-left: 2em;
}

.landing__nav-wrap {
  height: 140px;
}

.textMessageDisc {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.landing__register-form .contact-form-v2__row:last-child .contact-form-v2__column {
  gap: .2em;
}

.landing__register-submit {
  background: #476471;
  border: 1px solid #476471;
  color: #fff;
  height: 41px;
  border-radius: 14px;
  transition: .15s;
}

.landing__register-submit:hover,
.landing__register-submit:focus,
.landing__register-submit:active {
  background: #FFFFFF;
  color: #476471;
}

.landing__register-wrap .contact-form-v2__layout {
  padding: 0;
}

.landing__register-textbox .defaultInput {
  margin: 3px 0 3px 0;
  width: 299px;
  font-weight: normal;
  font-family: Roboto, Helvetica, Montserrat, Arial, sans-serif;
}

.landing__register-wrap .contactSection .formMod.formMod100 {
  display: flex;
  justify-content: center;
}

ul li:before,
ul li::before {
  display: none;
}

ul li {
  display: list-item;
  list-style-type: disc;
  font-size: 16px;
  color: #000;
}

#element-232 {
  display: flex;
  justify-content: center;
  font-family: Roboto, Helvetica, Montserrat, Arial, sans-serif;
  font-size: 16px;
  padding-bottom: 4em;
}

.x_7b2817bf {
  font-size: 16px;
  line-height: 26px;
}

#element-204 .btn {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(71, 100, 113);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-color: rgb(71, 100, 113);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(71, 100, 113);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(71, 100, 113);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(71, 100, 113);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(251, 253, 255);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto, Helvetica, Montserrat, Arial, sans-serif;
  font-size: 15.8512px;
  font-style: normal;
  font-weight: 400;
  height: 60px;
  line-height: 19.0214px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  text-decoration-color: rgb(251, 253, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-wrap-mode: wrap;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: border;
  transition-timing-function: ease;
  vertical-align: middle;
  white-space-collapse: collapse;
  width: 178px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 100px;
}

.landing-content-tabs__tab-btn {
  background: rgb(71, 100, 113);
  border: 1px solid rgb(71, 100, 113) !important;
  border-radius: 15px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: Roboto, Helvetica, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  height: 60px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 280px;
  padding: 20px;
  text-align: left;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  width: 280px;
  word-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -webkit-border-image: none;
}

#element-204 .btn:hover,
#element-204 .btn:focus,
#element-204 .btn:active,
.landing-content-tabs__tab-btn:hover,
.landing-content-tabs__tab-btn:focus,
.landing-content-tabs__tab-btn:active {
  border: 1px solid rgb(71, 100, 113) !important;
  background: #fff;
  color: rgb(71, 100, 113);
}

.landing-content-tabs__wrap {
  margin-top: 64px;
}

.landing__block.landing__block--register {
  border-radius: 0 0 70% 70%/0 0 15% 15%;
}

.landing-content-tabs__tab-content {
  width: 110%;
  max-width: 110%;
  background: rgb(2, 29, 43);
  background: linear-gradient(180deg, rgba(2, 29, 43, 1) 30%, rgba(255, 255, 255, 1) 30%);
  border-radius: 50px;
  padding: 2em;
  box-shadow: 0 0 20px #000;
}

.landing-content-tabs__tab-content h2 {
    font-family: 'Roboto', Helvetica, 'Montserrat', Arial, sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
    color: #fff;
    padding-bottom: 1em;

}

.landing-content-tabs__tab-content .subhead {
      font-family: 'Roboto', Helvetica, 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1em;
    padding: 7px 0 13px 0;
    text-align: left;
}

.landing-content-tabs__contents ul li {
  display: list-item;
}

@media screen and (max-width:900px) {
  .landing-content-tabs__tab-content {
    background: linear-gradient(180deg, rgba(2, 29, 43, 1) 20%, rgba(255, 255, 255, 1) 20%);
  }

  .landing-content-tabs__tab-content h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 700px) {
  .landing-content-tabs__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 770px) {
  .landing__register-wrap .contact-form-v2__form {
    height: auto;
  }
  
  .landing__nav-logo-wrap {
    width: 100%; 
    height: 180px;
    padding-left: 0;
    max-height: none;
  }

  .landing__nav-logo {
    justify-content: center;
  }

  .landing__nav-wrap {
    justify-content: center;
  }

  .landing__nav-wrap {
    height: 206px;
  }
}

.landing__nav-logo-fdic {
  max-height: 30px;
}

::marker {
  font-size: 25px;
  color: #000;
}

.landing-footer-copyright {
  height: auto;
  top: 1em;
  font-family: 'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
  font-weight: bold;
}
