#backgroundImg{
      background-image: url(/uploads/images/250731091940.png);
    background-repeat: no-repeat;
    background-position: right center;
    height:50em;
}
.buttonFlexo{
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:7em;
}
ul li{
  width:100%;
  font-size:15px;
}
ul li::before, ul li:before{
  background:#fff;
}

@media screen and (max-width:1087px){
  .buttonFlexo{
    gap:2em;
  }
  #backgroundImg{
    height:55em;
    background-image:none;
  }
}
@media screen and (max-width:1007px){
  #backgroundImg{
    height:auto;
  }
  .buttonFlexo{
    justify-content:center;
  }
}
@media screen and (max-width:575px){
  .landing__register-wrap .contact-form-v2__form{
    max-width: 980px !important;
  }
  .contactSection .defaultInput, .contactSection .defaultSelect, select.landing__register-dropdown{
    width:100% !important;
  }
}
@media screen and (max-width:475px){
  .landing__register-wrap .contact-form-v2__layout {
    padding: 4px 0 !important;
}
}
/**********/

 
  .siteLink{
  text-align:left;
  }
  
  .siteLinkA{
  text-decoration:underline;
  }
  
  .siteLinkA:hover, .siteLinkA:focus{
  text-decoration:none !important;
  }

  .theAnchor{
    display:none;
  }
  
  .linkArea{
	width:auto;
	max-width:325px;
  display: flex;
    flex-direction: column;
    gap: 10px;
}

.backToList{
  display:none;
}

li a{
  color:#a3a510;
  text-decoration:none;
}

li a:hover, li a:focus{
  color:#677718;
}

.buttons{
	background:#06347a;
	border-bottom:6px solid #042659;
	border-left:none;
	border-right:none;
	border-top:none;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	padding: 20px;
	width:100%;
	max-width:280px;
	text-align:left;
    font-family:'Lato',sans-serif;
	transition:ease all .25s;
}

.buttons:hover, .buttons:focus{
	background-color: #042659;
    border-bottom: 6px solid #03163b;
	cursor:pointer;
}

 .productArea h2{
	font-family:'Lato',sans-serif;
	font-size:42px;
	font-weight:500;
	text-align:left;
   line-height:1em;
   color:#ff9900;
   text-transform:uppercase;
}

 .productArea ul{
	font-family:'Lato',sans-serif;
}

p.subhead{
	font-family:'Lato',sans-serif;
	font-size:19px;
	font-weight:400;
  line-height:1.2em;
  padding: 7px 0 13px 0;
  text-align:left;
  color:#fff;
}

p.prod{
	text-align:left;
	padding:2% 0;
	font-weight:400;
	font-size:16px;
}

.product{
  width:40em;
      background: #06347a;
    border-bottom: 6px solid #042659;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #fff;
    padding:2em;
  box-shadow:0 0 20px #000;
}
  body{
    font-family:'Lato',sans-serif;
  }

/**********MEDIA***************/
 
 @media screen and (max-width:1125px){
	 .productArea h2{
		 font-size:35px;
	 }
	 p.subhead{
		 font-size:22px;
	 }
 }
 
 @media screen and (max-width:1100px){
	 #element-220{
		 margin-top:14%;
	 }
 }
 
  @media screen and (max-width:1000px){
	 #element-220{
		 margin-top:26%;
	 }
	 #page-block-i6uhlk22tdo{
		 margin-top:8%;
	 }
 }
 
@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:'Lato',sans-serif;
   margin-top:0;
  }
  }

  @media screen and (max-width:500px){
  #element-284 .cropped{
	background-size:45px 45px;
}
.theAnchor{
  display:block;
}
    .backToList{
      display:inline;
      position: relative;
      padding:1em;
      background:#f5f5f0;
      border: 1px solid #000;
      color:#000;
      width:50%;
      top:7em;
      
    }
 .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){
   #page-block-i6uhlk22tdo .section-block{
   margin-top:0;
  }
     .productArea li{
   font-size:14px;
  }
p.subhead{
  font-size:16px;
}
.productArea h2{
  font-size:32px;
}
#element-3 .form-label-checkbox {
  font-size: 0.6192rem !important;
  color: white !important;
  font-family: 'Lato',sans-serif !important;
}
}
 @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;
    }
    #element-368{
    top:42.25rem;
  }
#element-374{
top:8.6875rem;
}
  }
/**********/

.mod-page-wrap--landing .landing__block {
    background-size: cover;
}

.landing__nav {
    display: flex;
    justify-content: center;
}

.landing__register-wrap .contact-form-v2__form {
    padding: 1em;
}

.landing__register-enter-info {
    font-size: 15px;
    line-height: 22px;
    font-family: Lato, sans-serif;
}

.contactSection .defaultInput, .contactSection .defaultSelect, select.landing__register-dropdown {
    width: 384px;
    height: 43px;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    line-height: normal;
}

.landing__register-disclaimer {
    font-size: 10px;
    font-family: Lato, sans-serif;
    line-height: 16px;
    font-style: normal;
    text-align: center;
}

.landing__register-wrap .contactSection .formMod.formMod100 {
    margin: 0;
}

select.landing__register-dropdown {
    margin-top: .25em;
}

.landing__register-wrap .contact-form-v2__form {
    background: rgb(6, 52, 122);
}

.patriotActDisclaimer {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 10px;
    line-height: 19px;
}

.contactSection .defaultLabel.patriotActLabel {
    display: inline;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 19px;
    padding-left: .5em;
}

.form-error {
    color: #fff !important;
}

.phoneMessage {
    color: rgb(251, 253, 255);
    font-weight: bold;
    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: flex-start;
    }
    
    .landing__register-wrap .contact-form-v2__form {
        width: 413px
    }
}

@media screen and (max-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        max-width: 460px;
    }
}

.landing-footer .landing-section-block {
    background: #000;
}

.landing-footer .landing-section-holder-border {
    background: #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: rgb(32,62,150);
    padding: 0.4em 0 0 0;
}

#element-204 .btn {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    height: 60px;
    width: 178px;
    padding: 11px 30px 7px;
    font-weight: 600;
    border-bottom: 6px solid #ff9900;
    border-left: none;
    border-right: none;
    border-top: none;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffcb7d;
    color: #331f00;
    text-align: center;
    transition: ease all .25s;
}

#element-204 .btn:hover,
#element-204 .btn:focus,
#element-204 .btn:active {
    background: #fdb757;
}

#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;
    font-family: Lato, sans-serif;
}

.kansas-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}



.kansas-img img {
    width: 90%;
    max-width: 45vw;
}

.siteLinkA {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

::marker {
    font-size: 25px;
    color: #fff;    
}

.kansas-img-mobile {
    display: none;
}

.kansas-img-mobile img {
    width: 360px;
    max-width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 770px) {
    .kansas-img {
        display: none;
    }

    .kansas-img-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}



li ul {
    padding-top: 4px;
}

@media screen and (max-width: 1000px) {


    .subhead {
        font-size: 20px;
        line-height: 1.3;
    }
}

.landing__register-submit {
    height: 39px;
    background: rgb(245, 65, 66);
}

.backToTop a {
    font-weight: bold;
}

.landing-footer-copyright .landing-footer-copyright-c,
.landing-footer-copyright .landing-footer-copyright-a {
    font-weight: bold;
    font-size: 14px;
    font-family: Lato, sans-serif;
}

.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,
.landing-footer-copyright .landing-footer-copyright-c a:active {
    text-decoration: underline;
}
