body.landing-page {
  display: block;
}
.subpage-body.landing-page {
  background-color: transparent;
}
.subpage-body.landing-page .article {
  background: transparent;
  box-shadow: none;
  display: block;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(1) {
  /* background: rgba(0, 0, 0, .6) url(../img/menu-background.svg) no-repeat center/cover; */
  /* color: #fff; */
  /* text-shadow: rgba(0, 0, 0, .5) 0 2px 4px; */
  /* border: solid 1px #E07D26; */
  background-color: transparent;
  border-radius: 3px;
  font-size: 1rem;
  margin: 1.2rem 0 0;
  padding: 2rem 6rem;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(2) .rich-text {
  border: solid 1px #E07D26;
  margin-bottom: 10px;
}
.subpage-body.landing-page .article .article-body {
  margin: 70px 0 0;
  padding: 0;
}
.subpage-body.landing-page .article .block-rich_text {
  background: #fff;
  border-radius: 3px;
  margin: 0.6rem 0;
  padding: 0 1.2rem;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(1) h2 {
  /* color: #fff; */
  font-size: 1.4rem;
  text-align: center;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(2) {
  border-radius: 3px 3px 0 0;
  margin: 1.2rem 0 0;
  padding: 0 2rem;
  text-align: center;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(2) h2 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(2) h3 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(2) p {
  margin-top: 0;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(3) {
  border-radius: 0 0 3px 3px;
  margin-top: 0;
  text-align: center;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(3) p {
  margin: 0;
}
.subpage-body.landing-page .article .block-rich_text:nth-child(3) img {
  display: block;
  margin: 0 auto 2rem;
}
.landing-page-recent-news {
  column-gap: 1.2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin: 0.6rem 0;
}
.landing-page-recent-news div {
  border-radius: 3px;
}
.landing-page-recent-news div.main-news-article {
  background-color: #3E8CAE;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: flex-end;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 355px;
  padding: 1.2rem 0 0;
  position: relative;
  text-shadow: rgba(0, 0, 0, .5) 0 0 4px;
}
.landing-page-recent-news div.main-news-article h3 {
  background: rgba(0, 0, 0, .3);
  border-radius: 0;
  margin: 0;
  padding: 1.2rem;
  position: relative;
}
.landing-page-recent-news div.main-news-article .metadata {
  background: rgba(0, 0, 0, .3);
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
  position: relative;
  padding: 0 1.2rem 1.2rem;
}
.landing-page-recent-news div.main-news-article p {
  font-size: .8rem;
  margin: 0;
}
.landing-page-recent-news div.main-news-article a.more {
  background: url("../img/go-forward-small-orange.svg") no-repeat right/23px;
  display: inline-block;
  line-height: 23px;
  padding: 0 35px 0 0;
}
.landing-page-recent-news div.main-news-article img {
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.landing-page-recent-news div.news-article-list {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
  padding: 1.2rem;
}
@supports (display: flex) {
  .landing-page-recent-news div.news-article-list {
    margin-top: 0;
  }
}
.landing-page-recent-news div.news-article-list h3 {
  font-size: 1rem;
  margin: 0 0 1.2rem;
}
.landing-page-recent-news div.news-article-list ol {
  margin: 0;
  padding: 0;
}
@supports (display: flex) {
  .landing-page-recent-news div.news-article-list ol {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
  }
}
.landing-page-recent-news div.news-article-list li {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.2rem;
  padding: 0;
}
.landing-page-recent-news div.news-article-list h4 {
  font-size: .8rem;
  font-weight: normal;
  margin: 0;
  order: 2;
}
.landing-page-recent-news div.news-article-list a:link {
  color: #4f86a0;
}
.landing-page-recent-news div.news-article-list a:visited {
  color: #75acc6;
}
.landing-page-recent-news div.news-article-list a:link:hover,
.landing-page-recent-news div.news-article-list a:visited:hover {
  color: #29607a;
}
.landing-page-recent-news div.news-article-list p {
  color: #98a3a3;
  font-size: .7rem;
  margin: 0;
  text-transform: uppercase;
}
.subpage-body.landing-page .landing-page-links {
  background: #fff;
  border-radius: 3px;
  margin: 1.2rem 0;
}
.subpage-body.landing-page .landing-page-links div {
  color: #98a3a3;
  font-size: .8rem;
  padding: 1.2rem 5rem;
  text-align: center;
}
.subpage-body.landing-page .landing-page-links h2 {
  color: #222;
  font-size: 1.1rem;
  margin: 0;
}
.subpage-body.landing-page .landing-page-links a {
  color: #3E8CAE;
}
.subpage-body.landing-page .landing-page-links p.button {
  margin-bottom: 0;
  text-align: center;
}
.subpage-body.landing-page .landing-page-links a.button {
  background: #6cd070;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  font-weight: bold;
  padding: .8rem 1.2rem;
}
.subpage-body.landing-page .landing-page-links ul.social-links {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.subpage-body.landing-page .landing-page-links ul.social-links {
  margin: 0;
  padding: 0;
}
.subpage-body.landing-page .landing-page-links ul.social-links a {
  background: red;
  border-radius: 50%;
  display: block;
  height: 40px;
  margin: 0 7px;
  text-indent: -9999px;
  width: 40px;
}
.subpage-body.landing-page .landing-page-links ul.social-links a.facebook {
  background: #4e71a8 url("../img/facebook-icon.svg") no-repeat center/10px;
}
.subpage-body.landing-page .landing-page-links ul.social-links a.youtube {
  background: #ca3737 url("../img/youtube-icon.svg") no-repeat center/21px;
}
.subpage-body.landing-page .landing-page-links ul.social-links a.twitter {
  background: #1cb7eb url("../img/twitter-icon.svg") no-repeat center/21px;
}

@media only screen and (max-width: 991px) {
  .subpage-body.landing-page .article .block-rich_text:nth-child(1) {
    border-radius: 0;
    font-size: 1rem;
    margin: 0;
    padding: 1.2rem 2rem;
  }
  .subpage-body.landing-page .article .article-body {
    margin: 0;
  }
  .subpage-body.landing-page .article .block-rich_text:nth-child(2) h2 {
    color: #3E8CAE;
  }
  .subpage-body.landing-page .article .block-rich_text:nth-child(2),
  .subpage-body.landing-page .article .block-rich_text:nth-child(3) {
    border-radius: 0;
  }
  .landing-page-recent-news {
    display: block;
  }
  .landing-page-recent-news div {
    border-radius: 0;
  }
  .landing-page-recent-news div.main-news-article {
    display: none;
  }
  .subpage-body.landing-page .landing-page-links {
    background: none;
    border-radius: 0;
    display: block;
  }
  .subpage-body.landing-page .landing-page-links div {
    background: #fff;
    margin: 1.2rem 0;
    padding: 1.2rem;
    text-align: left;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subpage-body.landing-page .article .block-rich_text:nth-child(2) {
    margin-bottom: -1px;
  }
}
@supports (display: flex) {
  .subpage-body.landing-page .article .block-rich_text:nth-child(2) {
    margin-bottom: -1px;
  }
}
