.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    background-repeat:no-repeat;
    background-size: cover;
}
.landing__nav-wrap{
    background:#143149;
    height:170px;
}
.landing__nav-logo-img{
    width:429px;
    height:111px;
}
.landing__nav-logo-wrap{
    height:150px;
}
.landing__register-enter-info{
    font-size:37px;
    font-weight:700;
    line-height:46px;
}

.landing__register-wrap .contact-form-v2__form{
    padding:1em;
    background:#143149;
    border:2px solid #ff6000;
}
.infoTxt{
    color:#fff;
    font-weight:700;
    text-align:center;
    font-size:16px;
    line-height:23px;
}
.infoTxt1{
    color:#fff;
    text-align:center;
    font-size:14px;
    line-height:22px;
    padding-top:1em;
}
.landing__register-disclaimer{
    text-align:center;
    font-size:15px;
    line-height:18px;
}
div.landing__register-textbox{
    margin:0;
}
.landing__register-textbox .defaultInput{
    margin:0 0 20px 0;
}
.landing__register-submit{
    background:#ff5000;
    color:#fff;
    border-radius:30px;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background:#143149;
    border:1px solid #fff;
}
.welcome p{
    color:#fff;
    background:#143149;
    font-size:25px;
    text-align:center;
    padding:.4em;
}
.mod-safe-area{
    max-width:100%;
    margin:0;
    padding:0;
}
.htmlModuleWrap{
    padding:0;
}
#fullWidth, #fullWidth1{
        position: relative;
    display: block;
    max-width: 76.8em;
    width: 100%;
    margin: 0 auto;
    padding: 0 2em;
}

#fullWidth p{
    line-height:26px;
}
ul li{
    width:100%;
}
ul li::before, ul li:before{
    background:#d99736;
}
.landing-footer .landing-section-block{
    background:#143149;
}
.landing-footer-copyright .landing-footer-copyright-c a{
    text-decoration:none;
}
.landing-footer-copyright .landing-footer-copyright-c a:hover, .landing-footer-copyright .landing-footer-copyright-c a:focus{
    text-decoration:underline;
}
.mod-page-wrap--landing .defaultCTA{
    background: #ff5000;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    width: auto;
    text-transform:uppercase;
    font-size:16px;
    padding:1em;
}
.mod-page-wrap--landing .defaultCTA:hover, .mod-page-wrap--landing .defaultCTA:focus{
        background: #143149;
    border: 1px solid #fff;
}

/*CARDS*/
.container{
    padding:1.5em 1em;
}
.card a{
	text-decoration:underline;
    color:#d99736;
}
.card .disclaimer{
    color:#d99736;
}
.card a:hover, .card a:focus{
	text-decoration:none;
}
.card {
	line-height:1.1em;
	padding:2%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 350px;
border:1px solid #000;
	background:#143149;
    color:#d99736;
-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-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
}
.card-body1{
	padding:1em;
}

.tag {
  font-weight: 700;
    font-size: 20px !important;
    margin: 0;
    color: #d99736;
    text-transform: uppercase;
    text-align: center !important;
    line-height: 1.1em !important;
    padding: 0 !important;
}

.card-body1 p {
  font-size: 16px;
  text-align:left;
  line-height:1.1em;
  padding-top:.5em;
}
 .column, .column2 {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content:center;
   gap:20px 5px;

}
  body{
    font-family:"effra", sans-serif ;
  }
 

.subhead{
	font-family:"effra", sans-serif;
	font-size:26px!important;
	font-weight:400!important;
  line-height:1em;
}

/*END CARDS*/

@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: 100%;
    }
}
@media screen and (min-width: 768px) {
    .landing__register-wrap{
        align-items:center;
    }
}

@media screen and (max-width:768px){
    .landing__nav-logo{
        justify-content:center;
    }
    .landing__nav-logo-wrap{
        margin:0 auto;
    }
    .landing__nav{
        margin:0 auto;
    }
    .landing__register-wrap{
        padding: 70px 0 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .landing-ehl {
        left: calc(50% - 135px / 2) !important;
    }
    .landing-footer-copyright .landing-footer-copyright-b{
        text-align:center;
    }
}

@media screen and (max-width:700px){
    .landing__nav-logo-img {
    width: 300px;
    height: auto;
}
}

@media screen and (max-width:450px){
    .landing__register-enter-info{
        font-size:27px;
    }
    .landing__register-wrap .contact-form-v2__layout {
        padding: 4px 0;
    }
}
@media screen and (max-width:360px){
    .landing__register-wrap{
        padding: 70px 0 10px 0;
    }
}