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;
}

sup{
  font-size: 9px;
}

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

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)
}

#app {
  background: url('../img/ILA_1920x1324.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

 /* Showcase */
 #showcase{
   min-height: 944px;
 }

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

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

#showcase h1{
  margin-top: 26px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 48px;
  text-shadow: 0px 1px 5px #000000;
}

#showcase h1 span{
  color: burlywood;
}

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

 #showcase h3{
  margin-top: 6px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

#showcase h4 span{
  margin-top: 20px;
  color: burlywood;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

#showcase ul{
  margin-bottom:20px;
}

 #showcase li{
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 4px;
  line-height: 22px;
}

 #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: 470px; */
 }

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

 #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: 2px;
   margin-left: 12px;
   margin-right: 0px;
   margin-bottom: 20px;
   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;
 }

 /* Footer */

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

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

footer a {
  font-size: 12px;
  color: white;
}


 /* 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{
    min-height: 944px;
  }

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

  #showcase h1{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    text-shadow: 0px 1px 5px #000000;
  }  

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

  #showcase h3{
    margin-top: 6px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
  }
  
  #showcase h4 span{
    margin-top: 20px;
    color: burlywood;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  
  #showcase ul{
    margin-bottom:20px;
  }
  
   #showcase li{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 22px;
  }
  
  #showcase hr{
    margin-top: 21px;
  }

  #showcase .contactform{
    max-width: 320px;
    padding-top: 8px;
    float: right;
    /* height: 470px; */
    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;
  }
}

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

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

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

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

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

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

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

  #showcase h3{
    margin-top: 6px;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
  }
  
  #showcase h4 span{
    margin-top: 20px;
    color: burlywood;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
  }
  
  #showcase ul{
    margin-bottom:16px;
  }
  
   #showcase li{
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 21px;
  }
  
  #showcase .maincontent{
    max-width: 100% !important;
    min-height: 400px !important;
    float: none;
  }

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

  footer{
    margin: 0px 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;
}


/* Float the footer to the bottom of the viewport */
#app {
  position: relative;
  min-height: 100vh;
}
#showcase {
  padding-bottom: 53px;    /* Footer height */
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 53px;            /* Footer height */
  display: flex;
  padding: 0;              /* Overwrite padding */
}