/* CSS Document */
body {
  font-size: 1.125rem;
  line-height: 1.5;
}
body .t-small {
  font-size: 0.9375rem;
}
#hero .section-content.media-above > .section-content-media + .section-content-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 1184px;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #hero .section-content.media-above > .section-content-media + .section-content-text {
    display: block;
  }
}
#hero .section-content.media-above > .section-content-media + .section-content-text h1 {
  position: relative;
  color: #0B2D6F;
  font-size: 3.125rem;
  margin-bottom: 0.5em;
  white-space: nowrap;
  margin-right: 1em;
}
@media screen and (max-width: 991px) {
  #hero .section-content.media-above > .section-content-media + .section-content-text h1 {
    width: auto;
    margin-bottom: 1em;
  }
}
#hero .section-content.media-above > .section-content-media + .section-content-text h1 span {
  position: absolute;
  font-size: 0.6em;
  left: 0;
  top: 1.8em;
}
#hero + .section .inner {
  padding-top: 0;
}
.section .section-content.bgcont {
  background-color: #3170B6;
  align-items: center;
  color: #FFF;
  padding: 2em 1.5em;
  margin-top: 2em;
  margin-bottom: 0;
  flex-direction: column;
}
.section .section-content.bgcont a {
  display: block;
  overflow: hidden;
}
.section .section-content.bgcont a img {
  transition-duration: .5s;
}
.section .section-content.bgcont a:hover img {
  transform: scale(1.03);
  opacity: .7;
}
.section .section-content.bgcont > .section-content-media {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  min-width: 35%;
  max-width: 1184px;
  padding: 0 3rem;
}
@media screen and (max-width: 991px) {
  .section .section-content.bgcont > .section-content-media {
    padding: 0;
  }
  .section .section-content.bgcont > .section-content-media figcaption {
    font-size: 10px !important;
  }
}
.section .section-content.bgcont > .section-content-media p {
  width: 100%;
  padding-top: .5em;
}
.section .section-content.bgcont > .section-content-media .item-image {
  width: 24%;
}
.section .section-content.bgcont > .section-content-media .item-image figcaption {
  background-color: #0B2D6F;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  padding: 0.2em;
}
.section .section-content.bgcont > .section-content-media + .section-content-text {
  font-size: 1.75rem;
  line-height: 1.5;
  width: 100%;
  max-width: 1184px;
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  .section .section-content.bgcont > .section-content-media + .section-content-text {
    padding-left: 0;
  }
}
.section .section-content.bgcont > .section-content-media + .section-content-text h2 {
  font-size: 2.4rem;
  color: #FFF;
  margin-bottom: 0.5em;
}
.section .inner .section-content {
  align-items: center;
  margin: 1em 0;
  display: block;
}
.section.merit .inner .section-content {
  margin-bottom: 2rem;
}
.section.merit .inner .section-content .section-content-text {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .section.merit .inner .section-content .section-content-text {
    display: block;
  }
}
.section.merit .inner .section-content .section-content-text h2 {
  width: 325px;
  font-size: 2.75rem;
  color: #0B2D6F;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .section.merit .inner .section-content .section-content-text h2 {
    width: 100%;
  }
}
.section.merit .inner .section-content .section-content-text h2 + div {
  width: calc(100% - 355px);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section.merit .inner .section-content .section-content-text h2 + div {
    width: 100%;
  }
}
.section.merit .inner .section-content .section-content-text h2 + div span {
  font-size: 1.2rem;
}
.section.merit .inner .section-content .section-content-text h3 {
  width: 325px;
  background-color: #3170B6;
  color: #FFF;
  font-size: 1.5rem;
  margin-right: 30px;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .section.merit .inner .section-content .section-content-text h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.section.merit .inner .section-content .section-content-text h3 + div {
  width: calc(100% - 355px);
  padding-top: 0.5em;
}
@media screen and (max-width: 991px) {
  .section.merit .inner .section-content .section-content-text h3 + div {
    width: 100%;
  }
}
.section.merit .inner .section-content .section-content-text h3 + div p {
  margin-bottom: 0.5em;
}
.section.merit .inner .section-content .section-content-text h3 + div p.red-strong {
  color: #FD0004;
  font-weight: bold;
  font-size: 1.5rem;
}
.section.merit .inner .section-content .section-content-text + dl {
  display: flex;
}
@media screen and (max-width: 991px) {
  .section.merit .inner .section-content .section-content-text + dl {
    display: block;
    margin-top: 1em;
  }
}
.section.merit .inner .section-content .section-content-text + dl dt {
  color: #3170B6;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 1em;
}
.section.merit .inner .section-content.merit-head .section-content-text {
  align-items: center;
}