.hp_section_headline {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.71429rem;
  line-height: 1.15789em;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  position: relative;
  text-align: center;
  margin-top: 0;
}
@media only screen and (max-width: 720px) {
  .hp_section_headline {
    font-size: 2.28571rem;
    line-height: 1.125em;
  }
}
.hp_section_headline::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #0095ce;
  bottom: 0;
  height: 2px;
  left: calc(50% - 0.5em);
  width: 1em;
}

.recent_articles {
  margin-top: 5rem;
}
.recent_articles .more_news {
  display: flex;
  margin-top: 2em;
  justify-content: center;
}
.recent_articles .more_news > a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0.8em 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28571em;
  background-color: #0095ce;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #fff;
  height: auto;
  min-height: 0;
  padding: 1em 2em;
  padding: 1.4em 3em;
}
.recent_articles .more_news > a::-moz-focus-inner {
  border-width: 0;
}
.recent_articles .more_news > a:hover {
  background-color: rgba(0, 149, 206, 0.7);
}
@media only screen and (min-width: 961px) and (min-width: 0\0) {
  .recent_articles .graphic_box {
    width: calc(33.33% - 1.34em);
  }
}
@media only screen and (min-width: 961px) {
  _:-ms-lang(x), _:-webkit-full-screen, .recent_articles .graphic_box {
    width: calc(33.33% - 1.34em);
  }
}

@media only screen and (min-width: 1431px) {
  .banner {
    margin-bottom: -11rem;
  }
  .banner .banner_slide {
    padding-bottom: 11rem;
  }

  .content > ._cont {
    background-color: #fff;
    position: relative;
  }
}
