.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
#subHeaderContent {
  width: 100%;
  background: url('files/bg.jpg') no-repeat center top !important;
  background-size: cover !important;
}
@media screen and (min-width: 1024px) {
  #subHeaderContent {
    background-image: url('files/bg_desktop.jpg') !important;
  }
}
#customHeaderContent {
  text-align: center;
  max-width: 1280px;
  padding: 36px 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #customHeaderContent {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
#customHeaderContent * {
  box-sizing: border-box;
}
#customHeaderContent h1 {
  font-family: "omnes-pro", Arial, sans-serif;
  color: white;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding: 0;
}
#customHeaderContent h1.lighter {
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  
}
@media screen and (min-width: 1024px) {
  #customHeaderContent h1 {
    line-height: 58px;
    font-size: 58px;
  }
}
#customHeaderContent h1 span {
  display: block;
  line-height: 30px;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent h1 span {
    line-height: 48px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent h1 span {
    line-height: 60px;
    font-size: 29px;
  }
}
#customHeaderContent p {
  font-family: "omnes-pro", Arial, sans-serif;
  color: white;
  max-width: 640px;
  margin: 0 auto 48px auto;
  padding: 0;
}
@media screen and (min-width: 640px) {
  #customHeaderContent p {
    font-size: 20px;
    line-height: 30px;
  }
}
#customHeaderContent a.btn {
  display: inline-block;
  color: white;
  border: 3px solid white;
  background: rgba(0, 0, 0, 0.2);
  line-height: 54px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
