/*****/
  .buttonFlexo{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:4em;
  }
  .linkArea{
	width:auto;
	max-width:325px;
}



li a{
  color:#a3a510;
  text-decoration:none;
}

li a:hover, li a:focus{
  color:#677718;
}

.productArea li{
  font-size:15px;
}
.buttons{
	background:#0e7ca1;
	border-radius:14px;
  border:1px solid #0e7ca1;
	color:#fff;
	font-weight:bold;
	font-size:15px;
  font-style:italic;
	padding: 20px;
	width:100%;
	max-width:280px;
	text-align:left;
}

.buttons:hover, .buttons:focus{
	background:#fff;
	color:#0e7ca1;
	cursor:pointer;
}

 .productArea h2{
	font-size:42px;
	font-weight:500;
	text-align:left;
   line-height:1em;
   color:#10467b;
}

 .productArea ul{
	font-weight:400;
	font-size:20px;
	text-align:left;
	margin:auto;
}

p.subhead{
	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:#d3d3d3;
    border-radius:50px;
    padding:2em;
  box-shadow:0 0 20px #000;
}


/**********MEDIA***************/
 
 @media screen and (max-width:1125px){
	 .productArea h2{
		 font-size:35px;
	 }
	 p.subhead{
		 font-size:22px;
	 }
 }
 
@media screen and (max-width:1060px){
    .buttonFlexo{
        gap:1em;
    }
}
 

 
@media screen and (max-width:900px){

  .buttons{
    width:60%;
    padding:12px;
  }
  .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%;
   margin-top:0;
  }
  }

  @media screen and (max-width:500px){

 .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){

     .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;
    }

  }
/*****/

.mod-page-wrap--landing .landing__block {
    background-size: cover;
}

.landing-content-tabs__inner {
    max-width: var(--body-width);
}

.landing__nav {
    display: flex;
    justify-content: center;
}

.landing__register-wrap {
    padding: 10px 0;
}

.landing__register-wrap .contact-form-v2__form {
    padding: 1em;
}

.landing__register-enter-info {
    color: #181818;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    padding: 0;
}

.contact-form-v2__row {
    padding: 0 1em;
}

.contactSection .defaultInput, .contactSection .defaultSelect, select.landing__register-dropdown {
    width: 299px;
    height: 43px;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    margin: 4px 0;
    line-height: normal;
}

.landing__register-disclaimer {
    color: rgb(24, 24, 24);
    display: inline;
    font-family: "Titillium Web";
    font-size: 12.8288px;
    font-weight: 400;
    height: auto;
    line-height: 21px;
    overflow-wrap: break-word;
    font-style: normal;
    text-align: center;
}

.text-message-disclaimer {
    color: rgb(24, 24, 24);
    display: inline;
    font-family: "Titillium Web";
    font-size: 14.8272px;
    font-weight: 700;
    height: auto;
    line-height: 24px;
    overflow-wrap: break-word;
    text-align: center;
}

.landing__register-wrap .contactSection .formMod.formMod100 {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

select.landing__register-dropdown {
    margin-top: .25em;
}

.landing-content-tabs__tab-btn {
    appearance: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(14, 124, 161);
    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(14, 124, 161) !important;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-style: solid !important;
    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(14, 124, 161);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(14, 124, 161);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(14, 124, 161);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    height: 76px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 280px;
    padding-block-end: 20px;
    padding-block-start: 20px;
    padding-bottom: 20px;
    padding-inline-end: 20px;
    padding-inline-start: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 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;
    transition: .1s;
}

.landing-content-tabs__tab-btn:hover,
.landing-content-tabs__tab-btn:focus,
.landing-content-tabs__tab-btn:active {
    color: rgb(14, 124, 161);
    background: #fff;
}

.landing-content-tabs__wrap {
    margin-top: 2em;
}

.landing-content-tabs__tabs {
    min-width: 280px;
    gap: 1.5em;
}

.landing-content-tabs__tab-content {
    width: 110%;
    max-width: 110%;
    background: #d3d3d3;
    color: #000;
    padding: 2em;
    border-radius: 50px;
    box-shadow: 0 0 20px #000;
}

.landing-content-tabs__tab-content h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
    color: rgb(16, 70, 123);
    text-transform: uppercase;
}

.landing-content-tabs__tab-content .subhead {
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000;
    padding: 7px 0 13px 0;
    text-align: left;
}

.landing-content-tabs__contents ul li::before, .landing-content-tabs__contents ul li:before {
    display:none;
}

.landing-content-tabs__contents ul {
    padding: 0 0 0 40px;
}

.landing-content-tabs__contents ul li {
    display: list-item;
    list-style: inherit;
    padding: 2px 0;
}

.grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.mediaBreak {
    display: none;
}

.landing__register-wrap .contact-form-v2__form {
    background: rgb(211,211,211);
    border-radius: 20px;
    border: 0;
}

.patriotActDisclaimer {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    padding-top: 1em;
}

.contactSection .defaultLabel.patriotActLabel {
    display: inline;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 19px;
    padding-left: .5em;
}

.form-error {
    color: #fff !important;
}

.phoneMessage {
    color: rgb(251, 253, 255);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 19px;
}

.form-error:before,
.form-error::before {
    content: '\26A0 ';
    padding-right: 4px;
}

@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;
    }
}

@media screen and (min-width: 768px) {
    .landing__register-wrap {
        align-items: center;
        margin: 0;
    }
}

.landing__register-wrap .contact-form-v2__form {
    width: 413px;
}

.landing-footer .landing-section-block {
    border-top: 1px solid #000;
    background: #fff;
}

.landing-footer .landing-section-holder-border {
    background: #fff;
}

.landing-footer-copyright .landing-footer-copyright-c,
.landing-footer-copyright .landing-footer-copyright-c a {
    color: #000;
}

.mod-page-moduleWrap:nth-child(4),
.mod-page-moduleWrap:nth-child(4) .mod-safe-area,
.mod-page-moduleWrap:nth-child(4) .mod-safe-area .htmlModuleWrap {
    background: #fff;
}

#element-204 .btn {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(14, 124, 161);
    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(14, 124, 161);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(14, 124, 161);
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: rgb(14, 124, 161);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: rgb(14, 124, 161);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-top-style: solid;
    border-top-width: 2px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Titillium Web";
    font-size: 15.8512px;
    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(255, 255, 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: 176px;
    -webkit-font-smoothing: antialiased;
}

#element-204 .btn:hover,
#element-204 .btn:focus,
#element-204 .btn:active {
    background: #fff;
    color: rgb(14, 124, 161);
}

#element-204 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#element-231 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.backToTop a {
    color: #fff;
    font-size: 16px;   
}

.landing__register-heading {
    color: rgb(32, 62, 150);
    display: inline;
    font-family: "Open Sans";
    font-size: 60px;
    font-weight: 900;
    height: auto;
    line-height: 70px;
    overflow-wrap: break-word;
    text-align: center;
    width: auto;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    padding-bottom: .5em;
}

.landing__register-wrap .htmlModuleWrap {
    align-items: center;
}

.logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    min-width: 400px;
    width: 500px;
    max-width: 90vw;
}

.fdic-logo img {
    width: 100%;
}

.site-logo img {
    width: 100%;
}

.landing__register-submit {
    background: #0E7CA1;
    color: #fff;
    font-size: 16px;
    width: 297px;
    height: 41px;
    border: none;
    border-radius: 14px;
}

.landing__register-submit:hover,
.landing__register-submit:focus,
.landing__register-submit:active {
    background: #fff;
    color: #0E7CA1;
    border: none;
}

.landing__register-wrap {
    width: 100%;
    max-width: 100%;
}

.landing__block--register {
    border-radius: 0 0 70% 70% / 0 0 15% 15%;
}

.landing-footer {
    border-top: 1px solid #000;
}

/* ===== 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);
}

.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: 768px) {
    .landing-content-tabs__inner {
        flex-direction: column;
        gap: 1em;
    }
    
    .landing-content-tabs__tab-content h2 {
        font-size: 28px;
    }

    .landing-content-tabs__tab-content .subhead {
        font-size: 18px;
    }

    .landing__block--register {
        border-radius: 0;
    }
}