
@media all {
  .banner {
    margin-bottom: 1rem;
    position: relative;
    z-index: 0; } }
  @media all and (min-width: 768px) {
    .banner {
      margin-bottom: 1.5rem; } }

@media all {
    .banner__background-image {
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: none;
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
      .banner__background-image:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.4)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#66ffffff',GradientType=1 ); }
      .banner__background-image:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0.6)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 80%, rgba(255, 255, 255, 0.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=0 ); }
    .banner--center-image .banner__background-image {
      background-position: center center; }
    .banner--blur .banner__background-image {
      -webkit-filter: blur(4px);
              filter: blur(4px);
      bottom: -7px;
      left: -5px;
      right: -5px; }
    .banner__container {
      position: relative;
      min-height: 170px; } }
    @media all and (min-width: 576px) {
      .banner__container {
        padding-bottom: 10px; } }
    @media all and (min-width: 992px) {
      .banner__container {
        padding-bottom: 178px; } }
    @media all and (-ms-high-contrast: none), all and (-ms-high-contrast: active) {
      .banner__container {
        height: 170px; } }
    @media all and (min-width: 576px) and (max-width: 767.98px) {
      .banner__container {
        min-height: 160px; } }
  @media all and (min-width: 576px) and (max-width: 767.98px) and (-ms-high-contrast: none), all and (min-width: 576px) and (max-width: 767.98px) and (-ms-high-contrast: active) {
    .banner__container {
      height: 160px; } }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .banner__container {
        min-height: 188px; } }
  @media all and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none), all and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: active) {
    .banner__container {
      height: 188px; } }
    @media all and (min-width: 992px) and (max-width: 1199.98px) {
      .banner__container {
        min-height: 424px; } }
  @media all and (min-width: 992px) and (max-width: 1199.98px) and (-ms-high-contrast: none), all and (min-width: 992px) and (max-width: 1199.98px) and (-ms-high-contrast: active) {
    .banner__container {
      height: 424px; } }
    @media all and (min-width: 1200px) {
      .banner__container {
        min-height: 409px; } }
  @media all and (min-width: 1200px) and (-ms-high-contrast: none), all and (min-width: 1200px) and (-ms-high-contrast: active) {
    .banner__container {
      height: 409px; } }

@media all {
    .banner__title {
      margin-top: 0;
      text-shadow: 0.5px 0.866px 2px rgba(255, 255, 255, 0.5); }
      .banner__title h1,
      .banner__title .h1 {
        font-family: "Libre Baskerville", serif;
        font-weight: 400;
        line-height: 1.2em;
        padding: 0;
        margin: 0;
        font-size: 1.77778rem;
        margin-bottom: 0.45em; }
        .banner__title h1,
        .banner__title h1 a,
        .banner__title .h1,
        .banner__title .h1 a {
          color: #0c173c; } }
      @media all and (min-width: 768px) {
        .banner__title h1,
        .banner__title .h1 {
          font-size: 2.22222rem; } }
      @media all and (min-width: 992px) {
        .banner__title h1,
        .banner__title .h1 {
          font-size: 2.55556rem; } }

