.section-separator {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 10px;
  overflow: hidden; }

.articles__leftRightImage {
  height: auto;
  width: 100%;
  vertical-align: top;
  margin-bottom: 15px; }
  @media (min-width: 769px) {
    .articles__leftRightImage {
      display: inline-block;
      width: 50%;
      margin-bottom: 0; } }

.articles__leftRightText {
  vertical-align: top; }
  @media (min-width: 769px) {
    .articles__leftRightText {
      display: inline-block;
      width: 49%;
      padding: 0 10px; } }

.articles__headerText {
  font-size: 20px;
  font-weight: 400; }

.articles__text {
  font-size: 16px;
  min-height: 60px;
  padding: 15px 0; }

.articles__link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

.articles__base {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px; }
  @media (min-width: 992px) {
    .articles__base {
      width: 100%; } }

.hub__heroImage {
  position: relative; }

.hub__heroContainer {
  max-width: 1200px;
  margin: 30px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  height: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative; }
  @media (min-width: 769px) {
    .hub__heroContainer {
      height: 500px;
      background-size: cover;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly; } }

.hub__textcontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 769px) {
    .hub__textcontainer {
      width: 100%; } }

.hub__heroTitle,
.hub__heroTitle * {
  padding: 20px 12px;
  margin-top: 35px;
  font-weight: 400;
  font-size: 2rem;
  color: #fff; }
  @media (min-width: 769px) {
    .hub__heroTitle,
    .hub__heroTitle * {
      width: 500px;
      margin: 0 auto;
      font-size: 3rem; } }
  @media (min-width: 992px) {
    .hub__heroTitle,
    .hub__heroTitle * {
      width: 650px;
      line-height: 4rem; } }

.hub__heroSubtitle {
  display: inline-block;
  max-width: 750px;
  color: #fff;
  line-height: 1.7rem;
  font-size: 16px;
  vertical-align: top;
  margin: 6px 0 0 12px; }
