

body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 44px;
  font-style: normal;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

a {
  color: #1d85b8;
  font-weight: 700;
  text-decoration: underline;
}

label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}

.w-container { max-width: 1140px; padding: 0 15px 0 15px; }

.hero {
  position: relative;
  display: block;
  padding-top: 150px;
  padding-bottom: 50px;
  background-image: url('../images/kw.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.white {
  max-width: 700px;
  color: #fff;
  font-size: 19px;
}

.green {
  color: #ccd661;
}

.heroheading {
/*   margin-bottom: 50px; */
  font-size: 80px;
  line-height: 100px;
}

.center {
  text-align: center;
}

.introsection {
  padding: 75px 0px 75px 0px; /* 75px 75px 75px 0px; */
}

.blue {
  color: #1d85b8;
  font-size: 16px;
  font-weight: 700;
}

.formdiv {
/*   position: fixed;
  top: 11%;
  right: 3%; */
  padding: 10px 25px 30px;
  border-radius: 4px;
  background-color: #002b42;
  color: #fff;
}

.formbutton {
  width: 100%;
  margin-top: 20px;
  border-radius: 3px;
  background-color: #ccd661;
  color: #002b42;
  font-weight: 700;
}

.icon {
  display: inline-block;
  float: left;
  clear: left;
}

.listtxt {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 20px;
}

.listheading {
/*   max-width: 600px; */
  margin-bottom: 30px;
  color: #000;
}

.checkboxfield {
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #ccd661;
  font-size: 16px;
  font-weight: 700;
}

.checkbox {
  margin-right: 15px;
  float: none;
}

.formsuccess {
  background-color: transparent;
  color: #ccd661;
}

.requiredtxt {
  margin-top: 2px;
  font-size: 14px;
  font-style: italic;
}

.section3 {
  padding-top: 25px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 43, 66, .5), rgba(0, 43, 66, .5)), url('../images/w2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 43, 66, .5), rgba(0, 43, 66, .5)), url('../images/w2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-size: 18px;
}

.formsectiontxt {
/*   max-width: 750px; */
  margin-top: 15px;
  font-size: 19px;
  line-height: 30px;
  font-style: normal;
}

.formheading {
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.formsubheading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.bannerimg {
  border: 8px solid #002b42;
  border-radius: 6px;
}

.topbannerimg {
  display: none;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  clear: none;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.logo {
  position: static;
  display: inline-block;
  /* width: 20%; */
  height: 100px;
}

.footertxt {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footertxt span { display: inline-block; min-width: 120px; }


.benefits-list li {display: block; height: 70px; }
.benefits-list li img { margin-right: 30px; }
.benefits-list li span { display: inline-block; margin-top: 15px; }


@media (max-width: 991px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .introsection {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .formdiv {
    /* position: static; */
	margin-top: 50px;
  }
  .listtxt {
    margin-top: 5px;
  }
  .bannerimg {
    display: none;
    width: 70%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .topbannerimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: visible;
  }
}
@media (min-width: 991px) {
	.listheading span { display: block; }
	
}
@media (min-width: 768px){
	.heroheading span { display: block; }	
}
@media (max-width: 767px) {
  .hero {
    padding-right: 20px;
    padding-left: 20px;
		  text-align: center;
  }
  .heroheading {
	  font-size: 60px;
	  line-height: 70px;

	  
  }
  .introsection {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .formdiv {
    margin-top: 30px;
  }
  .listtxt {
    margin-top: 10px;
    margin-left: 15px;
  }
  .section3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .logo {
    /* width: 30%; */
	padding: 0;
  }
  
    #wrapper   { display: table; }
#firstDiv  { display: table-footer-group;  float: none; }
#secondDiv { display: table-header-group; float: none; }
  
}

@media (max-width: 479px) {
  a {
    font-size: 19px;
  }
  .hero {
    padding: 50px 10px 0px;
  }
    .heroheading {
	  padding-top: 50px;

	  
  }
  

  .introsection {
    padding: 0px 5px 30px;
  }
  .listtxt {
    margin-top: 0px;
  }
  .section3 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .benefits-list li img { margin-right: 0px; }
  .benefits-list {padding-left: 0; }
  .benefits-list a { display: block; }
  .mylast { margin-top: 5px !important; }
  
  
}

