  @import url(/assets/website/css/normalize.css);
@import url(/assets/website/css/hamburger.css);
@import url(/assets/website/css/slick.css);
@import url(/assets/website/css/accordion.css);
@import url(/assets/website/css/aos.css);
@import url("https://use.typekit.net/ilo1iku.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css");

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.loader {
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 10000;
}

.search-box {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2E55A4;
  z-index: 10000;
}
.search-box .wrap {
  max-width: 700px;
  position: relative;
  height: 100vh;
}
.search-box .wrap form {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.search-box .wrap form label {
  font-size: 41px;
  letter-spacing: -0.82px;
  line-height: 41px;
  color: #FFFFFF;
  font-weight: 200;
  display: block;
}
.search-box .wrap form .input-container {
  display: block;
  position: relative;
  width: 100%;
}
.search-box .wrap form .input-container input {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #575757;
  border-radius: 8px;
  height: 68px;
  margin: 25px 0 20px 0;
  font-size: 21px;
  padding: 0 0 0 65px;
  color: #575757;
}
.search-box .wrap form .input-container:before {
  content: "search";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 45px;
  position: absolute;
  left: 12px;
  top: 8px;
  color: #FF9922;
}
.search-box .wrap form input:active, .search-box .wrap form input:focus {
  outline: none;
  border: 1px solid #575757;
}
.search-box .wrap form button {
  display: block;
  width: 100%;
  cursor: pointer;
}
.search-box .close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 70px;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 75ms ease-in-out;
  display: inline-block;
}
.search-box .close:hover {
  color: #2E55A4;
  transition: color 75ms ease-in-out;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #2E55A4;
  border-radius: 3px 0 0 0;
}

::-webkit-scrollbar-thumb {
  background-color: #2E55A4;
  border-radius: 3px;
}

body {
  font-family: libre-franklin, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #EDEDED;
  color: #575757;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

main {
  width: 100%;
  display: block;
  padding: 0;
}

main#default {
  margin: 100px 0 0 0;
}

main#subpage {
  margin: 190px 0 0 0;
}

.hidden {
  display: none !important;
}

.hamburger {
  display: none;
  position: absolute;
  right: -22px;
  top: 44px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #2E55A4;
}

.wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}

.button {
  background-color: #FF9922;
  color: #FFFFFF !important;
  display: inline-block;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.56px;
  font-size: 14px;
  text-align: center;
  line-height: 47px;
  height: 47px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 22px 0 0;
  transition: background-color 100ms ease-in-out;
  border: none;
  outline: none;
}

.button-dark {
  background-color: #69400F;
  transition: background-color 100ms ease-in-out;
}

.button:hover {
  background-color: #2E55A4;
  transition: background-color 100ms ease-in-out;
}

.fancybox__iframe, .fancybox__content {
  border-radius: 15px !important;
}

header {
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
}
header .logo {
  display: inline-block;
  width: 200px;
  height: 100px;
  padding: 0;
  margin: 0;
  float: left;
}
header .logo img {
  position: absolute;
  top: 13px;
  left: 30px;
  width: 138px;
  height: 138px;
  z-index: 100;
}
header .logo .logo-curve {
  position: absolute;
  left: 0;
  width: 198px;
  height: auto;
  top: 99px;
  z-index: 90;
}
header nav {
  display: inline-block;
  width: 1000px;
  height: 100px;
  padding: 0;
  margin: 0;
  float: left;
}
header nav .top-nav {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 100%;
  background-color: #EDEDED;
}
header nav .top-nav #google_translate_element {
  display: inline-block;
}
header nav .top-nav #google_translate_element .goog-te-gadget {
  font-family: libre-franklin, sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  color: #575757;
  margin: 0;
  padding: 0;
}
header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #FFFFFF;
  height: 40px;
  background-color: #EDEDED;
  color: #575757;
  padding: 0 12px 0 12px;
  margin: 0;
}
header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple span {
  color: #575757;
  line-height: 40px;
  font-size: 12px;
}
header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple span .goog-te-menu-value span:nth-child(3) {
  display: none;
}
header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple span .goog-te-menu-value span:nth-child(2) {
  display: none;
}
header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple span .goog-te-menu-value span:nth-child(4) {
  display: none;
}
header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple span .goog-te-menu-value span:nth-child(5) {
  display: none;
}
header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value:after {
  content: "expand_more";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  float: right;
  color: #FF9922;
}
header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple img {
  display: none;
}
header nav .top-nav .search {
  display: inline-block;
  line-height: 40px;
  color: #575757;
  font-size: 12px;
  font-weight: 600;
  padding: 0 12px 0 12px;
  margin: 0;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
  background-color: #EDEDED;
}
header nav .top-nav .search:after {
  content: "search";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  float: right;
  color: #FF9922;
  margin-left: 5px;
}
header nav .top-nav .emat {
  float: right;
  height: 40px;
  padding: 0 12px 0 12px;
  color: #575757;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.11px;
  font-weight: 600;
  border-left: 1px solid #FFFFFF;
  text-decoration: none;
}
header nav .top-nav .emat img {
  float: left;
  padding: 8px 10px 0 0;
}
header nav .main-nav {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}
header nav .main-nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
header nav .main-nav ol li {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
header nav .main-nav ol li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 60px;
  letter-spacing: -0.14px;
  font-weight: 600;
  color: #575757;
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
  display: inline-block;
  transition: color 80ms ease-in-out;
}
header nav .main-nav ol li .dropdown {
  position: absolute;
  min-width: 220px;
  top: 65px;
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  max-height: 600px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 80ms ease-in-out;
}
header nav .main-nav ol li .dropdown li {
  margin: 0 40px 10px 0;
}
header nav .main-nav ol li .dropdown li a {
  padding: 0;
  line-height: 14px;
  font-size: 14px;
  color: #575757;
  width: 240px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
header nav .main-nav ol li .dropdown li a:after {
  content: "arrow_forward";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #2E55A4;
  position: absolute;
  left: -30px;
  top: 0;
  opacity: 0;
  transition: 80ms ease-in-out;
  transition-property: opacity, left;
}
header nav .main-nav ol li .dropdown li a:hover:after {
  opacity: 1;
  left: -21px;
  transition: 80ms ease-in-out;
  transition-property: opacity, left;
}
header nav .main-nav ol li .dropdown li:hover a {
  color: #2E55A4;
  transition: 200ms ease-in-out;
}
header nav .main-nav ol li .dropdown li:last-of-type {
  margin: 0;
  padding-bottom: 0;
}
header nav .main-nav ol li .dropdown.wide {
  min-width: 545px;
}
header nav .main-nav ol li .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  top: -12px;
  left: 40px;
}
header nav .main-nav ol li:hover a {
  color: #2E55A4;
  transition: color 80ms ease-in-out;
}
header nav .main-nav ol li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity 80ms ease-in-out;
}
header nav .main-nav .contact-us {
  float: right;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  line-height: 60px;
  padding: 0 20px 0 20px;
  color: #FFFFFF;
  letter-spacing: -0.14px;
  background-color: #FF9922;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 80ms ease-in-out;
}
header nav .main-nav .contact-us:hover {
  background-color: #2E55A4;
  transition: background-color 80ms ease-in-out;
}

#subpage aside {
  width: 270px;
  height: 100%;
  margin-bottom: 40px;
  float: left;
}
#subpage aside .back {
  width: 100%;
  background-color: #2E55A4;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: -0.28px;
  height: 44px;
  display: inline-block;
  padding: 15px 0 0 46px;
  font-weight: 600;
  line-height: 14px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
#subpage aside .back .arrow-reversed {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #2E55A4;
  background-color: #FF9922;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 26px;
  cursor: pointer;
  transition: 100ms ease-in-out;
  transition-property: background-color, color;
}
#subpage aside .back .arrow-reversed span {
  font-size: 28px;
  line-height: 26px;
  transform: translateX(-1px);
}
#subpage aside .subnavigation {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#subpage aside .subnavigation .subnav-item {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(20, 71, 124, 0.2);
  position: relative;
  border-left: 0 solid #EDEDED;
  box-sizing: border-box;
  transition: border-left 150ms ease-in-out;
}
#subpage aside .subnavigation .subnav-item .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #69400F;
  background-color: #FF9922;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 26px;
  cursor: pointer;
  transition: 100ms ease-in-out;
  transition-property: background-color, color;
  pointer-events: none;
}
#subpage aside .subnavigation .subnav-item .arrow span {
  font-size: 28px;
  line-height: 26px;
  transform: rotate(0deg);
  transition: 200ms ease-in-out;
  transition-property: transform;
  display: inline-block;
  width: 26px;
  height: 26px;
}
#subpage aside .subnavigation .subnav-item a {
  font-size: 14px;
  font-weight: 700;
  color: #575757;
  letter-spacing: -0.28px;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
  height: 42px;
  width: 100%;
  padding: 0 12px 0 12px;
}
#subpage aside .subnavigation .subnav-item:hover {
  border-left: 8px solid #2E55A4;
  transition: border-left 150ms ease-in-out;
}
#subpage aside .subnavigation .subnav-item:hover .arrow span {
  transform: rotate(90deg);
  transition: 200ms ease-in-out;
  transition-property: transform;
}
#subpage aside .subnavigation .subnav-item:first-of-type, #subpage aside .subnavigation li.active, #subpage aside .subnavigation li.active + li {
  border-top: none;
}
#subpage aside .subnavigation .subnav-item.active .arrow {
  right: 10px;
}
#subpage aside .subnavigation .subnav-item.active .arrow span {
  transform: rotate(90deg);
}
#subpage aside .subnavigation .subnav-item.active a {
  background-color: #FFFFFF;
  color: #FF9922;
  border-radius: 10px;
}
#subpage aside .subnavigation .subnav-item.active:hover {
  border-left: 0 solid #2E55A4;
}
#subpage aside .subnavigation .dropdown {
  width: 100%;
  padding: 0 0 0 30px;
  margin: 10px 0 10px 0;
  list-style: none;
}
#subpage aside .subnavigation .dropdown li {
  width: 100%;
  height: auto;
  display: block;
  padding: 8px 0;
}
#subpage aside .subnavigation .dropdown li a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #575757;
  letter-spacing: -0.28px;
  line-height: 17px;
  text-decoration: none;
  transition: color 100ms ease-in-out;
}
#subpage aside .subnavigation .dropdown li:hover a, #subpage aside .subnavigation .dropdown .active a {
  color: #2E55A4;
  transition: color 100ms ease-in-out;
}

.gallery {
  padding: 40px 0 20px 0;
}
.gallery .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.gallery .container img {
  margin-bottom: 15px;
  cursor: pointer;
}

.announcement {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #FFFFFF;
  border-radius: 8px;
  z-index: 100;
  padding: 25px 25px 20px 25px;
  min-width: 420px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.announcement .content {
  position: relative;
}
.announcement .content h1, .announcement .content h2, .announcement .content h3, .announcement .content h4, .announcement .content h5, .announcement .content h6 {
  color: #2E55A4 !important;
}
.announcement .content .material-icons {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 27px;
  color: #2E55A4;
  cursor: pointer;
  display: inline-block;
}

.announcement-icon {
  position: fixed;
  bottom: 10px;
  left: 68px;
  z-index: 100;
  background-color: #2E55A4;
  color: #FFFFFF;
  border-radius: 30px;
  display: inline-block;
  height: 48px;
  padding: 0 30px 0 8px;
  cursor: pointer;
}
.announcement-icon .material-icons {
  display: inline-block;
  background-color: #FFFFFF;
  color: #2E55A4;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  text-align: center;
  line-height: 32px;
  transform: translateY(4px);
  font-size: 20px;
}
.announcement-icon .announcement-headline {
  font-size: 13px;
  font-weight: 600;
  line-height: 48px;
  margin-left: 10px;
}

#subpage .layers {
  width: 900px;
  float: right;
  margin: -40px 0 0 0;
  padding: 0 0 40px 0;
}

#subpage .layers .text h1, #subpage .layers .text-image h1, #subpage .layers .accordion h1, .article .content h1, .full-width .wrap .content h1, .announcement .content h1, .gallery h1 {
  padding: 0;
  margin: 0 0 20px 0;
  color: #2E55A4;
  font-size: 41px;
  letter-spacing: -0.82px;
  line-height: 52px;
  font-weight: 600;
}
#subpage .layers .text h2, #subpage .layers .text-image h2, #subpage .layers .accordion h2, .article .content h2, .full-width .wrap .content h2, .announcement .content h2, .gallery h2 {
  padding: 0;
  margin: 0 0 20px 0;
  color: #2E55A4;
  font-size: 32px;
  letter-spacing: -0.82px;
  line-height: 42px;
  font-weight: 600;
}
#subpage .layers .text h3, #subpage .layers .text-image h3, #subpage .layers .accordion h3, .article .content h3, .full-width .wrap .content h3, .announcement .content h3, .gallery h3 {
  font-size: 21px;
  letter-spacing: -0.42px;
  line-height: 35px;
  color: #575757;
  font-weight: 300;
  padding: 0;
  margin: 0 0 15px 0;
}
#subpage .layers .text h4, #subpage .layers .text-image h4, #subpage .layers .accordion h4, .article .content h4, .full-width .wrap .content h4, .announcement .content h4, .gallery h4 {
  font-size: 18px;
  letter-spacing: -0.42px;
  line-height: 26px;
  color: #575757;
  font-weight: 300;
  padding: 0;
  margin: 0 0 15px 0;
}
#subpage .layers .text h5, #subpage .layers .text-image h5, #subpage .layers .accordion h5, .article .content h5, .full-width .wrap .content h5, .announcement .content h5, .gallery h5 {
  font-size: 18px;
  letter-spacing: -0.42px;
  line-height: 26px;
  color: #575757;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px 0;
}
#subpage .layers .text p, #subpage .layers .text-image p, #subpage .layers .accordion p, .article .content p, .full-width .wrap .content p, .announcement .content p, .gallery p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 15px 0;
}
#subpage .layers .text p a, #subpage .layers .text p a:active, #subpage .layers .text p a:visited, #subpage .layers .text-image p a, #subpage .layers .text-image p a:active, #subpage .layers .text-image p a:visited, #subpage .layers .accordion p a, #subpage .layers .accordion p a:active, #subpage .layers .accordion p a:visited, .article .content p a, .article .content p a:active, .article .content p a:visited, .full-width .wrap .content p a, .full-width .wrap .content p a:active, .full-width .wrap .content p a:visited, .announcement .content p a, .announcement .content p a:active, .announcement .content p a:visited, .gallery p a, .gallery p a:active, .gallery p a:visited {
  color: #2E55A4;
  font-weight: 600;
}
#subpage .layers .text strong, #subpage .layers .text-image strong, #subpage .layers .accordion strong, .article .content strong, .full-width .wrap .content strong, .announcement .content strong, .gallery strong {
  font-weight: 600;
}
#subpage .layers .text ul:not(.accordionjs), #subpage .layers .text ol, #subpage .layers .text-image ul:not(.accordionjs), #subpage .layers .text-image ol, #subpage .layers .accordion ul:not(.accordionjs), #subpage .layers .accordion ol, .article .content ul:not(.accordionjs), .article .content ol, .full-width .wrap .content ul:not(.accordionjs), .full-width .wrap .content ol, .announcement .content ul:not(.accordionjs), .announcement .content ol, .gallery ul:not(.accordionjs), .gallery ol {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
  display: block;
}
#subpage .layers .text ul:not(.accordionjs) li, #subpage .layers .text ol li, #subpage .layers .text-image ul:not(.accordionjs) li, #subpage .layers .text-image ol li, #subpage .layers .accordion ul:not(.accordionjs) li, #subpage .layers .accordion ol li, .article .content ul:not(.accordionjs) li, .article .content ol li, .full-width .wrap .content ul:not(.accordionjs) li, .full-width .wrap .content ol li, .announcement .content ul:not(.accordionjs) li, .announcement .content ol li, .gallery ul:not(.accordionjs) li, .gallery ol li {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.28px;
  font-weight: 300;
  padding: 0 0 0 25px;
  display: block;
  margin: 0 0 8px 0;
  position: relative;
}
#subpage .layers .text ul:not(.accordionjs) li:before, #subpage .layers .text ol li:before, #subpage .layers .text-image ul:not(.accordionjs) li:before, #subpage .layers .text-image ol li:before, #subpage .layers .accordion ul:not(.accordionjs) li:before, #subpage .layers .accordion ol li:before, .article .content ul:not(.accordionjs) li:before, .article .content ol li:before, .full-width .wrap .content ul:not(.accordionjs) li:before, .full-width .wrap .content ol li:before, .announcement .content ul:not(.accordionjs) li:before, .announcement .content ol li:before, .gallery ul:not(.accordionjs) li:before, .gallery ol li:before {
  content: "arrow_forward";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  transform: translateY(5px);
  color: #2E55A4;
  position: absolute;
  left: 0;
  top: -4px;
}
#subpage .layers .text table, #subpage .layers .text-image table, #subpage .layers .accordion table, .article .content table, .full-width .wrap .content table, .announcement .content table, .gallery table {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-bottom: 5px solid #2E55A4;
}
#subpage .layers .text table tr:nth-child(odd), #subpage .layers .text-image table tr:nth-child(odd), #subpage .layers .accordion table tr:nth-child(odd), .article .content table tr:nth-child(odd), .full-width .wrap .content table tr:nth-child(odd), .announcement .content table tr:nth-child(odd), .gallery table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
#subpage .layers .text table tr:nth-child(even), #subpage .layers .text-image table tr:nth-child(even), #subpage .layers .accordion table tr:nth-child(even), .article .content table tr:nth-child(even), .full-width .wrap .content table tr:nth-child(even), .announcement .content table tr:nth-child(even), .gallery table tr:nth-child(even) {
  background-color: #EDEDED;
}
#subpage .layers .text table thead, #subpage .layers .text-image table thead, #subpage .layers .accordion table thead, .article .content table thead, .full-width .wrap .content table thead, .announcement .content table thead, .gallery table thead {
  background-color: #2E55A4;
  color: #FFFFFF;
  font-weight: 600;
}
#subpage .layers .text table thead tr, #subpage .layers .text-image table thead tr, #subpage .layers .accordion table thead tr, .article .content table thead tr, .full-width .wrap .content table thead tr, .announcement .content table thead tr, .gallery table thead tr {
  background-color: #2E55A4;
  color: #FFFFFF;
  font-weight: 600;
}
#subpage .layers .text table tr, #subpage .layers .text-image table tr, #subpage .layers .accordion table tr, .article .content table tr, .full-width .wrap .content table tr, .announcement .content table tr, .gallery table tr {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
}
#subpage .layers .text table tr th, #subpage .layers .text-image table tr th, #subpage .layers .accordion table tr th, .article .content table tr th, .full-width .wrap .content table tr th, .announcement .content table tr th, .gallery table tr th {
  margin: 0;
  padding: 15px 20px 15px 20px;
  border: none;
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 26px;
  background-color: #2E55A4;
  color: #FFFFFF;
  font-weight: 600;
}
#subpage .layers .text table tr td, #subpage .layers .text-image table tr td, #subpage .layers .accordion table tr td, .article .content table tr td, .full-width .wrap .content table tr td, .announcement .content table tr td, .gallery table tr td {
  margin: 0;
  padding: 15px 20px 15px 20px;
  border: none;
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-weight: 300;
  line-height: 26px;
}
#subpage .layers .text table tr td a, #subpage .layers .text-image table tr td a, #subpage .layers .accordion table tr td a, .article .content table tr td a, .full-width .wrap .content table tr td a, .announcement .content table tr td a, .gallery table tr td a {
  font-weight: 600;
  color: #2E55A4;
}
#subpage .layers .text table tr td.highlight, #subpage .layers .text-image table tr td.highlight, #subpage .layers .accordion table tr td.highlight, .article .content table tr td.highlight, .full-width .wrap .content table tr td.highlight, .announcement .content table tr td.highlight, .gallery table tr td.highlight {
  font-weight: 600;
  color: #2E55A4;
}

.header-banner {
  width: 100%;
  height: calc(100vh - 140px);
  min-height: 500px;
  background-image: url("/assets/website/images/jpg/header_home.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.header-banner .content {
  position: absolute;
  left: 0;
  bottom: 125px;
  color: #FFFFFF;
  z-index: 10;
}
.header-banner .content h1 {
  font-size: 41px;
  letter-spacing: -0.82px;
  line-height: 52px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 25px 0;
}
.header-banner .content p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.28px;
  font-weight: 600;
  max-width: 760px;
  margin: 0;
  padding: 0;
}
.header-banner .content .buttons {
  padding: 0;
  margin: 25px 0 0 0;
}
.header-banner .bow {
  width: calc(100% + 1px);
  height: auto;
  position: absolute;
  bottom: 0;
  left: -1px;
}
.header-banner #find-out-more {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #EDEDED;
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 20;
  text-align: center;
  cursor: pointer;
  transform: translateX(-50%);
}
.header-banner #find-out-more:before {
  content: "expand_more";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 45px;
  float: right;
  color: #FF9922;
  text-align: center;
  transform: translateX(-28%);
}

.header-banner.pages {
  height: 650px;
  background-position: top;
}

.header-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0) 85%);
  z-index: 0;
}

.text-image {
  padding: 40px 0 40px 0;
}
.text-image .content {
  width: 695px;
  display: inline-block;
}
.text-image .content h2 {
  font-size: 41px;
  line-height: 52px;
  padding: 0 0 0 0;
  margin: 0 0 25px 0;
  letter-spacing: -0.82px;
  color: #2E55A4;
  font-weight: 300;
}
.text-image .content p {
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 26px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px 0;
}
.text-image .content p:last-of-type {
  margin-bottom: 35px;
}
.text-image .image {
  float: right;
  position: relative;
}
.text-image .image img {
  border-radius: 8px;
}

.text-image.full-width {
  padding: 100px 0 40px 0;
}
.text-image.full-width .content {
  width: 100%;
  display: block;
}

.accordion {
  margin: 40px 0 40px 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}
.accordion ul {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.accordion ul li {
  color: #575757;
  background-color: #FFFFFF;
  font-size: 23px;
  letter-spacing: -0.46px;
  font-weight: 600;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  margin: 0 0 20px 0;
  padding: 20px 30px 20px 30px;
}
.accordion ul li .acc_head {
  color: #2E55A4;
  position: relative;
}
.accordion ul li .acc_head .plus {
  width: 50px;
  height: 50px;
  top: -13px;
  right: -24px;
  position: absolute;
}
.accordion ul li .acc_head .plus .horizontal {
  position: absolute;
  background-color: #FF9922;
  width: 20px;
  height: 4px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -2.5px;
  opacity: 1;
}
.accordion ul li .acc_head .plus .vertical {
  position: absolute;
  background-color: #FF9922;
  width: 4px;
  height: 20px;
  left: 50%;
  margin-left: -2.5px;
  top: 50%;
  margin-top: -10px;
}
.accordion ul li .acc_content {
  margin: 20px 0 0 0;
}
.accordion ul .acc_active .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.accordion ul .acc_active .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0 !important;
}

.news {
  padding: 0;
  margin: 0 0 20px 0;
}
.news h1 {
  font-size: 41px;
  line-height: 41px;
  letter-spacing: -0.82px;
  color: #2E55A4;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 600;
}
.news .categories {
  position: absolute;
  top: -38px;
  right: 0;
}
.news .categories select, .news .categories select:focus {
  padding: 10px;
  min-width: 180px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  color: #575757;
  letter-spacing: -0.28px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.news .categories:after {
  content: "expand_more";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  display: inline-block;
  color: #2E55A4;
  position: absolute;
  right: 5px;
  top: 2px;
  pointer-events: none;
}
.news .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.news .container .tile {
  width: 437px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
  text-decoration: none;
  height: auto;
  margin: 0 0 25px 0;
  min-height: 388px;
}
.news .container .tile .image {
  display: block;
  width: 100%;
  height: 156px;
  background-image: url("/assets/website/images/jpg/featured_blog_small.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.news .container .tile .image .curve {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 101%;
}
.news .container .tile .description {
  padding: 13px 13px 32px 13px;
}
.news .container .tile .description time {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
  margin: 20px 0 15px 0;
  padding: 0;
  color: #575757;
}
.news .container .tile .description h5 {
  font-weight: 700;
  color: #2E55A4;
  letter-spacing: -0.46px;
  font-size: 23px;
  line-height: 32px;
  padding: 0;
  margin: 12px 0 10px 0;
}
.news .container .tile .description p {
  color: #575757;
  letter-spacing: -0.24px;
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
}
.news .container .tile .description span {
  color: #575757;
  position: absolute;
  bottom: 16px;
  left: 13px;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 14px;
  font-weight: 600;
}

.events h1 {
  font-size: 41px;
  letter-spacing: -0.82px;
  line-height: 41px;
  color: #2E55A4;
  font-weight: 700;
  padding: 0;
  margin: 0 0 40px 0;
}
.events .container {
  display: flex;
  flex-flow: column nowrap;
}
.events .container .tile {
  text-decoration: none;
  color: #575757;
  width: 100%;
  cursor: pointer;
  position: relative;
  margin: 0 0 50px 0;
}
.events .container .tile time {
  color: #2E55A4;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-weight: 600;
  text-align: right;
  width: 120px;
  display: inline-block;
  float: left;
}
.events .container .tile time .day {
  font-size: 43px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.events .container .tile svg {
  position: absolute;
  left: 134px;
  top: 0;
}
.events .container .tile svg .primary {
  fill: #2E55A4;
}
.events .container .tile svg .stroke {
  stroke: #2E55A4;
}
.events .container .tile div.content {
  width: 540px;
  display: inline-block;
  margin-left: 60px;
}
.events .container .tile div.content img {
  width: 540px;
  height: auto;
  border-radius: 10px;
  display: block;
}
.events .container .tile div.content h5 {
  font-size: 23px;
  line-height: 31px;
  letter-spacing: -0.46px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px 0;
  color: #2E55A4;
}
.events .container .tile div.content p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.28px;
  font-weight: 300;
  padding: 0;
  margin: 10px 0 10px 0;
  display: block;
}
.events .container .tile div.content span {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  font-weight: 600;
}
.events .container .tile:after {
  content: "";
  background-image: url("/assets/website/images/svg/calendar_circle_small_v.svg");
  background-repeat: repeat-y;
  position: absolute;
  top: 33px;
  left: 147px;
  bottom: -43px;
  width: 20px;
}

.downloads-and-links {
  padding: 0 0 20px 0;
}
.downloads-and-links h2 {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
  color: #2E55A4;
}
.downloads-and-links .item {
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
  height: 48px;
  background-color: #2E55A4;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  padding: 0 50px 0 50px;
  text-decoration: none;
  transition: background-color 100ms ease-in-out;
  cursor: pointer;
}
.downloads-and-links .item span {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: -0.28px;
}
.downloads-and-links .item .icon {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: rgba(254, 254, 254, 0.2);
  border-radius: 25px;
  text-align: center;
  padding-top: 7px;
}
.downloads-and-links .item.link {
  background-color: #FF9922;
}
.downloads-and-links .item:after {
  content: url("/assets/website/images/svg/download_small.svg");
  position: absolute;
  right: 20px;
  top: 15px;
}
.downloads-and-links .item.link:after {
  display: none;
}
.downloads-and-links .item:hover {
  background-color: #2E55A4;
  transition: background-color 100ms ease-in-out;
}

.password-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
}
.password-popup .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
  background-color: #EDEDED;
  z-index: 250;
  border-radius: 10px;
  max-width: 340px;
  width: 100%;
}
.password-popup .box .download-close {
  font-size: 35px;
  position: absolute;
  top: -40px;
  right: 0;
  color: #FF9922;
  cursor: pointer;
}
.password-popup .box .button {
  width: 100%;
  cursor: pointer;
}
.password-popup .box .success, .password-popup .box .error {
  display: none;
}
.password-popup .box .form-item {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 0;
  margin: 0 0 21px 0;
}
.password-popup .box .form-item label {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #575757;
}
.password-popup .box .form-item input, .password-popup .box .form-item input:focus, .password-popup .box .form-item input:active {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: none;
  color: #575757;
  padding: 0 15px 0 15px;
  height: 43px;
  outline: none;
}

.password-popup.error .box .error {
  display: block;
}

.password-popup.success .box .success {
  display: block;
}

.password-popup.active {
  display: block;
}

.search-results {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 100px 0 40px 0;
}
.search-results h1 {
  font-size: 41px;
  letter-spacing: -0.82px;
  line-height: 41px;
  color: #2E55A4;
  font-weight: 700;
  padding: 0;
  margin: 0 0 40px 0;
}
.search-results hr {
  border-top: 1px solid #2E55A4;
  border-bottom: none;
  margin: 0 0 40px 0;
}
.search-results a {
  display: block;
  text-decoration: none;
  color: #2E55A4;
  padding: 0;
  margin: 0 0 40px 0;
}
.search-results a h5 {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px 0;
  color: #2E55A4;
}
.search-results a p {
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  color: #575757;
  font-weight: 300;
}

.meet-the-team {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.meet-the-team h1 {
  font-size: 41px;
  letter-spacing: -0.82px;
  line-height: 41px;
  color: #2E55A4;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}
.meet-the-team p {
  font-size: 21px;
  letter-spacing: -0.42px;
  line-height: 35px;
  max-width: 740px;
  padding: 0;
  margin: 0 0 30px 0;
  color: #575757;
  font-weight: 300;
}
.meet-the-team .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.meet-the-team .container .item {
  width: 262px;
  height: auto;
  text-decoration: none;
  margin: 0 0 30px 0;
}
.meet-the-team .container .item img {
  border-radius: 5px;
}
.meet-the-team .container .item figcaption {
  padding: 0;
  margin: 10px 0 0 0;
}
.meet-the-team .container .item figcaption h5 {
  font-size: 23px;
  letter-spacing: -0.46px;
  line-height: 32px;
  color: #2E55A4;
  padding: 0;
  margin: 0;
}
.meet-the-team .container .item figcaption .title {
  font-weight: 200;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 26px;
  color: #575757;
  padding: 0;
  margin: 0 0 5px 0;
  display: block;
}
.meet-the-team .container .item figcaption .find-out-more {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.28px;
  color: #575757;
}

.meet-the-team.meet-the-team-featured {
  padding: 40px 0 40px 0;
}

.join-our-trust {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0 60px 0;
  background-color: #575757;
}
.join-our-trust h3 {
  color: #FFFFFF;
  font-size: 41px;
  letter-spacing: -0.82px;
  line-height: 52px;
  font-weight: 200;
  padding: 0;
  margin: 0 0 20px 0;
}
.join-our-trust p {
  font-size: 21px;
  letter-spacing: 0.42px;
  line-height: 35px;
  font-weight: 300;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.join-our-trust form {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.join-our-trust form .button {
  width: 100%;
}
.join-our-trust form .form-item {
  display: inline-block;
  width: 585px;
  padding: 0;
  margin: 0 0 21px 0;
}
.join-our-trust form .form-item label {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #FFFFFF;
}
.join-our-trust form .form-item input {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: none;
  color: #575757;
  padding: 0 15px 0 15px;
  height: 43px;
}
.join-our-trust form .form-item .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 22px;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF;
}
.join-our-trust form .form-item .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.join-our-trust form .form-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
}
.join-our-trust form .form-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.join-our-trust form .form-item .container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.join-our-trust form .form-item .container input:checked ~ .checkmark:after {
  display: block;
}
.join-our-trust form .form-item .container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.join-our-trust form .form-item textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 120px;
  resize: none;
  border-radius: 4px;
  padding: 15px;
}
.join-our-trust form .form-item input:focus, .join-our-trust form .form-item textarea:focus {
  border: none;
  outline: none;
}
.join-our-trust form .form-item:nth-last-child(-n+3) {
  width: 100%;
}

.our-academies {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0 40px 0;
}
.our-academies .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.our-academies .container .item {
  width: 385px;
  min-height: 380px;
  position: relative;
  padding: 125px 23px 23px 23px;
  background-color: #FFFFFF;
  color: #575757;
  border-radius: 5px;
  margin-bottom: 50px;
}
.our-academies .container .item .image {
  position: absolute;
  right: 23px;
  top: -30px;
  width: 138px;
  height: 138px;
}
.our-academies .container .item h5 {
  color: #2E55A4;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: -0.46px;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 193px;
  position: absolute;
  top: 70px;
  left: 23px;
  transform: translateY(-50%);
}
.our-academies .container .item p {
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 26px;
  font-weight: 300;
}
.our-academies .container .item .name {
  font-size: 21px;
  line-height: 35px;
  letter-spacing: -0.42px;
  display: block;
  font-weight: 300;
}
.our-academies .container .item .title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 28px;
}
.our-academies .container .item .button {
  width: 100%;
  display: block;
  margin: 14px 0 0 0;
  border-radius: 5px;
  background-color: #FF9922;
}

.person {
  padding: 40px 0 40px 0;
}
.person .content {
  display: inline-block;
  width: 700px;
}
.person .content h2 {
  padding: 0;
  margin: 0 0 20px 0;
  color: #2E55A4;
  font-size: 32px;
  letter-spacing: -0.82px;
  line-height: 42px;
  font-weight: 600;
}
.person .content h3 {
  font-size: 21px;
  letter-spacing: -0.42px;
  line-height: 35px;
  color: #575757;
  font-weight: 300;
  padding: 0;
  margin: 0 0 15px 0;
}
.person .content h4 {
  font-size: 18px;
  letter-spacing: -0.42px;
  line-height: 26px;
  color: #575757;
  font-weight: 300;
  padding: 0;
  margin: 0 0 15px 0;
}
.person .content h5 {
  font-size: 18px;
  letter-spacing: -0.42px;
  line-height: 26px;
  color: #575757;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px 0;
}
.person .content p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 15px 0;
}
.person .content p a, .person .content p a:active, .person .content p a:visited {
  color: #2E55A4;
  font-weight: 600;
}
.person .content strong {
  font-weight: 600;
}
.person .content ul:not(.accordionjs), .person .content ol {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
  display: block;
}
.person .content ul:not(.accordionjs) li, .person .content ol li {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.28px;
  font-weight: 300;
  padding: 0 0 0 25px;
  display: block;
  margin: 0 0 8px 0;
  position: relative;
}
.person .content ul:not(.accordionjs) li:before, .person .content ol li:before {
  content: "arrow_forward";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  transform: translateY(5px);
  color: #2E55A4;
  position: absolute;
  left: 0;
  top: -4px;
}
.person .content h1 {
  font-size: 41px;
  line-height: 52px;
  letter-spacing: -0.82px;
  padding: 0;
  margin: 0 0 15px 0;
  color: #2E55A4;
}
.person .content .title {
  font-size: 23px;
  letter-spacing: -0.46px;
  line-height: 32px;
  font-weight: 600;
  color: #575757;
  padding: 0;
  margin: 0 0 20px 0;
  display: inline-block;
}
.person aside {
  width: 450px;
  display: inline-block;
  float: right;
}
.person aside img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 15px 0;
  border-radius: 5px;
}
.person aside a {
  background-color: #2E55A4;
  border-radius: 0;
  width: 100%;
  text-transform: unset;
  text-align: left;
  position: relative;
  padding-left: 40px;
  transition: background-color 75ms ease-in-out;
}
.person aside a:before {
  content: "arrow_back";
  font-family: "Material Icons", system-ui;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  position: absolute;
  left: 10px;
  top: 1px;
  color: #FFFFFF;
}
.person aside a:hover {
  background-color: #FF9922;
  transition: background-color 75ms ease-in-out;
}

.video {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 40px 0 40px 0;
}
.video h3 {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
  color: #2E55A4;
}
.video a {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url("/assets/website/images/jpg/video_placeholder.jpg");
  background-size: cover;
  display: block;
}
.video a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 50;
}
.video a:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 40;
  pointer-events: none;
}

#subpage .text-image, #subpage .text {
  padding: 40px 0 20px 0;
}
#subpage .text-image .content, #subpage .text .content {
  width: 460px;
}
#subpage .text-image .image, #subpage .text .image {
  width: 400px;
}
#subpage .text-image .image img, #subpage .text .image img {
  width: 100%;
  height: auto;
}

.explore-our-academy {
  padding: 40px 0 40px 0;
  background: none;
  z-index: 50;
  margin-bottom: -230px;
  position: relative;
}
.explore-our-academy h3 {
  font-size: 41px;
  line-height: 41px;
  letter-spacing: -0.82px;
  font-weight: 300;
  color: #2E55A4;
}
.explore-our-academy h3 strong {
  font-weight: 600;
}
.explore-our-academy .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.explore-our-academy .container .tile {
  transition: margin-top ease-in-out 200ms;
  width: 287px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.explore-our-academy .container .tile .image {
  position: relative;
}
.explore-our-academy .container .tile .image img {
  width: 100%;
  height: auto;
}
.explore-our-academy .container .tile .image svg {
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
  z-index: 20;
}
.explore-our-academy .container .tile .description {
  padding: 24px;
  margin: 0;
}
.explore-our-academy .container .tile .description h5 {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: -0.46px;
  padding: 0;
  margin: 0 0 12px 0;
}
.explore-our-academy .container .tile .description p {
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 23px;
  padding: 0;
  margin: 0 0 12px 0;
  font-weight: 300;
  -webkit-line-clamp: 3;
}
.explore-our-academy .container .tile .description span {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: -0.28px;
}
.explore-our-academy .container .tile:hover {
  margin-top: -20px;
  transition: margin-top ease-in-out 200ms;
}
.explore-our-academy .container .main {
  background-color: #FF9922;
  fill: #FF9922;
}
.explore-our-academy .container .primary {
  background-color: #2E55A4;
  fill: #2E55A4;
}
.explore-our-academy .container .secondary {
  background-color: #2E55A4;
  fill: #2E55A4;
}
.explore-our-academy .container .tertiary {
  background-color: #FF9922;
  fill: #FF9922;
}

.upcoming-events {
  position: relative;
  padding: 270px 0 80px 0;
  background-size: cover;
  background: url("/assets/website/images/jpg/upcoming_events_background.jpg") fixed;
  z-index: 0;
  width: 100%;
}
.upcoming-events .curve {
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 1px);
}
.upcoming-events h3 {
  font-size: 41px;
  line-height: 41px;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: -0.82px;
}
.upcoming-events h3 strong {
  font-weight: 600;
}
.upcoming-events .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.upcoming-events .container .tile {
  text-decoration: none;
  color: #FFFFFF;
  width: 240px;
  cursor: pointer;
  position: relative;
}
.upcoming-events .container .tile time {
  color: #2E55A4;
  line-height: 48px;
  font-size: 21px;
  letter-spacing: -0.42px;
}
.upcoming-events .container .tile time .day {
  font-size: 43px;
  font-weight: 600;
}
.upcoming-events .container .tile svg {
  display: block;
  margin: 8px 0 15px 0;
}
.upcoming-events .container .tile svg .primary {
  fill: #2E55A4;
}
.upcoming-events .container .tile h5 {
  font-size: 23px;
  line-height: 31px;
  letter-spacing: -0.46px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px 0;
}
.upcoming-events .container .tile p {
  font-size: 12px;
  line-height: 23px;
  letter-spacing: -0.24px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px 0;
}
.upcoming-events .container .tile span {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  font-weight: 600;
}
.upcoming-events .container .tile:after {
  content: "";
  background-image: url("/assets/website/images/svg/calendar_circle_small.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: 68px;
  left: 29px;
  right: -80px;
  height: 20px;
}
.upcoming-events .container .tile:last-of-type:after {
  right: 0;
}

.featured-news {
  margin: 0;
  padding: 40px 0 100px 0;
  background-color: #FFFFFF;
  position: relative;
}
.featured-news h3 {
  font-size: 41px;
  line-height: 41px;
  letter-spacing: -0.82px;
  color: #2E55A4;
  font-weight: 300;
  padding: 0;
  margin: 0 0 30px 0;
}
.featured-news h3 strong {
  font-weight: 600;
}
.featured-news .container {
  display: grid;
  grid-template-columns: 590px 287px 287px;
  grid-template-rows: 290px 290px;
  row-gap: 20px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 25px;
}
.featured-news .container .tile {
  width: 285px;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  background-color: #EDEDED;
  position: relative;
  text-decoration: none;
}
.featured-news .container .tile .image {
  display: block;
  width: 100%;
  height: 156px;
  background-image: url("/assets/website/images/jpg/featured_blog_small.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.featured-news .container .tile .image .curve {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 101%;
}
.featured-news .container .tile .description {
  padding: 13px;
}
.featured-news .container .tile .description time {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
  margin: 20px 0 15px 0;
  padding: 0;
  color: #575757;
}
.featured-news .container .tile .description h5 {
  font-weight: 700;
  color: #2E55A4;
  letter-spacing: -0.3px;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  margin: 12px 0 0;
}
.featured-news .container .tile .description p {
  display: none;
}
.featured-news .container .tile .description span {
  color: #575757;
  position: absolute;
  bottom: 16px;
  left: 13px;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 14px;
  font-weight: 600;
}
.featured-news .container .tile:first-child {
  width: 590px;
  height: 100%;
  grid-column: 1/1;
  grid-row: 1/3;
}
.featured-news .container .tile:first-child h5 {
  font-size: 23px;
  letter-spacing: -0.47px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.featured-news .container .tile:first-child p {
  color: #575757;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: -0.24px;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.featured-news .container .tile:first-child .image {
  background-image: url("/assets/website/images/jpg/featured_blog_large.jpg");
  height: 400px;
}

.latest-links-and-downloads {
  padding: 40px 0 40px 0;
  background: none;
  position: relative;
}
.latest-links-and-downloads .curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
}
.latest-links-and-downloads h3 {
  font-size: 41px;
  line-height: 41px;
  letter-spacing: -0.82px;
  font-weight: 300;
  color: #2E55A4;
  padding: 0;
  margin: 0 0 35px 0;
}
.latest-links-and-downloads h3 strong {
  font-weight: 600;
}
.latest-links-and-downloads .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.latest-links-and-downloads .container .tile {
  transition: margin-top ease-in-out 200ms;
  width: 226px;
  height: 240px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  position: relative;
}
.latest-links-and-downloads .container .tile .icon {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 34px;
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
}
.latest-links-and-downloads .container .tile .icon img {
  margin-top: 16px;
  margin-left: 3px;
}
.latest-links-and-downloads .container .tile p {
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  position: absolute;
  bottom: 75px;
  left: 12px;
}
.latest-links-and-downloads .container .tile .download {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  height: 42px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.28px;
  line-height: 42px;
  font-weight: 600;
}
.latest-links-and-downloads .container .tile .download .material-icons {
  display: inline-block;
  transform: translateY(7px);
}
.latest-links-and-downloads .container .main {
  background-color: #FF9922;
  fill: #FF9922;
}
.latest-links-and-downloads .container .primary {
  background-color: #2E55A4;
  fill: #2E55A4;
}
.latest-links-and-downloads .container .secondary {
  background-color: #2E55A4;
  fill: #2E55A4;
}
.latest-links-and-downloads .container .tertiary {
  background-color: #FF9922;
  fill: #FF9922;
}

.get-involved {
  padding: 40px 0 40px 0;
  background: #FFFFFF;
  position: relative;
}
.get-involved h3 {
  font-size: 41px;
  line-height: 41px;
  letter-spacing: -0.82px;
  font-weight: 300;
  color: #2E55A4;
  padding: 0;
  margin: 0 0 35px 0;
}
.get-involved h3 strong {
  font-weight: 600;
}
.get-involved .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.get-involved .container .tile {
  width: 287px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.get-involved .container .tile:hover {
  margin-top: -20px;
  transition: margin-top ease-in-out 200ms;
}

.get-in-touch {
  background-color: #2E55A4;
  padding: 60px 0 120px 0;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.get-in-touch h5 {
  font-size: 41px;
  letter-spacing: -0.82px;
  line-height: 41px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px 0;
}
.get-in-touch p {
  font-size: 21px;
  letter-spacing: -0.42px;
  line-height: 35px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.get-in-touch p a {
  font-weight: 600;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0;
}
.get-in-touch svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.contact-us {
  padding: 40px 0 40px 0;
  margin: 0;
  position: relative;
}
.contact-us .left {
  width: 380px;
  height: auto;
  display: inline-block;
  float: left;
}
.contact-us .left p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.28px;
  line-height: 26px;
  color: #575757;
  padding: 0;
  margin: 0 0 20px 0;
}
.contact-us .left p .highlight {
  color: #FF9922;
  font-weight: 600;
}
.contact-us .right {
  width: 736px;
  height: auto;
  float: right;
  display: inline-block;
}
.contact-us .right form {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.contact-us .right form .form-item {
  display: block;
  padding: 0;
  margin: 0 0 21px 0;
}
.contact-us .right form .form-item label {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-us .right form .form-item input {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: none;
  color: #575757;
  padding: 0 15px 0 15px;
  height: 43px;
}
.contact-us .right form .form-item .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 22px;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact-us .right form .form-item .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-us .right form .form-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
}
.contact-us .right form .form-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contact-us .right form .form-item .container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.contact-us .right form .form-item .container input:checked ~ .checkmark:after {
  display: block;
}
.contact-us .right form .form-item .container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-us .right form .form-item textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 120px;
  resize: none;
  border-radius: 4px;
  padding: 15px;
}
.contact-us .right form .form-item input:focus, .contact-us .right form .form-item textarea:focus {
  border: none;
  outline: none;
}

.article {
  padding: 85px 0 0 0;
  margin: 0;
}
.article h1 {
  display: block;
  width: 100%;
  color: #2E55A4;
  font-size: 41px;
  line-height: 52px;
  letter-spacing: -0.82px;
  padding: 0;
  margin: 0 0 20px 0;
}
.article .content {
  display: inline-block;
  width: 850px;
  min-height: 1400px;
  position: relative;
}
.article .content .gallery .container img {
  width: 272px;
  margin: 0 0 14px 0;
}
.article .content time {
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 12px;
  color: #575757;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 300;
}
.article .content img {
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
  border-radius: 10px;
}
.article .content:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(20, 71, 124, 0.21);
}
.article aside {
  width: 290px;
  display: inline-block;
  float: right;
  padding: 0;
  margin: 0;
  height: 100%;
  position: sticky;
  top: 120px;
}
.article aside .container {
  display: flex;
  flex-flow: column nowrap;
}
.article aside .container .tile {
  width: 285px;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
  text-decoration: none;
  margin: 0 0 20px 0;
}
.article aside .container .tile .image {
  display: block;
  width: 100%;
  height: 156px;
  background-image: url("/assets/website/images/jpg/featured_blog_small.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.article aside .container .tile .image .curve {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 101%;
}
.article aside .container .tile .description {
  padding: 13px;
}
.article aside .container .tile .description time {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
  margin: 20px 0 15px 0;
  padding: 0;
  color: #575757;
}
.article aside .container .tile .description h5 {
  font-weight: 700;
  color: #2E55A4;
  letter-spacing: -0.3px;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  margin: 12px 0 10px 0;
}
.article aside .container .tile .description span {
  color: #575757;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 14px;
  font-weight: 700;
}

#map {
  height: 500px;
  width: 100%;
}
#map svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

footer {
  background-color: #08294B;
  margin: 0;
  padding: 40px 0 40px 0;
}
footer hr {
  height: 1px;
  color: #FFFFFF;
  border: none;
  background-color: #FFFFFF;
  opacity: 0.3;
  margin: 30px 0 30px 0;
}
footer nav {
  display: block;
}
footer nav ol {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
footer nav ol li {
  padding: 5px 30px 5px 0;
}
footer nav ol li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 12px;
}
footer nav ol li .dropdown {
  width: 100%;
  margin-top: 5px;
  display: block;
}
footer nav ol li .dropdown li {
  display: block;
}
footer nav ol li .dropdown li a {
  font-weight: 300;
}
footer .container {
  position: relative;
  display: block;
  width: 100%;
}
footer .container .left {
  display: inline-block;
  width: 244px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 15px;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
footer .container .left span {
  width: 120px;
  display: inline-block;
  padding: 4px 0 4px 0;
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
}
footer .container .left span a {
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  min-width: 94px;
}
footer .container .left span:first-of-type {
  display: block;
  width: 100%;
  font-weight: 600;
}
footer .container img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
footer .container .right {
  display: inline-block;
  float: right;
  text-align: right;
  width: 360px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
footer .container .right a {
  width: 100px;
  display: inline-block;
  padding: 4px 0 4px 0;
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
}
footer .container .right .author {
  color: #2E55A4;
}
footer .logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  gap: 30px;
}
footer .logos img {
  margin: 0;
  padding: 0;
}

#mobile-nav-container {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 90;
  background-color: #2E55A4;
}
#mobile-nav-container .mobile-nav-container {
  margin: 160px 0 0 0;
  width: 100%;
  padding: 25px;
  height: auto;
  position: relative;
}
#mobile-nav-container .mobile-nav-container .back {
  background-color: #FFFFFF;
  color: #2E55A4;
  font-size: 14px;
  letter-spacing: -0.28px;
  height: 44px;
  display: inline-block;
  padding: 15px 0 0 46px;
  font-weight: 600;
  border-radius: 8px;
  left: 25px;
  right: 25px;
  line-height: 14px;
  position: absolute;
  top: -20px;
  cursor: pointer;
  box-sizing: border-box;
}
#mobile-nav-container .mobile-nav-container .back .arrow-reversed {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #2E55A4;
  background-color: #FF9922;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 26px;
  cursor: pointer;
  transition: 100ms ease-in-out;
  transition-property: background-color, color;
}
#mobile-nav-container .mobile-nav-container .back .arrow-reversed span {
  font-size: 28px;
  line-height: 26px;
  transform: translateX(-1px);
}
#mobile-nav-container .mobile-nav-container .mobile-nav {
  list-style: none;
  width: 100%;
  padding: 0;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li {
  display: block;
  width: 100%;
  height: auto;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  border-left: 0 solid #EDEDED;
  box-sizing: border-box;
  transition: border-left 150ms ease-in-out;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #69400F;
  background-color: #FF9922;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 26px;
  cursor: pointer;
  transition: 100ms ease-in-out;
  transition-property: background-color, color;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li .arrow span {
  font-size: 28px;
  line-height: 26px;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li .arrow:hover {
  background-color: #2E55A4;
  color: #FF9922;
  transition: 100ms ease-in-out;
  transition-property: background-color, color;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li a {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.28px;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
  height: 42px;
  width: 100%;
  padding: 0 50px 0 15px;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li:hover {
  border-left: 8px solid #FFFFFF;
  transition: border-left 150ms ease-in-out;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li:first-of-type, #mobile-nav-container .mobile-nav-container .mobile-nav li.active, #mobile-nav-container .mobile-nav-container .mobile-nav li.active + li {
  border-top: none;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li.active .arrow {
  right: 10px;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li.active a {
  background-color: #FFFFFF;
  color: #FF9922;
  border-radius: 10px;
}
#mobile-nav-container .mobile-nav-container .mobile-nav li.active:hover {
  border-left: 0 solid #2E55A4;
}

@media only screen and (max-width: 1220px) {
  .wrap {
    width: 700px;
  }
  .hamburger {
    display: inline-block;
  }
  .gallery .container img {
    width: 223px;
    height: auto;
  }
  header {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 100;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
  }
  header .logo {
    display: inline-block;
    width: 200px;
    height: 100px;
    padding: 0;
    margin: 0;
    float: left;
  }
  header .logo img {
    position: absolute;
    top: 13px;
    left: 30px;
    width: 138px;
    height: 138px;
  }
  header nav {
    display: inline-block;
    width: 500px;
    height: 100px;
    padding: 0;
    margin: 0;
    float: left;
  }
  header nav .top-nav {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 100%;
    background-color: #EDEDED;
  }
  header nav .top-nav .emat {
    float: left;
    line-height: 17px;
    text-align: left;
    border-left: none;
    width: 240px;
    position: absolute;
    left: 192px;
    top: 56px;
    padding-left: 80px;
  }
  header nav .top-nav .emat img {
    position: absolute;
    padding: 0 10px 0 0;
    height: 40px;
    left: 0;
    top: -5px;
    width: auto;
  }
  header nav .main-nav {
    display: none;
  }
  .text-image {
    padding: 40px 0 40px 0;
  }
  .text-image .content {
    width: 420px;
  }
  .text-image .content h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .text-image .image {
    float: right;
    width: 250px;
    height: auto;
  }
  .text-image .image img {
    max-width: 250px;
    height: auto;
  }
  .explore-our-academy {
    padding: 0 0 40px 0;
    z-index: 50;
    margin-bottom: -230px;
  }
  .explore-our-academy .container {
    display: flex;
    flex-flow: row wrap;
  }
  .explore-our-academy .container .tile {
    transition: none;
    width: 340px;
    margin: 0 0 20px 0;
  }
  .explore-our-academy .container .tile:hover {
    margin-top: 0;
    transition: none;
  }
  .upcoming-events {
    position: relative;
    padding: 200px 0 80px 0;
    background: #2E55A4 none;
  }
  .upcoming-events .container {
    display: flex;
    flex-flow: column nowrap;
  }
  .upcoming-events .container .tile {
    text-decoration: none;
    color: #FFFFFF;
    width: 100%;
    padding: 0 0 0 50px;
    margin: 0 0 45px 0;
    box-sizing: border-box;
  }
  .upcoming-events .container .tile svg {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 1px;
    top: 3px;
  }
  .upcoming-events .container .tile:after {
    content: "";
    background-image: url("/assets/website/images/svg/calendar_circle_small_rwd.svg");
    background-repeat: repeat-y;
    position: absolute;
    top: 35px;
    left: 13px;
    height: calc(100% + 10px);
    width: 40px;
  }
  .upcoming-events .container .tile:last-of-type:after {
    height: calc(100% - 37px);
  }
  .upcoming-events .container .tile:last-of-type {
    margin: 0;
  }
  .featured-news .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .featured-news .container .tile, .featured-news .container .tile:first-child {
    width: 340px;
    height: 286px;
  }
  .featured-news .container .tile .image, .featured-news .container .tile:first-child .image {
    display: block;
    width: 100%;
    height: 156px;
    background-image: url("/assets/website/images/jpg/featured_blog_small.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .featured-news .container .tile .image .curve, .featured-news .container .tile:first-child .image .curve {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 101%;
  }
  .featured-news .container .tile .description h5, .featured-news .container .tile:first-child .description h5 {
    font-weight: 700;
    color: #2E55A4;
    letter-spacing: -0.3px;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 12px 0 0;
  }
  .featured-news .container .tile .description p, .featured-news .container .tile:first-child .description p {
    display: none;
  }
  .featured-news .container .tile .description span, .featured-news .container .tile:first-child .description span {
    color: #575757;
    position: absolute;
    bottom: 16px;
    left: 13px;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 14px;
    font-weight: 600;
  }
  .featured-news .container .tile:nth-last-child(-n+1) {
    display: none;
  }
  .our-academies {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0 40px 0;
  }
  .our-academies .container .item {
    width: 100%;
  }
  .join-our-trust .form-item {
    width: 100% !important;
  }
  .header-banner {
    width: 100%;
    height: 700px;
    min-height: unset;
  }
  .header-banner.pages {
    height: 500px;
  }
  .latest-links-and-downloads {
    padding: 40px 0 40px 0;
    background: none;
    position: relative;
  }
  .latest-links-and-downloads .curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-99%);
  }
  .latest-links-and-downloads h3 {
    font-size: 41px;
    line-height: 41px;
    letter-spacing: -0.82px;
    font-weight: 300;
    color: #2E55A4;
    padding: 0;
    margin: 0 0 35px 0;
  }
  .latest-links-and-downloads h3 strong {
    font-weight: 600;
  }
  .latest-links-and-downloads .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px;
  }
  .latest-links-and-downloads .container .tile:nth-last-child(-n+2) {
    display: none;
  }
  footer {
    background-color: #08294B;
    margin: 0;
    padding: 40px 0 40px 0;
  }
  footer hr {
    display: none;
  }
  footer nav {
    display: none;
  }
  footer .container {
    position: relative;
    display: block;
    width: 100%;
  }
  footer .container .left {
    display: block;
    width: 300px;
    margin: 0 auto 40px auto;
    padding: 100px 0 0 0;
    text-align: center;
  }
  footer .container .left span, footer .container .left a {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 20px;
  }
  footer .container .left span:first-of-type {
    display: block;
    width: 100%;
    font-weight: 600;
  }
  footer .container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
  }
  footer .container .right {
    display: block;
    float: unset;
    text-align: center;
    width: 100%;
  }
  footer .container .right a {
    width: 100px;
    display: inline-block;
    padding: 4px 0 4px 0;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
  }
  footer .logos {
    margin: 30px 0 20px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  footer .logos img {
    margin: 10px 0 10px 0;
  }
  .article {
    padding: 85px 0 0 0;
    margin: 0;
  }
  .article h1 {
    display: block;
    width: 100%;
    color: #2E55A4;
    font-size: 41px;
    line-height: 52px;
    letter-spacing: -0.82px;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .article .content {
    display: block;
    width: 100%;
    min-height: unset;
  }
  .article .content .gallery .container img {
    width: 223px;
  }
  .article .content:after {
    display: none;
  }
  .article aside {
    width: 100%;
    display: block;
    float: unset;
    padding: 0;
    margin: 40px 0 40px 0;
    height: 100%;
    position: static;
  }
  .article aside .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .article aside .container .tile {
    width: 340px;
  }
  .article aside .container .tile:last-child {
    display: none;
  }
  .contact-us {
    padding: 80px 0 40px 0;
  }
  .contact-us .left {
    width: 100%;
    height: auto;
    display: block;
    float: unset;
  }
  .contact-us .left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.28px;
    line-height: 26px;
    color: #575757;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .contact-us .left p .highlight {
    color: #FF9922;
    font-weight: 600;
  }
  .contact-us .right {
    width: 100%;
    height: auto;
    float: unset;
    display: block;
    margin: 40px 0 20px 0;
  }
  .meet-the-team .container .item {
    width: 220px;
    height: auto;
    text-decoration: none;
    margin: 0 0 30px 0;
  }
  .meet-the-team .container .item img {
    width: 100%;
  }
  .news {
    padding: 40px 0 0 0;
  }
  .news .categories {
    top: 47px;
  }
  .news .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .news .container .tile {
    width: 340px;
  }
  .events {
    padding: 40px 0 0 0;
  }
  .events .container {
    display: flex;
    flex-flow: column nowrap;
  }
  .events .container .tile div.content {
    width: 400px;
  }
  .events .container .tile div.content img {
    width: 400px;
  }
  #subpage aside {
    display: none;
  }
  #subpage .layers {
    width: 700px;
    float: unset;
    margin: -40px 0 0 0;
    padding: 0;
  }
  #subpage .text-image .content, #subpage .text .content {
    width: 420px;
  }
  #subpage .text-image .image, #subpage .text .image {
    max-width: 250px;
  }
  .person .content {
    display: inline-block;
    width: 450px;
  }
  .person aside {
    width: 200px;
  }
}
@media only screen and (max-width: 740px) {
  .wrap {
    width: 350px;
  }
  .gallery .container img {
    width: 168px;
    height: auto;
  }
  .announcement {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: unset;
    background-color: #FFFFFF;
    border-radius: 0;
    min-width: unset;
    width: 100%;
    z-index: 80;
  }
  .announcement .content {
    position: relative;
  }
  .announcement .content h1, .announcement .content h2, .announcement .content h3, .announcement .content h4, .announcement .content h5, .announcement .content h6 {
    color: #2E55A4 !important;
  }
  .announcement .content .material-icons {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 32px;
    color: #2E55A4;
    cursor: pointer;
    display: inline-block;
  }
  .announcement-icon {
    display: none;
  }
  header {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 100;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
  }
  header .logo {
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0;
    float: left;
  }
  header .logo img {
    position: absolute;
    top: 8px;
    left: 0;
    width: 85px;
    height: 85px;
  }
  header .logo .logo-curve {
    display: none;
  }
  header nav {
    display: inline-block;
    width: 250px;
    height: 100px;
    padding: 0;
    margin: 0;
  }
  header nav .top-nav {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 100%;
    background-color: #EDEDED;
  }
  header nav .top-nav #google_translate_element {
    display: inline-block;
  }
  header nav .top-nav #google_translate_element .goog-te-gadget {
    font-family: libre-franklin, sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    color: #575757;
    margin: 0;
    padding: 0;
  }
  header nav .top-nav #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #FFFFFF;
    height: 40px;
    background-color: #EDEDED;
    color: #575757;
    padding: 0 6px 0 6px;
    margin: 0;
  }
  header nav .top-nav .search {
    padding: 0 6px 0 6px;
    border-right: none;
  }
  header nav .top-nav .search:after {
    margin-left: 4px;
  }
  header nav .top-nav .emat {
    line-height: 15px;
    font-size: 10px;
    text-align: left;
    border-left: none;
    width: 200px;
    position: absolute;
    left: 100px;
    top: 56px;
    padding-left: 67px;
  }
  header nav .top-nav .emat img {
    position: absolute;
    padding: 0 5px 0 0;
    height: 32px;
    left: 0;
    top: -2px;
    width: auto;
  }
  .get-in-touch .button {
    width: 100%;
    margin-right: 0;
  }
  .get-in-touch svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .meet-the-team h1 {
    font-size: 27px;
    line-height: 39px;
    letter-spacing: -0.54px;
  }
  .meet-the-team p {
    font-size: 14px;
    line-height: 19px;
  }
  .meet-the-team .container .item {
    width: 350px;
  }
  .text-image {
    padding: 40px 0 20px 0;
  }
  .text-image .content {
    width: 100%;
    display: block;
  }
  .text-image .content h2 {
    font-size: 27px;
    line-height: 39px;
    letter-spacing: -0.54px;
  }
  .text-image .content p {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -0.26px;
  }
  .text-image .content .button {
    width: 100%;
    margin-right: 0;
  }
  .text-image .image {
    float: unset;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
  }
  .text-image .image img {
    max-width: 350px;
    height: auto;
  }
  .person .content {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .person aside {
    width: 100%;
    float: unset;
    display: block;
  }
  .explore-our-academy {
    padding: 0 0 20px 0;
    z-index: 50;
    margin-bottom: -230px;
  }
  .explore-our-academy h3 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.54px;
  }
  .explore-our-academy .container .tile {
    width: 100%;
  }
  .upcoming-events h3 {
    font-size: 27px;
    line-height: 39px;
    letter-spacing: -0.54px;
  }
  .upcoming-events .wrap .button {
    width: 100%;
    margin-right: 0;
  }
  .featured-news h3 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.54px;
  }
  .featured-news .container .tile, .featured-news .container .tile:first-child {
    width: 100%;
    height: 320px;
  }
  .featured-news .container .tile .image, .featured-news .container .tile:first-child .image {
    height: 193px;
  }
  .featured-news .button {
    width: 100%;
    margin-right: 0;
  }
  .latest-links-and-downloads h3 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.54px;
  }
  .latest-links-and-downloads .container .tile {
    width: 100%;
    height: 160px;
    padding: 30px;
  }
  .latest-links-and-downloads .container .tile p {
    bottom: unset;
    top: 20px;
    width: 240px;
  }
  .article {
    padding: 35px 0 0 0;
    margin: 0;
  }
  .article h1 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.54px;
  }
  .article .content .gallery .container img {
    width: 165px;
  }
  .article aside {
    width: 100%;
    display: block;
    float: unset;
    padding: 0;
    margin: 40px 0 40px 0;
    height: 100%;
    position: static;
  }
  .article aside .container {
    display: flex;
    flex-flow: column nowrap;
  }
  .article aside .container .tile {
    width: 100%;
  }
  .article aside .container .tile:last-child {
    display: block;
  }
  .contact-us {
    padding: 40px 0 40px 0;
  }
  .news {
    padding: 0;
  }
  .news .categories {
    top: 0;
  }
  .news h1 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.54px;
  }
  .news .container .tile {
    width: 100%;
  }
  .events {
    padding: 0;
  }
  .events h1 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.54px;
  }
  .events .container {
    display: flex;
    flex-flow: column nowrap;
  }
  .events .container .tile {
    width: 100%;
  }
  .events .container .tile time {
    margin: 7px 0 10px 40px;
    text-align: left;
    width: unset;
    display: inline-block;
    float: unset;
  }
  .events .container .tile time .day {
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    margin-bottom: unset;
    display: inline-block;
  }
  .events .container .tile svg {
    position: absolute;
    left: 0;
    top: 0;
  }
  .events .container .tile div.content {
    width: 310px;
    margin-left: 40px;
  }
  .events .container .tile div.content img {
    width: 310px;
  }
  .events .container .tile div.content h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .events .container .tile:after {
    left: 13px;
  }
  #subpage .layers {
    width: 350px;
  }
  #subpage .text-image .content, #subpage .text .content {
    width: 350px;
    display: block;
  }
  #subpage .text-image .image, #subpage .text .image {
    max-width: 350px;
  }
  .video {
    height: 200px;
  }
  .video a {
    width: 100%;
    height: 200px;
    background-image: url("/assets/website/images/jpg/video_placeholder.jpg");
    background-size: cover;
    display: block;
    position: relative;
  }
  .video a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 50;
  }
  .header-banner {
    width: 100%;
    min-height: unset;
    background-attachment: unset;
    background-size: contain;
    background-position: top;
    height: 500px;
  }
  .header-banner .content {
    bottom: 70px;
  }
  .header-banner .content h1 {
    font-size: 27px;
    letter-spacing: -0.54px;
    line-height: 39px;
    padding: 0 0 15px 0;
  }
  .header-banner .content p {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -0.26px;
  }
  .header-banner .content .buttons {
    padding: 0;
    margin: 25px 0 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .header-banner .content .buttons a {
    margin: 0;
    padding: 0 28px 0 28px;
  }
  .header-banner:before {
    background: linear-gradient(0deg, black 0%, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%);
  }
  .header-banner.pages {
    height: 400px;
  }
  .text-image.full-width {
    padding: 40px 0 40px 0;
  }
  .search-results {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 40px 0;
  }
  .search-results h1 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.54px;
  }
}
.emat {
  display: none;
}

.logo-curve {
  display: none;
}

header .logo img {
  width: 126px;
  height: auto;
  left: 0;
  top: 13px;
}

.button {
  border-radius: 5px;
}

.button-dark {
  background-color: #FF9922;
}

.explore-our-academy {
  padding: 40px 0 40px 0;
  background: none;
  z-index: 50;
  margin-bottom: 0;
  position: relative;
}

@media only screen and (max-width: 740px) {
  header .logo img {
    width: 85px;
    height: auto;
    left: 0;
    top: 28px;
  }
}

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