.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: 640px) {
  #customHeaderContent {
    padding-top: 96px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent {
    padding-top: 168px;
    padding-bottom: 96px;
  }
}
#customHeaderContent * {
  box-sizing: border-box;
}
#customHeaderContent h1 {
  font-family: "omnes-pro", Arial, sans-serif;
  color: white;
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent h1 {
    font-size: 54px;
    line-height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent h1 {
    font-size: 68px;
    line-height: 96px;
  }
}
#customHeaderContent p {
  font-family: "omnes-pro", Arial, sans-serif;
  color: white;
  max-width: 560px;
  margin: 0 auto 24px auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 640px) {
  #customHeaderContent p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 48px auto;
  }
}
#customHeaderContent a.btn {
  display: inline-block;
  color: white;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 24px;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 12px;
  min-width: 260px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 640px) {
  #customHeaderContent a.btn {
    padding: 18px 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent a.btn {
    padding-left: 80px;
    padding-right: 80px;
  }
}
#customHeaderContent a.btn:hover {
  background-color: white;
  color: #29b6f6;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
