.text-primary {
  color: #03132B;
}

.text-primary-brass {
  color: #0E2B57;
}

.text-primary-brass-2 {
  color: #1746A2;
}

.text-primary-300 {
  color: #1E5BB8;
}

.text-secondary {
  color: #e1a528;
}

.bg-primary {
  background-color: #03132B;
}

.bg-secondary {
  background-color: #e1a528;
}

.bg-primary-brass {
  background-color: #0E2B57;
}

.bg-primary-brass-2 {
  background-color: #1746A2;
}

.bg-primary-300 {
  background-color: #1E5BB8;
}

html,
body {
  font-family: "Lato", sans-serif;
  background: #F7FAFE;
}

body.drawer-open {
  overflow: hidden;
}
body.drawer-open #mobile-drawer {
  transform: translateX(0);
}

@keyframes marqueeLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.marquee-wrapper-forced {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.marquee-wrapper-forced:hover .marquee-track-forced {
  animation-play-state: running;
}

.marquee-track-forced {
  display: inline-flex;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  animation: marqueeLeft 100s linear infinite !important;
}

.organisations::before {
  content: "Arcadia";
  position: absolute;
  top: 30px;
  right: 0px;
  font-style: italic;
  font-size: 340px;
  color: rgba(255, 255, 255, 0.04);
  line-height: 0.8;
  pointer-events: none;
}

.inner-banner-bg {
  background: linear-gradient(120deg, rgba(8, 31, 66, 0.92) 0%, rgba(8, 31, 66, 0.7) 55%, rgba(8, 31, 66, 0.4) 100%);
}

.menu .menu-item {
  color: #0E2B57;
  font-weight: 500;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.menu .menu-item .chev {
  font-size: 8px;
}
.menu .menu-item:hover {
  color: #1746A2;
}
.menu .menu-item.active {
  color: #1746A2;
  border-bottom: 2px solid #1746A2;
}
.menu .sub-menu a {
  border-radius: 6px;
  overflow: hidden;
}
.menu .sub-menu a .text-sm {
  color: #0E2B57;
}
.menu .sub-menu a:hover, .menu .sub-menu a.active {
  background: #EEF3FB;
}
.menu .sub-menu a:hover .text-sm, .menu .sub-menu a.active .text-sm {
  color: #1746A2;
}

#mobile-drawer .menu .menu-item {
  border: none;
}
#mobile-drawer .menu .menu-item.active {
  border: none;
  color: #e1a528;
}
#mobile-drawer .menu .sub-menu a.active {
  background-color: unset;
  color: #e1a528;
}