body {
  --font--genosgfg: "GenosGFG", "Helvetica Neue", Helvetica, sans-serif;
  --font--genosgfg-condensed: "GenosGFG Condensed", "Helvetica Neue", Helvetica, sans-serif;
  --header-height: 4rem;
  --transition-time: 350ms;
  --transition-time--longer: 550ms;
  --radius: 0.25rem;
  --radius-large: 0.5rem;
  --radius-xlarge: 1rem;
  --grid-gap: 1.25rem;
  --cubic-bezier: cubic-bezier( 0.4, 1, 0.4, 1 );
  --box-shadow: 0 0.25rem 0.75rem -0.125rem rgba( 0, 0, 0, 0.06 ),
  			  0 0.5rem 1.25rem -0.125rem rgba( 0, 0, 0, 0.03 );
  --box-shadow-large: 0 0.375rem 0.75rem -0.125rem rgba( 0, 0, 0, 0.075 ),
  					0 0.625rem 1.25rem -0.125rem rgba( 0, 0, 0, 0.050 );
}
@media only screen and (max-width: 999px) {
  body {
    --wp--style--root--padding-left: 1.5rem !important;
    --wp--style--root--padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 781px) {
  body {
    --header-height: 4rem;
    --wp--style--root--padding-left: 0.75rem !important;
    --wp--style--root--padding-right: 0.75rem !important;
  }
}
@media only screen and (max-width: 599px) {
  body {
    --grid-gap: var( --wp--style--root--padding-left );
  }
}

/****************************
****** RESET / BASE *********
****************************/
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

a:not([class]) {
  color: currentColor;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture, video, canvas, svg {
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

:target {
  scroll-margin-block: 10rem;
}
@media only screen and (max-width: 781px) {
  :target {
    scroll-margin-block: 5rem;
  }
}

button,
[type=button],
[type=reset],
[type=submit],
[type=image],
[type=checkbox],
[type=radio],
summary {
  cursor: pointer;
}

/****************************
****** BASE STYLES **********
****************************/
html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

a,
input[type=submit],
input[type=reset],
input[type=button],
button,
button[type=submit] {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.125em;
  text-decoration-thickness: 0.0625em;
}
@media (hover: hover) {
  a:hover,
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover,
  button:hover,
  button[type=submit]:hover {
    text-decoration: underline;
  }
}

ul,
ol {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 1.5rem;
     -moz-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}

ul li,
ol li {
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}
ul li p,
ol li p {
  margin: 0;
}
ul li p + p,
ol li p + p {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
  -webkit-margin-before: 0rem;
          margin-block-start: 0rem;
  -webkit-margin-after: 0rem;
          margin-block-end: 0rem;
}

@font-face {
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFGRegular.woff2") format("woff2"), url("../fonts/GenosGFGRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFGItalic.woff2") format("woff2"), url("../fonts/GenosGFGItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFGBold.woff2") format("woff2"), url("../fonts/GenosGFGBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFGBoldItalic.woff2") format("woff2"), url("../fonts/GenosGFGBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG Condensed";
  src: url("../fonts/GenosGFGCondensedRegular.woff2") format("woff2"), url("../fonts/GenosGFGCondensedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body h1 {
  font-size: var(--wp--preset--font-size--h-1);
}
body h2 {
  font-size: var(--wp--preset--font-size--h-2);
}
body h3 {
  font-size: var(--wp--preset--font-size--h-3);
}
body h4 {
  font-size: var(--wp--preset--font-size--h-4);
}

:where(.is-layout-constrained, .editor-styles-wrapper .is-layout-flow) :is(h1, h1.wp-block-heading, .has-h-1-font-size),
:where(.is-layout-constrained, .editor-styles-wrapper .is-layout-flow) :is(h2, h2.wp-block-heading, .has-h-2-font-size),
:where(.is-layout-constrained, .editor-styles-wrapper .is-layout-flow) :is(h3, h3.wp-block-heading, .has-h-3-font-size),
:where(.is-layout-constrained, .editor-styles-wrapper .is-layout-flow) :is(h4, h4.wp-block-heading, .has-h-4-font-size),
:where(.is-layout-constrained, .editor-styles-wrapper .is-layout-flow) :is(h5, h5.wp-block-heading, .has-h-5-font-size),
:where(.is-layout-constrained, .editor-styles-wrapper .is-layout-flow) :is(h6, h6.wp-block-heading, .has-h-6-font-size) {
  -webkit-margin-before: 1.25em;
          margin-block-start: 1.25em;
  -webkit-margin-after: 0.625em;
          margin-block-end: 0.625em;
}

@media only screen and (max-width: 999px) {
  main {
    --wp--preset--font-size--h-1: 2.00rem;
    --wp--preset--font-size--h-2: 1.625rem;
    --wp--preset--font-size--h-3: 1.25rem;
    --wp--preset--font-size--h-4: 1.125rem;
  }
}
@media only screen and (max-width: 599px) {
  main {
    --wp--preset--font-size--h-1: 1.75rem;
    --wp--preset--font-size--h-2: 1.5rem;
    --wp--preset--font-size--h-3: 1.25rem;
    --wp--preset--font-size--h-4: 1rem;
  }
}

:where(#body, #header, #main, #footer) ::-webkit-input-placeholder, :where(.editor-styles-wrapper) ::-webkit-input-placeholder {
  color: var(--wp--preset--color--blue-shade-3);
  opacity: 1;
}

:where(#body, #header, #main, #footer) ::-moz-placeholder, :where(.editor-styles-wrapper) ::-moz-placeholder {
  color: var(--wp--preset--color--blue-shade-3);
  opacity: 1;
}

:where(#body, #header, #main, #footer) ::-ms-input-placeholder, :where(.editor-styles-wrapper) ::-ms-input-placeholder {
  color: var(--wp--preset--color--blue-shade-3);
  opacity: 1;
}

:where(#body, #header, #main, #footer) ::placeholder,
:where(.editor-styles-wrapper) ::placeholder {
  color: var(--wp--preset--color--blue-shade-3);
  opacity: 1;
}
:where(#body, #header, #main, #footer) form fieldset,
:where(.editor-styles-wrapper) form fieldset {
  border: none;
  padding: 0;
}
:where(#body, #header, #main, #footer) form fieldset > legend,
:where(.editor-styles-wrapper) form fieldset > legend {
  display: none;
}
:where(#body, #header, #main, #footer) form label,
:where(.editor-styles-wrapper) form label {
  cursor: pointer;
  font-size: 0.875em;
  display: inline-block;
  margin-bottom: 0.25rem;
}
:where(#body, #header, #main, #footer) form input[type=text],
:where(#body, #header, #main, #footer) form input[type=search],
:where(#body, #header, #main, #footer) form input[type=number],
:where(#body, #header, #main, #footer) form input[type=tel],
:where(#body, #header, #main, #footer) form input[type=email],
:where(#body, #header, #main, #footer) form input[type=password],
:where(#body, #header, #main, #footer) form input[type=submit],
:where(#body, #header, #main, #footer) form input[type=button],
:where(#body, #header, #main, #footer) form select,
:where(#body, #header, #main, #footer) form textarea,
:where(#body, #header, #main, #footer) form button,
:where(.editor-styles-wrapper) form input[type=text],
:where(.editor-styles-wrapper) form input[type=search],
:where(.editor-styles-wrapper) form input[type=number],
:where(.editor-styles-wrapper) form input[type=tel],
:where(.editor-styles-wrapper) form input[type=email],
:where(.editor-styles-wrapper) form input[type=password],
:where(.editor-styles-wrapper) form input[type=submit],
:where(.editor-styles-wrapper) form input[type=button],
:where(.editor-styles-wrapper) form select,
:where(.editor-styles-wrapper) form textarea,
:where(.editor-styles-wrapper) form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.375rem 1.75rem;
  line-height: 1.5;
  margin: 0;
  border: none;
  background-color: var(--wp--preset--color--blue-shade-5);
  color: var(--wp--preset--color--blue);
  border-radius: 1.5rem;
}
:where(#body, #header, #main, #footer) form select,
:where(.editor-styles-wrapper) form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 4rem;
  background-image: -moz-linear-gradient(45deg, transparent 50%, var(--wp--preset--color--black) 50%), -moz-linear-gradient(315deg, var(--wp--preset--color--black) 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, var(--wp--preset--color--black) 50%), linear-gradient(135deg, var(--wp--preset--color--black) 50%, transparent 50%);
  background-position: -moz-calc(100% - 1.5rem) 52%, -moz-calc(100% - 1.125rem) 52%;
  background-position: calc(100% - 1.5rem) 52%, calc(100% - 1.125rem) 52%;
  background-size: 0.375rem 0.5rem, 0.375rem 0.5rem;
  background-repeat: no-repeat;
}
:where(#body, #header, #main, #footer) form textarea,
:where(.editor-styles-wrapper) form textarea {
  resize: none;
  vertical-align: top;
  display: block;
}
:where(#body, #header, #main, #footer) form input[type=submit],
:where(#body, #header, #main, #footer) form input[type=button],
:where(#body, #header, #main, #footer) form button[type=submit],
:where(.editor-styles-wrapper) form input[type=submit],
:where(.editor-styles-wrapper) form input[type=button],
:where(.editor-styles-wrapper) form button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
  font-weight: bold;
  padding: 0.375rem 1.75rem;
}
:where(#body, #header, #main, #footer) form input[type=submit]:hover,
:where(#body, #header, #main, #footer) form input[type=button]:hover,
:where(#body, #header, #main, #footer) form button[type=submit]:hover,
:where(.editor-styles-wrapper) form input[type=submit]:hover,
:where(.editor-styles-wrapper) form input[type=button]:hover,
:where(.editor-styles-wrapper) form button[type=submit]:hover {
  text-decoration: underline;
}

div.gform_confirmation_wrapper {
  -webkit-margin-before: 0rem !important;
          margin-block-start: 0rem !important;
}
div.gform_confirmation_wrapper .gform_confirmation_message {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}

div.gform_wrapper {
  --gform--color--validation-error: var( --wp--preset--color--signal-primary );
}
div.gform_wrapper .gform_validation_errors {
  display: block;
  background-color: var(--gform--color--validation-error);
  color: var(--wp--preset--color--signal-secondary);
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius);
}
div.gform_wrapper .gform_validation_errors h2.gform_submission_error {
  font-size: 1rem !important;
  font-weight: 400;
  margin: 0;
  text-wrap: initial;
}
@media only screen and (max-width: 599px) {
  div.gform_wrapper .gform_validation_errors {
    margin-bottom: 1rem;
  }
}
div.gform_wrapper .gform_validation_errors .gform-icon {
  display: inline-block;
  line-height: inherit;
  margin-right: 0.5rem;
  -moz-transform: translateY(0.0625rem);
       transform: translateY(0.0625rem);
}
div.gform_wrapper .gform_heading .gform_required_legend {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: var(--wp--preset--color--primary-xlight);
  display: none;
}
div.gform_wrapper h3 {
  font-weight: 400;
}
div.gform_wrapper form .gform-body .gform_fields {
  -webkit-column-gap: var(--wp--style--root--padding-left);
     -moz-column-gap: var(--wp--style--root--padding-left);
          column-gap: var(--wp--style--root--padding-left);
  row-gap: 0.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media only screen and (max-width: 999px) {
  div.gform_wrapper form .gform-body .gform_fields {
    row-gap: 0.25rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
div.gform_wrapper .gfield,
div.gform_wrapper fieldset.gfield {
  margin-top: 1rem;
}
div.gform_wrapper .gfield .gfield_label,
div.gform_wrapper fieldset.gfield .gfield_label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--wp--preset--color--primary-light);
  margin-bottom: 0.375rem;
}
div.gform_wrapper .gfield .gfield_label .gfield_required,
div.gform_wrapper fieldset.gfield .gfield_label .gfield_required {
  display: inline-block;
  margin-left: 0.125rem;
  color: var(--wp--preset--color--accent);
}
div.gform_wrapper .gfield .gfield_description,
div.gform_wrapper fieldset.gfield .gfield_description {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: var(--wp--preset--color--primary-light);
}
div.gform_wrapper .gfield .gfield_description.validation_message,
div.gform_wrapper fieldset.gfield .gfield_description.validation_message {
  display: inline-block;
  background-color: var(--gform--color--validation-error);
  color: var(--wp--preset--color--white);
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0 0;
  border-radius: var(--radius);
}
div.gform_wrapper .gfield.gfield--type-consent {
  margin-top: 2.5rem;
}
div.gform_wrapper .gsection {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid var(--wp--preset--color--primary-grey);
  margin-bottom: 2.5rem;
}
div.gform_wrapper .gsection h3.gsection_title {
  margin-top: 0;
  margin-bottom: 0;
}
div.gform_wrapper .gsection .gsection_description {
  font-size: 0.9375rem;
  margin-top: 0.25rem;
  color: var(--wp--preset--color--primary-light);
}
@media only screen and (max-width: 781px) {
  div.gform_wrapper .gsection {
    margin-top: 0;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
div.gform_wrapper .gfield + .gsection {
  margin-top: 2.5rem;
}
div.gform_wrapper .gform_footer {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 781px) {
  div.gform_wrapper .gform_footer {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}

/******************************
********** HEADER *************
******************************/
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  color: var(--wp--preset--color--blue);
  background-color: var(--wp--preset--color--white);
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  box-shadow: var(--box-shadow);
  --header-padding-block: 1.25rem;
  padding-block: var(--header-padding-block);
}
@media only screen and (max-width: 781px) {
  #header {
    --header-padding-block: 0.75rem;
  }
}

#header__content {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
  gap: 0.75rem;
}
@media only screen and (max-width: 781px) {
  #header__content {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

#header__logo-link {
  text-decoration: none;
  margin-right: auto;
}

#header__logo .logo {
  width: 14rem;
}
@media only screen and (max-width: 781px) {
  #header__logo .logo {
    width: 11rem;
  }
}

#page-overlay {
  display: block;
  position: fixed;
  cursor: pointer;
  z-index: 400;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -moz-transition: visibility var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer);
  transition: visibility var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer);
}

/***********************************
********** SEARCH ******************
***********************************/
#header__inline-search {
  display: -moz-box;
  display: flex;
}
@media only screen and (max-width: 781px) {
  #header__inline-search {
    display: none;
  }
}

#header__inline-search__input {
  width: 10rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
#header__inline-search__submit {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 3rem;
  padding: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  background-color: var(--wp--preset--color--blue-shade-4);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19C12.125 19 14.078 18.2635 15.6177 17.0319L21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L17.0319 15.6177C18.2635 14.078 19 12.125 19 10C19 5.02944 14.9706 1 10 1ZM3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10Z'/%3E%3C/svg%3E%0A");
  background-size: 1rem;
  background-position: 45% 50%;
  background-repeat: no-repeat;
}

/***********************************
********** QUICKLINKS **************
***********************************/
#header__institute-search-modal__button {
  background-color: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
  border-style: solid;
}
@media only screen and (max-width: 781px) {
  #header__institute-search-modal__button {
    display: none;
  }
}

/***********************************
********** MOBILE BUTTONS **********
***********************************/
#header__mobile-buttons-container {
  display: none;
  gap: 0.375rem;
}
@media only screen and (max-width: 781px) {
  #header__mobile-buttons-container {
    display: -moz-box;
    display: flex;
  }
}

.header__mobile-button {
  display: block;
  background-color: var(--wp--preset--color--blue);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  text-indent: 9999px;
  word-wrap: nowrap;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: var(--radius);
}

#header__mobile-institute-search-modal__button {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 64 64' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='m52.008 20.48c0.415 0.215 0.676 0.644 0.676 1.111v4.419c0 0.69-0.56 1.25-1.25 1.25h-2.055v17.195h2.055c0.69 0 1.25 0.56 1.25 1.25v6.623c0 0.691-0.56 1.25-1.25 1.25h-38.868c-0.69 0-1.25-0.559-1.25-1.25v-6.623c0-0.69 0.56-1.25 1.25-1.25h2.055v-17.195h-2.055c-0.69 0-1.25-0.56-1.25-1.25v-4.419c0-0.467 0.261-0.896 0.676-1.111l19.434-10.047c0.031-0.017 0.065-0.015 0.097-0.028 0.081-0.034 0.161-0.054 0.247-0.07 0.078-0.015 0.152-0.027 0.23-0.027s0.152 0.012 0.23 0.027c0.085 0.016 0.165 0.036 0.245 0.069 0.033 0.014 0.067 0.012 0.099 0.029l19.434 10.047zm-11.069 6.78h-4.719v17.195h4.719v-17.195zm9.245 23.818v-4.123h-36.368v4.123h36.368zm-3.305-6.623v-17.195h-3.44v17.195h3.44zm-19.099-17.195h-4.719v17.195h4.719v-17.195zm2.5 0v17.195h3.44v-17.195h-3.44zm-13.159 0v17.195h3.44v-17.195h-3.44zm33.063-2.5v-2.408l-18.184-9.402-18.184 9.402v2.408h36.368z'/%3E%3C/svg%3E%0A");
  background-size: 1.5rem;
  background-position: 50% 45%;
}

#header__site-search__button {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19C12.125 19 14.078 18.2635 15.6177 17.0319L21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L17.0319 15.6177C18.2635 14.078 19 12.125 19 10C19 5.02944 14.9706 1 10 1ZM3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10Z'/%3E%3C/svg%3E%0A");
  background-size: 1rem;
}

#header__full-nav__button {
  --size: 1rem;
  position: relative;
}

#header__full-nav__button span.handle {
  --handle-thickness: 0.0625rem;
  display: block;
  position: absolute;
  height: var(--handle-thickness);
  width: var(--size);
  border-radius: 1rem;
  left: -moz-calc((100% - var(--size)) / 2);
  left: calc((100% - var(--size)) / 2);
  right: 0%;
  background-color: var(--wp--preset--color--white);
  -moz-transform: rotate(0deg);
       transform: rotate(0deg);
  -moz-transform-origin: left center;
       transform-origin: left center;
  -moz-transition: top var(--cubic-bezier) var(--transition-time--longer), left var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer), transform var(--cubic-bezier) var(--transition-time--longer), -moz-transform var(--cubic-bezier) var(--transition-time--longer);
  transition: top var(--cubic-bezier) var(--transition-time--longer), left var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer), transform var(--cubic-bezier) var(--transition-time--longer);
  transition: top var(--cubic-bezier) var(--transition-time--longer), left var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer), transform var(--cubic-bezier) var(--transition-time--longer), -moz-transform var(--cubic-bezier) var(--transition-time--longer);
}

#header__full-nav__button span.handle:nth-child(1) {
  top: -moz-calc(35% - 0.5 * var(--handle-thickness));
  top: calc(35% - 0.5 * var(--handle-thickness));
}

#header__full-nav__button span.handle:nth-child(2) {
  top: -moz-calc(50% - 0.5 * var(--handle-thickness));
  top: calc(50% - 0.5 * var(--handle-thickness));
}

#header__full-nav__button span.handle:nth-child(3) {
  top: -moz-calc(65% - 0.5 * var(--handle-thickness));
  top: calc(65% - 0.5 * var(--handle-thickness));
}

body.header__full-nav--visible #header__full-nav__button span.handle {
  left: -moz-calc((100% - var(--size)) / 2 + 0.1875rem);
  left: calc((100% - var(--size)) / 2 + 0.1875rem);
}

body.header__full-nav--visible #header__full-nav__button span.handle:nth-child(1) {
  -moz-transform: rotate(45deg);
       transform: rotate(45deg);
  top: -moz-calc(31% - 0.5 * var(--handle-thickness));
  top: calc(31% - 0.5 * var(--handle-thickness));
}

body.header__full-nav--visible #header__full-nav__button span.handle:nth-child(2) {
  opacity: 0;
}

body.header__full-nav--visible #header__full-nav__button span.handle:nth-child(3) {
  -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
  top: -moz-calc(69% - 0.5 * var(--handle-thickness));
  top: calc(69% - 0.5 * var(--handle-thickness));
}

/***********************************
********** INSTITUTE SEARCH MODAL **
***********************************/
#sp-institute-search-modal__search-form {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
#sp-institute-search-modal__search-form #sp-institute-search-modal__search-form__postcode {
  width: 13rem;
}
#sp-institute-search-modal__search-form #sp-institute-search-modal__search-form__submit {
  width: 13rem;
}
#sp-institute-search-modal.has-text-align-center #sp-institute-search-modal__search-form {
  -moz-box-pack: center;
       justify-content: center;
}
#sp-institute-search-modal.has-text-align-right #sp-institute-search-modal__search-form {
  -moz-box-pack: end;
       justify-content: flex-end;
}
#sp-institute-search-modal__search-form.loading #sp-institute-search-modal__search-form__postcode {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--wp--preset--color--blue-shade-4);
  color: var(--wp--preset--color--blue-shade-1);
}
#sp-institute-search-modal__search-form.loading #sp-institute-search-modal__search-form__submit {
  pointer-events: none;
  cursor: not-allowed;
  background: -moz-linear-gradient(left, var(--wp--preset--color--orange) 55%, var(--wp--preset--color--orange-shade-2) 90%, var(--wp--preset--color--orange) 92.5%);
  background: linear-gradient(90deg, var(--wp--preset--color--orange) 55%, var(--wp--preset--color--orange-shade-2) 90%, var(--wp--preset--color--orange) 92.5%);
  background-size: 200% 100%;
  color: var(--wp--preset--color--orange-shade-4);
  -moz-animation: modalLoadingBackground 1.75s linear infinite;
       animation: modalLoadingBackground 1.75s linear infinite;
}

@-moz-keyframes modalLoadingBackground {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes modalLoadingBackground {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#sp-institute-search-modal__no-result-container {
  display: none;
  margin: 0 auto;
  margin-top: 1.5rem;
  padding: 0.25rem 1.5rem;
  color: var(--wp--preset--color--error);
  border: 0.0625rem solid var(--wp--preset--color--error);
  border-radius: var(--radius-xlarge);
}
#sp-institute-search-modal[data-state=error-no-result] #sp-institute-search-modal__no-result-container {
  display: inline-block;
}

#sp-institute-search-modal__no-result-title {
  margin: 0;
}

#sp-institute-search-modal__result-container {
  display: none;
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem 1.75rem;
  background-color: var(--wp--preset--color--blue-shade-5);
  color: var(--wp--preset--color--blue);
  border-radius: var(--radius-large);
}
#sp-institute-search-modal[data-state=result] #sp-institute-search-modal__result-container {
  display: block;
}

#sp-institute-search-modal__result__title {
  margin: 0;
  font-size: 0.875em;
  color: var(--wp--preset--color--blue-shade-2);
}

#sp-institute-search-modal__result__institute-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  margin: 0.25rem 0 0.75rem 0;
}

#sp-institute-search-modal__result__buttons {
  margin: 0;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.5rem 0.75rem;
}
#sp-institute-search-modal__result__buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: currentColor;
}

#sp-institute-search-modal__list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.25rem 1.25rem;
}
#sp-institute-search-modal[data-state=result] #sp-institute-search-modal__list {
  display: none;
}

.sp-institute-search-modal__list-item {
  margin: 0;
  padding: 0;
}

/***********************************
********** FULL NAV ****************
***********************************/
@media not all and (max-width: 781px) {
  #header__full-nav__button {
    display: none;
    visibility: hidden;
  }
  #header__full-nav__close {
    display: none;
    visibility: hidden;
  }
  #header {
    z-index: 300;
  }
  #page-overlay {
    z-index: 200;
  }
  body:has(#header__full-nav__main-menu li.is-active-menu-item) #page-overlay {
    opacity: 1;
    visibility: visible;
  }
  #header__full-nav__container {
    color: var(--wp--preset--color--grey);
    width: 100%;
    max-width: var(--wp--style--global--content-size);
    margin-inline: auto;
    margin-top: var(--header-padding-block);
  }
  #header__full-nav__menu-container {
    overscroll-behavior: contain;
  }
  #header__full-nav__menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header__full-nav__menu-container ul li {
    padding: 0;
    margin: 0;
  }
  #header__full-nav__menu-container ul li a {
    text-decoration: none;
    cursor: pointer;
  }
  #header__full-nav__menu-container > ul {
    display: -moz-box;
    display: flex;
    position: relative;
    gap: 3rem;
  }
  @media only screen and (max-width: 999px) {
    #header__full-nav__menu-container > ul {
      gap: 2rem;
    }
  }
  #header__full-nav__menu-container > ul > li {
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  #header__full-nav__menu-container > ul > li:first-of-type {
    -webkit-padding-start: 0;
       -moz-padding-start: 0;
            padding-inline-start: 0;
  }
  #header__full-nav__menu-container > ul > li:last-of-type {
    -webkit-padding-end: 0;
       -moz-padding-end: 0;
            padding-inline-end: 0;
  }
  #header__full-nav__menu-container > ul > li > span {
    cursor: pointer;
  }
  #header__full-nav__menu-container > ul > li > span:hover, #header__full-nav__menu-container > ul > li.is-active-menu-item > span, #header__full-nav__menu-container > ul > li.current-menu-ancestor:not(:has(~ .is-active-menu-item)):not(.is-active-menu-item ~ *) > span {
    color: var(--wp--preset--color--blue);
    font-weight: bold;
  }
  #header__full-nav__menu-container > ul > li.is-active-menu-item > ul.sub-menu {
    display: -moz-box;
    display: flex;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu {
    display: none;
    --overflow-size: min( 3rem, var( --wp--style--root--padding-left ) );
    position: absolute;
    left: -moz-calc(-1 * var(--overflow-size));
    left: calc(-1 * var(--overflow-size));
    top: -moz-calc(100% + var(--header-padding-block));
    top: calc(100% + var(--header-padding-block));
    width: -moz-calc(100% + 2 * var(--overflow-size));
    width: calc(100% + 2 * var(--overflow-size));
    max-width: -moz-calc(var(--wp--style--global--content-size) + 2 * var(--overflow-size));
    max-width: calc(var(--wp--style--global--content-size) + 2 * var(--overflow-size));
    min-height: 30rem;
    margin-inline: auto;
    padding-block: 2rem;
    padding-inline: var(--overflow-size);
    border-bottom-left-radius: var(--radius-xlarge);
    border-bottom-right-radius: var(--radius-xlarge);
    background: var(--wp--preset--color--white);
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    box-shadow: var(--box-shadow);
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.75rem;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li {
    --menu-level-one-width: 17.5rem;
    font-size: 1.125rem;
    width: var(--menu-level-one-width);
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > span {
    --padding-inline: 1.5rem;
    --padding-block: 0.375rem;
    display: block;
    -moz-transform: translateX(-moz-calc(-1 * var(--padding-inline)));
         transform: translateX(calc(-1 * var(--padding-inline)));
    padding: var(--padding-block) var(--padding-inline);
    border-radius: var(--radius-large);
  }
  @media only screen and (max-width: 999px) {
    #header__full-nav__menu-container > ul > li > ul.sub-menu > li > span {
      -moz-transform: none;
           transform: none;
      margin-right: var(--padding-inline);
    }
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li:hover > span {
    font-weight: bold;
    cursor: pointer;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li.is-active-menu-item > span {
    font-weight: bold;
    color: var(--wp--preset--color--white);
    background-color: var(--wp--preset--color--blue-shade-2);
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li.is-active-menu-item > ul.sub-menu {
    display: -moz-box;
    display: flex;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 2.5rem 2rem 2rem 3rem;
    left: -moz-calc(var(--menu-level-one-width) + var(--overflow-size));
    left: calc(var(--menu-level-one-width) + var(--overflow-size));
    width: -moz-calc(100% - 20rem);
    width: calc(100% - 20rem);
    max-width: -moz-calc(var(--wp--style--global--content-size) - var(--menu-level-one-width));
    max-width: calc(var(--wp--style--global--content-size) - var(--menu-level-one-width));
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 0.625rem;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li {
    font-size: 0.9375rem;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    text-decoration: underline;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-item {
    color: var(--wp--preset--color--blue);
    font-weight: bold;
  }
}
@media (max-width: 781px) {
  #header {
    z-index: 300;
  }
  #page-overlay {
    z-index: 200;
  }
  body.header__full-nav--visible #page-overlay {
    opacity: 1;
    visibility: visible;
  }
  #header__full-nav__container {
    position: fixed;
    z-index: 430;
    display: -moz-box;
    display: flex;
    top: 0;
    left: 0;
    width: 22.5rem;
    width: 25rem;
    max-width: 80%;
    height: 100%;
    color: var(--wp--preset--color--black);
    padding-right: 0.75rem;
    background-color: var(--wp--preset--color--white);
    border: 0.0625rem solid var(--wp--preset--color--light-grey);
    border-top-right-radius: var(--radius-large);
    border-bottom-right-radius: var(--radius-large);
    box-shadow: 0rem 0.25rem 1.5rem rgba(0, 0, 0, 0.33);
    scrollbar-width: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer), transform var(--cubic-bezier) var(--transition-time--longer), -webkit-clip-path var(--cubic-bezier) var(--transition-time--longer);
    -moz-transition: clip-path var(--cubic-bezier) var(--transition-time--longer), visibility var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer), transform var(--cubic-bezier) var(--transition-time--longer), -moz-transform var(--cubic-bezier) var(--transition-time--longer);
    transition: clip-path var(--cubic-bezier) var(--transition-time--longer), visibility var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer), transform var(--cubic-bezier) var(--transition-time--longer);
    transition: clip-path var(--cubic-bezier) var(--transition-time--longer), visibility var(--cubic-bezier) var(--transition-time--longer), opacity var(--cubic-bezier) var(--transition-time--longer), transform var(--cubic-bezier) var(--transition-time--longer), -webkit-clip-path var(--cubic-bezier) var(--transition-time--longer), -moz-transform var(--cubic-bezier) var(--transition-time--longer);
    -moz-transform: translateX(-1rem);
         transform: translateX(-1rem);
  }
  #header__full-nav__container ::-webkit-scrollbar {
    display: none;
  }
  body.header__full-nav--visible #header__full-nav__container {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(0rem);
         transform: translateX(0rem);
  }
  #header__full-nav__content-container {
    display: block;
    width: 100%;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 2.5rem 1.5rem;
  }
  #header__full-nav__close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0;
    text-indent: 9999px;
    text-wrap: nowrap;
    width: 1.75rem;
    height: 1.75rem;
    overflow: clip;
    background-color: var(--wp--preset--color--pale-grey);
    background-size: 0.75rem auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231E1E1E' d='M1.46967 1.46967C1.76256 1.17678 2.23744 1.17678 2.53033 1.46967L12 10.9393L21.4697 1.46967C21.7626 1.17678 22.2374 1.17678 22.5303 1.46967C22.8232 1.76256 22.8232 2.23744 22.5303 2.53033L13.0607 12L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L12 13.0607L2.53033 22.5303C2.23744 22.8232 1.76256 22.8232 1.46967 22.5303C1.17678 22.2374 1.17678 21.7626 1.46967 21.4697L10.9393 12L1.46967 2.53033C1.17678 2.23744 1.17678 1.76256 1.46967 1.46967Z' /%3E%3C/svg%3E%0A");
    font-size: 0.75rem;
  }
  #header__full-nav__menu-container {
    overscroll-behavior: contain;
  }
  #header__full-nav__menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header__full-nav__menu-container ul li {
    padding: 0;
    margin: 0;
  }
  #header__full-nav__menu-container ul li span,
  #header__full-nav__menu-container ul li a {
    text-decoration: none;
    cursor: pointer;
  }
  #header__full-nav__menu-container > ul {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 1.5rem;
  }
  #header__full-nav__menu-container > ul > li {
    font-size: 1.25rem;
  }
  #header__full-nav__menu-container > ul > li:not(:first-of-type) {
    border-top: 0.125rem solid var(--wp--preset--color--blue-shade-5);
    padding-top: 1.5rem;
  }
  #header__full-nav__menu-container > ul > li > a {
    font-weight: bold;
  }
  #header__full-nav__menu-container > ul > li > a:hover, #header__full-nav__menu-container > ul > li.is-active-menu-item > span, #header__full-nav__menu-container > ul > li.current-menu-ancestor:not(:has(~ .is-active-menu-item)):not(.is-active-menu-item ~ *) > span {
    color: var(--wp--preset--color--blue);
    font-weight: bold;
  }
  #header__full-nav__menu-container > ul > li.is-active-menu-item > ul.sub-menu {
    display: -moz-box;
    display: flex;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 0.5rem;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: none;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li {
    font-size: 1.125rem;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li.is-active-menu-item > span {
    color: var(--wp--preset--color--blue-shade-1);
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li.is-active-menu-item > ul.sub-menu {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
    margin-top: 0.25rem;
    margin-left: 0.125rem;
    margin-bottom: 1rem;
    border-left: 0.125rem solid var(--wp--preset--color--blue-shade-1);
    padding-left: 1rem;
    gap: 0.75rem;
    padding-block: 0.75rem;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li {
    font-size: 1rem;
    line-height: 1.3;
    font-size: 0.9375rem;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 0.5rem;
    color: var(--wp--preset--color--grey);
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-item {
    color: var(--wp--preset--color--blue);
    font-weight: bold;
  }
  #header__full-nav__menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    text-decoration: underline;
  }
}
/***********************************
********** INSTITUTE SEARCH MODAL **
***********************************/
#institute-search-modal {
  position: fixed;
  z-index: 500;
  --modal-margin-top: 10rem;
  top: var(--modal-margin-top);
  left: 50%;
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
  background-color: var(--wp--preset--color--white);
  border-radius: var(--radius-xlarge);
  padding: 2rem;
  box-shadow: var(--box-shadow-large);
  width: -moz-calc(100% - var(--wp--style--root--padding-left) - var(--wp--style--root--padding-right));
  width: calc(100% - var(--wp--style--root--padding-left) - var(--wp--style--root--padding-right));
  max-width: 50rem;
  max-height: -moz-calc(100% - var(--modal-margin-top) - 2rem);
  max-height: calc(100% - var(--modal-margin-top) - 2rem);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}
#institute-search-modal .sp-institute-search-modal__no-result-container,
#institute-search-modal .sp-institute-search-modal__result-container {
  background-color: var(--wp--preset--color--blue-shade-5);
}
#institute-search-modal .sp-institute-search-modal__list {
  padding-top: 1rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  font-size: 1rem;
}
@media only screen and (max-width: 599px) {
  #institute-search-modal .sp-institute-search-modal__list {
    font-size: 0.8375rem;
    gap: 0.25rem 0.5rem;
  }
}
@media only screen and (max-width: 781px) {
  #institute-search-modal {
    --modal-margin-top: 5rem;
  }
}
@media only screen and (max-width: 599px) {
  #institute-search-modal {
    padding: 1.5rem 1rem;
  }
}

#institute-search-modal__close {
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: 9999px;
  text-wrap: nowrap;
  overflow: clip;
  cursor: pointer;
  border: 0.0625rem solid var(--wp--preset--color--grey-shade-3);
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
  background-size: 0.625rem auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231E1E1E' d='M1.46967 1.46967C1.76256 1.17678 2.23744 1.17678 2.53033 1.46967L12 10.9393L21.4697 1.46967C21.7626 1.17678 22.2374 1.17678 22.5303 1.46967C22.8232 1.76256 22.8232 2.23744 22.5303 2.53033L13.0607 12L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L12 13.0607L2.53033 22.5303C2.23744 22.8232 1.76256 22.8232 1.46967 22.5303C1.17678 22.2374 1.17678 21.7626 1.46967 21.4697L10.9393 12L1.46967 2.53033C1.17678 2.23744 1.17678 1.76256 1.46967 1.46967Z' /%3E%3C/svg%3E%0A");
}

body.modal__institute-search--visible #institute-search-modal {
  opacity: 1;
  visibility: visible;
}
body.modal__institute-search--visible #page-overlay {
  opacity: 1;
  visibility: visible;
}

/***********************************
********** FLOAT SIDE BUTTONS ******
***********************************/
#footer {
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--blue-shade-5);
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}

#footer__content {
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 0.9375rem;
}
#footer__content :where(h1, h2, h3, h4, h5, h6) {
  color: inherit;
  font-size: 1.375rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-after: 0rem;
          margin-block-end: 0rem;
}
#footer__content :where(.wp-block-list) {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media only screen and (max-width: 781px) {
  #footer__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

#footer__menu {
  background-color: #015199;
  color: var(--wp--preset--color--blue-shade-4);
  margin-left: -moz-calc(-1 * var(--wp--style--root--padding-left));
  margin-left: calc(-1 * var(--wp--style--root--padding-left));
  margin-right: -moz-calc(-1 * var(--wp--style--root--padding-right));
  margin-right: calc(-1 * var(--wp--style--root--padding-right));
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#footer__menu ul {
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
  list-style: none;
  padding: 0;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  font-size: 0.9375rem;
}
#footer__menu ul li {
  margin: 0;
}
#footer__menu ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  #footer__menu {
    padding-block: 2rem 3.5rem;
  }
  #footer__menu ul {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}
@media (hover: hover) {
  #footer__menu ul li a:link:hover {
    text-decoration: underline;
  }
}

.swiper {
  overflow: visible;
}

.swiper-buttons {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  width: 10rem;
  height: 0.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: opacity var(--cubic-bezier) var(--transition-time--longer);
  transition: opacity var(--cubic-bezier) var(--transition-time--longer);
}
.swiper-buttons .swiper-button-prev::after,
.swiper-buttons .swiper-button-next::after {
  content: none;
}
@media only screen and (max-width: 781px) {
  .swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-next {
    width: 7.5rem;
    height: 1rem;
  }
}
.swiper-buttons .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 145.5 8.1' version='1.1' viewBox='0 0 145.5 8.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%239C9D9E' points='145.5 3.6 2 3.6 5.1 0.7 4.4 0 0 4.1 4.4 8.1 5.1 7.4 2 4.6 145.5 4.6'/%3E%3C/svg%3E%0A");
  background-position: left center;
}
.swiper-buttons .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 145.5 8.1' version='1.1' viewBox='0 0 145.5 8.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%239C9D9E' points='0 4.6 143.5 4.6 140.5 7.4 141.1 8.1 145.5 4.1 141.1 0 140.5 0.7 143.5 3.6 0 3.6'/%3E%3C/svg%3E%0A");
  background-position: right center;
}
body {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
}

#footer {
  margin-top: auto;
}

main {
  overflow: visible;
}

body.has-main-spacing {
  --main--spacing--top: 2.5rem;
  --main--spacing--bottom: 5rem;
}
@media only screen and (max-width: 781px) {
  body.has-main-spacing {
    --main--spacing--top: 1.5rem;
    --main--spacing--bottom: 3rem;
  }
}
body.has-main-spacing main {
  padding-top: var(--main--spacing--top);
  padding-bottom: var(--main--spacing--bottom);
}

#skip-to-content-link:focus {
  z-index: 9999;
  position: fixed;
  display: block;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 1.25rem;
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
  border: 0.125rem solid var(--wp--preset--color--white);
  border-radius: 2rem;
  visibility: visible;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
}

#back-to-top-link {
  visibility: hidden;
  opacity: 0;
  -moz-transition: var(--transition-time) var(--cubic-bezier) visibility, var(--transition-time) var(--cubic-bezier) opacity;
  transition: var(--transition-time) var(--cubic-bezier) visibility, var(--transition-time) var(--cubic-bezier) opacity;
  position: fixed;
  bottom: var(--wp--style--root--padding-right);
  right: -moz-calc(var(--wp--style--root--padding-right) - 0.25rem);
  right: calc(var(--wp--style--root--padding-right) - 0.25rem);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--orange);
  border: 0.0625rem solid var(--wp--preset--color--blue-shade-5);
  border-radius: 2rem;
  box-shadow: var(--box-shadow-large);
  z-index: 150;
  padding: 0.5rem 2rem;
  padding-left: 3.5rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F06400' d='m12.53 2.4697c-0.2929-0.29289-0.7678-0.29289-1.0607 0l-10 10c-0.29289 0.2929-0.29289 0.7677 0 1.0606s0.76777 0.2929 1.0607 0l9.4696-9.4696 9.4697 9.4696c0.2929 0.2929 0.7678 0.2929 1.0607 0 0.2928-0.2929 0.2928-0.7677 0-1.0606l-10-10z'/%3E%3Cpath fill='%23F06400' d='m12.53 10.47c-0.1407-0.1407-0.3315-0.2197-0.5304-0.2197s-0.3897 0.079-0.5303 0.2197l-10 10c-0.2145 0.2145-0.27866 0.5371-0.16258 0.8173 0.11609 0.2803 0.38957 0.463 0.69291 0.463h20c0.3034 0 0.5768-0.1827 0.6929-0.463 0.1161-0.2802 0.052-0.6028-0.1625-0.8173l-10-10z'/%3E%3C/svg%3E%0A");
  background-position: 1.75rem 50%;
  background-repeat: no-repeat;
  background-size: 1rem auto;
}
@media only screen and (max-width: 599px) {
  #back-to-top-link {
    font-size: 1rem;
    padding: 0.25rem 1rem;
    padding-left: 2.5rem;
    background-size: 0.875rem auto;
    background-position: 1.125rem 50%;
  }
}

body.is-scrolled #back-to-top-link {
  visibility: visible;
  opacity: 1;
}

body.search main {
  padding-top: var(--wp--style--root--padding-left);
}

#single-search__form {
  display: none;
  gap: 1rem;
  background-color: var(--wp--preset--color--white);
  padding: 1rem;
  border-radius: var(--radius-xlarge);
  box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 781px) {
  #single-search__form {
    display: -moz-box;
    display: flex;
  }
}

#single-search__submit {
  background-color: var(--wp--preset--color--blue);
}

#single-search__heading {
  margin-top: 0;
}
@media only screen and (max-width: 781px) {
  #single-search__heading {
    margin-top: 1.5rem;
  }
}

.single-search-result__results-container {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 0.5rem;
}

.single-search-result__result-container {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  background-color: var(--wp--preset--color--white);
  border-radius: var(--radius-xlarge);
  padding: 2rem;
  text-decoration: none;
}
.single-search-result__result-container:hover {
  text-decoration: none;
}
.single-search-result__result-container:hover .single-search-result__result-permalink {
  text-decoration: underline;
}
@media only screen and (max-width: 781px) {
  .single-search-result__result-container {
    padding: 1.25rem;
  }
}

h2.single-search-result__result-title {
  width: 100%;
  color: var(--wp--preset--color--blue);
  line-height: 1.3;
  margin-block: 0;
}

.single-search-result__result-excerpt {
  width: 100%;
  font-size: 0.9375rem;
  color: var(--wp--preset--color--grey-shade-2);
  margin-block: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: clip;
  text-overflow: ellipsis;
}

.single-search-result__result-meta-container {
  display: -moz-box;
  display: flex;
  gap: 0.5rem;
}

.single-search-result__result-type {
  display: -moz-box;
  display: flex;
  line-height: 1.6;
  background-color: var(--wp--preset--color--blue-shade-2);
  color: var(--wp--preset--color--white);
  padding: 0.125rem 1rem;
  font-size: 0.75rem;
  border-radius: var(--radius-xlarge);
}

.single-search-result__result-permalink {
  font-size: 0.9375rem;
  color: var(--wp--preset--color--blue-shade-2);
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: clip;
  text-overflow: ellipsis;
}

/************************************
***** PARAGRAPH *********************
************************************/
.is-style-balanced {
  text-wrap: balance;
}

/************************************
***** COLUMNS ***********************
************************************/
@media only screen and (max-width: 781px) {
  .wp-block-columns.is-style-mobile-collapse-reversed {
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
  }
}

/************************************
***** IMAGE *************************
************************************/
.wp-block-image.is-style-border-radius-large,
.wp-block-image.is-style-border-radius-large img {
  border-radius: var(--radius-large);
}

/************************************
***** COVER / GROUP *****************
************************************/
.wp-block-group.alignfull,
.wp-block-cover.alignfull {
  border-radius: 0;
}

/************************************
***** TABLES ************************
************************************/
.wp-block-table table {
  font-size: 1rem;
  margin: 1.5rem 0;
}
.wp-block-table table td {
  padding: 0.75rem 0;
  vertical-align: top;
}
.wp-block-table table thead {
  border-bottom: 0.125rem solid;
  text-align: left;
}
.wp-block-table table tfoot {
  border-top: 0.125rem solid;
  text-align: left;
}
.wp-block-table table td, .wp-block-table table th {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0.5rem;
}

/************************************
***** CUSTOM BLOCK STYLES ***********
************************************/
.wp-block-list .wp-block-list {
  margin-top: 0;
}
