.rail-nav {
  padding-left: 24px;
}
@media (max-width: 767.98px) {
  .rail-nav {
    padding-left: 0;
  }
}
.rail-nav-title {
  font-family: nocturne-serif, serif;
  font-weight: 400;
  font-style: normal;
  color: #1B44A0;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
}
.rail-nav-title {
  font-size: 20px;
}
@media (min-width: 575px) {
  .rail-nav-title {
    font-size: calc(20px + 18 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .rail-nav-title {
    font-size: 38px;
  }
}
.rail-nav-title {
  line-height: 28px;
}
@media (min-width: 575px) {
  .rail-nav-title {
    line-height: calc(28px + 26 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .rail-nav-title {
    line-height: 54px;
  }
}
.rail-nav-title {
  letter-spacing: -0.5px;
}
@media (min-width: 575px) {
  .rail-nav-title {
    letter-spacing: calc(-0.5px + -1 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .rail-nav-title {
    letter-spacing: -1.5px;
  }
}
@media (max-width: 767.98px) {
  .rail-nav-title {
    display: none;
  }
}
.rail-nav-title span {
  border-bottom: 3px solid #1B44A0;
}
.rail-nav-title a {
  color: #1B44A0;
  position: relative;
  border-bottom: 1px solid transparent;
  text-decoration: none !important;
  transition: 0.25s ease;
  top: 0;
}
.is-tabbing .rail-nav-title a:focus {
  border-bottom: 5px solid #FFB103;
  top: -3px;
}
@media (hover: hover) {
  .rail-nav-title a:hover {
    border-bottom: 5px solid #FFB103;
    top: -3px;
  }
}
.rail-nav-title-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .rail-nav-title-mobile {
    display: inline-flex;
    align-items: center;
    font-family: nocturne-serif, serif;
    font-weight: 400;
    font-style: normal;
    color: #1B44A0;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid transparent;
    text-decoration: none !important;
    transition: 0.25s ease;
    top: 0;
    cursor: pointer;
  }
  .rail-nav-title-mobile {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) and (min-width: 575px) {
  .rail-nav-title-mobile {
    font-size: calc(20px + 18 * (100vw - 575px) / 1825);
  }
}
@media (max-width: 767.98px) and (min-width: 2400px) {
  .rail-nav-title-mobile {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .rail-nav-title-mobile {
    line-height: 28px;
  }
}
@media (max-width: 767.98px) and (min-width: 575px) {
  .rail-nav-title-mobile {
    line-height: calc(28px + 26 * (100vw - 575px) / 1825);
  }
}
@media (max-width: 767.98px) and (min-width: 2400px) {
  .rail-nav-title-mobile {
    line-height: 54px;
  }
}
@media (max-width: 767.98px) {
  .rail-nav-title-mobile {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767.98px) and (min-width: 575px) {
  .rail-nav-title-mobile {
    letter-spacing: calc(-0.5px + -1 * (100vw - 575px) / 1825);
  }
}
@media (max-width: 767.98px) and (min-width: 2400px) {
  .rail-nav-title-mobile {
    letter-spacing: -1.5px;
  }
}
@media (max-width: 767.98px) {
  .is-tabbing .rail-nav-title-mobile:focus {
    border-bottom: 5px solid #FFB103;
    top: -3px;
  }
}
@media (max-width: 767.98px) and (hover: hover) {
  .rail-nav-title-mobile:hover {
    border-bottom: 5px solid #FFB103;
    top: -3px;
  }
}
@media (max-width: 767.98px) {
  .rail-nav-title-mobile a {
    margin-bottom: 0;
  }
  .rail-nav-title-mobile:after {
    content: "\f112";
    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;
    transition: 0.25s ease;
    font-size: 16px;
  }
  .rail-nav-title-mobile.active:after {
    rotate: 180deg;
  }
}
.rail-nav .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .rail-nav .menu {
    display: none;
  }
}
.rail-nav .menu-item--expanded .menu-level-1 {
  display: none;
}
.rail-nav .menu li a {
  position: relative;
  display: inline-block;
  padding: 11px 0 0;
  color: #1B44A0;
  text-decoration: none;
  font-family: "CircularPro-Medium", sans-serif;
}
.rail-nav .menu li a.is-active {
  pointer-events: none;
}
.rail-nav .menu li a:not(.is-active) {
  position: relative;
  border-bottom: 1px solid transparent;
  text-decoration: none !important;
  transition: 0.25s ease;
  top: 0;
}
.is-tabbing .rail-nav .menu li a:not(.is-active):focus {
  border-bottom: 5px solid #FFB103;
  top: -3px;
}
@media (hover: hover) {
  .rail-nav .menu li a:not(.is-active):hover {
    border-bottom: 5px solid #FFB103;
    top: -3px;
  }
}
.rail-nav .menu li a.is-active {
  font-family: "CircularPro-Bold", sans-serif;
}
.rail-nav .menu li a.is-active:before {
  content: "";
  background-color: #1B44A0;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 5px;
  left: -24px;
}
.rail-nav .menu li a.is-active:after {
  height: 0;
}