.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 !important;
  background-size: cover !important;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #subHeaderContent {
    background-image: url('files/bg_desktop.jpg') !important;
  }
}
@media screen and (min-width: 768px) {
  #subHeaderContent:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  }
}
#customHeaderContent {
  position: relative;
  text-align: center;
  z-index: 1;
  max-width: 1280px;
  padding: 36px 24px 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  #customHeaderContent {
    padding-top: 72px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent {
    padding-top: 72px;
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent {
    padding-top: 108px;
    padding-bottom: 60px;
  }
}
#customHeaderContent * {
  box-sizing: border-box;
}
#customHeaderContent h1 {
  font-family: 'Sue Ellen Francisco', cursive;
  color: white;
  margin-bottom: 12px;
  text-transform: uppercase;
  background: transparent url(files/slogan_fresh-finnish-thinking_white.png) no-repeat center center;
  background-size: contain;
  width: 330px;
  height: 191px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #customHeaderContent h1 {
    width: 420px;
    height: 300px;
  }
}
#customHeaderContent h1 span {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  #customHeaderContent h1 {
    line-height: 132px;
    font-size: 120px;
  }
}
#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: 400px;
  margin: 0 auto 0 auto;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
#customHeaderContent p strong {
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  #customHeaderContent p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent p {
    max-width: 640px;
    margin: 0 auto 24px auto;
  }
}
#customHeaderContent p a {
  color: #003479;
}
#customHeaderContent p a:hover {
  text-decoration: none;
}
#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;
}
#customHeaderContent a.clear-button {
  display: inline-block;
  height: 40px;
  border-radius: 28px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  transition: background-color 0.3s;
}
#customHeaderContent a.clear-button.blue {
  background-color: rgba(0, 47, 109, 0.7);
}
#customHeaderContent a.clear-button.medium-blue {
  background-color: rgba(0, 157, 219, 0.7);
}
#customHeaderContent a.clear-button.light-blue {
  background-color: rgba(99, 204, 202, 0.7);
}
#customHeaderContent a.clear-button.red {
  background-color: rgba(220, 64, 64, 0.7);
}
@media only screen and (min-width: 640px) {
  #customHeaderContent a.clear-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #customHeaderContent a.clear-button:hover.blue {
    background-color: #002f6d;
  }
  #customHeaderContent a.clear-button:hover.medium-blue {
    background-color: #009ddb;
  }
  #customHeaderContent a.clear-button:hover.light-blue {
    background-color: #63ccca;
  }
  #customHeaderContent a.clear-button:hover.red {
    background-color: #dc4040;
  }
}
