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: 60px;
  line-height: 55px;
}

h2{
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 26px;
  line-height: 31px;
}

h3{
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}

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: 4px 20px;
  font-size: 13px;
  line-height: 17px;
  border-radius: 2px;
  text-align: center;
  box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.5)
}

/* Showcase */

#showcase{
  max-height: 600px;
  background: url('../img/Thomson_products_2400px_101023.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

#showcase .maincontent img{
  height: 64px;
  margin-top: 43px;
}

#showcase h1{
  margin-top: 26px;
  text-shadow: 0px 1px 5px #000000;
  font-size: 47px;
  line-height: 52px;
}

#showcase h1 span{
  font-weight: 100;
}

#showcase h2{
  margin-top: 12px;
  font-weight: 200;
  letter-spacing: -.5px;
}

#showcase h2.feature{
  margin-top: 12px;
  font-weight: 700;
  letter-spacing: 0px;
}

#showcase h3{
  margin-top: 16px;
  font-weight: 300;
  line-height:28px;
  letter-spacing: -.5px;
}

#showcase h3.customize{
  margin-top: 6px;

}

#showcase h3 span a{
  text-decoration: underline;
  color: #4ad5ff;
  font-size: 17px;
}

#showcase h4{
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  width: 100%;
  margin-right: 20px;
}

#showcase .chatbuttons{
  float: left;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 20px;
  background-color: #1F427D;
  border-width: 1.5px;
  border-color: #ffffff;
  border-style: solid;
  padding: 14px 20px;
  border-radius: 2px;
  cursor: pointer;
 }
 #showcase .chatbuttons a{
  font-weight: 400;
  color: white;
  text-decoration: none;
  margin-left: 0px;
  color: white;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
 }

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

#showcase hr{
  margin-top: 21px;
  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;
}

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

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

#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[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: 330px;
}

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

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

#resources .icongroup img{
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#resources h3{
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  color: black;
  margin-top: 15;
}

#resources sup{
  font-size: 7px;
}

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

/* Footer */

#footcontent{
  background-color: #363636;
  text-align: center;
}

#footcontent .container{ 
  align-content: center;
  padding: 16px 0px;
  color: white;
  background-color: #363636;
  text-align: center; 
}

#footcontent .footerbox{
  margin-left: auto;
  margin-right: auto;
}

#footcontent .footergroup{
  float: left;
  font-size: 12px;
  margin-left: 27px;
  margin-right: 27px;
}

#footcontent .footergroup a{
  float: left;
  font-size: 12px;
  color: #ffffff;
}

 /* MEDIA QUARIES */

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

    /* Showcase */

    #showcase{
      max-height: 600px;
      background: url('../img/Thomson_products_2600px_101023.jpg');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      }
  
  }
  

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

  /* Showcase */

  #showcase{
    max-height: 560px;
    background: url('../img/Thomson_products_2600px_101023.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }
    
    #showcase h2{
      letter-spacing: -.5px;
    }  
    
    #showcase h3{
      letter-spacing: -.5px;
    }  
      
}

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

  h1{
    font-size: 43px;
    line-height: 1em;
  }

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

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

  /* Showcase */

  #showcase{
    max-height: 630px;
    background: url('../img/Thomson_products_2600px_Tall_101023.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 630px;
  }

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

  #showcase h1{
    margin-top: 20px;
    font-size: 36px;
    line-height: 41px;;
  }

  #showcase h1 sup{
    font-size: 20px;
  }
  
  #showcase h2{
    margin-top: 10px;
    letter-spacing: -.5px;
  }

  #showcase h2 sup{
    font-size: 14px;
    letter-spacing: -.5px;
  }

  #showcase h3{
    font-size: 15px;
    line-height: 22px;
    margin-top: 13px;
    letter-spacing: -.5px;
  }

  #showcase h4{
    font-size: 14px;
    line-height: 21px;
    margin-top: 11px;
    width: 100%;
  }

  #showcase .maincontent img{
    height: 64px;
    margin-top: 50px;
  }
  
  #showcase .maincontent img.ballscrewlinearmotion{
    margin-top: 12px;
    min-width: 282px;
  }

  #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 */

  #resources{
    min-height: 370px;
  }  

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

  #resources .icongroup{
    width:25%;
    margin-bottom: 16px;
    min-height: 160px;
  }

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

  #resources h3{
    margin-top: 15;
  }

  #resources p{
    font-size: 12px;
    line-height: 16px;
    padding: 0px 20px;
  }

  /* Footer */

  #footcontent{ 
    margin: 0px 0px 0px 0px;
    color: white;
    background-color: #363636;
    text-align: center; 
  }
 
  #footcontent .footerbox{
    max-width: 687px;
  }
 
  #footcontent .footergroup{
    float: none;
    font-size: 12px;
    line-height: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }
 
  #footcontent .footergroup a{
   float: none;
   font-size: 12px;
   line-height: 24px;
   color: #ffffff;
 }
}

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

  h1{
    font-size: 32px;
    line-height: 38px;
  }

  /* Showcase */

  #showcase{
    background: url('../img/Thomson_Products_750px.jpg');
    background-repeat: no-repeat;
    background-size: 450px;
    min-height: 1130px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #1F427D;
  }

  #showcase h1{
    margin-top: 46px;
    text-shadow: 0px 1px 5px #000000;
    font-size: 36px;
    line-height: 44px;  
    letter-spacing: -1px;
  }
  #showcase h2 sup{
    font-size: 14px;
  }

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

  #showcase .maincontent img{
    width: 200px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  /* Resources */

  #resources{
    min-height: 730px;
  }

  #resources h2{
    font-size: 21px;
    margin-bottom: 20px;
  }

  #resources .icongroup{
    width: 100%;
    min-height: 110px;
    float: none;
  }

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

  /* Footer */
 
  #footcontent{ 
    margin: 0px 0px 0px 0px;
    color: white;
    background-color: #363636;
    text-align: center; 
  }
 
  #footcontent .footerbox{
    max-width: 340px;
  }
 
  #footcontent .footergroup{
    font-size: 11px;
    line-height: 24px;
  }
 
  #footcontent .footergroup a{
   font-size: 11px;
   line-height: 24px;
   color: #ffffff;
 }
}
#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;
}