@charset "UTF-8";
/* CSS Document */
body {
  background-color: #FDFDFD;
  font-size: 1.125rem;
  line-height: 1.5;
}
body .t-small {
  font-size: 0.9375rem;
}
#hero {
  margin-bottom: 3em;
}
#hero .section-content.media-above > .section-content-media + .section-content-text {
  color: #0E2D6F;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  /*max-width: 1184px;*/
  background-color: RGBA(255, 255, 255, 0.5);
  margin: -100px auto 0;
  width: 90%;
  z-index: 99;
  padding: 1rem 1rem;
}
@media screen and (max-width: 991px) {
  #hero .section-content.media-above > .section-content-media + .section-content-text {
    width: 96%;
    margin-top: -30px;
  }
}

#hero .section-content.media-above > .section-content-media + .section-content-text h1 {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
#hero + .section .inner {
  padding-top: 0;
}
.section .inner .section-content {
  align-items: center;
  margin: 1em 0;
}
.section .inner .section-content > .section-content-media + .section-content-text h2 {
  color: #0099E1;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
.section .inner .section-content.bgcont {
  background-color: #0294DC;
  align-items: center;
  color: #FFF;
  padding: 1em 1.5em;
  margin-top: 2em;
  margin-bottom: 0;
}
.section .inner .section-content.bgcont > .section-content-media {
  -webkit-flex-basis: 35%;
  flex-basis: 35%;
  min-width: 35%;
  font-size: 0.825rem;
}
.section .inner .section-content.bgcont > .section-content-media + .section-content-text {
  font-size: 1.65rem;
  line-height: 1.5;
}
.section .inner .section-content.bgcont > .section-content-media + .section-content-text span {
  font-size: 1.3rem;
}
.section .inner .section-content.bgcont > .section-content-media + .section-content-text h2 {
  font-size: 2.4rem;
  color: #FFF;
  margin-bottom: 0.5em;
}
.section .inner .section-content.medialink {
  margin-top: 3em;
}
.section .inner .section-content.medialink h3 {
  width: 50%;
  min-width: 8em;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 auto 1em;
}
.section .inner .section-content.medialink .lightbox {
  display: block;
  width: 720px;
  max-width: 100%;
}

.section .inner .section-content.medialink .section-content-media .item-image img {
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 8px 8px 20px 5px rgba(10, 10, 10, 0.1);
}
.section .inner .bar-navy {
  display: block;
  background-color: #0F2D6F;
  width: 100%;
  padding: 0.25em 1em;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}

.table-responsive-sm {
  min-width: 100%;
  margin-bottom: 1rem;
}

.section.table .inner .bar-navy {
  font-size: 1.5rem;
}
.section.table .inner .bar-navy .t-small {
  font-size: 0.7em;
}
.section.table .inner .bar-navy + .sub-right {
  text-align: right;
  margin-bottom: -2em;
  font-size: 0.8rem;
}
.section.table .inner .section-content table {
  width: 100%;
  border-top: 3px solid #999;
  border-bottom: 3px solid #999;
  border-left-width: 0px;
  border-right-width: 0px;
}
.section.table .inner .section-content table caption {
  color: #000;
  caption-side: top;
  padding-bottom: 0.25em;
}
.section.table .inner .section-content table tr td, .section.table .inner .section-content table tr th {
  padding: 0.5em;
  border: 1px solid #999;
}
.section.table .inner .section-content table tr td:first-child, .section.table .inner .section-content table tr th:first-child {
  border-left-width: 0px;
}
.section.table .inner .section-content table tr td:last-child, .section.table .inner .section-content table tr th:last-child {
  border-right-width: 0px;
}
.section.table .inner .section-content table tr th {
  background-color: #C0D4E6;
  padding: 0.25em 1em;
  text-align: center;
}
.section.table .inner .section-content table tr td div {
  display: flex;
}
@media screen and (max-width: 991px) {
  .section.table .inner .section-content table tr td div {
    display: block;
  }
}
.section.table .inner .section-content table tr td div ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 50%;
  font-size: .8em;
  word-wrap: break-word;
}
@media screen and (max-width: 991px) {
  .section.table .inner .section-content table tr td div ul {
    width: auto;
  }
}
.section.table .inner .section-content table tr td div ul:first-child {
  padding-right: 1em;
}
.section.table .inner .section-content table tr td div ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.section.table .inner .section-content table tr td div ul li:before {
  content: "●";
  color: #1672AE;
}
.section.table .inner .section-content table tr td.vertical {
/*  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
*/  display: flex;
  border: 0px;
  width: 100%;
  font-size: .8em;
}
.section.table .inner .section-content table tr td.vertical span {
  display: block;
  margin: 0 auto;
}
.section.table .inner .section-content table tr:first-child th {
  background-color: #3170AC;
  color: #FFF;
}
.section.table .inner .section-content table tr:first-child td {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.section.table .inner .section-content table tr:last-child {
  border-top: 1px solid #999;
}

.section-content > * {
  max-width: 100%;
}


@media screen and (min-width: 992px) {
  .area-main {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
  }
}
