body {
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #dcdddd;
}
h1 {
  position: static;
  left: 100px;
  top: 150px;
  bottom: 100px;
  z-index: 2;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 48px;
  line-height: 32px;
  font-weight: 100;
  text-transform: uppercase;
}
h2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h3 {
  margin: 50px 0px 0px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}
h4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  line-height: 44px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}
h5 {
  margin: 180px 0px 10px;
  padding-right: 150px;
  padding-left: 150px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}
h6 {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family:'Istok Web', sans-serif;
  color: #929497;
  font-size: 10px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}
p {
  margin-bottom: 5px;
  padding-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}
.button {
  display: inline-block;
  width: 60%;
  height: 30px;
  margin-right: 0px;
  margin-left: 250px;
  padding:6px 10px;
  float: left;
  background-color: #003ca6;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato;
  color: white;
  font-size: 14px;
  text-align: right;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  -webkit-transform: scale(1.14);
  -ms-transform: scale(1.14);
  -o-transform: scale(1.14);
  transform: scale(1.14);
}

.h1 {
  width: 100%;
  padding-top: 20px;
  padding-left: 250px;
  box-shadow: none;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 40px;
  line-height: 60px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}
.column {
  background-color: transparent;
}
.row {
  display: block;
}
.formwrapper {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: rgba(35, 31, 32, 0.6);
}
.form {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 160px;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.49);
}
.formcontainer {
  margin-bottom: 20px;
}
.textinput {
  margin-top: 18px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: Lato;
  color: black;
  font-size: 13px;
}
.textinput:focus {
  color: black;
}
.inputsubmit {
  margin-top: 18px;
  padding: 8px 30px;
  border: 1px solid white;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  transition: all 650ms ease;
  font-family: Lato;
  color: white;
  font-size: 14px;
}
.inputsubmit:hover {
  border-color: transparent;
  background-color: #003ca6;
  -webkit-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  transition: all 650ms ease;
}
.headercontainer {
  margin-top: -35px;
  padding-top: 8px;
}
.contactformwrapper {
  margin-top: 40px;
  margin-bottom: 50px;
}
.contactformleftcolumn {
  padding-right: 0px;
  padding-left: 0px;
}
.contactformrow {
  padding: 10px;
}
.contactinput {
  width: 80%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.70);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.90);
}
.contactfieldlabel {
  font-family: Lato;
  font-size: 13px;
  text-transform: uppercase;
}
.captchainput {
  display: block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.69);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}
.contactsection {
  padding-top: 30px;
}
.contactsubmit {
  width: 40%;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.70);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: Raleway;
  color: black;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.captchablock {
  background-color: #d1d2d3;
}
.captcha {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:'Istok Web';
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.mapcontainter {
  margin-top: 40px;
  background-image: none;
}
.mapimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.licenseetext {
  font-family: Lato;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}
.licenseetext.linceneeheader {
  line-height: 20px;
  text-transform: capitalize;
  font-weight:bold;
  word-spacing: 3px;
  
}
.licenseecontainer {
  margin-bottom: 50px;
}
.licenseerow {
  padding: 10px 10px 20px;
}
.licenseecolumn {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 18px;
}
.phonelink1 {
  position: relative;
  display: block;
  float: none;
  clear: both;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
.phonelink2 {
  position: relative;
  display: block;
  clear: both;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink2 {
  position: relative;
  display: block;
  clear: both;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink3 {
  position: relative;
  display: block;
  clear: both;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.phonelink3 {
  position: relative;
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.domesticlicenseesheader {
  margin-top: 20px;
}
.phonelink4 {
  display: block;
  font-family:'Istok Web';
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.phonelink5 {
  display: block;
  font-family:'Istok Web';
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.phonelink6 {
  display: block;
  font-family:'Istok Web';
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.phonelink7 {
  position: static;
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.phonelink8 {
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.phonelink9 {
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink4 {
  position: static;
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink5 {
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink6 {
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink7 {
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink8 {
  position: static;
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink9 {
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.phonelink10 {
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.emaillink10 {
  display: block;
  font-family: Lato;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  background-color: #929497;
}
.navlink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdddd;
  -webkit-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  font-family: Varela, sans-serif;
  color: #dcdddd;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.navlink:hover {
  border-top-style: solid;
  border-top-color: #003ca6;
  color: #003ca6;
}
.headercolumncolumn {
  padding-right: 0px;
  padding-left: 0px;
}
.licenseeheading {
  padding-top: 30px;
  padding-bottom: 30px;
}
.currentblock {
  font-family: Lato;
  font-size: 14px;
  line-height: 24px;
}
.hero {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 800px;
  background-image: url('../images/jh_Logo.png');
  /* background-color:#999; */
  content:attr(John Henry 2016 Colection);
  background: url('../images/jh_Logo.png') no-repeat center 10%%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home_footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
.contact_footer {
  width: 100%;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
.licensees_footer {
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
.termsheader {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.termscontainer {
  margin-top: 40px;
  margin-bottom: 100px;
}
.lista {
  margin-top: 20px;
}
.listtitles {
  font-family: Lato, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.listdescription {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.listdescription.email {
  margin-bottom: auto;
}
.termsfooter {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
.termslistitem {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.termsdisclaimer {
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.termsemail {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: underline;
}
.homelink {
  width: 100%;
  height: 0px;
}
.topheader {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
}
.sectionfooter {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
.aboutrow {
  margin-top: 25px;
}
.videotextdiv {
  margin-top: 60px;
  margin-bottom: 30px;
}
.videotext {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 991px) {
  .button {
    width: 100%;
    margin-left: 60px;
  }

  .h1 {
    padding-left: 59px;
    text-shadow: black 0px 0px 0px;
  }
  .row {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  h3 {
    margin-top: 239px;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center;
  }
  .button {
    margin-left: 0px;
  }
  .button:hover {
    width: 80%;
  }
 
  .h1 {
    text-shadow: black 0px 0px 0px;
  }
  .formwrapper {
    position: absolute;
    top: 0px;
    display: none;
    height: 951px;
    padding-top: 185px;
    background-color: #231f20;
  }
  .textinput {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .inputsubmit {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 650ms ease;
    -o-transition: all 650ms ease;
    transition: all 650ms ease;
  }
  .captchainput {
    width: 80%;
    float: left;
  }
  .contactsection {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contactsubmit {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .captchablock {
    width: 80%;
  }
  .captcha {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .licenseecontainer {
    padding-left: 50px;
  }
}
@media (max-width: 479px) {
  h3 {
    margin-top: 192px;
    padding-right: 28px;
    padding-left: 28px;
  }
  .button {
    margin-left: 0px;
  }

  .h1 {
    padding-left: 20px;
    font-size: 32px;
    text-shadow: black 0px 0px 0px;
  }
  .formwrapper {
    display: none;
  }
  .licenseecontainer {
    padding-left: 20px;
  }
}

/* CUSTOM EDITS */
#logo {
  width: 127;
}

.width-20 {
  width: 25%;
}

/* .hero {
  top: 191px;
}
*/

@media screen and (max-width: 767px) { 
  #logo { width: 80px; }
  .hero { top: 267px; }
  .width-20 { width: 100%; font-size: 12px;}
  .width-20 a { font-size: 12px;}
  #loc-list li { width: 100% !important; clear: none !important; margin: 6px 0px !important; }
}

.licenseecolumn {
  margin-bottom: 25px;
}