.home-hero {
  position: relative;
  height: 530px;
  z-index: 0;
  background-size: cover; }
  @media (max-width: 767px) {
    .home-hero {
      display: block;
      height: auto;
      padding-bottom: 35px;
      background-position: top center; } }
  .home-hero .fade {
    z-index: -1; }
  .home-hero .map-overlay {
    z-index: 0;
    position: relative;
    border-bottom: 19px solid #e7eaec; }
  .home-hero .hero-content {
    z-index: 0; }
  .home-hero h1.page-title {
    font-size: 54px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    /* Old styling as per design
    padding:67px 0 71px 0;
     */
    padding: 62px 0 37px 0;
    border-bottom: 1px solid #ffffff;
    max-width: 1140px; }
    @media (max-width: 767px) {
      .home-hero h1.page-title {
        width: 100%;
        font-size: 32px;
        border-bottom: none;
        text-align: center; } }
  .home-hero h1.page-title .field--name-field-heading {
    max-width: 658px; }
  .home-hero .hero-sub-head p {
    /* Old styling as per the design
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-top:55px;
    max-width:700px;*/
    font-family: "Sentinel A", "Sentinel B", sans-serif;
    font-size: 23px;
    font-weight: 200;
    line-height: 1.25;
    color: #ffffff;
    margin-top: 37px;
    max-width: 750px; }
    @media (max-width: 767px) {
      .home-hero .hero-sub-head p {
        font-size: 20px;
        text-align: center;
        margin-top: 0; } }
  .home-hero .hero-buttons {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .home-hero .hero-buttons {
        margin-top: 0; } }
  .home-hero .hero-buttons .field__item {
    display: inline;
    margin-right: 22px; }
    @media (max-width: 767px) {
      .home-hero .hero-buttons .field__item {
        margin-right: 0px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .home-hero .hero-buttons .field__item a {
    border-radius: 4px;
    border: solid 1px #ffffff;
    font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
    font-size: 18px;
    line-height: 0.94;
    text-align: center;
    color: #ffffff;
    padding: 13px 32px 13px 32px; }
    @media (max-width: 767px) {
      .home-hero .hero-buttons .field__item a {
        display: block;
        width: 100%;
        margin-top: 16px; } }
  .home-hero .hero-credit {
    margin-top: 65px;
    color: #ffffff;
    font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
    font-weight: 200;
    font-size: 12px;
    position: absolute;
    bottom: 20px; }
    @media (max-width: 795px) {
      .home-hero .hero-credit {
        display: none; } }
  .home-hero .blurred-band {
    height: 12px;
    width: 100%;
    background-color: #8996a0;
    opacity: 0.3;
    position: absolute;
    bottom: 0; }
    @media (max-width: 795px) {
      .home-hero .blurred-band {
        display: none; } }

.map-overlay-middle {
  display: none;
  background-image: url(../../../images/map-overlay-middle.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  height: 100%;
  width: 100%;
  position: absolute; }
  @media (max-width: 767px) {
    .map-overlay-middle {
      display: none; } }

.home-spdi {
  display: none;
  height: 400px;
  background-color: #e7eaec;
  padding-top: 1px;
  position: relative; }
  @media (max-width: 1075px) {
    .home-spdi {
      height: 510px; } }
  @media (max-width: 767px) {
    .home-spdi {
      height: auto; } }
  .home-spdi .spdi-text {
    position: relative;
    z-index: 1;
    width: 60%;
    padding-right: 10px; }
    @media (max-width: 1075px) {
      .home-spdi .spdi-text {
        width: 50%; } }
    @media (max-width: 767px) {
      .home-spdi .spdi-text {
        width: 100%; } }
  .home-spdi .spdi-text h2 {
    max-width: 470px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.17;
    color: #a51c30;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .home-spdi .spdi-text h2 {
        text-align: center;
        font-size: 24px; } }
  .home-spdi .field--name-field-spdi-text p {
    font-family: "Sentinel A", "Sentinel B", sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #1e1e1e;
    margin: 26px 0 0 0;
    max-width: 648px; }
    @media (max-width: 767px) {
      .home-spdi .field--name-field-spdi-text p {
        text-align: center;
        font-size: 18px; } }
  .home-spdi .spdi-image {
    width: 40%;
    overflow: visible;
    margin-top: -122px; }
    @media (max-width: 1440px) {
      .home-spdi .spdi-image {
        margin-top: -100px; } }
    @media (max-width: 1075px) {
      .home-spdi .spdi-image {
        margin-top: -65px; } }
    @media (max-width: 1075px) {
      .home-spdi .spdi-image {
        width: 50%; } }
    @media (max-width: 767px) {
      .home-spdi .spdi-image {
        width: 100%;
        display: block;
        margin-top: 10px; } }
  .home-spdi .spdi-image img {
    width: 525px;
    height: auto;
    max-width: none; }
    @media (max-width: 1440px) {
      .home-spdi .spdi-image img {
        max-width: 100%;
        height: auto; } }
  .home-spdi .more-about {
    height: 34px;
    font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    color: #a51c30;
    margin-top: 43px;
    background-image: url("../../../images/icon-link-arrow-red-right.svg");
    background-repeat: no-repeat;
    background-position: 163px;
    background-size: 35px; }
    @media (max-width: 767px) {
      .home-spdi .more-about {
        font-size: 18px; } }
  .home-spdi .more-about a {
    margin-left: none; }

.map-overlay-bottom {
  background-image: url(../../../images/map-overlay-bottom.png);
  background-repeat: no-repeat;
  background-position: center 3px;
  height: 110%;
  width: calc(100% - 54px);
  position: absolute;
  margin-left: 54px; }
  @media (max-width: 767px) {
    .map-overlay-bottom {
      display: none; } }

.home-highlights {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both; }
  .home-highlights .bar-gradient {
    display: none;
    margin: 10px 0 20px 0; }
  .home-highlights .field--name-field-highlights-summary p {
    height: 32px;
    max-width: 745px;
    font-family: "Sentinel A", "Sentinel B", sans-serif;
    font-size: 24px;
    line-height: 1.33;
    color: #1e1e1e;
    margin: 17px 0 35px 0; }
    @media (max-width: 767px) {
      .home-highlights .field--name-field-highlights-summary p {
        font-size: 18px; } }
  .home-highlights .highlights-type-date {
    font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
    font-size: 13px;
    line-height: 1.85;
    color: #000000;
    text-transform: uppercase; }
  .home-highlights .views-field-title {
    font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.18;
    color: #a51c30;
    height: 26px;
    margin: 12px 0 83px 0; }
  .home-highlights .views-field-field-image {
    margin: 0 0 12px 0; }
  .home-highlights .views-field-field-image a:hover {
    border-bottom: none; }
  .home-highlights .views-field-field-summary p {
    height: 96px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px 0 50px 0; }

.more-highlights {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both; }
  .more-highlights .more-to {
    height: 34px;
    font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    color: #a51c30;
    margin-top: -5px;
    background-image: url("../../../images/icon-link-arrow-red-right.svg");
    background-repeat: no-repeat;
    background-position: 203px;
    background-size: 35px; }
    @media (max-width: 767px) {
      .more-highlights .more-to {
        font-size: 18px;
        background-position: 184px 3px; } }
  .more-highlights .more-to a {
    margin-left: none; }

.page-node-type-home-page .more-highlights {
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .page-node-type-home-page .more-highlights {
      position: static;
      margin-bottom: 45px; } }

.page-node-type-home-page .newsletter-signup {
  margin-top: 0; }
  @media (max-width: 767px) {
    .page-node-type-home-page .newsletter-signup {
      margin-top: 50px; } }

/*# sourceMappingURL=home-page.css.map */
