body{
  font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0;
  background-color: white;
}

/* Global */
.container{
  width: 940px;
  margin: auto;
  overflow: hidden;
}

h1{
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 55px;
}

h2{
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 26px;
  line-height: 32px;
}
 h3{
   margin: 0;
   padding: 0;
   font-weight: 400;
   font-size: 17px;
   line-height: 28px;
 }
 h4{
   margin: 0;
   padding: 0;
   font-size: 13px;
   font-weight: 400;
   line-height: 16px;
 }
 h5{
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: 400;
   line-height: 10px;
   color: #000555;
 }
 a{
   font-size: 8px;
   text-decoration: none;
   color: #1F427D;
 }

.button_1{
  height: 44px;
  color: white;
  background-color: #0099FF;
  border: 0;
  padding: 14px 20px;
  font-size: 15px;
  line-height: 17px;
  border-radius: 2px;
  text-align: center;
  box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.5)
}

 /* Showcase */
 #showcase{
   min-height: 556px;
   background: url('../img/Banner_May2020.jpg');
   background-repeat: no-repeat;
   background-position: center right;
 }

 #showcase .maincontent{
   max-width: 590px;
   color: white;
   float: left;
 }

#showcase .maincontent img{
  width: 200px;
  margin-top: 43px;
}

 #showcase h1{
   margin-top: 26px;
   text-shadow: 0px 1px 5px #000000;
 }

 #showcase h2{
   margin-top: 12px;
 }

 #showcase h3{
   margin-top: 16px;
   font-weight: 300;
 }

 #showcase h4{
  margin-top: 11px;
}

 #showcase hr{
   margin-top: 31px;
   width: 98%;
   color: white;
 }

 #showcase .contactform{
   padding-top: 8px;
   max-width: 330px;
   background-color: rgba(242, 242, 242, 0.7);
   border-radius: 4px;
   float: right;
   margin-top: 44px;
   height: 460px;
 }

 #showcase .contactform input{
   padding: 0;
   margin-top: 7px;
   border: 1px solid #c1c1c1;
   height: 26px;
   width: 288px;
   border-radius: 5px;
   margin-left: 15px;
 }

 #showcase .contactform select {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 7px;
  border: 1px solid #c1c1c1;
  height: 28px;
  width: 300px;
  border-radius: 5px;
  margin-left: 15px;
 }

 #showcase .contactform select:invalid {
   color: gray;
 }

 #showcase .contactform form input{
   padding-left: 10px;
   float: left;
 }

 #showcase .contactform form input[type=checkbox]{
   margin-top: 5px;
   margin-left: 12px;
   margin-right: 0px;
   margin-bottom: 40px;
   width: 28px;
  }

 #showcase .contactform form label{
   font-size: 13px;
   line-height: 16px;
   color: white;
   width: 270px;
   margin-left: 0px;
   margin-top: 7px;
   margin-right: 15px;
   float: right;
 }

 #showcase .g-recaptcha{
   margin-left: 14px;
 }

#showcase .contactform .privacypolicy p{
  margin-top: 15px;
  margin-left: 15px;
  line-height: 16px;
  font-size: 13px;
  color: white;
}

#showcase .contactform .privacypolicy a{
  font-size: 13px;
  line-height: 16px;
  text-decoration: underline;
}

#showcase .button_1{
   margin-top: 90px;
   margin-left: 15px;
   width: 300px;
   cursor: pointer;
 }

 #showcase .contactform form input.subscription-radio {
   width: 26px;
 }

 /* Resources */

#resources{
  background-color: #E4E4E4;
  min-height: 740px;
}

 #resources h2{
   font-weight: 700;
   text-align: center;
   margin-top: 54px;
   margin-bottom: 56px;
 }

 #resources .icongroup{
   float: left;
   width: 25%;
   text-align: center;
   margin-bottom: 46px;
 }

 #resources .icongroup img{
   height: 80px;
 }

 #resources h3{
   font-weight: 700;
   color: black;
   margin-top: 15;
 }

 #resources p{
   color: #363636;
   padding: 0px 15px;
   margin-top: 4px;
 }

/* Contact Information abd Awards Won */

 #contactawards{
   margin-top: 80px;
 }

 #contactawards .contactinfo{
   margin-top: 20px;
   color: #666666;
   float: left;
 }

 #contactawards .contactinfo p{
   margin: 0px;
   padding-top: 6px;
   padding-bottom: 6px;
}

#contactawards .contactinfo a{
  color: #666666;
  font-size: 14px;
}

 #contactawards .contactinfo hr.infoline{
   padding: 0;
   margin: 0;
   border: 1px solid #cccccc;
 }

 #contactawards .awards{
   float: right;
 }

 /* Footer */

 footer{
   padding: 16px;
   margin: 65px 0px 0px 0px;
   color: white;
   background-color: #1F427D;
   text-align: center;
 }

 footer p{
   margin: 0px;
   font-size: 12px;
 }


 /* MEDIA QUARIES */

@media(max-width: 940px){
  .container{
    width: 687px;
  }

  h1{
    font-size: 50px;
    line-height: 46px;
  }

  h2{
    font-size: 22px;
    line-height: 26px;
  }

  h3{
    font-size: 16px;
    line-height: 25px;
  }

  #showcase{
    background-size: cover;
    background-position: center right;
  }

  #showcase .maincontent{
    min-height: 620px;
    max-width: 352px;
  }

  #showcase h1{
    margin-top: 20px;
  }

  #showcase h2{
    margin-top: 10px;
  }

  #showcase h3{
    margin-top: 13px;
  }

  #showcase h4{
   margin-top: 10px;
  }

  #showcase hr{
    margin-top: 21px;
  }

  #showcase .contactform{
    max-width: 320px;
    padding-top: 8px;
    float: right;
    height: 460px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  #showcase .contactform input{
    margin-top: 7px;
    width: 288px;
    margin-left: 10px;
  }

  #showcase .contactform select {
    margin-left: 10px;
  }

  #showcase .contactform form input[type=checkbox]{
    margin-left: 8px;
  }

  #showcase .contactform form label{
    width: 270px;
    margin-right: 10px;
    float: right;
  }

  #showcase .g-recaptcha{
    margin-left: 9px;
  }

  #showcase .contactform .privacypolicy p{
   margin-left: 10px;
  }

  #showcase .button_1{
    margin-left: 10px;
    width: 300px;
  }

  #resources h2{
    margin-top: 44px;
    margin-bottom: 46px;
  }

  #resources .icongroup{
    width: 50%;
    margin-bottom: 36px;
  }

  #resources .icongroup img{
    height: 70px;
  }

  #resources h3{
    margin-top: 15;
  }

  #resources p{
    padding: 0px 20px;
  }

  #contactawards .contactinfo{
    margin-top: 5px;
  }

  #contactawards .awards{
    width: 460px;
  }
  #contactawards .awards img{
    width: 460px;
  }
}

@media(max-width: 720px){
  .container{
    width: 90%;
  }

  #showcase .maincontent img{
    margin-top: 25px;
  }


  h1{
    font-size: 36px;
    line-height: 36px;
  }

  #showcase{
    background: url('../img/Banner.jpg');
    background-repeat: no-repeat;
    background-size: 720px;
    background-position: right -120px;
    background-color: #1F427D;
  }

  #showcase .maincontent{
    max-width: 100% !important;
    min-height: 400px !important;
    float: none;
  }

  #showcase .contactform{
    float: none;
    margin-top: 20px;
  }

  #resources .icongroup{
    width: 100%;
    float: none;
  }

  #contactawards{
    margin-top: 20px;
  }

  #contactawards .contactinfo{
    float: none;
  }

  #contactawards .contactinfo p{
    text-align: center;
  }

  #contactawards .contactinfo hr.infoline{
    width: 200px;
    margin: auto;
  }

  #contactawards .awards{
    margin: auto;
    padding-top: 20px;
    width: 300px;
    float: none;
  }

  #contactawards .awards img{
    width: 300px;
  }

  footer{
    margin: 25px 0px 0px 0px;
  }

  footer p{
    font-size: 10px;
    line-height: 13px;
  }
}
#showcase .contactform form label.radio-inline input {
  float: none;
  width: 14px;
  height: 14px;
}

#showcase .contactform form label.radio-inline {
  font-size: 14px;
  float: none;
  display: inline;
}

#showcase .button_1 {
  margin-top: 10px;
}
#showcase .contactform form input {
  float:none;
}
#showcase .contactform form input[type=checkbox] {
  margin-bottom: 50px;
}

/* Updates for new opt-in code/logic */
#showcase .consent-text {
  margin: 10px 15px 0;
  color: white;
  font-size: 13px;
  line-height: 16px;
}
#showcase .contactform {
  height: unset;
}
#showcase {
  background-size: cover;
  padding-bottom: 10px;
  max-height: unset;
}
#showcase .contactform form input[type=checkbox] {
  margin-bottom: unset;
}
#showcase .g-recaptcha {
  margin-top: 10px;
}
#showcase .contactform form label {
  margin-top: 10px;
}
#showcase p {
  padding: unset;
}