.home-hero-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3px; }
  @media screen and (max-width: 667px) {
    .home-hero-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .home-hero-wrap .hero-block-item {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 3%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 33.3vw; }
    @media screen and (max-width: 667px) {
      .home-hero-wrap .hero-block-item {
        min-height: 280px;
        background-position: center top; } }
    .home-hero-wrap .hero-block-item:nth-of-type(2) {
      margin: 0 3px; }
      @media screen and (max-width: 667px) {
        .home-hero-wrap .hero-block-item:nth-of-type(2) {
          margin: 3px auto; } }
    .home-hero-wrap .hero-block-item.light {
      color: #fff; }
    .home-hero-wrap .hero-block-item.dark {
      color: #003c6f; }
    .home-hero-wrap .hero-block-item .item-title {
      font-size: 42px;
      text-align: center;
      line-height: 46px;
      font-family: 'Roboto Slab', serif;
      font-weight: 700; }
      @media screen and (max-width: 1224px) {
        .home-hero-wrap .hero-block-item .item-title {
          font-size: 32px;
          line-height: 36px; } }
      @media screen and (max-width: 992px) {
        .home-hero-wrap .hero-block-item .item-title {
          font-size: 28px;
          line-height: 31px; } }
  .home-hero-wrap .hero-btn {
    display: table;
    margin: 16px auto 0;
    color: #fff;
    padding: 6px 22px;
    text-align: center;
    font-family: 'Roboto Slab',serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #f8971d; }
    .home-hero-wrap .hero-btn:hover {
      background-color: #ff9a1f; }
    .home-hero-wrap .hero-btn.red {
      background-color: #ee3524; }
      .home-hero-wrap .hero-btn.red:hover {
        background-color: #ff3826; }
    .home-hero-wrap .hero-btn.blue {
      background-color: #003c6f; }
      .home-hero-wrap .hero-btn.blue:hover {
        background-color: #004784; }
    .home-hero-wrap .hero-btn .gray {
      background-color: #414042; }
      .home-hero-wrap .hero-btn .gray:hover {
        background-color: #5b595c; }

#below-hero {
  padding-left: 16px;
  padding-right: 16px; }
  #below-hero h1, #below-hero h2, #below-hero h3 {
    margin-top: 0; }
  #below-hero h1, #below-hero h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 46px; }
    @media screen and (max-width: 1224px) {
      #below-hero h1, #below-hero h2 {
        font-size: 32px;
        line-height: 36px; } }
    @media screen and (max-width: 992px) {
      #below-hero h1, #below-hero h2 {
        font-size: 28px;
        line-height: 31px; } }
  #below-hero .below-hero-cta-column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 24px auto 32px; }
    @media screen and (max-width: 767px) {
      #below-hero .below-hero-cta-column-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #below-hero .below-hero-cta-column-wrap .below-hero-cta-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 8px; }
      @media screen and (max-width: 767px) {
        #below-hero .below-hero-cta-column-wrap .below-hero-cta-column {
          margin-bottom: 16px; } }
      #below-hero .below-hero-cta-column-wrap .below-hero-cta-column:hover img {
        opacity: 0.8; }
      #below-hero .below-hero-cta-column-wrap .below-hero-cta-column img {
        width: 100%;
        max-width: 160px;
        border-radius: 50%;
        border: solid 3px #ee3524; }
        @media screen and (max-width: 992px) {
          #below-hero .below-hero-cta-column-wrap .below-hero-cta-column img {
            max-width: 120px; } }
      #below-hero .below-hero-cta-column-wrap .below-hero-cta-column a.link-text {
        font-size: 24px;
        color: #ee3524;
        font-family: 'Roboto Slab', serif;
        font-weight: bold;
        padding-left: 12px; }
        @media screen and (max-width: 992px) {
          #below-hero .below-hero-cta-column-wrap .below-hero-cta-column a.link-text {
            font-size: 18px; } }

.upw-news-after {
  padding-top: 8px;
  border-top: solid 3px #003c6f; }
  .upw-news-after a {
    font-weight: bold; }
