.nav-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-tabs-item {
  margin: 0;
  display: inline-block;
}
.nav-tabs-item a {
  position: relative;
  text-decoration: none;
}

.tab {
  transition: 0.25s ease;
}
.prefers-reduced-motion .tab {
  transition: none;
}
.tab-content > .tab-pane {
  position: relative;
  display: none;
}
.tab-content > .tab-pane > *:not(.program-finder-interests) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tab-content > .tab-pane > .program-finder-interests {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 30px auto 0;
}
.tab-content > .tab-pane.active {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 100%;
}
.tab-content > .tab-pane.fade {
  transition: opacity 0.15s linear;
}
.prefers-reduced-motion .tab-content > .tab-pane.fade {
  transition: none;
}
.tab-content > .tab-pane.fade:not(.show) {
  opacity: 0;
}
.tab-content .split-content .accordion {
  padding: 0;
}
.tab-group-header {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767.98px) {
  .tab-group-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .tab-group-header {
    margin-bottom: 15px;
  }
}
.tab-group-header h2 {
  font-family: nocturne-serif, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}
.tab-group-header h2 {
  font-size: 35px;
}
@media (min-width: 575px) {
  .tab-group-header h2 {
    font-size: calc(35px + 63 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .tab-group-header h2 {
    font-size: 98px;
  }
}
.tab-group-header h2 {
  line-height: 40px;
}
@media (min-width: 575px) {
  .tab-group-header h2 {
    line-height: calc(40px + 80 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .tab-group-header h2 {
    line-height: 120px;
  }
}
.tab-group-header h2 {
  letter-spacing: -2px;
}
@media (min-width: 575px) {
  .tab-group-header h2 {
    letter-spacing: calc(-2px + -3.5 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .tab-group-header h2 {
    letter-spacing: -5.5px;
  }
}
@media (max-width: 991.98px) {
  .tab-group-header h2 {
    margin-bottom: 15px;
  }
}
.tab.ec-swan-boat-white {
  padding: 100px 15px 100px 0;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .tab.ec-swan-boat-white {
    padding: 30px 0;
  }
}

.tab--horizontal {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
}
.tab--horizontal .tab-content {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767.98px) {
  .tab--horizontal .tab-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ec-swan-boat-white .tab--horizontal .tab-content {
  padding-left: 0;
  padding-right: 0;
}
.tab--horizontal .tab-content > .tab-pane {
  padding: 50px 30px;
}
@media (max-width: 767.98px) {
  .tab--horizontal .tab-content > .tab-pane {
    padding: 30px 0;
  }
}
.tab--horizontal .tab-content > .tab-pane .news-story-feed {
  padding-top: 0;
}
.tab--horizontal .nav-tabs {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.tab--horizontal .nav-tabs.finished {
  overflow: auto;
}
@media (max-width: 767.98px) {
  .tab--horizontal .nav-tabs {
    border-bottom: 1px solid #bababa;
    padding-top: 10px;
  }
}
.tab--horizontal .nav-tabs:before {
  position: absolute;
  content: "";
  background-color: #162056;
  opacity: 0.29;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  transition: 0.5s ease-in;
}
@media (max-width: 767.98px) {
  .tab--horizontal .nav-tabs:before {
    display: none;
  }
}
.tab--horizontal .nav-tabs.animate:before {
  width: 95%;
}
.tab--horizontal .tab-button {
  font-family: "CircularPro-Medium", sans-serif;
  color: #1B44A0;
  display: inline-block;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px 2px;
  position: relative;
  white-space: nowrap;
  background: none;
  border: none;
  margin: 0 30px;
}
.tab--horizontal .tab-button {
  font-size: 20px;
}
@media (min-width: 575px) {
  .tab--horizontal .tab-button {
    font-size: calc(20px + 22 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .tab--horizontal .tab-button {
    font-size: 42px;
  }
}
.tab--horizontal .tab-button {
  line-height: 28px;
}
@media (min-width: 575px) {
  .tab--horizontal .tab-button {
    line-height: calc(28px + 26 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .tab--horizontal .tab-button {
    line-height: 54px;
  }
}
.tab--horizontal .tab-button {
  letter-spacing: -0.5px;
}
@media (min-width: 575px) {
  .tab--horizontal .tab-button {
    letter-spacing: calc(-0.5px + -1 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .tab--horizontal .tab-button {
    letter-spacing: -1.5px;
  }
}
@media (max-width: 767.98px) {
  .tab--horizontal .tab-button {
    margin: 0;
    margin-right: 15px;
    padding-top: 0;
  }
}
.tab--horizontal .tab-button span {
  position: relative;
  top: 0;
  transition: 0.25s ease-in-out;
}
.tab--horizontal .tab-button:after {
  content: "";
  background: #1B44A0;
  display: block;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.tab--horizontal .tab-button.active span {
  top: 0;
}
.tab--horizontal .tab-button.active:after {
  transform: scaleX(1);
}
.tab--horizontal .tab-button:not(.active):hover span, .tab--horizontal .tab-button:not(.active):focus span {
  top: -10px;
}
.tab--horizontal .tab-overflow {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767.98px) {
  .tab--horizontal .tab-overflow {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tab--horizontal .widget-subtext {
  margin-bottom: 0;
}

.wide-container .is-animating-in-increment .paragraph.tab-button {
  display: inline-block;
}

.tab--vertical {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 250px 1fr;
  grid-template-rows: auto;
}
.container-fluid:not(.layout--right-rail):not(.layout--left-rail) .tab--vertical {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .tab--vertical--swap .nav-tabs:before {
    width: 100%;
  }
}
.tab--vertical .nav-tabs {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .tab--vertical .nav-tabs:before {
    position: absolute;
    content: "";
    background-color: #162056;
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in;
  }
}
.tab--vertical .nav-tabs button {
  color: #6B92DB;
  padding: 0;
  position: relative;
  text-decoration: none;
  display: block;
  transition: color 0.25s ease;
  font-weight: 700;
  background: none;
  border: none;
  text-align: left;
}
.tab--vertical .nav-tabs button {
  font-size: 20px;
}
@media (min-width: 575px) {
  .tab--vertical .nav-tabs button {
    font-size: calc(20px + 10 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .tab--vertical .nav-tabs button {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .tab--vertical .nav-tabs button {
    line-height: 31px;
    margin-bottom: 20px;
  }
  .tab--vertical .nav-tabs button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background: #FFB103;
    top: 50%;
    transform: translate(0, -50%);
    left: -100px;
    transition: width 0.25s ease;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .tab--vertical .nav-tabs button:before {
    left: -100px;
  }
}
@media (min-width: 992px) {
  .tab--vertical .nav-tabs button.active {
    color: #FFB103;
  }
  .tab--vertical .nav-tabs button.active:before {
    width: 60px;
  }
  .tab--vertical .nav-tabs button:hover, .tab--vertical .nav-tabs button:focus {
    color: #FFB103;
  }
}
.tab--vertical .tab-group-link-list {
  grid-column: 2;
  grid-row: 2;
}
.tab--vertical .tab-content > .tab-pane.active {
  display: grid;
  grid-gap: 30px;
}