﻿.sub-header {
  position: relative;
}
.sub-header > :last-child {
  margin-bottom: 0;
}
.sub-header .sub-header-image-container {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
}
.sub-header .sub-header-image-container .sub-header-image {
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.sub-header .sub-header-image-container:after {
  content: url(#);
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .sub-header .sub-header-image-container {
    height: 150px;
  }
  .sub-header .sub-header-image-container .sub-header-image {
    width: 1152px;
    margin-left: -576px;
  }
}
.sub-header .sub-header-image-container .sub-header-title {
  position: relative;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 300;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
@media (max-width: 991px) {
  .sub-header .sub-header-image-container .sub-header-title {
    font-size: 32px;
  }
}
.sub-header .sub-header-image-container .sub-header-title > span {
  position: absolute;
  bottom: 10px;
}
.sub-body {
  position: relative;
  font-size: 16px;
  color: #636363;
}
.sub-body a:not(.btn):hover {
  color: #96201f;
}
@media (max-width: 767px) {
  .sub-body {
    width: 100%;
  }
}
.sub-body > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.sub-body h1 {
  font-size: 36px;
  font-weight: 700;
  color: #00688f;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .sub-body h1 {
    font-size: 32px;
    margin: 10px 0;
  }
}
.sub-body h2 {
  font-size: 22px;
  color: #00688f;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sub-body h2 {
    font-size: 18px;
  }
}
.sub-body h3 {
  font-size: 18px;
  color: #636363;
  font-weight: 400;
  margin: 26px 0 0;
}
@media (max-width: 991px) {
  .sub-body h3 {
    font-size: 18px;
    margin: 15px 0 0;
  }
}
.sub-body p {
  color: #636363;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6em;
}
.sub-body .sub-body-content {
  position: relative;
  z-index: 9;
}
.sub-body .sub-body-content .main-content ul {
  margin-left: 22px;
}
.sub-body .sub-body-content .main-content ul li {
  text-indent: -10px;
  margin: 6px 0;
  line-height: 1.6;
}
.sub-body .lead-in-text {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.sub-body .lead-in-text p {
  font-size: 18px;
  color: #636363;
}
@media (max-width: 991px) {
  .sub-body .lead-in-text p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.sub-body .button-macro {
  display: inline-block;
  margin: 20px 20px 20px 0;
}
@media (max-width: 767px) {
  .sub-body .button-macro {
    margin: 10px 10px 10px 0;
  }
}
/*# sourceMappingURL=sub.css.map */