@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

header {
  background-image: linear-gradient(to bottom, rgba(29, 82, 117, 0.862745098), rgba(29, 82, 117, 0.862745098)), url("../images/header/header-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 14em;
  width: 100%;
}
header nav {
  background-color: #07436D;
  position: fixed;
  width: 100%;
  height: 3.4em;
  overflow: hidden;
  overflow-y: scroll;
  transition: height 0.4s ease-in-out;
  z-index: 1;
}
header nav .menuList {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
header nav .menuList.active {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  border: unset;
  padding: unset;
  white-space: unset;
  clip-path: unset;
  clip: unset;
  overflow: unset;
}
header nav .menuText {
  font-family: "Aclonica", sans-serif;
  font-size: 1.7rem;
  font-variant: small-caps;
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
}
header nav button.toggleMenu {
  background-color: transparent;
  position: absolute;
  border: 0;
  height: 45px;
  width: 45px;
  right: 1rem;
  top: 7px;
  cursor: pointer;
}
header nav button.toggleMenu span {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #ffffff;
  margin-bottom: 8px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
header nav button.active span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
header nav button.active span:nth-child(2) {
  opacity: 0;
}
header nav button.active span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
header nav ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header nav ul li.menuListItem {
  text-transform: capitalize;
}
header nav ul li.menuListItemHome a {
  text-transform: capitalize;
}
header nav ul > li {
  margin-top: 3em;
}
header nav ul li {
  color: #ffffff;
  list-style-type: none;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  cursor: pointer;
}
header nav ul li .expandedIcon {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
header nav ul li a, header nav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}
header nav ul ul.dropdownList {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
header nav.active {
  background-image: linear-gradient(to bottom, rgba(8, 50, 80, 0.9529411765), rgba(8, 50, 80, 0.9529411765)), url("../images/header/header-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
header nav.active .menuText {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
header nav.active ul li.menuListItem ul.dropdownList li.dropdownLink {
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 13em;
  margin: 0 auto;
  margin-top: 4em;
  text-transform: capitalize;
}
header nav.active ul li.menuListItem ul.dropdownList li.dropdownLink a {
  font-size: 1.5rem;
  max-width: 5em;
}
header nav.active ul li.menuListItem ul.dropdownList li.dropdownLink a .details {
  font-size: 12px;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  border: unset;
  padding: unset;
  white-space: unset;
  clip-path: unset;
  clip: unset;
  overflow: unset;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem {
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 13em;
  margin: 0 auto;
  margin-top: 4em;
  text-transform: capitalize;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem .menuTitle {
  display: flex;
  flex-direction: column;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem .menuTitle .itemTitle {
  font-size: 1.5rem;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem .menuTitle .details {
  font-size: 12px;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem .deeperExpandedIcon, header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem ul.deeperDropdownMenu {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem.active .deeperShowMoreIcon {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem.active .deeperExpandedIcon, header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem.active ul.deeperDropdownMenu {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  border: unset;
  padding: unset;
  white-space: unset;
  clip-path: unset;
  clip: unset;
  overflow: unset;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem.active li.dropdownLink {
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 13em;
  margin: 0 auto;
  margin-top: 3em;
}
header nav.active ul span.itemTitle.active ~ ul.dropdownList li.deeperMenuListItem.active li.dropdownLink a {
  max-width: 5em;
}
header nav.active ul span.itemTitle.active ~ .showMoreIcon {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
header nav.active ul span.itemTitle.active ~ .expandedIcon {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  border: unset;
  padding: unset;
  white-space: unset;
  clip-path: unset;
  clip: unset;
  overflow: unset;
}
header nav.active ~ span.headerText {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
header span.headerText {
  position: absolute;
  top: 5.5em;
  left: 1em;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 300;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  header {
    background-image: linear-gradient(to bottom, rgba(29, 82, 117, 0.862745098), rgba(29, 82, 117, 0.862745098)), url("../images/header/header-tablet.jpg");
    height: 16em;
  }
  header span.headerText {
    font-size: 1.7rem;
    font-weight: 300;
    top: 4.9em;
  }
}
@media screen and (min-width: 992px) {
  header {
    background-image: linear-gradient(to bottom, rgba(29, 82, 117, 0.862745098), rgba(29, 82, 117, 0.862745098)), url("../images/header/header-desktop.jpg");
    height: 33vh;
  }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: unset;
    width: 100%;
    position: relative;
  }
  header nav button.toggleMenu {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  header nav .menuText {
    position: absolute;
    right: 1.2rem;
    left: unset;
  }
  header nav .menuList {
    position: unset;
    width: unset;
    height: unset;
    margin: unset;
    border: unset;
    padding: unset;
    white-space: unset;
    clip-path: unset;
    clip: unset;
    overflow: unset;
    position: absolute;
    margin-right: 1.5rem;
  }
  header nav .menuList ul {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
  header nav .menuList ul li.menuListItem {
    position: relative;
    display: block;
    height: 100%;
    margin-top: 0;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.7em;
    cursor: pointer;
  }
  header nav .menuList ul li.menuListItem .showMoreIcon {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  header nav .menuList ul li.menuListItem ul.dropDownList {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
  }
  header nav .menuList ul li.menuListItem ul.dropDownList li.dropDownLink {
    color: #042237;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem {
    display: flex;
    justify-content: space-between;
    color: #042237;
    font-size: 15px;
    text-transform: capitalize;
    text-align: left;
    padding: 1rem;
    margin-top: 0;
    transition: 0.3s ease-in-out;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem .menuTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem .menuTitle .details {
    margin-top: 3px;
    font-size: 12px;
    color: #9b9999;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem .deeperExpandedIcon, header nav .menuList ul li.menuListItem li.deeperMenuListItem ul.deeperDropdownMenu {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover {
    background-color: #EEF9FF;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover .menuTitle .dropdownItemTitle {
    color: #07436D;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover .deeperShowMoreIcon {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover .deeperDropdownMenu, header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover .deeperExpandedIcon {
    position: unset;
    width: unset;
    height: unset;
    margin: unset;
    border: unset;
    padding: unset;
    white-space: unset;
    clip-path: unset;
    clip: unset;
    overflow: unset;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover .deeperExpandedIcon {
    color: #07436D;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover .deeperDropdownMenu {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    left: 100%;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover .deeperDropdownMenu .dropdownLink {
    display: block;
    margin-top: unset;
    text-transform: capitalize;
    width: 10em;
  }
  header nav .menuList ul li.menuListItem li.deeperMenuListItem:hover .deeperDropdownMenu .dropdownLink a {
    display: block;
    padding: 1rem 2.7rem;
  }
  header nav .menuList ul li.menuListItem:hover {
    background-color: #0C4F7E;
  }
  header nav .menuList ul li.menuListItem:hover span.itemTitle {
    color: #7AD7FF;
  }
  header nav .menuList ul li.menuListItem:hover ul.dropdownList {
    position: unset;
    width: unset;
    height: unset;
    margin: unset;
    border: unset;
    padding: unset;
    white-space: unset;
    clip-path: unset;
    clip: unset;
    overflow: unset;
    display: block;
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    position: absolute;
    width: 11em;
    margin-top: 0.9rem;
    left: 0;
  }
  header nav .menuList ul li.menuListItem:hover ul.dropdownList li.dropdownLink {
    display: block;
    font-size: 15px;
    margin-top: unset;
    text-transform: capitalize;
  }
  header nav .menuList ul li.menuListItem:hover ul.dropdownList li.dropdownLink a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #042237;
    text-transform: capitalize;
    padding: 1rem;
  }
  header nav .menuList ul li.menuListItem:hover ul.dropdownList li.dropdownLink a .details {
    margin-top: 3px;
    font-size: 12px;
    color: #9b9999;
  }
  header nav .menuList ul li.menuListItem:hover ul.dropdownList li.dropdownLink:hover {
    background-color: #EEF9FF;
  }
  header nav .menuList ul li.menuListItem:hover ul.dropdownList li.dropdownLink:hover a {
    color: #07436D;
  }
  header nav .menuList ul li.menuListItemHome {
    padding: 0;
    margin-top: 0;
    position: relative;
    display: block;
    height: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    cursor: pointer;
  }
  header nav .menuList ul li.menuListItemHome a {
    padding: 0.7em;
    display: block;
  }
  header nav .menuList ul li.menuListItemHome:hover {
    background-color: #0C4F7E;
  }
  header nav .menuList ul li.menuListItemHome:hover a {
    color: #7AD7FF;
  }
  header nav div > ul > li:nth-child(3) > ul > li:nth-child(1) > ul {
    top: 0;
  }
  header nav div > ul > li:nth-child(3) > ul > li:nth-child(2) > ul {
    top: 67px;
  }
  header nav div > ul > li:nth-child(3) > ul > li:nth-child(3) > ul {
    top: 132px;
  }
  header nav div > ul > li:nth-child(3) > ul > li:nth-child(4) > ul {
    top: 216px;
  }
  header nav div > ul > li:nth-child(4) > ul > li:nth-child(1) > ul {
    top: 0;
  }
  header nav div > ul > li:nth-child(4) > ul > li:nth-child(2) > ul {
    top: 64px;
  }
  header nav div > ul > li:nth-child(4) > ul > li:nth-child(3) > ul {
    top: 148px;
  }
  header nav div > ul > li:nth-child(4) > ul > li:nth-child(4) > ul {
    top: 215px;
  }
  header nav div > ul > li:nth-child(4) > ul > li:nth-child(5) > ul {
    top: 297px;
  }
  header span.headerText {
    font-size: 2rem;
    top: 4.5em;
  }
}
.sticky-search-container {
  box-sizing: border-box;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 0.1490196078);
  overflow: hidden;
  border-radius: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: width 0.75s ease, height 0.75s ease;
  width: 50px;
  height: 50px;
}
.sticky-search-container.active {
  width: 300px;
  height: 200px;
  border: 2px solid rgba(190, 209, 223, 0.2549019608);
  background-color: white;
}
.sticky-search-container .search-icon {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  background-color: #3A91CE;
  border-radius: 25px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: width 0.3s ease, border-radius 1s ease;
}
.sticky-search-container .search-icon.active {
  border-radius: 25px 0;
}
.sticky-search-container .search-icon.active span.material-symbols-outlined {
  display: none;
}
.sticky-search-container .search-icon.active:before {
  content: "✕";
  /* Cross symbol */
  color: white;
  font-size: 24px;
}
.sticky-search-container .search-box {
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-radius: 5px;
  z-index: 999;
  transition: width 0.75s ease, height 0.75s ease;
}
.sticky-search-container .search-box.active {
  width: 100%;
  height: 150px;
  padding: 10px;
}
.sticky-search-container .search-box.active input[type=text] {
  width: calc(100% - 10px * 2);
  width: 100%;
  /* Account for padding */
  border-radius: 10px;
  border: 1px solid rgba(7, 66, 109, 0.2862745098);
  padding: 10px;
  opacity: 1;
  pointer-events: auto;
}
.sticky-search-container .search-box.active input[type=submit] {
  width: calc(100% - 10px * 2);
  width: 6em;
  border-radius: 64px;
  opacity: 1;
  padding: 10px;
  margin-top: 1em;
}
.sticky-search-container .search-box form {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.sticky-search-container .search-box form input[type=text] {
  width: 0;
  height: 100%;
  border: none;
  outline: none;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(190, 209, 223, 0.2549019608);
  box-sizing: border-box;
  transition: width 0.75s ease-in-out, opacity 0.75s ease;
}
.sticky-search-container .search-box form input[type=text]:focus-visible {
  border: 2px solid rgba(7, 66, 109, 0.337254902);
  outline: none;
}
.sticky-search-container .search-box form input[type=submit] {
  color: #ffffff;
  border: none;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 64px;
  width: 0;
  background-color: #3A91CE;
  transition: width 0.35s ease-in-out, opacity 0.35s ease;
  cursor: pointer;
}
.sticky-search-container .search-box form input[type=submit]:hover {
  background-color: #176CA7;
}

form .formInner div.regAttension {
  border: none;
  padding: 0;
  padding-left: 0 !important;
}
form .formInner div.regAttension .inputContainer {
  display: flex;
  flex-direction: column;
}
form .formInner div.regAttension .inputContainer input[type=text], form .formInner div.regAttension .inputContainer input[type=email], form .formInner div.regAttension .inputContainer textarea {
  background-color: #ffffff;
}
form .formInner div.regAttension .inputContainer input[type=email]:focus-visible, form .formInner div.regAttension .inputContainer textarea:focus-visible {
  border: 2px solid rgba(7, 66, 109, 0.337254902);
  outline: none;
}
form .formInner div.regAttension .inputContainer .inputSearchContainer input[type=text] {
  font-size: 15px;
  border: 1px solid #bed1df;
  padding: 1rem;
}
form .formInner div.regAttension .inputContainer .inputSearchContainer input[type=text]:focus-visible {
  border: 2px solid rgba(7, 66, 109, 0.337254902);
  outline: none;
}
form .formInner div.regAttension .inputContainer .inputSearchContainer *:disabled {
  background-color: rgba(207, 226, 241, 0.6980392157);
}
form .formInner div.regAttension .inputContainer textarea, form .formInner div.regAttension .inputContainer input[type=email] {
  border-radius: 10px;
  border: 1px solid #bed1df;
}
form .formInner div.regAttension .inputContainer .formCharCount {
  margin-left: 0;
  font-size: 12px;
}
form .formInner div.regAttension .inputSearchContainer, form .formInner div.regAttension .inputContainer {
  max-width: 30em;
}
form .formInner div.regAttension .regText {
  margin-top: 3px;
  max-width: 26em;
  font-size: 15px;
}
form .formInner div.regAttension:hover {
  background-color: unset;
  background: unset;
}
form .formInner input[type=submit] {
  text-transform: uppercase;
  font-weight: 500;
  background-color: #3A91CE;
  color: #ffffff;
  border-radius: 64px;
  border: none;
  width: 10em !important;
  padding: 11px 26px 11px 26px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
form .formInner input[type=submit]:hover {
  background-color: #176CA7;
}
form .formInner .formFooter {
  border: none;
}

.feedback__container {
  background-color: #ffffff;
  border: 1px solid rgba(190, 209, 223, 0.2549019608);
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 0.1490196078);
  padding: 20px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.feedback__container h4 {
  margin-block-start: 0;
}

@media screen and (min-width: 992px) {
  form .formInner input[type=submit] {
    width: 8em !important;
    height: 2.7em;
    padding: 0.7em;
  }
  form .formInner div.regAttension .regText {
    max-width: unset;
  }
}
details summary {
  cursor: pointer;
  font-size: 17px;
}

details.filter {
  margin-bottom: 2em;
}
details.filter summary {
  font-weight: 500;
  background-color: #ffffff;
  color: #07436D;
  padding: 0.8rem;
  border-radius: 4px;
  border: 1px solid rgba(190, 209, 223, 0.2549019608);
}
details.filter ul.subjectFilterList {
  background-color: #ffffff;
  border: 1px solid rgba(190, 209, 223, 0.2549019608);
  padding: 10px;
  margin: 0;
  box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 0.1490196078);
  border-radius: 0px 0px 10px 10px;
}
details.filter ul.subjectFilterList li {
  list-style-type: none;
  display: block;
  padding: 0.5rem;
}
details.filter ul.subjectFilterList li a {
  color: #07436D;
}
details.filter ul.subjectFilterList li a:hover {
  color: #176CA7;
}

details.filter[open] summary {
  border-radius: 4px 4px 0px 0px;
  color: #176CA7;
}

.tableContainer {
  background-color: #ffffff;
  overflow-x: scroll;
  box-shadow: 0px 2px 15px 0px rgba(198, 198, 198, 0.2509803922);
  border-radius: 5px;
  margin-bottom: 3em;
}
.tableContainer table.controlPanelMain {
  padding: 0;
  margin-bottom: 0;
}
.tableContainer table.controlPanelMain td {
  border-top: none;
  border-bottom: 1px solid rgba(207, 226, 241, 0.5019607843);
  padding: 1rem;
}
.tableContainer table.controlPanelMain tbody tr {
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.tableContainer table.controlPanelMain tbody tr th {
  border-bottom: 1px solid #bed1df;
  padding: 1rem;
}
.tableContainer table.controlPanelMain tbody tr th a {
  color: #042237;
  font-weight: 600;
}
.tableContainer table.controlPanelMain tbody tr.content td {
  background-color: #ffffff;
  padding: 1rem;
  transition: 0.2s ease-in-out;
}
.tableContainer table.controlPanelMain tbody tr.content td a {
  color: #07436D;
  text-decoration: underline;
}
.tableContainer table.controlPanelMain tbody tr.content td a:hover {
  color: #176CA7;
}
.tableContainer table.controlPanelMain tbody tr.content td {
  border-bottom: 1px solid rgba(207, 226, 241, 0.5019607843);
}
.tableContainer table.controlPanelMain tbody tr.content td a {
  font-weight: 500;
}
.tableContainer table.controlPanelMain tbody tr.content:hover td {
  background-color: #EEF9FF;
  cursor: default;
}
.tableContainer table.controlPanelMain tbody tr.footer td {
  display: none;
  border-top: 1px solid rgba(190, 209, 223, 0.2549019608);
  background-color: #ffffff;
  border-color: rgba(190, 209, 223, 0);
}

@media screen and (min-width: 992px) {
  .tableContainer {
    overflow-x: auto;
  }
}
footer {
  width: 100%;
  background-color: #07436D;
  color: #ffffff;
  min-height: 8vh;
  margin-top: 3em;
  padding-top: 2em;
}
footer a {
  color: #ffffff;
}
footer .upperFooterPart, footer .lowerFooterPart {
  width: 80vw;
  margin: 0 auto;
}
footer .upperFooterPart .logoContainer a.logo {
  font-family: "Aclonica", sans-serif;
  font-variant: small-caps;
  font-size: 1.9rem;
  text-decoration: none;
  color: #ffffff;
  margin-top: 1rem;
}
footer .upperFooterPart .logoContainer p.noMargin {
  margin: 0;
}
footer .upperFooterPart .logoContainer p {
  font-size: 12px;
  max-width: 16em;
}
footer .upperFooterPart .logoContainer ol {
  font-size: 0.8em;
  font-size: 12px;
  padding-left: 2em;
  padding-right: 1em;
}
footer .upperFooterPart .logoContainer ol span {
  display: block;
}
footer .upperFooterPart .logoContainer ol li a {
  text-decoration: underline;
}
footer .upperFooterPart .logoContainer ol li a:visited {
  color: #ffffff;
}
footer .upperFooterPart .logoContainer ol li a:hover {
  color: #7AD7FF;
  text-decoration: underline;
}
footer .upperFooterPart .footerLinks {
  margin-top: 2em;
}
footer .upperFooterPart .footerLinks .linkContainer h3 {
  font-weight: 500;
  margin-block-end: 5px;
  color: #ffffff;
}
footer .upperFooterPart .footerLinks .linkContainer .underline {
  display: block;
  width: 8em;
  height: 4px;
  background: linear-gradient(90deg, #3A91CE 50%, rgba(58, 145, 206, 0) 104.59%);
}
footer .upperFooterPart .footerLinks .linkContainer ul {
  padding: 0;
}
footer .upperFooterPart .footerLinks .linkContainer ul li {
  list-style-type: none;
  line-height: 1.7rem;
  font-size: 15px;
}
footer .upperFooterPart .footerLinks .linkContainer ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer .upperFooterPart .footerLinks .linkContainer ul li a:hover {
  text-decoration: underline;
}
footer .lowerFooterPart {
  padding: 1rem;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
}
footer .lowerFooterPart .mediaContainer {
  margin-top: 1em;
}
footer .lowerFooterPart .mediaContainer a {
  color: transparent;
}
footer .lowerFooterPart span {
  margin-top: 4em;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  footer {
    display: flex;
    flex-direction: column;
    padding-top: 4em;
  }
  footer .upperFooterPart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(238, 238, 238, 0.3568627451);
  }
  footer .upperFooterPart .footerLinks {
    display: flex;
    gap: 7em;
    margin-top: 0;
    margin-bottom: 4em;
  }
  footer .upperFooterPart .footerLinks .linkContainer h3 {
    margin-block-start: 0;
  }
  footer .lowerFooterPart {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
main .gridContainer .informationContainer.gridFirstInfo {
  grid-area: gridFirstInfo;
  min-height: 100vh;
}
main .gridContainer .informationContainer.gridGy25 {
  grid-area: gridGy25;
}
main .gridContainer .informationContainer.gridSearch {
  grid-area: gridSearch;
}

@media screen and (min-width: 992px) {
  main .gridContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "gridFirstInfo gridGy25" "gridFirstInfo gridSearch" "gridFirstInfo .";
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  main .gridContainer .informationContainer.gridGy25 {
    height: 16em;
  }
  main .gridContainer .informationContainer.gridSearch {
    height: 16em;
  }
}
.headerContainer {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  margin-bottom: 2em;
}
.headerContainer div.searchHeaderContainer {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.headerContainer div.searchHeaderContainer h1 {
  margin: 0;
  padding: 0;
  text-transform: unset;
}
.headerContainer div.searchHeaderContainer span {
  font-size: 1.1em;
}
.headerContainer div.searchbarContainer {
  margin-top: 1em;
  width: 100%;
}
.headerContainer div.searchbarContainer form {
  width: 100%;
}
.headerContainer div.searchbarContainer form div.textAndButtonContainer {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(7, 66, 109, 0.2862745098);
  border-radius: 100vw;
}
.headerContainer div.searchbarContainer form div.textAndButtonContainer input[type=text] {
  box-sizing: border-box;
  width: 100%;
  min-width: none;
  max-width: none;
  height: calc(1.5em + 10px * 2);
  padding: 10px;
  padding-left: 20px;
  margin: 0;
  border-radius: 100vw;
  border: unset;
  background-color: rgba(0, 0, 0, 0);
}
.headerContainer div.searchbarContainer form div.textAndButtonContainer input[type=text]:focus-visible {
  border: 1px solid rgba(7, 66, 109, 0.337254902);
  outline: none;
}
.headerContainer div.searchbarContainer form div.textAndButtonContainer button[type=submit] {
  position: absolute;
  right: 0.5em;
  top: 0;
  padding: 0;
  margin: 0;
  height: calc(1.5em + 10px * 2);
  width: calc(1.5em + 10px * 2);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
}
.headerContainer div.searchbarContainer form div.textAndButtonContainer button[type=submit]:hover {
  filter: brightness(1.8);
}
.headerContainer div.searchbarContainer form div.textAndButtonContainer button[type=submit] span {
  font-size: 1.75em;
  font-weight: 200;
  color: #07436D;
}

div.searchResultsContainer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin: 0 auto;
}
div.searchResultsContainer div.searchResult {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 0.1490196078);
  border-radius: 4px;
  border: 1px solid rgba(190, 209, 223, 0.2549019608);
  padding: 20px;
}
div.searchResultsContainer div.searchResult * {
  margin: 0;
}
div.searchResultsContainer div.searchResult div.searchResultHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.searchResultsContainer div.searchResult div.searchResultHeader a.headingLink {
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
div.searchResultsContainer div.searchResult div.searchResultHeader a.headingLink h3 {
  font-weight: 600;
  cursor: pointer;
}
div.searchResultsContainer div.searchResult div.searchResultHeader a.headingLink h3 span.headingText {
  color: #07436D;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 0.3em;
  transition: 0.25s ease-in-out;
}
div.searchResultsContainer div.searchResult div.searchResultHeader a.headingLink h3 span.headingText:visited {
  color: #07436D;
}
div.searchResultsContainer div.searchResult div.searchResultHeader a.headingLink h3 span.headingText:hover {
  color: #2E6E9F;
}
div.searchResultsContainer div.searchResult div.searchResultHeader span.resultKind {
  font-weight: 400;
  margin-bottom: 5px;
}
div.searchResultsContainer div.searchResult div.searchResultBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}
div.searchResultsContainer div.searchResult div.searchResultBody div.searchResultContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.searchResultsContainer div.searchResult div.searchResultBody div.searchResultContent p {
  font-size: 15px;
}
div.searchResultsContainer div.searchResult div.searchResultBody div.searchResultContent p.schoolCode {
  font-weight: 500;
  margin-bottom: 10px;
}
div.searchResultsContainer div.searchResult div.searchResultBody div.searchResultNav {
  display: flex;
  flex-direction: column-reverse;
}
div.searchResultsContainer div.searchResult div.searchResultBody div.searchResultNav a.linkButton {
  width: 8em;
  margin-top: 1em;
  padding: 11px 26px 11px 26px;
  color: #ffffff;
  background-color: #3A91CE;
  border-radius: 64px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
}
div.searchResultsContainer div.searchResult div.searchResultBody div.searchResultNav a.linkButton:hover {
  background-color: #176CA7;
}

@media screen and (min-width: 768px) {
  div.searchResultsContainer {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  div.headerContainer {
    flex-direction: row;
    justify-content: space-around;
    gap: 10vw;
  }
  div.searchResultsContainer div.searchResult {
    min-height: 10em;
    padding: 25px;
  }
  div.searchResultsContainer div.searchResult div.searchResultBody {
    flex-direction: row;
  }
}
main details > summary {
  list-style-type: "";
  align-items: center;
  display: flex;
}
main details > summary > span {
  font-size: 2rem;
}
main details > summary > span.close {
  display: none;
}
main details > summary > span.open {
  display: inline;
}
main details[open] > summary > span.close {
  display: inline;
}
main details[open] > summary > span.open {
  display: none;
}
main ul.programInfoList {
  margin-top: 1em;
  margin-bottom: 3em;
}
main ul.programInfoList li a:hover {
  text-decoration: underline;
}
main ul.programInfoList li span {
  font-weight: 600;
}
main .programFlexContainer {
  display: flex;
  flex-direction: column;
}
main .programFlexContainer .informationProgramContainer {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(190, 209, 223, 0.2549019608);
  box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 0.1490196078);
  padding: 1rem;
  margin-bottom: 1em;
  min-height: 10em;
}
main .programFlexContainer .informationProgramContainer .innerInfoWrapper {
  max-width: 40em;
}
main .programFlexContainer .informationProgramContainer .innerInfoWrapper section h2 {
  margin-block-start: 0;
  margin-bottom: 10px;
}
main .programFlexContainer .informationProgramContainer .innerInfoWrapper section ul {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
}
main .programFlexContainer .informationProgramContainer .innerInfoWrapper section ul li {
  list-style-type: none;
  line-height: 2rem;
}

@media screen and (min-width: 992px) {
  main .programFlexContainer {
    flex-direction: row;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 3em;
  }
  main .programFlexContainer .informationProgramContainer {
    width: 30%;
    margin-bottom: 0;
  }
  main .programFlexContainer .tableContainer {
    width: 70%;
    margin-bottom: 0;
  }
}
main .subjectCourseGridContainer .gridUpperLeft {
  grid-area: gridUpperLeft;
}
main .subjectCourseGridContainer .gridLowerLeft {
  grid-area: gridLowerLeft;
}
main .subjectCourseGridContainer .gridRight {
  grid-area: gridRight;
}
main .subjectCourseGridContainer .informationContainer {
  margin-bottom: 1em;
}
main .subjectCourseGridContainer .informationContainer .innerWrapper section {
  margin-bottom: 0;
}
main .subjectCourseGridContainer .informationContainer.gridRight {
  margin-bottom: 2em;
}
main .subjectCourseGridContainer .informationContainer.gridRight .innerWrapper section ul {
  padding-inline-start: 40px;
}
main .subjectCourseGridContainer .informationContainer.gridRight .innerWrapper section ul li {
  list-style-type: disc;
}

@media screen and (min-width: 992px) {
  main .subjectCourseGridContainer {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "gridUpperLeft gridRight" "gridLowerLeft gridRight";
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 3em;
  }
  main .subjectCourseGridContainer .informationContainer {
    margin-bottom: 0;
  }
  main .subjectCourseGridContainer .informationContainer.gridRight {
    grid-row: span 2;
    margin-bottom: 0;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5f9fc;
  color: #042237;
  font-family: "Inter", sans-serif;
}

main {
  min-height: 60vh;
  width: 95vw;
  margin: 0 auto;
  margin-bottom: 4em;
}

h1, h2, h3, h4 {
  color: #083250;
}

h1 {
  margin-block-end: 10px;
  margin-top: 1em;
}

h1.listHeading {
  margin-bottom: 0.5em;
}

h2 {
  font-size: 22px;
}

h2.listSecondHeading {
  margin-block-start: 0;
  font-weight: 600;
  font-size: 20px;
  color: #07436D;
}

span.sideNote {
  font-weight: normal;
}

h3 {
  font-size: 19px;
}

*.card {
  border-radius: var(--defaultContainerBorderRadius);
  background-color: var(--whiteColor);
  padding: 0.5rem;
}

ol > li {
  margin-bottom: 1em;
}

a {
  color: #3A91CE;
  text-decoration: none;
}
a:visited {
  color: #3A91CE;
}

.informationContainer, .largerInformationContainer {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(190, 209, 223, 0.2549019608);
  box-shadow: 0px 0px 10px 0px rgba(198, 198, 198, 0.1490196078);
  padding: 1rem;
  margin-bottom: 0.5em;
  min-height: 10em;
}

.largerInformationContainer .innerWrapper section ul {
  padding-inline-start: 40px;
}
.largerInformationContainer .innerWrapper section ul li {
  list-style-type: disc;
}

.innerWrapper {
  width: 95%;
  margin: 0 auto;
}
.innerWrapper section {
  margin-bottom: 3em;
}
.innerWrapper section ol {
  margin-bottom: 2em;
}
.innerWrapper section a:hover {
  text-decoration: underline;
}
.innerWrapper section ul {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
}
.innerWrapper section ul li {
  list-style-type: none;
  line-height: 2rem;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 24;
}

main p.ctaParagraph {
  padding: 1rem 0 1rem 0;
}

main a.cta {
  text-transform: uppercase;
  font-weight: 500;
  background-color: #3A91CE;
  color: #ffffff;
  border-radius: 64px;
  border: none;
  width: 10em !important;
  padding: 11px 26px 11px 26px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
main a.cta:hover {
  background-color: #176CA7;
}

@media screen and (min-width: 768px) {
  main {
    width: 88vw;
    margin: 0 auto;
  }
  main h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    margin-top: 1.5em;
    margin-block-end: 0.67em;
  }
  main {
    min-height: 86vh;
    width: 85vw;
    margin: 0 auto;
  }
  .flexContainerGy25 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .flexContainerGy25 .flexLeft, .flexContainerGy25 .flexRight {
    width: 50%;
  }
  main {
    /*  .flexContainer {
         display: flex;
         //justify-content: center;
         gap: 4vw;

         .formContainer {
             margin-top: 2em;

             input[type=submit] {
                 padding: 0.7em;
             }
         }
     }

     .centerUl {
         text-align: left;
     } */
  }
}/*# sourceMappingURL=general.css.map */