.body-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.body-content table {
  width: 100%;
  margin-top: 60px;
  margin-top: 0;
}
.body-content table thead tr th {
  font-family: nocturne-serif, serif;
  font-weight: 400;
  font-style: normal;
  padding-right: 10px;
  background-color: #00345E;
  color: #fff;
}
.body-content table thead tr th {
  font-size: 22px;
}
@media (min-width: 575px) {
  .body-content table thead tr th {
    font-size: calc(22px + 30 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .body-content table thead tr th {
    font-size: 52px;
  }
}
.body-content table thead tr th {
  line-height: 30px;
}
@media (min-width: 575px) {
  .body-content table thead tr th {
    line-height: calc(30px + 36 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .body-content table thead tr th {
    line-height: 66px;
  }
}
.body-content table thead tr th {
  letter-spacing: -0.5px;
}
@media (min-width: 575px) {
  .body-content table thead tr th {
    letter-spacing: calc(-0.5px + -1.5 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .body-content table thead tr th {
    letter-spacing: -2px;
  }
}
.body-content table tbody {
  width: 100%;
  display: table;
}
.body-content table tbody tr td, .body-content table tbody tr th {
  padding: 20px 10px;
  border: 1px solid #979797;
}
.body-content table tbody tr:nth-of-type(2n) {
  background-color: #00345E25;
}
.wide-container .body-content {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .wide-container .body-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wide-container .body-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .wide-container .body-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.split-content .body-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.body-content p a:not(.btn), .body-content p a:not(.btn--primary), .body-content ul li a:not(.btn), .body-content ul li a:not(.btn--primary) {
  position: relative;
  border-bottom: 1px solid transparent;
  text-decoration: none !important;
  transition: 0.25s ease;
  top: 0;
}
.is-tabbing .body-content p a:not(.btn):focus, .is-tabbing .body-content p a:not(.btn--primary):focus, .is-tabbing .body-content ul li a:not(.btn):focus, .is-tabbing .body-content ul li a:not(.btn--primary):focus {
  border-bottom: 5px solid #FFB103;
  top: -3px;
}
@media (hover: hover) {
  .body-content p a:not(.btn):hover, .body-content p a:not(.btn--primary):hover, .body-content ul li a:not(.btn):hover, .body-content ul li a:not(.btn--primary):hover {
    border-bottom: 5px solid #FFB103;
    top: -3px;
  }
}
.body-content-container {
  display: flex;
  gap: 50px;
}
.body-content-container.field--length-1 {
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .body-content-container {
    flex-direction: column;
    gap: 15px;
  }
}
.body-content-container-hidden {
  display: none;
}
@media (max-width: 991.98px) {
  .body-content-item {
    width: 100%;
  }
}
.body-content--has-hidden:not(.showing-body) .body-content-container:not(.body-content-container-hidden) {
  position: relative;
}
.body-content--has-hidden:not(.showing-body) .body-content-container:not(.body-content-container-hidden):after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ec-swan-boat-white .body-content--has-hidden:not(.showing-body) .body-content-container:not(.body-content-container-hidden):after {
  background: rgba(242, 239, 232, 0.2);
  background: linear-gradient(180deg, rgba(242, 239, 232, 0) 0%, #F2EFE8 100%);
}
.body-content-show-more {
  border: none;
  background: none;
  color: #1B44A0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.body-content-show-more:after {
  content: "\f102";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  rotate: 0deg;
  transition: 0.25s ease;
}
.prefers-reduced-motion .body-content-show-more:after {
  transition: none;
}
.body-content-show-more.showing:after {
  rotate: 45deg;
}