.btn-white, .btn-green, .btn-mid-blue, .btn-light-blue {
  padding: 12.5px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-light-blue {
  background-color: #00aec0 !important;
  color: #002147 !important;
}
.btn-light-blue:focus {
  background: #00aec0 !important;
}

.btn-mid-blue {
  background-color: #44687d;
  color: #002147 !important;
}
.btn-mid-blue:focus {
  background: #44687d !important;
}

.btn-green {
  color: #002147 !important;
}
.btn-green:not(.redpot-static-cta) {
  background-color: #9fcc3b !important;
}
.btn-green:focus {
  background: #9fcc3b !important;
}

.btn-white {
  background-color: #fff !important;
  color: #002147 !important;
  height: 64px;
}
@media screen and (max-width: 600px) {
  .btn-white {
    padding: 12.5px 18px;
  }
}
.btn-white:focus {
  background: #fff !important;
}

.form input[type=submit], .shortcode-section input[type=submit], .sign-up-form .gform-footer input[type=submit], .gform-footer input[type=submit] {
  height: 49px !important;
  width: 173px !important;
  background: #00aec0 !important;
  color: #002147 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}
.form input[type=submit]:focus, .shortcode-section input[type=submit]:focus, .gform-footer input[type=submit]:focus {
  background: #00aec0 !important;
}

.back-to-top-bar {
  background-color: #F8F8F8;
  height: 65px;
}
.back-to-top-bar a {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  display: flex;
  gap: 20px;
}

.site-footer-container {
  background-color: #002147;
  padding: 70px 0 60px 0;
}
@media screen and (max-width: 1290px) {
  .site-footer-container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer-container {
    padding: 50px 20px;
  }
}
.site-footer-container .mobile-only-section {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .mobile-only-section {
    display: flex;
  }
}
.site-footer-container .mobile-only-section button {
  text-transform: uppercase;
  font-weight: 600;
  background: transparent !important;
  border: none;
  font-size: 15px;
  padding: 0;
  color: #fff;
  margin-bottom: 0;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
}
.site-footer-container .column:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .column .menu-content {
    display: none;
    padding-top: 5px;
    padding-left: 20px;
    flex-direction: column;
  }
}
.site-footer-container .column h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .column h6 {
    display: none;
  }
}
.site-footer-container .column .menu-text {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .column .menu-text {
    margin-bottom: 30px;
  }
}
.site-footer-container .column .menu-text p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 400;
}
.site-footer-container .column .menu-text p a {
  text-decoration: none;
}
.site-footer-container .column ul {
  padding-left: 0;
  list-style: none;
}
.site-footer-container .column ul li {
  font-size: 13px;
  margin-bottom: 12px;
}
.site-footer-container .column a {
  font-size: 13px;
  transition: all 0.3s ease;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .site-footer-right {
    align-items: flex-start !important;
    margin-top: 30px;
  }
}
.site-footer-container .site-footer-right .logo {
  width: 189px;
  height: 107.09px;
}
.site-footer-container .site-footer-right .logo img {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
}
.site-footer-container .site-footer-right .social-links {
  margin: 60px 0;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .site-footer-right .social-links {
    margin: 30px 0;
    justify-content: flex-start;
    gap: 24px;
  }
}
.site-footer-container .site-footer-right .social-links a {
  height: 28px;
}
.site-footer-container .site-footer-right .social-links a img {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
}
.site-footer-container .site-footer-right .footer-newsletter-section {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .site-footer-right .footer-newsletter-section {
    display: none;
  }
}
.site-footer-container .site-footer-right .footer-newsletter-section button {
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #fff;
  background: transparent;
  padding: 12.5px 0;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}
.site-footer-container .site-footer-right .footer-newsletter-section button:hover {
  color: #002147;
  background: #fff;
}
.site-footer-container .site-footer-right .footer-newsletter-section button:focus {
  outline: none;
}
.site-footer-container .site-footer-right .footer-newsletter-section .newsletter-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer-container .site-footer-right .footer-newsletter-section .newsletter-popup .inner-popup {
  background: #002147;
  padding: 30px;
  max-width: 800px;
  width: 100%;
}
.site-footer-container .site-footer-right .footer-newsletter-section .newsletter-popup .inner-popup .close-button {
  margin-top: 30px;
}
.site-footer-container .site-footer-right .footer-newsletter-section .newsletter-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.site-footer-container .site-footer-right .footer-newsletter-section .newsletter-popup .gform_confirmation_message {
  color: #fff;
}
.site-footer-container .site-footer-bottom .main-links {
  margin: 60px 0;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .site-footer-bottom .main-links {
    margin: 30px 0 0 0;
  }
}
.site-footer-container .site-footer-bottom .main-links a, .site-footer-container .site-footer-bottom .main-links a span {
  font-size: 14px;
  font-weight: 700;
}
.site-footer-container .site-footer-bottom .main-links a img, .site-footer-container .site-footer-bottom .main-links a span img {
  height: 26px;
  width: 26px;
  border: 2px solid #fff;
  padding: 4px;
}
@media screen and (max-width: 1024px) {
  .site-footer-container .site-footer-bottom .bottom-links {
    display: none;
  }
}
.site-footer-container .site-footer-bottom .bottom-links a {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.site-footer-container .site-footer-bottom .bottom-links a .link-text {
  transition: all 0.3s ease;
}
.site-footer-container .site-footer-bottom .bottom-links a:before {
  content: "";
  position: absolute;
  right: 0;
  height: 10px;
  width: 1px;
  background: #fff;
}
.site-footer-container .site-footer-bottom .bottom-links a:first-child {
  padding-left: 0;
}
.site-footer-container .site-footer-bottom .bottom-links a:last-child {
  padding-right: 0;
}
.site-footer-container .site-footer-bottom .bottom-links a:last-child:before {
  content: none;
}

.oxford-site-header {
  background: #002147;
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .oxford-site-header {
    height: 71px;
  }
}
.oxford-site-header .header-container {
  width: 94%;
  margin: 0 auto;
  max-width: 1500px;
}
.oxford-site-header .header-container .site-branding .oxford-site-logo {
  height: 99.15px;
  width: 171.63px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .oxford-site-header .header-container .site-branding .oxford-site-logo {
    height: 46.22px;
    width: 80px;
  }
}
.oxford-site-header .header-container .site-branding .oxford-site-logo img {
  height: 100%;
  width: 100%;
}
.oxford-site-header .header-container .site-branding .site-meta {
  margin-bottom: 13px;
}
@media screen and (max-width: 600px) {
  .oxford-site-header .header-container .site-branding .site-meta {
    width: max-content;
  }
}
.oxford-site-header .header-container .site-branding .site-meta .oxford-site-title p {
  font-weight: 800;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .oxford-site-header .header-container .site-branding .site-meta .oxford-site-title p {
    font-size: 11px;
    line-height: 12px;
  }
}
.oxford-site-header .header-container .site-branding .site-meta .oxford-site-tagline p {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .oxford-site-header .header-container .site-branding .site-meta .oxford-site-tagline p {
    font-size: 9px;
    line-height: 12px;
  }
}
.oxford-site-header .header-container .header-right {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .oxford-site-header .header-container .header-right {
    display: none;
  }
}
.oxford-site-header .header-container .header-right .header-top {
  gap: 22px;
}
.oxford-site-header .header-container .header-login, .oxford-site-header .header-container .header-basket {
  height: 33px;
  display: flex;
  align-items: center;
}
.oxford-site-header .header-container .header-login a, .oxford-site-header .header-container .header-basket a {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.oxford-site-header .header-container .header-basket a {
  position: relative;
}
.oxford-site-header .header-container .header-basket a:before {
  content: "";
  height: 11px;
  width: 1px;
  background: #00aec0;
  position: absolute;
  left: -11px;
  top: 7px;
}
.oxford-site-header .header-container .header-search button {
  height: 33px;
  width: 106px;
  border: 1px solid #00aec0;
  padding: 0 15px;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oxford-site-header .header-container .header-search button:hover {
  background: transparent;
  color: #fff;
}
.oxford-site-header .header-container .header-search button svg {
  height: 15.82px;
  width: 15.82px;
}
.oxford-site-header .header-container ul {
  list-style: none;
  padding-left: 0;
  gap: 30px;
}
.oxford-site-header .header-container ul li {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.oxford-site-header .header-container ul li .sub-menu-toggle {
  display: none;
}

.mobile-header {
  display: none;
}
.mobile-header button {
  background: transparent !important;
  border: none !important;
}
.mobile-header button.mobile-menu-close {
  color: #fff !important;
}
@media screen and (max-width: 430px) {
  .mobile-header .oxford-site-tagline {
    display: none;
  }
}
.mobile-header .mobile-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mobile-header .mobile-right .mobile-top-links {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 670px) {
  .mobile-header .mobile-right .mobile-top-links a {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .mobile-header .mobile-right .mobile-top-links button {
    display: none;
  }
}

@media (max-width: 1365px) {
  .oxford-site-header .header-inner {
    display: none;
  }
  .oxford-site-header .mobile-header {
    display: block;
  }
  .oxford-site-header .mobile-header .mobile-header-inner {
    height: 80px;
  }
}
@media screen and (max-width: 1365px) and (max-width: 700px) {
  .oxford-site-header .mobile-header .mobile-header-inner .site-meta {
    display: none;
  }
}
@media (max-width: 1365px) {
  .oxford-site-header .mobile-header .mobile-header-inner .mobile-left {
    z-index: 10000;
  }
  .oxford-site-header .mobile-header .mobile-header-inner .mobile-right {
    z-index: 10000;
  }
  .oxford-site-header .mobile-header .mobile-header-inner .mobile-right .mobile-menu-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    width: 36px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .oxford-site-header .mobile-header .mobile-header-inner .mobile-right .mobile-menu-toggle.is-active .close {
    display: block;
  }
  .oxford-site-header .mobile-header .mobile-header-inner .mobile-right .mobile-menu-toggle.is-active .burger-line {
    display: none;
  }
  .oxford-site-header .mobile-header .mobile-header-inner .mobile-right .mobile-menu-toggle .burger-line {
    display: block;
    width: 100%;
    height: 2.5px;
    background: #fff;
  }
  .oxford-site-header .mobile-header .mobile-header-inner .mobile-right .mobile-menu-toggle .close {
    display: none;
  }
  .oxford-site-header .mobile-header .mobile-header-inner .mobile-right .mobile-menu-toggle .close svg {
    color: #fff !important;
  }
  .mobile-logo {
    width: 115px;
  }
  .mobile-logo img {
    width: 100%;
    height: auto;
  }
  .mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 49;
    background: #002147;
    padding: 0px 24px 40px 24px;
    overflow-y: auto;
    top: 60px;
  }
  .mobile-menu-panel[hidden] {
    display: none;
  }
  .mobile-primary-menu {
    list-style: none;
    padding: 0;
    margin: 40px 0;
  }
  .mobile-primary-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mobile-primary-menu li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-primary-menu li.menu-item-has-children ul.sub-menu {
    width: 100%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1365px) and (max-width: 600px) {
  .mobile-primary-menu li.menu-item-has-children ul.sub-menu {
    padding-left: 8px;
  }
}
@media (max-width: 1365px) {
  .mobile-primary-menu li.menu-item-has-children button {
    padding: 0;
  }
  .mobile-primary-menu a {
    display: block;
    padding: 16px 0;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
  }
}
@media screen and (max-width: 1365px) and (max-width: 600px) {
  .mobile-primary-menu a {
    font-size: 17px;
  }
}
@media (max-width: 1365px) {
  .mobile-header-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .mobile-header-actions a,
  .mobile-header-actions button {
    color: #fff;
    background: transparent;
    border: 0;
    text-align: left;
    padding: 0;
    font-size: 18px;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
}
.subject-mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #002147;
  color: #fff;
  z-index: 50;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.subject-mega-menu[hidden] {
  display: none;
}
.subject-mega-menu .subject-mega-menu-inner {
  padding: 60px 0;
}
.subject-mega-menu .subject-mega-menu-inner .subject-parent-btn, .subject-mega-menu .subject-mega-menu-inner a {
  width: 100%;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  background: transparent !important;
}
.subject-mega-menu .subject-mega-menu-inner .subject-parent-btn svg, .subject-mega-menu .subject-mega-menu-inner a svg {
  opacity: 50%;
}
.subject-mega-menu .subject-mega-menu-inner .subject-parent-btn.is-active, .subject-mega-menu .subject-mega-menu-inner a.is-active {
  font-weight: 800;
  border-left: 3px solid #9fcc3b;
  padding-left: 20px;
}
.subject-mega-menu .subject-mega-menu-inner .subject-parent-btn.is-active svg, .subject-mega-menu .subject-mega-menu-inner a.is-active svg {
  opacity: 100%;
  color: #9fcc3b;
}
.subject-mega-menu .subject-mega-menu-inner .subject-child-panel {
  display: none;
  padding-left: 50px;
}
.subject-mega-menu .subject-mega-menu-inner .subject-child-panel.is-active {
  display: flex;
  flex-direction: column;
}
.subject-mega-menu .subject-mega-menu-inner .subject-child-panel a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 0;
  font-size: 16px;
}
.subject-mega-menu .subject-mega-menu-inner .subject-child-panel .browse-all {
  border-bottom: 0;
  margin-top: 4px;
}

.dynamic-mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #002147;
  color: #fff;
  z-index: 50;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.dynamic-mega-menu[hidden] {
  display: none;
}
.dynamic-mega-menu.is-open {
  display: block;
}
.dynamic-mega-menu .dynamic-mega-menu-inner {
  padding: 60px 0;
  gap: 0;
}
.dynamic-mega-menu .dynamic-mega-menu-title {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin: 0;
}
.dynamic-mega-menu .dynamic-mega-menu-links,
.dynamic-mega-menu .dynamic-mega-menu-children {
  display: flex;
  flex-direction: column;
}
.dynamic-mega-menu .dynamic-mega-menu-link,
.dynamic-mega-menu .dynamic-mega-menu-grandchild-link,
.dynamic-mega-menu .dynamic-mega-menu-browse-all {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  background: transparent !important;
}
.dynamic-mega-menu .dynamic-mega-menu-link {
  transition: all 100ms ease-in-out;
}
.dynamic-mega-menu .dynamic-mega-menu-link:hover {
  font-weight: 700;
  padding-left: 20px;
  border-left: 3px solid #9fcc3b;
}
.dynamic-mega-menu .dynamic-mega-menu-link svg {
  opacity: 50%;
}
.dynamic-mega-menu .dynamic-mega-menu-link.is-active {
  font-weight: 700;
  border-left: 3px solid #9fcc3b;
  padding-left: 20px;
}
.dynamic-mega-menu .dynamic-mega-menu-link.is-active svg {
  color: #9fcc3b;
  opacity: 100%;
}
.dynamic-mega-menu .dynamic-mega-menu-children {
  padding-left: 50px;
}
.dynamic-mega-menu .dynamic-mega-menu-browse-all {
  border-bottom: 0;
  margin-top: 4px;
  font-weight: 700;
}
.dynamic-mega-menu .dynamic-mega-menu-nested {
  padding-left: 25px;
  margin-bottom: 10px;
}
.dynamic-mega-menu .dynamic-mega-menu-nested a {
  color: #fff;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 0;
  font-size: 15px;
  opacity: 0.85;
  text-decoration: none;
}

.main-navigation .sub-menu {
  display: none;
}

.site-search-form {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 33, 71, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-search-form[hidden] {
  display: none;
}
.site-search-form .site-search-form-inner {
  background: #fff;
  padding: 35px 40px;
  width: 629px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .site-search-form .site-search-form-inner {
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .site-search-form .site-search-form-inner {
    width: 95%;
  }
}
.site-search-form .site-search-form-inner .site-search-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  width: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002147;
  background: #E2DFD9 !important;
  padding: 0;
}
.site-search-form .site-search-form-inner .site-search-close:hover {
  background: #E2DFD9 !important;
  border: none;
}
.site-search-form .site-search-form-inner .site-search-close:focus-visible {
  outline: 3px solid #00aec1;
  outline-offset: 2px;
}
.site-search-form .site-search-form-inner p {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
  color: #002147;
}
.site-search-form .site-search-form-inner .search-type-options {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .site-search-form .site-search-form-inner .search-type-options {
    flex-wrap: wrap;
  }
}
.site-search-form .site-search-form-inner .search-type-options label {
  height: 134px;
  width: 273px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #002147;
  position: relative;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .site-search-form .site-search-form-inner .search-type-options label {
    width: 100%;
    height: fit-content;
  }
}
.site-search-form .site-search-form-inner .search-type-options label.is-selected {
  background: #002147;
  color: #fff;
}
.site-search-form .site-search-form-inner .search-type-options label.is-selected span.text {
  color: #fff;
}
.site-search-form .site-search-form-inner .search-type-options label.is-selected .icon-white {
  display: flex;
}
.site-search-form .site-search-form-inner .search-type-options label.is-selected .icon-blue {
  display: none;
}
.site-search-form .site-search-form-inner .search-type-options label:focus-within {
  border-color: #00aec1;
  box-shadow: 0 0 0 2px #00aec1;
}
.site-search-form .site-search-form-inner .search-type-options label .icon-white {
  display: none;
}
.site-search-form .site-search-form-inner .search-type-options label .icon-blue {
  display: flex;
}
.site-search-form .site-search-form-inner .search-type-options label img {
  color: #002147;
  height: 60px;
  width: 80px;
}
.site-search-form .site-search-form-inner .search-type-options label span.text {
  width: 210px;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  color: #002147;
  margin-top: 10px;
}
.site-search-form .site-search-form-inner .search-type-options label input {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.site-search-form .site-search-form-inner .course-filter-search-row {
  margin-top: 20px;
}
.site-search-form .site-search-form-inner .course-filter-search-row .course-filter-input-wrap {
  width: calc(100% - 181px);
}
@media screen and (max-width: 600px) {
  .site-search-form .site-search-form-inner .course-filter-search-row .course-filter-input-wrap {
    width: calc(100% - 100px);
  }
}
.site-search-form .site-search-form-inner .course-filter-search-row .course-filter-input-wrap input {
  width: 100%;
  border: none;
  height: 64px;
  padding: 0 20px;
  font-size: 16px;
  color: #AAAAAA;
  background: #EDEDED;
}
.site-search-form .site-search-form-inner .course-filter-search-row .course-filter-input-wrap input:focus {
  background: #EDEDED !important;
}
.site-search-form .site-search-form-inner .course-filter-search-row .course-filter-input-wrap input::placeholder {
  font-size: 16px;
  color: #AAAAAA;
  line-height: 24px;
}
.site-search-form .site-search-form-inner .course-filter-search-row button {
  width: 181px;
  height: 64px;
  background: #00aec0;
  color: #002147;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .site-search-form .site-search-form-inner .course-filter-search-row button {
    width: 100px;
  }
}

.search-modal-open {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-28 {
  width: 28%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66%;
}

.w-70 {
  width: 70%;
}

.w-72 {
  width: 72%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

@media (min-width: 768px) {
  .w-md-10 {
    width: 10%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-28 {
    width: 28%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-33 {
    width: 33%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-md-66 {
    width: 66%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-72 {
    width: 72%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .w-lg-10 {
    width: 10%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-28 {
    width: 28%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-33 {
    width: 33%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-55 {
    width: 55%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-65 {
    width: 65%;
  }
  .w-lg-66 {
    width: 66%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-72 {
    width: 72%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-100 {
    width: 100%;
  }
}
@media (min-width: 1360) {
  .w-xl-10 {
    width: 10%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-28 {
    width: 28%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-xl-33 {
    width: 33%;
  }
  .w-xl-35 {
    width: 35%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-55 {
    width: 55%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-xl-65 {
    width: 65%;
  }
  .w-xl-66 {
    width: 66%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-xl-72 {
    width: 72%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-xl-85 {
    width: 85%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-xl-100 {
    width: 100%;
  }
}
.h-100 {
  height: 100%;
}

.w-fit-content {
  width: fit-content;
}

.row {
  --gap: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.gap-10 {
  --gap: 10px;
}

.gap-15 {
  --gap: 15px;
}

.gap-20 {
  --gap: 20px;
}

.gap-25 {
  --gap: 25px;
}

.gap-30 {
  --gap: 30px;
}

.gap-36 {
  --gap: 36px;
}

.gap-40 {
  --gap: 40px;
}

@media (min-width: 768px) {
  .gap-md-10 {
    --gap: 10px;
  }
  .gap-md-15 {
    --gap: 15px;
  }
  .gap-md-20 {
    --gap: 20px;
  }
  .gap-md-25 {
    --gap: 25px;
  }
  .gap-md-30 {
    --gap: 30px;
  }
  .gap-md-36 {
    --gap: 36px;
  }
  .gap-md-40 {
    --gap: 40px;
  }
}
@media (min-width: 1024px) {
  .gap-lg-10 {
    --gap: 10px;
  }
  .gap-lg-15 {
    --gap: 15px;
  }
  .gap-lg-20 {
    --gap: 20px;
  }
  .gap-lg-25 {
    --gap: 25px;
  }
  .gap-lg-30 {
    --gap: 30px;
  }
  .gap-lg-36 {
    --gap: 36px;
  }
  .gap-lg-40 {
    --gap: 40px;
  }
}
.cols-1 {
  width: calc((100% - var(--gap) * 0) / 1);
}

@media (min-width: 768px) {
  .cols-md-1 {
    width: calc((100% - var(--gap) * (1 - 1)) / 1);
  }
  .cols-md-2 {
    width: calc((100% - var(--gap) * (2 - 1)) / 2);
  }
  .cols-md-3 {
    width: calc((100% - var(--gap) * (3 - 1)) / 3);
  }
  .cols-md-4 {
    width: calc((100% - var(--gap) * (4 - 1)) / 4);
  }
  .cols-md-5 {
    width: calc((100% - var(--gap) * (5 - 1)) / 5);
  }
  .cols-md-6 {
    width: calc((100% - var(--gap) * (6 - 1)) / 6);
  }
}
@media (min-width: 1024px) {
  .cols-lg-1 {
    width: calc((100% - var(--gap) * (1 - 1)) / 1);
  }
  .cols-lg-2 {
    width: calc((100% - var(--gap) * (2 - 1)) / 2);
  }
  .cols-lg-3 {
    width: calc((100% - var(--gap) * (3 - 1)) / 3);
  }
  .cols-lg-4 {
    width: calc((100% - var(--gap) * (4 - 1)) / 4);
  }
  .cols-lg-5 {
    width: calc((100% - var(--gap) * (5 - 1)) / 5);
  }
  .cols-lg-6 {
    width: calc((100% - var(--gap) * (6 - 1)) / 6);
  }
}
.container {
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
}

.container-extra-small {
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text li, .white-text a, .white-text label, .white-text legend {
  color: #fff !important;
}

.blue-text h1, .blue-text h2, .blue-text h3, .blue-text h4, .blue-text h5, .blue-text h6, .blue-text a, .blue-text button, .blue-text label, .blue-text legend {
  color: #002147 !important;
}
.blue-text p {
  color: #4a4a4a;
}
.blue-text p:not(#breadcrumbs) .blue-text p:not(.mobile-filter-p) a {
  text-decoration: underline;
  color: #00aec0 !important;
  font-weight: 500;
}
.blue-text li {
  margin-bottom: 16px;
}
.blue-text li a {
  text-decoration: underline;
  color: #00aec0 !important;
  font-weight: 500;
}
.blue-text li {
  color: #4a4a4a;
}
.blue-text .textarea h1, .blue-text .textarea h2, .blue-text .textarea h3, .blue-text .textarea h4, .blue-text .textarea h5, .blue-text .textarea h6 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #002147;
}
.blue-text .textarea h1:first-child, .blue-text .textarea h2:first-child, .blue-text .textarea h3:first-child, .blue-text .textarea h4:first-child, .blue-text .textarea h5:first-child, .blue-text .textarea h6:first-child {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .lg-blue-text h1, .lg-blue-text h2, .lg-blue-text h3, .lg-blue-text h4, .lg-blue-text h5, .lg-blue-text h6, .lg-blue-text li, .lg-blue-text a, .lg-blue-text button, .lg-blue-text label, .lg-blue-text legend {
    color: #002147 !important;
  }
  .lg-blue-text p {
    color: #4a4a4a;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.arrow-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-link span.icon {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.arrow-link.blue-arrow-background span.icon {
  background: #00aec0;
  color: #fff;
  padding: 2px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-link.blue-arrow-background span.icon img {
  height: 22px;
  width: 22px;
  padding: 4px;
}

.back-arrow-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
@media screen and (max-width: 500px) {
  .back-arrow-link {
    font-size: 14px;
  }
}
.back-arrow-link span.icon {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .back-arrow-link span.icon {
    margin-right: 5px;
  }
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.row-reverse {
  flex-direction: row-reverse;
}

.justify-between {
  justify-content: space-between;
}

.justify-end, .justify-right {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}
.flex-col.flex-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-baseline {
  align-items: baseline;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #F4F2EC;
}

.bg-dark-blue {
  background: #002147;
}

.bg-mid-blue {
  background-color: #44687d;
}

.page-bg-grey {
  background: #F8F8F8;
}

section.no-top-margin {
  margin-top: 0 !important;
}

section.no-bottom-margin {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .no-small-padding-right {
    padding-right: 0 !important;
  }
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.form input[type=text], .form input[type=email], .form select, .shortcode-section input[type=text], .shortcode-section input[type=email], .shortcode-section select {
  height: 48px !important;
  font-size: 15px !important;
  color: #002147 !important;
  background: #FFFFFF !important;
  display: flex;
  align-items: center;
}
.form input[type=text]::placeholder, .form input[type=email]::placeholder, .form select::placeholder, .shortcode-section input[type=text]::placeholder, .shortcode-section input[type=email]::placeholder, .shortcode-section select::placeholder {
  font-size: 15px;
  color: #AAAAAA;
}
@media screen and (min-width: 640px) {
  .form select, .shortcode-section select {
    width: 49% !important;
  }
}
.form select option, .shortcode-section select option {
  color: #002147;
  font-size: 16px;
}
.form .gform_fields, .shortcode-section .gform_fields {
  row-gap: 20px !important;
}
.form .gform_heading, .shortcode-section .gform_heading {
  margin-bottom: 30px;
}

.shortcode-section .gfield_checkbox {
  flex-direction: row !important;
  display: flex !important;
  flex-wrap: wrap !important;
  column-gap: 100px !important;
  row-gap: 20px !important;
}
.shortcode-section .gfield_checkbox .gchoice {
  width: fit-content;
}
.shortcode-section .gfield p {
  font-weight: 400;
}

.close-popup-button {
  margin-top: 25px;
}

.gform_required_legend {
  display: none !important;
}

.wll-signup-hidden-field {
  display: none !important;
}

.apply-form {
  padding: 25px;
  max-width: 412px;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .apply-form {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.apply-form .apply-form-heading {
  margin-bottom: 10px;
}
.apply-form .apply-form-heading p {
  font-size: 19px;
  color: #002147;
  font-weight: 700;
}
.apply-form .apply-form-sub-heading p {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #002147;
}
.apply-form .terms-and-conditions {
  margin: 20px 0;
}
.apply-form .apply-form-link a {
  height: 64px;
}

.sign-up-form {
  border: 1px solid #002147;
  padding: 25px;
}
.sign-up-form--url-only {
  border: none;
  padding: 0;
}
.sign-up-form--url-only a {
  height: 64px;
  text-align: left;
}
.sign-up-form {
  max-width: 412px;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .sign-up-form {
    max-width: 100%;
    width: 100%;
    border: none;
  }
}
.sign-up-form .form-heading p {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
  color: #002147 !important;
}
@media screen and (max-width: 1023px) {
  .sign-up-form .form-heading p {
    color: #fff !important;
  }
}
@media screen and (max-width: 600px) {
  .sign-up-form .form-heading p {
    font-size: 13px;
  }
}
.sign-up-form .gfield--type-html, .sign-up-form .gfield_html {
  font-size: 15px;
  line-height: 22px;
  color: #002147;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .sign-up-form .gfield--type-html, .sign-up-form .gfield_html {
    color: #fff;
  }
}
.sign-up-form .gform_fields {
  row-gap: 20px !important;
}
.sign-up-form .gform_fields label, .sign-up-form .gform_fields legend {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.sign-up-form .gform_fields .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  margin-top: 25px;
}
.sign-up-form .gform_fields .gfield_checkbox .gchoice {
  width: calc(50% - 7.5px);
  display: flex;
  align-items: center;
}
.sign-up-form .gform_fields .gfield_checkbox .gchoice input {
  border: 2px solid #002147;
  height: 21px;
  width: 21px;
  background: #EDEDED;
  color: #002147;
}
@media screen and (max-width: 1023px) {
  .sign-up-form .gform_fields .gfield_checkbox .gchoice input {
    border: none;
    height: 21px;
    width: 21px;
  }
}
.sign-up-form .gform_fields input[type=text], .sign-up-form .gform_fields input[type=email] {
  border: 2px solid #002147;
  height: 48px;
  width: 100%;
  background: #EDEDED;
  color: #002147;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .sign-up-form .gform_fields input[type=text], .sign-up-form .gform_fields input[type=email] {
    border: none;
  }
}
.sign-up-form .gform_fields input[type=text]::placeholder, .sign-up-form .gform_fields input[type=email]::placeholder {
  color: #AAAAAA;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.sign-up-form .gform-footer {
  margin: 28px 0;
}
@media screen and (max-width: 1023px) {
  .sign-up-form .gform-footer {
    margin: 50px 0 28px 0;
  }
}
@media screen and (max-width: 1023px) {
  .sign-up-form .gform-footer input[type=submit] {
    width: 100% !important;
  }
}
.sign-up-form .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 15px;
  line-height: 22px;
  color: #002147;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .sign-up-form .gform_confirmation_wrapper .gform_confirmation_message {
    color: #fff;
  }
}
.sign-up-form .ginput_container_consent {
  display: flex;
  align-items: baseline;
}
.sign-up-form .ginput_container_consent input {
  border: 1px solid #002147;
  height: 16px;
  width: 16px;
  color: #002147;
  background: #EDEDED;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sign-up-form .ginput_container_consent input {
    border: none;
    height: 21px;
    width: 21px;
    min-width: 21px;
  }
}
.sign-up-form .ginput_container_consent label {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.gform-footer {
  margin: 28px 0;
}
@media screen and (max-width: 1023px) {
  .gform-footer {
    margin: 50px 0 28px 0;
  }
}
@media screen and (max-width: 1023px) {
  .gform-footer input[type=submit] {
    width: 100% !important;
  }
}

.top-filters {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-filters {
    justify-content: space-between;
    align-items: center;
  }
  .top-filters form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-filters button#mobile-toggle-filters {
  display: none;
  padding: 0 10px;
  border: 1px solid #002147;
  width: 122px;
  height: 37px;
  color: #002147;
  background: transparent;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-filters button#mobile-toggle-filters {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.top-filters .custom-select {
  position: relative;
  height: 37px;
}
@media screen and (max-width: 768px) {
  .top-filters .custom-select {
    display: none;
  }
}
.top-filters .custom-select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0 L12 6 H0 Z' fill='%23002147'/%3E%3Cpath d='M6 18 L0 12 H12 Z' fill='%23002147'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.top-filters .custom-select select {
  height: 37px;
  border: 1px solid #002147;
  width: 181px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 10px;
  appearance: none;
  background: none;
}
.top-filters .custom-select select option {
  font-size: 14px;
  font-weight: 500;
}
.top-filters .radio-container p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  height: 37px;
  margin: 0 20px;
  color: #002147;
}
@media screen and (max-width: 768px) {
  .top-filters .radio-container p {
    font-size: 13px;
    margin: 0 5px;
  }
}
.top-filters .radio-container .input-wrap {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .top-filters .radio-container .input-wrap {
    gap: 5px;
  }
}
.top-filters .radio-container .input-wrap label {
  position: relative;
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-filters .radio-container .input-wrap label {
    height: 27px;
    width: 27px;
  }
}
.top-filters .radio-container .input-wrap label input[type=radio] {
  appearance: none;
  height: 37px;
  width: 37px;
  border: 1px solid #002147;
  border-radius: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-filters .radio-container .input-wrap label input[type=radio] {
    height: 27px;
    width: 27px;
  }
}
.top-filters .radio-container .input-wrap label input[type=radio]:checked {
  border: 3px solid #002147;
}
.top-filters .radio-container .input-wrap label input[type=radio]:checked + span {
  font-weight: 800;
}
.top-filters .radio-container .input-wrap label input[type=radio]:after {
  display: none;
  content: none;
}
.top-filters .radio-container .input-wrap label span {
  z-index: 10;
  font-size: 14px;
  font-weight: 500;
  color: #002147;
}
@media screen and (max-width: 768px) {
  .top-filters .radio-container .input-wrap label span {
    font-size: 12px;
  }
}

.bg-grey .card .text {
  background: #FFF;
}

.card {
  overflow: hidden;
}
.card:hover img {
  transform: scale(1.05);
  transition: all 200ms ease-in-out;
}
.card:not(.post-archive-card) .image {
  width: 100%;
  height: 198px;
}
.card .image {
  overflow: hidden;
}
.card .image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  transition: all 200ms ease-in-out;
}
.card .text {
  background: #F4F2EC;
  padding: 30px 20px;
  min-height: 340px;
}
.card .text .heading {
  margin-bottom: 15px;
}
.card .text .heading h6 {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 19px;
}
.card .text .date p {
  font-weight: 700;
  font-size: 16px;
  color: #44687d;
  line-height: 39px;
}
.card .text .link a, .card .text .link span {
  font-size: 14px;
  color: #002147;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.card .text .link a svg, .card .text .link span svg {
  background: #00aec0;
  color: #fff;
  height: 26px;
  width: 26px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.card.staff-card .text {
  min-height: 265px;
}
@media screen and (max-width: 767px) {
  .card.staff-card .text {
    min-height: unset;
  }
}
@media screen and (max-width: 1023px) {
  .card.staff-card .image {
    height: 240px;
  }
}
.card.staff-card .heading {
  margin-bottom: 0;
  min-height: 50px;
}
@media screen and (max-width: 1024px) {
  .card.staff-card .heading {
    min-height: unset;
  }
}
.card.staff-card .job-title {
  margin: 8px 0;
  min-height: 115px;
}
@media screen and (max-width: 1024px) {
  .card.staff-card .job-title {
    min-height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .card.staff-card .job-title {
    min-height: unset;
  }
}
.card.staff-card .job-title p {
  font-weight: 700;
  font-size: 14px;
  color: #44687d;
  text-transform: uppercase;
}
.card.staff-card .textarea {
  min-height: 145px;
}
@media screen and (max-width: 1024px) {
  .card.staff-card .textarea {
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .card.staff-card .textarea {
    min-height: unset;
  }
}
.card.staff-card .textarea p {
  font-size: 16px;
  line-height: 23px;
}
.card.staff-card .link {
  margin-top: 20px;
}
.card.post-archive-card .image {
  height: 278px;
}
.card.post-archive-card .text {
  min-height: unset;
}
.card.post-archive-card .text .heading {
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .card.post-archive-card .link {
    margin-top: 30px;
  }
}
.card.no-image-card .text {
  padding: 30px;
  min-height: unset;
}
.card.no-image-card .text h2 {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
.card.no-image-card .text .meta {
  gap: 50px;
  margin: 25px 0;
}
.card.no-image-card .text .meta .meta-item p, .card.no-image-card .text .meta .meta-item b {
  font-size: 14px;
}
.card.no-image-card .text .meta .meta-item b {
  color: #002147;
}
.card.no-image-card .text .meta .meta-item p {
  margin-left: 10px;
}
.card.no-image-card .text .vacancy-meta {
  gap: 40px;
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  .card.no-image-card .text .vacancy-meta {
    flex-direction: column;
    gap: 10px;
  }
}
.card.no-image-card .text .vacancy-meta p {
  color: #002147;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .card.no-image-card .text .vacancy-meta p {
    width: 100%;
  }
}
.card.no-image-card .text .vacancy-meta p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 18px;
  background: #9fcc3b;
}
.card.no-image-card .text .textarea {
  margin: 25px 0;
}
.card.spotlight-card {
  max-height: 261px;
}

.slide-column .card .image {
  height: 162px;
  overflow: hidden;
}
.slide-column .card .text {
  min-height: 270px;
  background: #fff;
}
.slide-column .card .text .heading h6 {
  font-size: 17px;
}

.item-count-1 .staff-card .heading, .item-count-1 .staff-card .job-title, .item-count-1 .staff-card .textarea {
  min-height: unset;
}

.slider-controls {
  display: none;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .slider-controls {
    display: flex;
  }
}
.slider-controls .slider-arrows {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .slider-controls .slider-arrows {
    position: absolute;
    left: 0;
    top: 48%;
    justify-content: space-between;
    width: 97%;
    padding: 0;
  }
}
.slider-controls .slider-arrows .slider-arrow {
  width: 36px;
  height: 36px;
  border: 0;
  background: #00aec0 !important;
  padding: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .slider-controls .slider-arrows .slider-arrow {
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #DEDBDB;
  }
}
.slider-controls .slider-arrows .slider-arrow:disabled {
  opacity: 0.5;
}
.slider-controls .slider-arrows .slider-arrow .desktop-svg {
  display: flex;
}
@media screen and (max-width: 600px) {
  .slider-controls .slider-arrows .slider-arrow .desktop-svg {
    display: none;
  }
}
.slider-controls .slider-arrows .slider-arrow .desktop-svg svg {
  color: #fff;
}
.slider-controls .slider-arrows .slider-arrow .mobile-svg {
  display: none;
}
@media screen and (max-width: 600px) {
  .slider-controls .slider-arrows .slider-arrow .mobile-svg {
    display: flex;
  }
}
.slider-controls .slider-arrows .slider-arrow .mobile-svg svg {
  color: #002147;
  background: none;
}
.slider-controls .slider-progress {
  position: relative;
  width: 100%;
  height: 7px;
  background: #E2DED2;
  overflow: hidden;
  cursor: pointer;
}
.slider-controls .slider-progress .slider-progress-bar {
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  width: 145px;
  background: #00aec0;
  cursor: grab;
  transition: left 0.2s ease, width 0.2s ease;
}
@media screen and (max-width: 600px) {
  .slider-controls .slider-progress .slider-progress-bar {
    background: #B5B2AB;
  }
}

.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs a, .breadcrumbs span {
  color: rgba(0, 33, 71, 0.5019607843) !important;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
}
.breadcrumbs span.breadcrumb_last {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 25px;
  color: #002147 !important;
  font-weight: 500;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, blockquote, span, figure, select, option, input {
  font-family: "montserrat", sans-serif;
}

p, li {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  p, li {
    font-size: 16px;
    line-height: 23px;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
}

h1 {
  font-size: 44px;
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.37px;
  }
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 29px;
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.21px;
  }
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 15px;
}

a {
  text-decoration: none;
}
p a {
  text-decoration: underline;
}

button:focus, input:focus, select:focus, a:focus {
  background: unset !important;
  text-decoration: unset !important;
  outline: 0 !important;
}

.site-main {
  padding-top: 0;
  padding-bottom: 0;
}

section:not(.header-hero):not(.courses-archive-wrap):not(.course-subjects-az) {
  margin: 4rem 0;
}

@media screen and (max-width: 1260px) {
  section:not(.no-small-padding) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-content {
  background: #FFFFFF;
}
.site-content.page-bg-grey {
  background: #F8F8F8 !important;
}

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