.landing__block.landing__block--register
 {
    height: 700px;
}
.productGridWrap{
padding-top:3em;
}
.btnFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
}
.landing-footer .landing-section-block {
    background-color: #fff;
    border-top: 1px solid #000;
    font-family: Arial;
}
.landing-footer-copyright .landing-footer-copyright-c a {
    color: #000;
}
.landing-footer-copyright .landing-footer-copyright-c
 {
    color: #000;
 }
/*Button*/
.links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    position: relative;
}

p.Logo1 {
    padding: 0;
    width: 75%;
    display: flex;
    justify-content: center;
}

.mod-page-wrap--landing .defaultCTA {
    background: #FFC82E;
    border: none;
    color:#313538;
    text-align: center;
    font-size: 1em;
    padding: 1.5em 1em;
    width: auto;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    -ms-transition: .15s;
    transition: .15s;
}
.mod-page-wrap--landing .defaultCTA:hover, .mod-page-wrap--landing .defaultCTA:focus {
    background: #F6DE7E;
    color: #313538;
    border: none;
}

.exitLink {
    display: inline-block;
    position: relative;
    padding: 2em;
    text-decoration: none;
}

/*Page Styling*/
.landing__register-disclaimer {
    color: #000000;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    padding: 1em 0 0 0;
    text-align: center;
}



.landing__register-enter-info {
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}

/*Product Grid*/
.fancyTable .fancyTableHead th {
    background: #004e72;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.fancyTable th a, .fancyTable th p, .fancyTable th {
    color: black;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    font-size: .85em;
}

/*Logo Onto Submission block*/
.mod-navigation-logo-wrap {
    display: block;
    position: relative;
}

.contact-form-v2__column .mod-navigation-logo-wrap .span .img {
    display:none;
}

.Logo1 .imageEditor{
    width: 85%;
    display: flex;
    justify-content: center;
}

/*Submission Box*/
.landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
    align-items: center;
    justify-content: start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.landing__register-wrap .contact-form-v2__form {
    background: #ffffff;
    color: #fff;
    padding: 0 1em;
    width: 80vw;
    min-height: 235px;
    overflow: hidden;
}


input#phone {
    border: 1px solid black;
}
input#dob {
    border: 1px solid black;
}
select#product {
    border: 1px solid black;
}

.contactSection {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 70%;
        max-width: 92vw;
    }
}
@media screen and (max-width:768px){
    .landing__register-wrap .contact-form-v2__form{
        max-width:360px !important;
    }
    .landing__block.landing__block--register {
    height: auto;
}
    .landing__register-wrap{
        padding:10px 0 0 0;
    }
        .landing__register-wrap .contact-form-v2__layout {
        padding: 4px 1.5em 0 1.5em;
    }
}

.contact-form-v2__column:nth-of-type(2){
    width:40%;
}

.contact-form-v2__column:nth-of-type(1){
    width: 60%;
}

p.Continue_Disclaimer {
    text-align: center;
    font-size: .9em;
    line-height: 2;
}

@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: 50%;
    }
}

/*Button*/
.landing__register-submit {
    background: #FFC82E;
    border: 1px solid #FFC82E;
    margin: 1em;
    color: black;
    width: 50%;
    height: 2.5em;
}


/*FDIC*/
.FDIC1 img {
    width:100%;
}


/*Mobile*/
@media screen and (max-width:800px){
button.landing__register-submit {
    width: 100%;
    margin: 1em 0em;
}
}

@media screen and (max-width:800px){
.contact-form-v2__wrapper.landing__register-form {
    display: flex;
    justify-content: center;
    width: 100%;
}
}

@media screen and (max-width:800px){
.contact-form-v2__column:nth-of-type(2) {
    width: 100%;
}
}

@media screen and (max-width:800px){
.contact-form-v2__column:nth-of-type(1) {
    width: 100%;
}
}

.fancyTable th a::before, .fancyTable th a:before { display: none; }


.fancyTable .fancyTableHead th a, .fancyTable .fancyTableHead th p, .fancyTable .fancyTableHead th {
  color: #fff;
}

.fancyTable th a, .fancyTable th p, .fancyTable th {
  color: #010101;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

/*Mobile Responsive*/
.mobileFancyTableHeader {
    background: #004e72;
}

.mobileFancyTableHeader p {
    color:white;
}

.mobileFancyTableHeader a {
    color:white;
}

@media screen and (max-width: 600px) {
    p, li, ul li {
        font-size: 15px;
    }
    .mobileFancyTableCol p {
    font-size: 15px;
}
}