.displayNone {
  display: none !important;
}

.disabledLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

header {
  padding: 30px;
  box-shadow: 0 1px 15px rgba(79, 110, 147, 0.15);
  width: 100%;
  box-sizing: border-box;
  font-family: "Assistant", sans-serif;
}
@media (max-width: 720px) {
  header {
    padding: 18px 30px;
    background-color: #fff;
    z-index: 99;
  }
}
header .innerMenuWrap {
  max-width: 1400px;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  float: none;
}
header .innerMenuWrap .logo {
  text-decoration: none;
  color: #4F6E93;
  font-family: "Crimson Text", serif;
  font-size: 28px;
}
@media (max-width: 720px) {
  header .innerMenuWrap .logo {
    margin: 0 auto;
    font-size: 18px;
  }
}
header .innerMenuWrap .logo img {
  height: 27px;
}
@media (max-width: 720px) {
  header .innerMenuWrap .logo img {
    height: 18px;
  }
}
header .innerMenuWrap .hamburger {
  display: none;
}
@media (max-width: 720px) {
  header .innerMenuWrap .hamburger {
    display: block;
    position: absolute;
    right: -5px;
  }
}
header .innerMenuWrap .hamburger li {
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .innerMenuWrap .menu {
  float: none;
  width: auto;
}
@media (max-width: 720px) {
  header .innerMenuWrap .menu {
    max-height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    z-index: 99;
    transition: max-height 0.5s ease;
  }
}
@media (max-width: 720px) {
  header .innerMenuWrap .menu.opened {
    max-height: 100vh;
    height: 100vh;
  }
}
header .innerMenuWrap .menu .items {
  display: flex;
}
@media (max-width: 720px) {
  header .innerMenuWrap .menu .items {
    flex-direction: column;
    margin-top: 20px;
  }
}
header .innerMenuWrap .menu .items > li {
  margin-left: 20px;
  position: relative;
  z-index: 12;
}
header .innerMenuWrap .menu .items > li:hover .menuItem {
  -webkit-text-fill-color: #1B385A;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1B385A;
  text-decoration: underline;
}
@media (max-width: 720px) {
  header .innerMenuWrap .menu .items > li:hover .menuItem {
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
  }
}
@media (max-width: 720px) {
  header .innerMenuWrap .menu .items > li {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
header .innerMenuWrap .menu .items > li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #1B385A;
  position: relative;
  display: block;
}
header .innerMenuWrap .menu .items > li a:after {
  content: "";
  background-image: url("/assets/images/drop.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 6px;
  margin-left: 5px;
  position: relative;
  top: -3px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
header .innerMenuWrap .menu .items > li.open > a {
  -webkit-text-fill-color: #1B385A;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1B385A;
  text-decoration: underline;
}
header .innerMenuWrap .menu .items > li.open > a:after {
  transform: rotate(90deg);
}
header .innerMenuWrap .menu .items > li.open .subItems ul {
  max-height: 100vh;
  transition: max-height 0.5s ease-in-out;
  width: 215px;
}
header .innerMenuWrap .menu .subItems {
  width: auto;
  overflow: hidden;
  position: absolute;
  padding-top: 40px;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 720px) {
  header .innerMenuWrap .menu .subItems {
    position: relative;
    left: -5px;
    width: 100%;
    padding: 0;
  }
}
header .innerMenuWrap .menu .subItems.last {
  right: 0;
  left: unset;
}
header .innerMenuWrap .menu .subItems ul {
  background-color: #fff;
  max-height: 0;
}
@media (max-width: 720px) {
  header .innerMenuWrap .menu .subItems ul {
    padding: 10px 0 0;
  }
}
header .innerMenuWrap .menu .subItems li {
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #B4C7D8;
  padding: 15px;
}
@media (max-width: 720px) {
  header .innerMenuWrap .menu .subItems li {
    border-bottom: 0;
  }
}
header .innerMenuWrap .menu .subItems li:hover {
  background: rgba(79, 110, 147, 0.15);
}
header .innerMenuWrap .menu .subItems li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
header .innerMenuWrap .menu .subItems li:last-child:after {
  display: none;
}
header .innerMenuWrap .menu .subItems li a {
  text-decoration: none;
  text-transform: none;
  font-weight: 100;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
}
header .innerMenuWrap .menu .subItems li a:after {
  display: none;
}

@media (max-width: 720px) {
  .overlay {
    z-index: -1;
  }
}

.accessibility-btn {
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  padding: 0;
  border: unset;
  background-color: unset;
}
.accessibility-btn .accessibility-svg {
  fill: black;
  height: 20px;
  width: auto;
  cursor: pointer;
  display: flex;
}
.accessibility-btn .accessibility-svg:hover {
  fill: var(--mainColor);
}
.accessibility-btn.mobile-only {
  display: none;
  position: absolute;
  right: 30px;
}
@media (max-width: 720px) {
  .accessibility-btn.mobile-only {
    display: block;
  }
}
@media (max-width: 720px) {
  .accessibility-btn.desktop-only {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
