.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: 120px;
    padding-bottom: 132px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent {
    padding-top: 240px;
    padding-bottom: 264px;
  }
}
#customHeaderContent * {
  box-sizing: border-box;
}
#customHeaderContent h1 {
  font-family: 'Sue Ellen Francisco', cursive;
  color: white;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  #customHeaderContent h1 {
    line-height: 56px;
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  #customHeaderContent h1 {
    line-height: 56px;
    font-size: 42px;
  }
}
