/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.object-pos-center-10 {
  object-position: 50% 10% !important;
}
.object-pos-center-20 {
  object-position: 50% 20% !important;
}
.object-pos-center-30 {
  object-position: 50% 30% !important;
}
.object-pos-center-40 {
  object-position: 50% 40% !important;
}
.object-pos-center-50 {
  object-position: 50% 50% !important;
}
.object-pos-center-60 {
  object-position: 50% 60% !important;
}
.wf-mediabox {
  z-index: 100000000000000004764729344;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.w80 {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .w80 {
    width: 100%;
  }
}
.row {
  margin: 0;
  padding: 0;
}
.px--2-5 {
  padding: 0 12px;
}
.fw-semibold {
  font-weight: 600 !important;
}
.blue-text {
  color: #01033c !important;
}
.lead {
  font-size: calc(1.161rem + 0.132vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.26rem;
  }
}
.platform-content.container {
  margin: 0;
  padding: 0;
}
.platform-content.container > .row > .col {
  margin: 0;
  padding: 0;
}
#g-skip {
  position: absolute;
  /* takes it out of normal flow */
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  /* no height = no white-space */
  margin: 0;
  padding: 0;
  overflow: visible;
  /* so child .skip-link can show */
  z-index: 1000;
  /* make sure it’s on top */
}
.skip-link {
  position: absolute;
  top: -6rem;
  /* hide above the viewport */
  background: #3abff0;
  /* your brand colour */
  color: #01033c;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: top 0.4s ease-in-out;
}
.skip-link:focus {
  top: 1.5rem;
  /* visible, just under the browser chrome */
}
.fb-share-button:focus-within, *:focus-visible {
  outline: 2px solid #3addc2;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3addc2, 0 0 0 8px #c3e5df;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-out, outline-offset 0.15s ease-out !important;
  box-decoration-break: clone;
}
:is(a, button, input, textarea, summary, .btn, .card):focus-visible {
  outline: 2px solid #3addc2;
  outline-offset: 3px;
  z-index: 999999;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3addc2, 0 0 0 8px #c3e5df !important;
  border-radius: 0.25rem;
  position: relative;
  transition: box-shadow 0.15s ease-out, outline-offset 0.15s ease-out;
  box-decoration-break: clone;
}
:is(input#mod-finder-searchword357):focus-visible {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:is(address a):focus-visible {
  padding: 0 5px;
}
:is(a):not(.btn, #brand):focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 10%;
  text-underline-offset: 10%;
}
:is(.brand):focus-visible {
  padding: 10px;
  margin: -10px;
}
:is(.mod-menu li a):focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 10%;
  text-underline-offset: 25%;
  transition: box-shadow 0.15s ease-out, outline-offset 0.15s ease-out;
}
:is(a, button, input, textarea, summary):focus:not(:focus-visible) {
  outline: none;
  transition: box-shadow 0.15s ease-out, outline-offset 0.15s ease-out;
}
.impact .card.bg-image, .services-cards .card.bg-image, .bottom-position .card.bg-image, .below-content .card.bg-image, .above-core-cards .card.bg-image, .core-focus-cards .card.bg-image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.impact .card.bg-image:hover, .services-cards .card.bg-image:hover, .bottom-position .card.bg-image:hover, .below-content .card.bg-image:hover, .above-core-cards .card.bg-image:hover, .core-focus-cards .card.bg-image:hover {
  transform: scale(1.03);
}
.impact .card.bg-image:hover:before, .services-cards .card.bg-image:hover:before, .bottom-position .card.bg-image:hover:before, .below-content .card.bg-image:hover:before, .above-core-cards .card.bg-image:hover:before, .core-focus-cards .card.bg-image:hover:before {
  opacity: 0.3;
}
.impact .card.bg-image:before, .services-cards .card.bg-image:before, .bottom-position .card.bg-image:before, .below-content .card.bg-image:before, .above-core-cards .card.bg-image:before, .core-focus-cards .card.bg-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
}
.impact .card.bg-image .card-body, .services-cards .card.bg-image .card-body, .bottom-position .card.bg-image .card-body, .below-content .card.bg-image .card-body, .above-core-cards .card.bg-image .card-body, .core-focus-cards .card.bg-image .card-body {
  position: relative;
  z-index: 9999;
}
.impact .card.bg-image .card-body .card-text, .services-cards .card.bg-image .card-body .card-text, .bottom-position .card.bg-image .card-body .card-text, .below-content .card.bg-image .card-body .card-text, .above-core-cards .card.bg-image .card-body .card-text, .core-focus-cards .card.bg-image .card-body .card-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(0, 0, 0, 0.3), 0 4px 4px rgba(0, 0, 0, 0.2);
}
.blue-background {
  background: #01033c;
}
.blue-text {
  color: #01033c;
}
@font-face {
  font-family: "cooper-hewitt-web";
  src: url('../fonts/cooper-hewitt/book/CooperHewitt-Book.woff2') format("woff2"), url('../fonts/cooper-hewitt/book/CooperHewitt-Book.woff') format("woff"), url('../fonts/cooper-hewitt/book/CooperHewitt-Book.ttf') format("truetype"), url('../fonts/cooper-hewitt/book/CooperHewitt-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cooper-hewitt-web";
  src: url('../fonts/cooper-hewitt/bookitalic/CooperHewitt-BookItalic.woff2') format("woff2"), url('../fonts/cooper-hewitt/bookitalic/CooperHewitt-BookItalic.woff') format("woff"), url('../fonts/cooper-hewitt/bookitalic/CooperHewitt-BookItalic.ttf') format("truetype"), url('../fonts/cooper-hewitt/bookitalic/CooperHewitt-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "cooper-hewitt-web";
  src: url('../fonts/cooper-hewitt/semibold/CooperHewitt-Semibold.woff2') format("woff2"), url('../fonts/cooper-hewitt/semibold/CooperHewitt-Semibold.woff') format("woff"), url('../fonts/cooper-hewitt/semibold/CooperHewitt-Semibold.ttf') format("truetype"), url('../fonts/cooper-hewitt/semibold/CooperHewitt-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cooper-hewitt-web";
  src: url('../fonts/cooper-hewitt/semibolditalic/CooperHewitt-SemiboldItalic.woff2') format("woff2"), url('../fonts/cooper-hewitt/semibolditalic/CooperHewitt-SemiboldItalic.woff') format("woff"), url('../fonts/cooper-hewitt/semibolditalic/CooperHewitt-SemiboldItalic.ttf') format("truetype"), url('../fonts/cooper-hewitt/semibolditalic/CooperHewitt-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "cooper-hewitt-web";
  src: url('../fonts/cooper-hewitt/bold/CooperHewitt-Bold.woff2') format("woff2"), url('../fonts/cooper-hewitt/bold/CooperHewitt-Bold.woff') format("woff"), url('../fonts/cooper-hewitt/bold/CooperHewitt-Bold.ttf') format("truetype"), url('../fonts/cooper-hewitt/bold/CooperHewitt-Bold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2') format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2') format("woff2");
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Public Sans", sans-serif;
  line-height: 1.2;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
h1, h2, h3, h4, h5 {
  font-family: "cooper-hewitt-web", sans-serif;
  font-weight: 500;
  color: #01033c;
}
h1 {
  font-size: calc(1.275rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.4rem;
  }
}
h2 {
  font-size: calc(1.235rem + 1.02vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.2rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.65rem;
  }
}
h4 {
  font-size: calc(1.175rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.4rem;
  }
}
.com-content-article__body > h2.text-center {
  font-weight: 500;
}
.services-cards h3, .core-focus-cards h4, .core-focus-cards h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}
a {
  display: inline-block;
}
.com-content-article__body a {
  display: inline;
}
li {
  font-size: 18px;
}
p {
  font-size: 16px;
}
@media (min-width: 1200px) {
  p {
    font-size: 18px;
  }
}
#mod-custom391 ul {
  padding-left: 0 !important;
}
nav:not(.main-people-link) ul:not(.g-toplevel, .g-dropdown, .g-sublevel, .mod-menu, .explore-links) {
  margin-left: 0;
  padding-left: 1.5rem !important;
}
.item-pageimpact .full-viewwidth, .item-pagemphil-phd .full-viewwidth {
  margin-bottom: -48px;
}
.full-viewwidth {
  color: #fff;
}
.full-viewwidth.white-bg {
  color: #01033c;
}
.full-viewwidth.dark-blue {
  background: #005eb8;
}
.full-viewwidth.dark-blue h1, .full-viewwidth.dark-blue h2 {
  color: #3addc2;
}
.full-viewwidth.light-blue {
  background: #3ABFF0;
}
.full-viewwidth.light-blue h1, .full-viewwidth.light-blue h2 {
  color: #01033c;
  width: 75%;
}
.full-viewwidth.light-blue p {
  color: #01033c;
}
.btn {
  overflow: hidden;
  transition: all 0.2s linear 0s, background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  border-radius: 0.25rem;
}
.btn-lightgreen {
  background: #3addc2;
  color: #01033c;
  text-shadow: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-lightgreen:hover {
  background-color: #7FE9D7;
}
.btn-blue {
  background: #005eb8;
  color: #fff;
  text-shadow: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-blue:hover {
  background-color: #006bd2;
  color: #fff;
}
/* #g-main .g-content page spacing*/
.outline-14:not(.itemid-101) #g-showcase, .outline-14:not(.itemid-101) #g-main #main-content, .outline-20 #g-showcase, .outline-20 #g-main #main-content, .outline-22 #g-showcase, .outline-22 #g-main #main-content {
  padding-top: 0;
}
.outline-14:not(.itemid-101) #g-showcase .g-content, .outline-14:not(.itemid-101) #g-main #main-content .g-content, .outline-20 #g-showcase .g-content, .outline-20 #g-main #main-content .g-content, .outline-22 #g-showcase .g-content, .outline-22 #g-main #main-content .g-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.full-viewwidth {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.full-viewwidth .inner-container {
  max-width: 87.5rem;
  margin: 0 auto;
}
@media only all and (min-width: 75rem) and (max-width: 87.49rem) {
  .full-viewwidth .inner-container {
    width: 75rem;
  }
}
@media only all and (min-width: 62rem) and (max-width: 74.99rem) {
  .full-viewwidth .inner-container {
    width: 62rem;
  }
}
@media only all and (min-width: 48.01rem) and (max-width: 61.99rem) {
  .full-viewwidth .inner-container {
    width: 48rem;
  }
}
@media only all and (max-width: 48rem) {
  .full-viewwidth .inner-container {
    width: 97%;
  }
}
.full-viewwidth.darkblue {
  background: #01033c;
}
.full-viewwidth.gradient {
  background: linear-gradient(90deg, #005eb8 25%, #257fa0 60%, #228575 85%);
}
.full-viewwidth.grey {
  background: #eeedee;
}
table {
  border: none;
}
th {
  text-align: center;
}
table.table th {
  background-color: #4472C4;
  color: #ffffff;
}
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #CFD5EA;
}
.table-striped tbody > tr:nth-child(even) > td {
  background-color: #E9EBF5;
}
blockquote {
  margin: 0;
  border-left: none;
  padding-left: 0;
}
blockquote p {
  color: #00033d;
}
blockquote ~ figcaption {
  padding-top: 20px;
}
blockquote ~ figcaption.blockquote-footer {
  text-align: end;
  font-size: medium;
  width: 100%;
  margin: 0px 100px;
}
blockquote ~ figcaption cite {
  font-size: smaller;
}
div.modal.show {
  backdrop-filter: blur(5px);
  background-color: #00000096;
  display: flex !important;
}
div.modal.show .btn-close {
  background: transparent url('data:image/svg+xml,%3csvg%20xmlns="http://www.w3.org/2000/svg"%20width="45"%20height="45"%20viewBox="0%200%2016%2016"%20fill="%23fff"%3e%3cpath%20d="M.293.293a1%201%200%20011.414%200L8%206.586%2014.293.293a1%201%200%20111.414%201.414L9.414%208l6.293%206.293a1%201%200%2001-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%2001-1.414-1.414L6.586%208%20.293%201.707a1%201%200%20010-1.414z"/%3e%3c/svg%3e') center / 1em auto no-repeat;
  padding: 20px;
}
div.modal.show .modal-dialog {
  margin: auto !important;
  margin-top: 25vh !important;
}
div.modal.show .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  border-radius: none;
}
div.modal.show .modal-dialog .modal-content input {
  background: transparent;
  color: #ffffff;
  width: 30vw;
  height: calc(3.5rem + 12px);
  border-radius: 0.25rem;
}
div.modal.show .modal-dialog .modal-content input::placeholder {
  color: #ffffff;
  opacity: 1;
}
#g-header {
  border-top: 10px solid #01033c;
}
#g-header a {
  display: inline-block;
}
#g-header .g-grid {
  align-items: center;
  justify-content: space-between;
}
#g-header .g-grid p {
  font-weight: 800;
  font-size: 4.1rem;
  padding: 0;
  margin: 0;
  line-height: 0.87;
  color: #01033c;
  letter-spacing: -4px;
  font-family: "cooper-hewitt-web", sans-serif;
}
@media (max-width: 47.938rem) {
  #g-header .g-grid p {
    font-size: 3rem;
    text-align: start;
  }
}
#g-header .g-grid .info > * {
  margin: 0;
  padding: 0;
}
#g-header .g-grid .info {
  margin-left: 0.7rem;
}
@media (max-width: 47.938rem) {
  #g-header .g-grid .info {
    margin-left: 0.4rem;
  }
}
#g-header .g-grid .info p {
  text-wrap: nowrap;
  color: #005eb8;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.18;
  letter-spacing: -1px;
  font-family: "cooper-hewitt-web", sans-serif;
}
@media (max-width: 47.938rem) {
  #g-header .g-grid .info p {
    font-size: 1.2rem;
    text-align: start;
  }
}
#g-navigation {
  min-height: 10px;
  font-family: "cooper-hewitt-web", sans-serif;
  z-index: 6;
}
#g-navigation .g-main-nav {
  margin: -1.68rem 0 -1.563rem 0;
}
#g-navigation .g-main-nav.main-people-link {
  padding: 0;
}
@media screen and (max-width: 991px) {
  #g-navigation .g-main-nav.main-people-link {
    padding: 0.5rem 0;
  }
}
#g-navigation .g-main-nav.main-people-link a, #g-navigation .g-main-nav.main-people-link button {
  white-space: nowrap;
  padding: 0.27rem 0.55rem;
  margin: 0 0.5rem;
}
#g-navigation .g-main-nav .g-toplevel {
  justify-content: start;
  -webkit-justify-content: start;
  font-weight: 600;
  flex-wrap: nowrap;
}
#g-navigation .g-main-nav .g-toplevel .top-level.active > .g-menu-item-container .g-menu-item-title {
  position: relative;
}
#g-navigation .g-main-nav .g-toplevel .top-level.active > .g-menu-item-container .g-menu-item-title::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.5s;
  bottom: -3px;
}
#g-navigation .g-main-nav .g-toplevel .top-level:not(.active) > .g-menu-item-container .g-menu-item-title {
  position: relative;
}
#g-navigation .g-main-nav .g-toplevel .top-level:not(.active) > .g-menu-item-container .g-menu-item-title::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #01033c;
  width: 0%;
  height: 2px;
  transition: all 0.5s;
  bottom: -3px;
}
#g-navigation .g-main-nav .g-toplevel .top-level:not(.active) > .g-menu-item-container .g-menu-item-title:hover::after {
  width: 100%;
  bottom: -3px;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: none;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #01033c;
  color: #fff;
  text-decoration: none;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
  background-color: #005eb8;
  text-decoration: none;
}
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-type-particle .g-menu-item-container {
  padding: 1.1rem 0;
}
#g-navigation .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  width: 0.7rem;
  font-size: 0.7rem;
  padding: 0 0 0 0.2rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0.56rem 0.7rem;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
#g-navigation .g-main-nav .g-toplevel i {
  opacity: unset;
  padding-left: 5px;
  height: 22px;
  vertical-align: bottom;
}
#g-navigation .g-main-nav .g-toplevel .g-sublevel {
  font-weight: 400;
  font-size: 1rem;
}
#g-navigation .g-main-nav .g-toplevel .g-dropdown-column .g-grid {
  z-index: 1;
}
@media only all and (min-width: 62rem) {
  #g-navigation .g-content {
    margin: 0.45rem;
    padding: 0.5rem;
  }
}
#g-navigation #menu-9184-particle {
  position: relative;
  top: 21%;
}
#g-navigation #menu-9184-particle .g-toplevel {
  justify-content: end;
}
#g-navigation #menu-9184-particle .g-toplevel .g-menu-item-356 {
  background: #005eb8;
  border-radius: 0.25rem;
}
#g-navigation #menu-9184-particle .g-toplevel .g-menu-item-356.active {
  background: #257fa0;
}
#g-navigation #menu-9184-particle .g-toplevel .g-menu-item-356 .g-menu-item-container {
  padding: 5px 10px;
  display: flex;
  color: #fff;
  border-radius: 0.25rem;
  font-weight: 200;
}
#g-navigation #menu-9184-particle .g-toplevel .g-menu-item-356 .g-menu-item-container i {
  line-height: 1.2;
  order: 2;
}
#g-navigation #menu-9184-particle .g-toplevel .g-menu-item-356:hover {
  background: #257fa0;
}
#g-navigation .people-search-buttons div.g-content {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 10px;
  margin: -0.1rem;
  right: 0;
}
#mod-custom172 {
  position: relative;
  width: 100%;
  height: 450px;
}
#mod-custom172 #heroVideo {
  width: 100vw;
  height: 450px;
  object-fit: cover;
}
#mod-custom172 .overlay-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mod-custom172 .overlay-text h1 {
  color: #fff;
  font-size: 5rem;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 800;
  line-height: 1;
  text-shadow: rgba(0, 3, 61, 0.34) 0.3px 0.5px 0.7px, rgba(0, 3, 61, 0.34) 1.5px 2.9px 3.7px, rgba(0, 3, 61, 0.34) 2.7px 5.4px 6.8px, rgba(0, 3, 61, 0.34) 4.5px 8.9px 11.2px;
}
button.play-pause {
  padding: 0;
  margin: 0;
  font-size: 2rem;
  color: #ffffff;
  background: transparent;
  position: absolute !important;
  bottom: 20px;
  right: 20px;
  z-index: 11;
  -webkit-text-stroke: 1px #01033c;
  text-stroke: 1px #01033c;
  height: 32px;
  width: 32px;
  line-height: 1;
}
button.play-pause:focus-visible {
  border-radius: 1rem;
}
#g-showcase .showcase-hero {
  height: 300px;
}
@media only all and (max-width: 48rem) {
  #g-showcase .showcase-hero {
    height: 200px;
  }
}
.contact .profile, #g-showcase #article-title-banner-4919-particle, #g-showcase .showcase-hero {
  display: flex;
  position: relative;
  background: #01033c;
  color: #ffffff;
  margin-bottom: 0;
}
.contact .profile.latest, .contact .profile.about, .contact .profile.study, .contact .profile.impact, #g-showcase #article-title-banner-4919-particle.latest, #g-showcase #article-title-banner-4919-particle.about, #g-showcase #article-title-banner-4919-particle.study, #g-showcase #article-title-banner-4919-particle.impact, #g-showcase .showcase-hero.latest, #g-showcase .showcase-hero.about, #g-showcase .showcase-hero.study, #g-showcase .showcase-hero.impact {
  height: 200px;
}
.contact .profile.departments, .contact .profile.people, #g-showcase #article-title-banner-4919-particle.departments, #g-showcase #article-title-banner-4919-particle.people, #g-showcase .showcase-hero.departments, #g-showcase .showcase-hero.people {
  height: auto;
}
.contact .profile .inner-container, .contact .profile .container, .contact .profile .text-container, #g-showcase #article-title-banner-4919-particle .inner-container, #g-showcase #article-title-banner-4919-particle .container, #g-showcase #article-title-banner-4919-particle .text-container, #g-showcase .showcase-hero .inner-container, #g-showcase .showcase-hero .container, #g-showcase .showcase-hero .text-container {
  position: relative;
  z-index: 2;
  justify-content: start;
  margin: 0 auto;
  width: 87.5rem;
}
@media only all and (max-width: 61.99rem) {
  .contact .profile .inner-container, .contact .profile .container, .contact .profile .text-container, #g-showcase #article-title-banner-4919-particle .inner-container, #g-showcase #article-title-banner-4919-particle .container, #g-showcase #article-title-banner-4919-particle .text-container, #g-showcase .showcase-hero .inner-container, #g-showcase .showcase-hero .container, #g-showcase .showcase-hero .text-container {
    background: linear-gradient(to right, rgba(1, 3, 60, 0.8) 0%, rgba(1, 3, 60, 0.8) 70%, rgba(1, 3, 60, 0) 100%);
    z-index: 2;
  }
}
@media only all and (max-width: 48rem) {
  .contact .profile .inner-container, .contact .profile .container, .contact .profile .text-container, #g-showcase #article-title-banner-4919-particle .inner-container, #g-showcase #article-title-banner-4919-particle .container, #g-showcase #article-title-banner-4919-particle .text-container, #g-showcase .showcase-hero .inner-container, #g-showcase .showcase-hero .container, #g-showcase .showcase-hero .text-container {
    background: rgba(1, 3, 60, 0.8);
  }
}
@media only all and (min-width: 75rem) and (max-width: 87.49rem) {
  .contact .profile .inner-container, .contact .profile .container, .contact .profile .text-container, #g-showcase #article-title-banner-4919-particle .inner-container, #g-showcase #article-title-banner-4919-particle .container, #g-showcase #article-title-banner-4919-particle .text-container, #g-showcase .showcase-hero .inner-container, #g-showcase .showcase-hero .container, #g-showcase .showcase-hero .text-container {
    width: 75rem;
  }
}
@media only all and (min-width: 62rem) and (max-width: 74.99rem) {
  .contact .profile .inner-container, .contact .profile .container, .contact .profile .text-container, #g-showcase #article-title-banner-4919-particle .inner-container, #g-showcase #article-title-banner-4919-particle .container, #g-showcase #article-title-banner-4919-particle .text-container, #g-showcase .showcase-hero .inner-container, #g-showcase .showcase-hero .container, #g-showcase .showcase-hero .text-container {
    width: 62rem;
  }
}
@media only all and (min-width: 48.01rem) and (max-width: 61.99rem) {
  .contact .profile .inner-container, .contact .profile .container, .contact .profile .text-container, #g-showcase #article-title-banner-4919-particle .inner-container, #g-showcase #article-title-banner-4919-particle .container, #g-showcase #article-title-banner-4919-particle .text-container, #g-showcase .showcase-hero .inner-container, #g-showcase .showcase-hero .container, #g-showcase .showcase-hero .text-container {
    width: 48rem;
  }
}
.contact .profile .inner-container .job-info, .contact .profile .container .job-info, .contact .profile .text-container .job-info, #g-showcase #article-title-banner-4919-particle .inner-container .job-info, #g-showcase #article-title-banner-4919-particle .container .job-info, #g-showcase #article-title-banner-4919-particle .text-container .job-info, #g-showcase .showcase-hero .inner-container .job-info, #g-showcase .showcase-hero .container .job-info, #g-showcase .showcase-hero .text-container .job-info {
  margin-bottom: 12px;
}
.contact .profile .inner-container .job-info p, .contact .profile .container .job-info p, .contact .profile .text-container .job-info p, #g-showcase #article-title-banner-4919-particle .inner-container .job-info p, #g-showcase #article-title-banner-4919-particle .container .job-info p, #g-showcase #article-title-banner-4919-particle .text-container .job-info p, #g-showcase .showcase-hero .inner-container .job-info p, #g-showcase .showcase-hero .container .job-info p, #g-showcase .showcase-hero .text-container .job-info p {
  margin: 0;
  margin-bottom: 5px;
}
.contact .profile .inner-container .contact-info div, .contact .profile .container .contact-info div, .contact .profile .text-container .contact-info div, #g-showcase #article-title-banner-4919-particle .inner-container .contact-info div, #g-showcase #article-title-banner-4919-particle .container .contact-info div, #g-showcase #article-title-banner-4919-particle .text-container .contact-info div, #g-showcase .showcase-hero .inner-container .contact-info div, #g-showcase .showcase-hero .container .contact-info div, #g-showcase .showcase-hero .text-container .contact-info div {
  display: flex;
}
.contact .profile .inner-container .contact-info div svg, .contact .profile .container .contact-info div svg, .contact .profile .text-container .contact-info div svg, #g-showcase #article-title-banner-4919-particle .inner-container .contact-info div svg, #g-showcase #article-title-banner-4919-particle .container .contact-info div svg, #g-showcase #article-title-banner-4919-particle .text-container .contact-info div svg, #g-showcase .showcase-hero .inner-container .contact-info div svg, #g-showcase .showcase-hero .container .contact-info div svg, #g-showcase .showcase-hero .text-container .contact-info div svg {
  min-height: 30px;
  min-width: 34px;
}
.contact .profile .inner-container .contact-info div p, .contact .profile .container .contact-info div p, .contact .profile .text-container .contact-info div p, #g-showcase #article-title-banner-4919-particle .inner-container .contact-info div p, #g-showcase #article-title-banner-4919-particle .container .contact-info div p, #g-showcase #article-title-banner-4919-particle .text-container .contact-info div p, #g-showcase .showcase-hero .inner-container .contact-info div p, #g-showcase .showcase-hero .container .contact-info div p, #g-showcase .showcase-hero .text-container .contact-info div p {
  margin: 0 0 0 10px;
}
.contact .profile .inner-container .contact-info div p a, .contact .profile .container .contact-info div p a, .contact .profile .text-container .contact-info div p a, #g-showcase #article-title-banner-4919-particle .inner-container .contact-info div p a, #g-showcase #article-title-banner-4919-particle .container .contact-info div p a, #g-showcase #article-title-banner-4919-particle .text-container .contact-info div p a, #g-showcase .showcase-hero .inner-container .contact-info div p a, #g-showcase .showcase-hero .container .contact-info div p a, #g-showcase .showcase-hero .text-container .contact-info div p a {
  color: #fff;
}
.contact .profile .inner-container .page-header.contact-header::after, .contact .profile .container .page-header.contact-header::after, .contact .profile .text-container .page-header.contact-header::after, #g-showcase #article-title-banner-4919-particle .inner-container .page-header.contact-header::after, #g-showcase #article-title-banner-4919-particle .container .page-header.contact-header::after, #g-showcase #article-title-banner-4919-particle .text-container .page-header.contact-header::after, #g-showcase .showcase-hero .inner-container .page-header.contact-header::after, #g-showcase .showcase-hero .container .page-header.contact-header::after, #g-showcase .showcase-hero .text-container .page-header.contact-header::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px dashed #fff;
  position: relative;
  left: 0;
  margin-top: 0.9%;
}
.contact .profile .inner-container .page-header.contact-header h2, .contact .profile .container .page-header.contact-header h2, .contact .profile .text-container .page-header.contact-header h2, #g-showcase #article-title-banner-4919-particle .inner-container .page-header.contact-header h2, #g-showcase #article-title-banner-4919-particle .container .page-header.contact-header h2, #g-showcase #article-title-banner-4919-particle .text-container .page-header.contact-header h2, #g-showcase .showcase-hero .inner-container .page-header.contact-header h2, #g-showcase .showcase-hero .container .page-header.contact-header h2, #g-showcase .showcase-hero .text-container .page-header.contact-header h2 {
  color: #fff;
}
.contact .profile .inner-container .page-header:not(.contact-header), .contact .profile .container .page-header:not(.contact-header), .contact .profile .text-container .page-header:not(.contact-header), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header), #g-showcase .showcase-hero .container .page-header:not(.contact-header), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) {
  width: 80%;
  padding: 27.008px;
  margin: auto 0;
}
@media only all and (max-width: 48rem) {
  .contact .profile .inner-container .page-header:not(.contact-header), .contact .profile .container .page-header:not(.contact-header), .contact .profile .text-container .page-header:not(.contact-header), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header), #g-showcase .showcase-hero .container .page-header:not(.contact-header), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) {
    width: 100%;
  }
}
.contact .profile .inner-container .page-header:not(.contact-header) h2.subtitle, .contact .profile .inner-container .page-header:not(.contact-header) p.subtitle, .contact .profile .container .page-header:not(.contact-header) h2.subtitle, .contact .profile .container .page-header:not(.contact-header) p.subtitle, .contact .profile .text-container .page-header:not(.contact-header) h2.subtitle, .contact .profile .text-container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) p.subtitle {
  text-align: start;
  color: #3ABFF0;
  margin-top: 0;
  margin-bottom: 0;
  width: 65%;
  line-height: 1.2;
  font-size: calc(1.175rem + 0.3vw);
}
@media (min-width: 1200px) {
  .contact .profile .inner-container .page-header:not(.contact-header) h2.subtitle, .contact .profile .inner-container .page-header:not(.contact-header) p.subtitle, .contact .profile .container .page-header:not(.contact-header) h2.subtitle, .contact .profile .container .page-header:not(.contact-header) p.subtitle, .contact .profile .text-container .page-header:not(.contact-header) h2.subtitle, .contact .profile .text-container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) p.subtitle {
    font-size: 1.4rem;
  }
}
@media only all and (max-width: 48rem) {
  .contact .profile .inner-container .page-header:not(.contact-header) h2.subtitle, .contact .profile .inner-container .page-header:not(.contact-header) p.subtitle, .contact .profile .container .page-header:not(.contact-header) h2.subtitle, .contact .profile .container .page-header:not(.contact-header) p.subtitle, .contact .profile .text-container .page-header:not(.contact-header) h2.subtitle, .contact .profile .text-container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) p.subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h2.subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) p.subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h2.subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) p.subtitle {
    width: 100%;
  }
}
.contact .profile .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) {
  color: #3ABFF0;
  margin-top: 0;
  width: 65%;
}
@media only all and (max-width: 48rem) {
  .contact .profile .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), .contact .profile .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) {
    width: 100%;
  }
}
.contact .profile .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, .contact .profile .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, .contact .profile .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, .contact .profile .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, .contact .profile .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, .contact .profile .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase .showcase-hero .container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) p.subtitle:not(.research-group, .title, .postgrad-phd) .contact-qualifications {
  color: #fff;
}
.contact .profile .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), .contact .profile .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title), .contact .profile .container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), .contact .profile .container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title), .contact .profile .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), .contact .profile .text-container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), #g-showcase .showcase-hero .container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h2.subtitle:not(.research-centre, .title), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) p.subtitle:not(.research-centre, .title) {
  color: #3addc2;
  margin-top: 0;
}
.contact .profile .inner-container .page-header:not(.contact-header) h1, .contact .profile .container .page-header:not(.contact-header) h1, .contact .profile .text-container .page-header:not(.contact-header) h1, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1 {
  text-align: start;
  margin: 0;
}
.contact .profile .inner-container .page-header:not(.contact-header) h1.title, .contact .profile .inner-container .page-header:not(.contact-header) h1.centre-name, .contact .profile .inner-container .page-header:not(.contact-header) h1.group-name, .contact .profile .container .page-header:not(.contact-header) h1.title, .contact .profile .container .page-header:not(.contact-header) h1.centre-name, .contact .profile .container .page-header:not(.contact-header) h1.group-name, .contact .profile .text-container .page-header:not(.contact-header) h1.title, .contact .profile .text-container .page-header:not(.contact-header) h1.centre-name, .contact .profile .text-container .page-header:not(.contact-header) h1.group-name, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.title, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.centre-name, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.group-name, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.title, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.centre-name, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.group-name, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.title, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.centre-name, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.group-name, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.title, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.centre-name, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.group-name, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.title, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.centre-name, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.group-name, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.title, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.centre-name, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.group-name {
  color: #fff !important;
  font-size: 2.5rem;
  font-weight: 600;
  word-wrap: break-word;
  text-shadow: rgba(0, 3, 61, 0.34) 0.3px 0.5px 0.7px, rgba(0, 3, 61, 0.34) 1.5px 2.9px 3.7px, rgba(0, 3, 61, 0.34) 2.7px 5.4px 6.8px, rgba(0, 3, 61, 0.34) 4.5px 8.9px 11.2px;
}
.contact .profile .inner-container .page-header:not(.contact-header) h1.title:first-of-type, .contact .profile .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type, .contact .profile .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type, .contact .profile .container .page-header:not(.contact-header) h1.title:first-of-type, .contact .profile .container .page-header:not(.contact-header) h1.centre-name:first-of-type, .contact .profile .container .page-header:not(.contact-header) h1.group-name:first-of-type, .contact .profile .text-container .page-header:not(.contact-header) h1.title:first-of-type, .contact .profile .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type, .contact .profile .text-container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.group-name:first-of-type {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: calc(1.335rem + 2.22vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .contact .profile .inner-container .page-header:not(.contact-header) h1.title:first-of-type, .contact .profile .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type, .contact .profile .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type, .contact .profile .container .page-header:not(.contact-header) h1.title:first-of-type, .contact .profile .container .page-header:not(.contact-header) h1.centre-name:first-of-type, .contact .profile .container .page-header:not(.contact-header) h1.group-name:first-of-type, .contact .profile .text-container .page-header:not(.contact-header) h1.title:first-of-type, .contact .profile .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type, .contact .profile .text-container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.group-name:first-of-type, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.title:first-of-type, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.group-name:first-of-type {
    font-size: 3rem;
  }
}
.contact .profile .inner-container .page-header:not(.contact-header) h1.title:first-of-type::after, .contact .profile .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, .contact .profile .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type::after, .contact .profile .container .page-header:not(.contact-header) h1.title:first-of-type::after, .contact .profile .container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, .contact .profile .container .page-header:not(.contact-header) h1.group-name:first-of-type::after, .contact .profile .text-container .page-header:not(.contact-header) h1.title:first-of-type::after, .contact .profile .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, .contact .profile .text-container .page-header:not(.contact-header) h1.group-name:first-of-type::after, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.title:first-of-type::after, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type::after, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.title:first-of-type::after, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.group-name:first-of-type::after, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.title:first-of-type::after, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.group-name:first-of-type::after, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.title:first-of-type::after, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.group-name:first-of-type::after, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.title:first-of-type::after, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.group-name:first-of-type::after, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.title:first-of-type::after, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.centre-name:first-of-type::after, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.group-name:first-of-type::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px dashed #fff;
  position: relative;
  left: 0;
  margin-top: 0.9%;
}
.contact .profile .inner-container .page-header:not(.contact-header) h1.title .group-name-subtitle, .contact .profile .inner-container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, .contact .profile .inner-container .page-header:not(.contact-header) h1.group-name .group-name-subtitle, .contact .profile .container .page-header:not(.contact-header) h1.title .group-name-subtitle, .contact .profile .container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, .contact .profile .container .page-header:not(.contact-header) h1.group-name .group-name-subtitle, .contact .profile .text-container .page-header:not(.contact-header) h1.title .group-name-subtitle, .contact .profile .text-container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, .contact .profile .text-container .page-header:not(.contact-header) h1.group-name .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.title .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.group-name .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.title .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.group-name .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.title .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.group-name .group-name-subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.title .group-name-subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.group-name .group-name-subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.title .group-name-subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.group-name .group-name-subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.title .group-name-subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.centre-name .group-name-subtitle, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.group-name .group-name-subtitle {
  display: block;
  font-size: 0.6em;
  margin-top: 0.2em;
}
.contact .profile .inner-container .page-header:not(.contact-header) h1.title:last-child:not(.title), .contact .profile .inner-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), .contact .profile .inner-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), .contact .profile .container .page-header:not(.contact-header) h1.title:last-child:not(.title), .contact .profile .container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), .contact .profile .container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), .contact .profile .text-container .page-header:not(.contact-header) h1.title:last-child:not(.title), .contact .profile .text-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), .contact .profile .text-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title) {
  font-size: 2.5rem;
  text-align: start;
}
@media only screen and (max-width: 69.99rem) {
  .contact .profile .inner-container .page-header:not(.contact-header) h1.title:last-child:not(.title), .contact .profile .inner-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), .contact .profile .inner-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), .contact .profile .container .page-header:not(.contact-header) h1.title:last-child:not(.title), .contact .profile .container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), .contact .profile .container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), .contact .profile .text-container .page-header:not(.contact-header) h1.title:last-child:not(.title), .contact .profile .text-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), .contact .profile .text-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase .showcase-hero .container .page-header:not(.contact-header) h1.group-name:last-child:not(.title), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.title:last-child:not(.title), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.centre-name:last-child:not(.title), #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) h1.group-name:last-child:not(.title) {
    width: 100%;
  }
}
.contact .profile .inner-container .page-header:not(.contact-header) #rotating-word, .contact .profile .container .page-header:not(.contact-header) #rotating-word, .contact .profile .text-container .page-header:not(.contact-header) #rotating-word, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) #rotating-word, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) #rotating-word, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) #rotating-word, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) #rotating-word, #g-showcase .showcase-hero .container .page-header:not(.contact-header) #rotating-word, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) #rotating-word {
  transition: opacity 0.5s ease-in-out;
}
.contact .profile .inner-container .page-header:not(.contact-header) .fade-out, .contact .profile .container .page-header:not(.contact-header) .fade-out, .contact .profile .text-container .page-header:not(.contact-header) .fade-out, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) .fade-out, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) .fade-out, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) .fade-out, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) .fade-out, #g-showcase .showcase-hero .container .page-header:not(.contact-header) .fade-out, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) .fade-out {
  opacity: 0;
}
.contact .profile .inner-container .page-header:not(.contact-header) .fade-in, .contact .profile .container .page-header:not(.contact-header) .fade-in, .contact .profile .text-container .page-header:not(.contact-header) .fade-in, #g-showcase #article-title-banner-4919-particle .inner-container .page-header:not(.contact-header) .fade-in, #g-showcase #article-title-banner-4919-particle .container .page-header:not(.contact-header) .fade-in, #g-showcase #article-title-banner-4919-particle .text-container .page-header:not(.contact-header) .fade-in, #g-showcase .showcase-hero .inner-container .page-header:not(.contact-header) .fade-in, #g-showcase .showcase-hero .container .page-header:not(.contact-header) .fade-in, #g-showcase .showcase-hero .text-container .page-header:not(.contact-header) .fade-in {
  opacity: 1;
}
.contact .profile .corefocus-image, #g-showcase #article-title-banner-4919-particle .corefocus-image, #g-showcase .showcase-hero .corefocus-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  position: absolute;
  right: 0;
  z-index: 0;
}
.contact .profile .corefocus-image figure, #g-showcase #article-title-banner-4919-particle .corefocus-image figure, #g-showcase .showcase-hero .corefocus-image figure {
  margin: 0;
  padding: 0;
}
.contact .profile .corefocus-image img, #g-showcase #article-title-banner-4919-particle .corefocus-image img, #g-showcase .showcase-hero .corefocus-image img {
  max-width: 1000px;
  object-fit: cover;
  height: 300px;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.5s ease-in-out;
  margin-left: 100px;
  object-position: center 20%;
}
@media only screen and (max-width: 106.25rem) and (min-width: 88rem) {
  .contact .profile .corefocus-image img, #g-showcase #article-title-banner-4919-particle .corefocus-image img, #g-showcase .showcase-hero .corefocus-image img {
    max-width: 800px;
  }
}
@media only screen and (max-width: 87.938rem) {
  .contact .profile .corefocus-image img, #g-showcase #article-title-banner-4919-particle .corefocus-image img, #g-showcase .showcase-hero .corefocus-image img {
    max-width: 600px;
  }
}
@media only all and (max-width: 48rem) {
  .contact .profile .corefocus-image img, #g-showcase #article-title-banner-4919-particle .corefocus-image img, #g-showcase .showcase-hero .corefocus-image img {
    object-position: left center;
    height: 200px;
  }
}
.contact .profile .corefocus-image img.about-nri, .contact .profile .corefocus-image img.latest-nri, #g-showcase #article-title-banner-4919-particle .corefocus-image img.about-nri, #g-showcase #article-title-banner-4919-particle .corefocus-image img.latest-nri, #g-showcase .showcase-hero .corefocus-image img.about-nri, #g-showcase .showcase-hero .corefocus-image img.latest-nri {
  height: 200px;
}
.contact .profile .corefocus-image img.knowledge-exchange, #g-showcase #article-title-banner-4919-particle .corefocus-image img.knowledge-exchange, #g-showcase .showcase-hero .corefocus-image img.knowledge-exchange {
  object-position: 50px 0px;
}
.contact .profile .corefocus-image::before, #g-showcase #article-title-banner-4919-particle .corefocus-image::before, #g-showcase .showcase-hero .corefocus-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(282deg, rgba(1, 3, 60, 0) 15%, #01033c 80%);
  z-index: 1;
  pointer-events: none;
}
#g-showcase .head-contact {
  display: flex;
  position: relative;
  background: #01033c;
}
#g-showcase .head-contact [id*="mod-custom"] {
  width: 100%;
}
#g-showcase .head-contact [id*="mod-custom"] .text-container {
  position: relative;
  z-index: 2;
  justify-content: start;
  width: 87.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 75rem) and (max-width: 87.49rem) {
  #g-showcase .head-contact [id*="mod-custom"] .text-container {
    width: 75rem;
  }
}
@media only screen and (min-width: 62rem) and (max-width: 74.99rem) {
  #g-showcase .head-contact [id*="mod-custom"] .text-container {
    width: 62rem;
  }
}
@media only screen and (min-width: 48.01rem) and (max-width: 61.99rem) {
  #g-showcase .head-contact [id*="mod-custom"] .text-container {
    width: 48rem;
  }
}
@media only screen and (max-width: 48rem) {
  #g-showcase .head-contact [id*="mod-custom"] .text-container {
    width: 100%;
  }
}
#g-showcase .head-contact [id*="mod-custom"] .text-container h1 {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
#g-showcase .head-contact [id*="mod-custom"] .text-container h1::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px dashed #fff;
  position: relative;
  left: 0;
  margin-top: 0.9%;
}
#g-core, #g-main {
  background: #ffffff;
}
.impact.latest-nri .card.bg-image, .services-cards.latest-nri .card.bg-image, .bottom-position.latest-nri .card.bg-image, .below-content.latest-nri .card.bg-image, .above-core-cards.latest-nri .card.bg-image, .core-focus-cards.latest-nri .card.bg-image {
  width: unset;
  display: block;
}
.impact .mod-list, .impact .core-focus, .services-cards .mod-list, .services-cards .core-focus, .bottom-position .mod-list, .bottom-position .core-focus, .below-content .mod-list, .below-content .core-focus, .above-core-cards .mod-list, .above-core-cards .core-focus, .core-focus-cards .mod-list, .core-focus-cards .core-focus {
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 30px;
}
.impact .above-core, .services-cards .above-core, .bottom-position .above-core, .below-content .above-core, .above-core-cards .above-core, .core-focus-cards .above-core {
  color: #01033c;
}
.impact .card.bg-image, .services-cards .card.bg-image, .bottom-position .card.bg-image, .below-content .card.bg-image, .above-core-cards .card.bg-image, .core-focus-cards .card.bg-image {
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
  display: block;
}
@media (max-width: 575px) {
  .impact .card.bg-image, .services-cards .card.bg-image, .bottom-position .card.bg-image, .below-content .card.bg-image, .above-core-cards .card.bg-image, .core-focus-cards .card.bg-image {
    height: 175px;
  }
}
.impact .card.bg-image:focus-within, .services-cards .card.bg-image:focus-within, .bottom-position .card.bg-image:focus-within, .below-content .card.bg-image:focus-within, .above-core-cards .card.bg-image:focus-within, .core-focus-cards .card.bg-image:focus-within {
  outline: 2px solid #3addc2;
  outline-offset: 3px;
  z-index: 999999;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3addc2, 0 0 0 8px #c3e5df !important;
  border-radius: 0.25rem;
}
.impact .card.bg-image:focus-within a.card-body:focus-visible, .services-cards .card.bg-image:focus-within a.card-body:focus-visible, .bottom-position .card.bg-image:focus-within a.card-body:focus-visible, .below-content .card.bg-image:focus-within a.card-body:focus-visible, .above-core-cards .card.bg-image:focus-within a.card-body:focus-visible, .core-focus-cards .card.bg-image:focus-within a.card-body:focus-visible {
  outline: none;
  box-shadow: none !important;
}
.impact .card.bg-image.knowledge, .services-cards .card.bg-image.knowledge, .bottom-position .card.bg-image.knowledge, .below-content .card.bg-image.knowledge, .above-core-cards .card.bg-image.knowledge, .core-focus-cards .card.bg-image.knowledge {
  height: 450px;
}
.impact .card.bg-image.knowledge::after, .services-cards .card.bg-image.knowledge::after, .bottom-position .card.bg-image.knowledge::after, .below-content .card.bg-image.knowledge::after, .above-core-cards .card.bg-image.knowledge::after, .core-focus-cards .card.bg-image.knowledge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 3, 60, 0) 50%, rgba(1, 3, 60, 0.4) 60%, #01033c 85%);
}
.impact .card.bg-image:hover .card-text, .services-cards .card.bg-image:hover .card-text, .bottom-position .card.bg-image:hover .card-text, .below-content .card.bg-image:hover .card-text, .above-core-cards .card.bg-image:hover .card-text, .core-focus-cards .card.bg-image:hover .card-text {
  text-decoration: underline;
}
.impact .card.bg-image:hover, .services-cards .card.bg-image:hover, .bottom-position .card.bg-image:hover, .below-content .card.bg-image:hover, .above-core-cards .card.bg-image:hover, .core-focus-cards .card.bg-image:hover {
  box-shadow: 0px 4px 8px -2px #01033c24, 0px 0px 0px 1px #01033c24, 0px 4px 8px 2px #01033c24;
  z-index: 20;
}
.impact .card.bg-image::after, .services-cards .card.bg-image::after, .bottom-position .card.bg-image::after, .below-content .card.bg-image::after, .above-core-cards .card.bg-image::after, .core-focus-cards .card.bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 3, 60, 0) 50%, rgba(1, 3, 60, 0.4) 60%, #01033c 85%);
}
.impact .card.bg-image .card-body, .services-cards .card.bg-image .card-body, .bottom-position .card.bg-image .card-body, .below-content .card.bg-image .card-body, .above-core-cards .card.bg-image .card-body, .core-focus-cards .card.bg-image .card-body {
  bottom: 0;
  position: absolute;
  z-index: 1;
  color: #3ABFF0;
  height: 100%;
  width: 100%;
}
.impact .card.bg-image .card-body .icon-text, .services-cards .card.bg-image .card-body .icon-text, .bottom-position .card.bg-image .card-body .icon-text, .below-content .card.bg-image .card-body .icon-text, .above-core-cards .card.bg-image .card-body .icon-text, .core-focus-cards .card.bg-image .card-body .icon-text {
  display: flex;
  align-items: center;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  margin: 0;
}
.impact .card.bg-image .card-body .icon, .services-cards .card.bg-image .card-body .icon, .bottom-position .card.bg-image .card-body .icon, .below-content .card.bg-image .card-body .icon, .above-core-cards .card.bg-image .card-body .icon, .core-focus-cards .card.bg-image .card-body .icon {
  margin-right: 8px;
  flex-shrink: 0;
}
.impact .card.bg-image .card-body .card-text, .services-cards .card.bg-image .card-body .card-text, .bottom-position .card.bg-image .card-body .card-text, .below-content .card.bg-image .card-body .card-text, .above-core-cards .card.bg-image .card-body .card-text, .core-focus-cards .card.bg-image .card-body .card-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 10;
}
.impact .card.bg-image .card-body .card-text h2, .services-cards .card.bg-image .card-body .card-text h2, .bottom-position .card.bg-image .card-body .card-text h2, .below-content .card.bg-image .card-body .card-text h2, .above-core-cards .card.bg-image .card-body .card-text h2, .core-focus-cards .card.bg-image .card-body .card-text h2 {
  color: #ffffff;
  line-height: 1.2;
  transition: width 5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.57, 0.01, 0.6, 1);
  transform-origin: bottom left;
  width: 95%;
  margin-bottom: 0;
}
.impact .card.bg-image .card-body .card-text svg, .services-cards .card.bg-image .card-body .card-text svg, .bottom-position .card.bg-image .card-body .card-text svg, .below-content .card.bg-image .card-body .card-text svg, .above-core-cards .card.bg-image .card-body .card-text svg, .core-focus-cards .card.bg-image .card-body .card-text svg {
  max-width: 40px;
  min-width: 40px;
}
.impact .card.bg-image:hover .card-text, .services-cards .card.bg-image:hover .card-text, .bottom-position .card.bg-image:hover .card-text, .below-content .card.bg-image:hover .card-text, .above-core-cards .card.bg-image:hover .card-text, .core-focus-cards .card.bg-image:hover .card-text {
  text-decoration: none;
  color: #fff;
  white-space: normal;
}
.impact .card.bg-image:hover .card-text h2, .services-cards .card.bg-image:hover .card-text h2, .bottom-position .card.bg-image:hover .card-text h2, .below-content .card.bg-image:hover .card-text h2, .above-core-cards .card.bg-image:hover .card-text h2, .core-focus-cards .card.bg-image:hover .card-text h2 {
  color: #ffffff;
  transform-origin: bottom left;
  text-align: left;
  white-space: normal;
}
.impact .card.bg-image:hover .card-text .outer, .services-cards .card.bg-image:hover .card-text .outer, .bottom-position .card.bg-image:hover .card-text .outer, .below-content .card.bg-image:hover .card-text .outer, .above-core-cards .card.bg-image:hover .card-text .outer, .core-focus-cards .card.bg-image:hover .card-text .outer {
  fill: #fff;
}
#g-news {
  background-color: #01033c;
}
.carousel {
  background-color: #01033c;
  color: #ffffff;
  margin-bottom: 20px;
}
.carousel button {
  background: none;
}
.carousel a {
  color: #ffffff;
  overflow: visible;
  display: block;
}
.carousel .article-item {
  position: relative;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  overflow: hidden;
  padding: 20px;
}
.carousel .article-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-image: inherit;
  transition: transform 0.5s ease;
}
.carousel .article-item:hover {
  overflow: hidden;
}
.carousel .article-item:hover::before {
  transform: scale(1.1);
}
.carousel .article-item:hover .content h1 {
  text-decoration: underline;
}
.carousel .article-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(1, 3, 60, 0.5) 60%, #01033c 95%);
}
.carousel .article-item .content {
  position: relative;
  z-index: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.carousel .article-item h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  transition: font-size 0.8s ease-in-out;
  margin: auto 0 0.8rem 0;
  color: #ffffff !important;
  font-weight: 600;
}
.carousel .article-item p {
  font-size: 1rem;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  text-align: justify;
  margin: 0;
  color: #ffffff !important;
  transition: font-size 0.8s ease-in-out;
}
.carousel .left-col {
  position: relative;
  border-radius: 0.25rem;
}
.carousel .left-col .article-item {
  height: 600px;
  border-radius: 0.25rem;
}
.carousel .left-col .article-item h1 {
  font-size: 1.5rem;
}
.carousel .right-col {
  position: relative;
  border-radius: 0.25rem;
}
.carousel .right-col .article-link:first-child .article-item {
  margin-bottom: 16px;
}
.carousel .right-col .article-link:last-child .article-item {
  margin-top: 16px;
}
.carousel .right-col .article-item {
  height: 292px;
}
.carousel .right-col .article-item h1 {
  font-size: 1.4rem;
}
.carousel .right-col .article-item p {
  display: none;
}
.carousel [class*="fas fa-chevron-"]:hover {
  color: #3ABFF0;
}
.carousel .dot {
  height: 3px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
  margin: 0 10px;
  outline: 1px solid #01033c;
  outline-offset: 0px;
}
.carousel .dot:hover {
  background-color: #3ABFF0;
}
.carousel .dot.active {
  background-color: #3ABFF0;
}
#g-explore {
  background: #ffffff;
  height: 100%;
}
#g-explore .g-content {
  margin: 22px;
  padding: 15.008px;
}
.explore-nri-section {
  display: flex;
  flex-direction: column;
}
.explore-nri-section .row figure {
  max-width: 800px;
  max-height: 400px;
  margin: 0;
}
.explore-nri-section .row figure img {
  border-radius: 0.25rem;
  width: 750px;
  height: 375px;
  object-fit: cover;
}
.explore-nri-section .row ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
.explore-nri-section .row .col-lg-5 {
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.explore-nri-section .row .col-lg-5 h1 {
  color: #01033c;
  font-size: 2.5rem;
  font-weight: 600;
}
.explore-nri-section .row .col-lg-5 .explore-links .explore-nri {
  color: #01033c;
  font-size: 1.4rem;
  width: 250px;
  padding: 5px;
}
.explore-nri-section .row .col-lg-5 .explore-links .explore-nri:hover {
  background: #0f856f;
  text-decoration: none;
  border-radius: 0.25rem;
  color: #ffffff;
}
.explore-nri-section .row .col-lg-5 .explore-links .explore-nri:hover svg path {
  fill: #3addc2 !important;
}
.explore-nri-section .row .mod-articles-category-title.explore-nri {
  display: flex;
  align-items: center;
}
.explore-nri-section .row .mod-articles-category-title.explore-nri svg {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 30px;
}
.-partnerships #g-breadcrumbs a {
  color: #fff;
}
.-partnerships #g-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="8"%20height="25"%20viewBox="0%200%2018.498%2033.996"%3E%3Cpath%20id="Path_1323"%20data-name="Path%201323"%20d="M-7437.5,1751.5l14.877,14.877-14.877,14.877"%20transform="translate(7439.622%20-1749.379)"%20fill="%20none"%20stroke="%20%233ABFF0"%20stroke-linecap="%20round"%20stroke-linejoin="%20round"%20stroke-width="%203"/%3E%3C/svg%3E'));
}
#g-breadcrumbs {
  position: relative;
  z-index: 1;
}
#g-breadcrumbs .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.breadcrumb {
  all: unset;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px 8px 12px;
}
.breadcrumb .active {
  color: #01033c;
  font-weight: 700;
}
.breadcrumb .breadcrumb-item {
  line-height: 1.5;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  height: 1.5rem;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, url('data:image/svg+xml,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20width="8"%20height="25"%20viewBox="0%200%2018.498%2033.996"%3E%3Cpath%20id="Path_1323"%20data-name="Path%201323"%20d="M-7437.5,1751.5l14.877,14.877-14.877,14.877"%20transform="translate(7439.622%20-1749.379)"%20fill="%20none"%20stroke="%20%23005eb8"%20stroke-linecap="%20round"%20stroke-linejoin="%20round"%20stroke-width="%203"/%3E%3C/svg%3E'));
}
.g-system-messages {
  top: 20px;
  z-index: 99999;
  width: 100%;
}
.g-system-messages joomla-alert .joomla-alert--close {
  line-height: unset;
}
.research-overview figure {
  height: 100%;
}
.mphil-phd figure, .impact figure, .postgrad-research figure, .knowledge-exchange figure, .research-overview figure {
  width: 100%;
}
.mphil-phd figure img.nri-phd, .mphil-phd figure img.nri-ecrn, .mphil-phd figure img.nri-history, .mphil-phd figure img.nri-research, .impact figure img.nri-phd, .impact figure img.nri-ecrn, .impact figure img.nri-history, .impact figure img.nri-research, .postgrad-research figure img.nri-phd, .postgrad-research figure img.nri-ecrn, .postgrad-research figure img.nri-history, .postgrad-research figure img.nri-research, .knowledge-exchange figure img.nri-phd, .knowledge-exchange figure img.nri-ecrn, .knowledge-exchange figure img.nri-history, .knowledge-exchange figure img.nri-research, .research-overview figure img.nri-phd, .research-overview figure img.nri-ecrn, .research-overview figure img.nri-history, .research-overview figure img.nri-research {
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  object-fit: cover;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
}
@media only all and (max-width: 61.99rem) {
  .mphil-phd .row .knowledge-intro, .impact .row .knowledge-intro, .postgrad-research .row .knowledge-intro, .knowledge-exchange .row .knowledge-intro, .research-overview .row .knowledge-intro {
    padding-top: 20px;
  }
}
.mphil-phd .row h4, .impact .row h4, .postgrad-research .row h4, .knowledge-exchange .row h4, .research-overview .row h4 {
  color: #257fa0;
  font-weight: 600;
}
.mphil-phd img.nri-infrastructure, .impact img.nri-infrastructure, .postgrad-research img.nri-infrastructure, .knowledge-exchange img.nri-infrastructure, .research-overview img.nri-infrastructure {
  border-radius: 0.25rem;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
}
.mphil-phd .gradient-container, .impact .gradient-container, .postgrad-research .gradient-container, .knowledge-exchange .gradient-container, .research-overview .gradient-container {
  position: relative;
}
.mphil-phd .gradient-container figure, .impact .gradient-container figure, .postgrad-research .gradient-container figure, .knowledge-exchange .gradient-container figure, .research-overview .gradient-container figure {
  position: relative;
  margin: 0;
}
.mphil-phd .gradient-container figure img, .impact .gradient-container figure img, .postgrad-research .gradient-container figure img, .knowledge-exchange .gradient-container figure img, .research-overview .gradient-container figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
  /* Ensure content is above the gradient */
}
.research-overview #g-features {
  background: #005eb8;
  color: #fff;
}
.knowledge-exchange #g-features {
  background: #3ABFF0;
  color: #01033c;
}
.knowledge-exchange #g-features {
  background: #3ABFF0;
  color: #01033c;
}
.impact-feature {
  background: #3ABFF0;
  color: #01033c;
}
.custom-contact {
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 20px;
}
.custom-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-contact .contact-details {
  padding: 20px;
  background-color: #257fa0;
}
.custom-contact .contact-details h3 {
  margin: 0;
  font-size: 1.2em;
  color: #fff;
}
.custom-contact .contact-details .job-role {
  font-size: 0.9em;
  color: #fff;
  margin: 10px 0;
}
.custom-contact .contact-details p {
  margin: 5px 0;
  font-size: 0.9em;
  color: #fff;
  line-height: 1;
}
.custom-contact .contact-details i {
  margin-right: 10px;
  color: #fff;
}
.custom-contact .contact-details a {
  color: #fff;
  text-decoration: none;
}
.custom-contact .contact-details a.btn {
  display: block;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  background-color: #fff;
  color: #257fa0;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 600;
}
.custom-contact .contact-details a.btn:hover {
  background-color: #dddbdd;
}
.research-centre #g-bottom {
  background-color: #005eb8;
  margin-bottom: 40px;
}
.itemid-101 #g-main {
  margin-bottom: 0;
  padding-bottom: 0;
}
#g-showcase, #g-testimonials, #g-main {
  padding-top: 0;
  position: relative;
}
#g-showcase .row.g-content, #g-testimonials .row.g-content, #g-main .row.g-content {
  margin: 0.625rem 0.625rem 0;
  padding: 0.938rem 0.938rem 0;
}
#g-showcase .row.g-content .job-info p, #g-testimonials .row.g-content .job-info p, #g-main .row.g-content .job-info p {
  margin: 0;
  margin-bottom: 5px;
}
#g-showcase .row.g-content .introduction p, #g-testimonials .row.g-content .introduction p, #g-main .row.g-content .introduction p {
  margin: 0 -15px;
}
#g-showcase .research-centre-item, #g-testimonials .research-centre-item, #g-main .research-centre-item {
  width: 100%;
  background-color: #257fa0;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: row;
  max-height: 23rem;
  padding: 0;
}
@media (max-width: 59.938rem) {
  #g-showcase .research-centre-item, #g-testimonials .research-centre-item, #g-main .research-centre-item {
    display: flex;
    flex-direction: column;
    max-height: unset;
  }
}
#g-showcase .research-centre-item .centre-img, #g-testimonials .research-centre-item .centre-img, #g-main .research-centre-item .centre-img {
  object-fit: cover;
  flex: 2;
}
@media (max-width: 59.938rem) {
  #g-showcase .research-centre-item .centre-img, #g-testimonials .research-centre-item .centre-img, #g-main .research-centre-item .centre-img {
    max-height: 23rem;
    overflow: hidden;
  }
}
#g-showcase .research-centre-item .centre-img img, #g-testimonials .research-centre-item .centre-img img, #g-main .research-centre-item .centre-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#g-showcase .research-centre-item .centre-text, #g-testimonials .research-centre-item .centre-text, #g-main .research-centre-item .centre-text {
  padding: 1.5rem;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#g-showcase .research-centre-item h2, #g-testimonials .research-centre-item h2, #g-main .research-centre-item h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
#g-showcase .research-centre-item h2 a, #g-testimonials .research-centre-item h2 a, #g-main .research-centre-item h2 a {
  color: #ffffff;
}
#g-showcase .research-centre-item h2 a:hover, #g-testimonials .research-centre-item h2 a:hover, #g-main .research-centre-item h2 a:hover {
  color: #ffffff;
}
#g-showcase .research-centre-item p, #g-testimonials .research-centre-item p, #g-main .research-centre-item p {
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.5;
}
#g-showcase .research-centre-item .mod-articles-category-readmore, #g-testimonials .research-centre-item .mod-articles-category-readmore, #g-main .research-centre-item .mod-articles-category-readmore {
  margin-top: auto;
  text-align: end;
}
#g-sidebar-2 {
  padding: 0;
}
.moduletable.in-this-section .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.moduletable.in-this-section .g-title {
  white-space: nowrap;
  font-weight: 500;
  margin: 14.4px 0;
  width: 100%;
  min-width: 200px;
}
.moduletable.in-this-section .g-title:after {
  content: "";
  width: 100%;
  border-top: 2px solid #01033c;
  display: block;
  margin-top: 12px;
}
.moduletable.in-this-section .mod-menu.mod-list.nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .divider::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 2px solid #01033c;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  min-width: 200px;
  flex-direction: column;
  padding-left: 5px;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item:not(.divider):hover {
  background-color: #F0F0F0;
  border-left: 5px solid #01033c;
  padding-left: 0;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item.current {
  background-color: #F0F0F0;
  border-left: 5px solid #01033c;
  padding-left: 0;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item.active {
  background-color: #F0F0F0;
  border-left: 5px solid #01033c;
  padding-left: 0;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item .separator {
  white-space: nowrap;
  font-weight: 500;
  font-family: "cooper-hewitt-web", sans-serif;
  color: #01033c;
  font-size: 1.5rem;
  margin: 12px 0;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a {
  font-family: "cooper-hewitt-web", sans-serif;
  font-weight: 600;
  flex-grow: 1;
  color: #01033c;
  text-decoration: none;
  padding: 5px 40px;
  position: relative;
  white-space: normal;
  min-width: 200px;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #01033c;
  position: absolute;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a:before {
  left: 10px;
  bottom: 7px;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a:after {
  right: 7%;
  bottom: 7px;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href*="/latest/news/" i]:after, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href*="/about/people/" i]:after, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/overview" i]:after, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/our-approach" i]:after, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/projects" i]:after, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/group-news" i]:after, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/people" i]:after, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/publications" i]:after {
  content: "";
  line-height: 1.2;
  color: #005eb8;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0 0;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/organisation-chart" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/our-approach" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/projects" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href*="about/people" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/publications" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/agriculture-health-and-environment" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-and-markets" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href*="/people/food-" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/livelihoods-and-institutions" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/directorate" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/staff" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/pgr-students" i]:before {
  line-height: 1.25;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0 0;
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/our-approach" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/projects" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/group-news" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/people" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/publications" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/agriculture-health-and-environment" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/learning-and-innovation/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/learning-and-innovation" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-and-markets" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/livelihoods-and-institutions" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/directorate" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/staff-and-students" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/staff" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/pgr-students" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/climate-change/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/climate-change" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/political-ecology-culture-arts/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/political-ecology-culture-arts" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/gender-social-difference/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/gender-social-difference" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/ecosystems-services/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/ecosystems-services" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/behavioural-ecology/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/behavioural-ecology" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/molecular-virology-entomology/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/molecular-virology-entomology" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/plant-disease-vectors/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/plant-disease-vectors" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/chemical-ecology-plant-biochemistry/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/chemical-ecology-plant-biochemistry" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-waste-postharvest-technology/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-waste-postharvest-technology" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-systems-nutrition/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-systems-nutrition" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-processing-innovation/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-processing-innovation" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-safety-and-quality/overview" i]:before, .moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/food-safety-and-quality" i]:before {
  content: "";
}
.moduletable.in-this-section .mod-menu.mod-list.nav .nav-item a[href$="/organisation-chart" i]:before {
  content: "";
}
#g-features .page-header h1 {
  font-weight: 600;
}
#g-features .page-header h4 {
  color: #01033c;
}
.future-in-five .figure {
  padding-left: 12px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0;
}
.future-in-five img {
  border-radius: 0.25rem;
  box-shadow: #228575 -10px -10px 0px;
}
.future-in-five ~ .col-xl-5 {
  width: 35%;
  color: #01033c;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (max-width: 89.938rem) {
  .future-in-five ~ .col-xl-5 {
    width: 40%;
  }
}
@media (max-width: 74.938rem) {
  .future-in-five ~ .col-xl-5 {
    width: 100%;
  }
}
.future-in-five ~ .col-xl-5 .row {
  margin-top: 50px;
}
ul.tick {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.tick li::marker {
  content: "✔ ";
  color: #527234;
  font-size: 1.1rem;
}
.moduletable:not(.people-button, .search-button, .explore-links) ul li:not(:last-child, .modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item), .com-contact.contact ul li:not(:last-child, .modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item), .com-content-article ul li:not(:last-child, .modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item) {
  border-bottom: 1px solid #cbc9cc;
}
.moduletable:not(.people-button, .search-button, .explore-links) ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item), .com-contact.contact ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item), .com-content-article ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item) {
  position: relative;
  padding-left: 25px;
  text-wrap: pretty;
  padding: 12px 0;
  /*&::marker {
        content: "\f054";
        font-family: $font-family-icons;
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        color: #005eb8;
      }*/
}
.moduletable:not(.people-button, .search-button, .explore-links) ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).members::before, .com-contact.contact ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).members::before, .com-content-article ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).members::before {
  color: #3addc2;
}
.moduletable:not(.people-button, .search-button, .explore-links) ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).teams-icon::before, .com-contact.contact ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).teams-icon::before, .com-content-article ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).teams-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjNTA1OUM5IiBkPSJNMTAuNzY1IDYuODc1aDMuNjE2Yy4zNDIgMCAuNjE5LjI3Ni42MTkuNjE3djMuMjg4YTIuMjcyIDIuMjcyIDAgMDEtMi4yNzQgMi4yN2gtLjAxYTIuMjcyIDIuMjcyIDAgMDEtMi4yNzQtMi4yN1Y3LjE5OWMwLS4xNzkuMTQ1LS4zMjMuMzIzLS4zMjN6TTEzLjIxIDYuMjI1Yy44MDggMCAxLjQ2NC0uNjU1IDEuNDY0LTEuNDYyIDAtLjgwOC0uNjU2LTEuNDYzLTEuNDY1LTEuNDYzcy0xLjQ2NS42NTUtMS40NjUgMS40NjNjMCAuODA3LjY1NiAxLjQ2MiAxLjQ2NSAxLjQ2MnoiLz48cGF0aCBmaWxsPSIjN0I4M0VCIiBkPSJNOC42NTEgNi4yMjVhMi4xMTQgMi4xMTQgMCAwMDIuMTE3LTIuMTEyQTIuMTE0IDIuMTE0IDAgMDA4LjY1IDJhMi4xMTQgMi4xMTQgMCAwMC0yLjExNiAyLjExMmMwIDEuMTY3Ljk0NyAyLjExMyAyLjExNiAyLjExM3pNMTEuNDczIDYuODc1aC01Ljk3YS42MTEuNjExIDAgMDAtLjU5Ni42MjV2My43NUEzLjY2OSAzLjY2OSAwIDAwOC40ODggMTVhMy42NjkgMy42NjkgMCAwMDMuNTgyLTMuNzVWNy41YS42MTEuNjExIDAgMDAtLjU5Ny0uNjI1eiIvPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik04LjgxNCA2Ljg3NXY1LjI1NWEuNTk4LjU5OCAwIDAxLS41OTYuNTk1SDUuMTkzYTMuOTUxIDMuOTUxIDAgMDEtLjI4Ny0xLjQ3NlY3LjVhLjYxLjYxIDAgMDEuNTk3LS42MjRoMy4zMXoiIG9wYWNpdHk9Ii4xIi8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTguNDg4IDYuODc1djUuNThhLjYuNiAwIDAxLS41OTYuNTk1SDUuMzQ3YTMuMjIgMy4yMiAwIDAxLS4yNjctLjY1IDMuOTUxIDMuOTUxIDAgMDEtLjE3Mi0xLjE1VjcuNDk4YS42MS42MSAwIDAxLjU5Ni0uNjI0aDIuOTg1eiIgb3BhY2l0eT0iLjIiLz48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNOC40ODggNi44NzV2NC45M2EuNi42IDAgMDEtLjU5Ni41OTVINS4wOGEzLjk1MSAzLjk1MSAwIDAxLS4xNzItMS4xNVY3LjQ5OGEuNjEuNjEgMCAwMS41OTYtLjYyNGgyLjk4NXoiIG9wYWNpdHk9Ii4yIi8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTguMTYzIDYuODc1djQuOTNhLjYuNiAwIDAxLS41OTYuNTk1SDUuMDc5YTMuOTUxIDMuOTUxIDAgMDEtLjE3Mi0xLjE1VjcuNDk4YS42MS42MSAwIDAxLjU5Ni0uNjI0aDIuNjZ6IiBvcGFjaXR5PSIuMiIvPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik04LjgxNCA1LjE5NXYxLjAyNGMtLjA1NS4wMDMtLjEwNy4wMDYtLjE2My4wMDYtLjA1NSAwLS4xMDctLjAwMy0uMTYzLS4wMDZBMi4xMTUgMi4xMTUgMCAwMTYuNTkzIDQuNmgxLjYyNWEuNTk4LjU5OCAwIDAxLjU5Ni41OTR6IiBvcGFjaXR5PSIuMSIvPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik04LjQ4OCA1LjUydi42OTlhMi4xMTUgMi4xMTUgMCAwMS0xLjc5LTEuMjkzaDEuMTk1YS41OTguNTk4IDAgMDEuNTk1LjU5NHoiIG9wYWNpdHk9Ii4yIi8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTguNDg4IDUuNTJ2LjY5OWEyLjExNSAyLjExNSAwIDAxLTEuNzktMS4yOTNoMS4xOTVhLjU5OC41OTggMCAwMS41OTUuNTk0eiIgb3BhY2l0eT0iLjIiLz48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNOC4xNjMgNS41MnYuNjQ3YTIuMTE1IDIuMTE1IDAgMDEtMS40NjUtMS4yNDJoLjg3YS41OTguNTk4IDAgMDEuNTk1LjU5NXoiIG9wYWNpdHk9Ii4yIi8+PHBhdGggZmlsbD0idXJsKCNtaWNyb3NvZnQtdGVhbXMtY29sb3ItMTZfX3BhaW50MF9saW5lYXJfMjM3Ml80OTQpIiBkPSJNMS41OTcgNC45MjVoNS45NjljLjMzIDAgLjU5Ny4yNjcuNTk3LjU5NnY1Ljk1OGEuNTk2LjU5NiAwIDAxLS41OTcuNTk2aC01Ljk3QS41OTYuNTk2IDAgMDExIDExLjQ3OVY1LjUyMWMwLS4zMy4yNjctLjU5Ni41OTctLjU5NnoiLz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNi4xNTIgNy4xOTNINC45NTl2My4yNDNoLS43NlY3LjE5M0gzLjAxdi0uNjNoMy4xNDF2LjYzeiIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0ibWljcm9zb2Z0LXRlYW1zLWNvbG9yLTE2X19wYWludDBfbGluZWFyXzIzNzJfNDk0IiB4MT0iMi4yNDQiIHgyPSI2LjkwNiIgeTE9IjQuNDYiIHkyPSIxMi41NDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjNUE2MkMzIi8+PHN0b3Agb2Zmc2V0PSIuNSIgc3RvcC1jb2xvcj0iIzRENTVCRCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzM5NDBBQiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==') no-repeat center center;
  background-size: contain;
}
.moduletable:not(.people-button, .search-button, .explore-links) ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).email-icon::before, .com-contact.contact ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).email-icon::before, .com-content-article ul li:not(.modazdirectory__listitem, .modazdirectory__listitem-all, .nav-item).email-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzkuMjY1IgogICAgaGVpZ2h0PSIyNC4wMzkiIHZpZXdCb3g9IjAgMCAzOS4yNjUgMjQuMDM5Ij4KICAgIDxkZWZzPgogICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMzQ2IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAzNDYiIHdpZHRoPSIzOS4yNjUiIGhlaWdodD0iMjQuMDM5IgogICAgICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMzYWRkYzIiIHN0cm9rZS13aWR0aD0iMiI+PC9yZWN0PgogICAgPC9kZWZzPgogICAgPGcgaWQ9Ikdyb3VwXzk0MyIgZGF0YS1uYW1lPSJHcm91cCA5NDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5NyA0NikiPgogICAgICAgIDxnIGlkPSJHcm91cF85NDIiIGRhdGEtbmFtZT0iR3JvdXAgOTQyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzk3IC00NikiCiAgICAgICAgICAgIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTMyNCIgZGF0YS1uYW1lPSJQYXRoIDEzMjQiIGQ9Ik04Mi44NzcsOS44MTRsNi4yODQsNy40MjgtNi4yODQsNy40MjkiCiAgICAgICAgICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTAuNjczIC01LjMwNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNhZGRjMiIKICAgICAgICAgICAgICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CiAgICAgICAgICAgIDxsaW5lIGlkPSJMaW5lXzk3IiBkYXRhLW5hbWU9IkxpbmUgOTciIHgyPSIxNS43NzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjI4NiAxMi4wMikiCiAgICAgICAgICAgICAgICBmaWxsPSJub25lIiBzdHJva2U9IiMzYWRkYzIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKICAgICAgICAgICAgICAgIHN0cm9rZS13aWR0aD0iMiI+PC9saW5lPgogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF8xMzI1IiBkYXRhLW5hbWU9IlBhdGggMTMyNSIgZD0iTTI5LjkzMywxNy44OTFWMjQuMkgyVjJIMjkuOTMzVjguMDI2IgogICAgICAgICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMjIzIC0xLjA4MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNhZGRjMiIKICAgICAgICAgICAgICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzEzMjYiIGRhdGEtbmFtZT0iUGF0aCAxMzI2IiBkPSJNMjkuOTMzLDMuMDExLDE1Ljk2NiwxMy45NTcsMiwzLjAxMSIKICAgICAgICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjIyMyAtMS42MjgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMzYWRkYzIiCiAgICAgICAgICAgICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+') no-repeat center center;
  background-size: contain;
}
.moduletable:not(.people-button, .search-button, .explore-links) ul li.connect, .com-contact.contact ul li.connect, .com-content-article ul li.connect {
  padding-left: 40px;
}
#map {
  display: block;
}
.tour, .travel-info {
  margin-top: 30px;
}
.tour .info-item, .travel-info .info-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.tour .info-item i, .travel-info .info-item i {
  margin-right: 15px;
  color: #108670;
}
.tour strong, .travel-info strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.tour a, .travel-info a {
  text-decoration: none;
}
.tour a:hover, .travel-info a:hover {
  text-decoration: underline;
}
@media only all and (max-width: 69.99rem) {
  #g-footer .info {
    text-align: start;
  }
}
#g-footer h1, #g-footer h2, #g-footer h3, #g-footer h4, #g-footer h5, #g-footer h6 {
  color: #fff !important;
}
#g-footer a {
  color: #fff;
  display: inline-block;
}
#g-footer .social a:focus-visible {
  border-radius: 2rem;
}
#g-footer .social a:focus-visible img {
  margin: 0 !important;
}
#g-footer .social a img {
  outline: #01033c solid 1px;
  border-radius: 50%;
}
#g-footer .g-grid:first-of-type {
  align-items: center;
  border-bottom: 5px #fff solid;
}
#g-footer .g-grid:first-of-type p {
  font-weight: 800;
  font-size: 4.1rem;
  padding: 0;
  margin: 0;
  line-height: 0.8;
  letter-spacing: -4px;
  font-family: "cooper-hewitt-web", sans-serif;
}
@media (max-width: 47.938rem) {
  #g-footer .g-grid:first-of-type p {
    font-size: 3rem;
  }
}
#g-footer .g-grid:first-of-type .info {
  margin-left: 1rem;
  margin-bottom: -0.1%;
}
#g-footer .g-grid:first-of-type .info > * {
  padding: 0;
  margin: 0;
  color: #fff;
}
#g-footer .g-grid:first-of-type .info p {
  text-wrap: nowrap;
  color: #3ABFF0 !important;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.19;
  letter-spacing: -1px;
  font-family: "cooper-hewitt-web", sans-serif;
}
@media (max-width: 47.938rem) {
  #g-footer .g-grid:first-of-type .info p {
    font-size: 1.2rem;
    text-align: start;
  }
}
@media (max-width: 59.99rem) {
  #g-footer .g-grid:first-of-type .info p {
    text-align: start;
  }
}
#g-footer .social-links h2 {
  font-weight: 400;
}
#g-footer #g-address {
  top: -250px;
  position: relative;
}
@media (max-width: 62rem) {
  #g-footer #g-address {
    top: 0;
  }
}
#g-footer #g-address a {
  color: #fff;
}
#g-footer #g-address a:hover {
  color: #fff;
}
#g-footer #g-address .social a {
  padding: 0 0.2rem;
}
#g-footer #g-about-links h3, #g-footer #g-useful-links h3 {
  margin: 0.75rem 0 0.4rem;
}
#g-footer #g-about-links .mod-menu.mod-list.nav, #g-footer #g-useful-links .mod-menu.mod-list.nav {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}
#g-footer #g-about-links .mod-menu.mod-list.nav a, #g-footer #g-useful-links .mod-menu.mod-list.nav a {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}
#g-footer #g-about-links .mod-menu.mod-list.nav a:focus-visible, #g-footer #g-useful-links .mod-menu.mod-list.nav a:focus-visible {
  padding: 5px;
  margin: -5px;
}
#g-footer #copyright {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #1c1c1c;
  text-align: center;
}
#g-footer #copyright .g-content {
  padding: 0;
}
#g-footer #copyright a {
  color: #fff;
}
.error-container {
  text-align: center;
}
.error-container h1, .error-container h2 {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.error-container h1 {
  font-size: 8em;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.error-container h2 {
  font-size: 2em;
  line-height: 2em;
}
.error-container .input-group {
  width: unset;
}
.error-container .input-group .form-control {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  text-align: center;
}
.error-container .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.readmore {
  margin-top: auto;
  padding: 0.5rem 0;
}
.dynamic-width {
  width: 75%;
}
@media (max-width: 59.938rem) {
  .dynamic-width {
    width: 100%;
  }
}
.layout-nrinews .blog-items, .layout-blog .blog-items {
  gap: 25px;
  justify-content: center;
}
.layout-nrinews .blog-items.items-leading, .layout-blog .blog-items.items-leading {
  display: flex;
}
.layout-nrinews .blog-items.items-leading > .blog-item, .layout-blog .blog-items.items-leading > .blog-item {
  width: 48%;
}
@media (max-width: 1120px) {
  .layout-nrinews .blog-items.items-leading > .blog-item, .layout-blog .blog-items.items-leading > .blog-item {
    width: 48%;
  }
}
@media (max-width: 728px) {
  .layout-nrinews .blog-items.items-leading > .blog-item, .layout-blog .blog-items.items-leading > .blog-item {
    width: 100%;
  }
}
.layout-nrinews .blog-items .blog-item .item-image:hover ~ .item-content h2, .layout-blog .blog-items .blog-item .item-image:hover ~ .item-content h2 {
  text-decoration: underline;
  color: #228575;
}
.layout-nrinews .blog-items .blog-item, .layout-blog .blog-items .blog-item {
  overflow: visible;
  position: relative;
}
.layout-nrinews .blog-items .blog-item a, .layout-blog .blog-items .blog-item a {
  display: inline-block;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper, .layout-blog .blog-items .blog-item .scale-wrapper {
  transition: all 0.3s ease-in-out;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper:hover, .layout-blog .blog-items .blog-item .scale-wrapper:hover {
  transform: scale(1.03);
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .item-image, .layout-blog .blog-items .blog-item .scale-wrapper .item-image {
  width: 100%;
  overflow: visible;
  margin-bottom: 0;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .item-image a, .layout-blog .blog-items .blog-item .scale-wrapper .item-image a {
  height: 20rem;
  flex: 1 0 auto;
  margin-bottom: 10px;
  border-radius: 0.25rem;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 0;
  transition-property: transform;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .item-image a:hover:before, .layout-blog .blog-items .blog-item .scale-wrapper .item-image a:hover:before {
  opacity: 0.3;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .item-image a:before, .layout-blog .blog-items .blog-item .scale-wrapper .item-image a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .item-image a img, .layout-blog .blog-items .blog-item .scale-wrapper .item-image a img {
  border-radius: 0.25rem;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .article-info, .layout-blog .blog-items .blog-item .scale-wrapper .article-info {
  position: absolute;
  right: 20px;
  top: 3px;
  z-index: 999;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .article-info .date-card, .layout-blog .blog-items .blog-item .scale-wrapper .article-info .date-card {
  background: #fff;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .article-info .date-card .day, .layout-blog .blog-items .blog-item .scale-wrapper .article-info .date-card .day {
  font-size: 2.5rem;
  margin: 0px 10px;
  color: #3ABFF0;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .article-info .date-card .month-year, .layout-blog .blog-items .blog-item .scale-wrapper .article-info .date-card .month-year {
  line-height: 1;
  color: #01033c;
}
.layout-nrinews .blog-items .blog-item .scale-wrapper .article-info .date-card .month-year .month, .layout-blog .blog-items .blog-item .scale-wrapper .article-info .date-card .month-year .month {
  font-weight: bold;
}
.layout-nrinews .blog-items .blog-item .item-content h3, .layout-blog .blog-items .blog-item .item-content h3 {
  margin: 0 0 10px;
  line-height: 1.2;
  text-wrap: pretty;
  font-size: calc(1.162rem + 0.144vw);
}
@media (min-width: 1200px) {
  .layout-nrinews .blog-items .blog-item .item-content h3, .layout-blog .blog-items .blog-item .item-content h3 {
    font-size: 1.27rem;
  }
}
.layout-nrinews .blog-items .blog-item .item-content h3 a:hover, .layout-blog .blog-items .blog-item .item-content h3 a:hover {
  text-underline-color: #228575;
  text-underline-offset: 20%;
}
.layout-nrinews .blog-items .blog-item .item-content a:not(.btn.btn-secondary), .layout-blog .blog-items .blog-item .item-content a:not(.btn.btn-secondary) {
  color: #005eb8;
}
.layout-nrinews .blog-items .blog-item .item-content p, .layout-blog .blog-items .blog-item .item-content p {
  line-height: 1.7;
}
.graduates__list {
  display: grid;
  row-gap: 1rem;
}
.graduates .graduate-container {
  display: grid;
  row-gap: 0.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.graduates .graduate-container .graduate-name {
  font-weight: 600;
  font-size: 1.2em;
  color: #333;
}
.graduates .graduate-container .dissertation-title {
  font-style: italic;
  color: #666;
}
@media (min-width: 600px) {
  .graduates .graduate-container {
    grid-template-columns: 30% 1fr;
    column-gap: 1rem;
    align-items: start;
  }
}
.graduates .graduate-container:last-child {
  border-bottom: none;
}
.fb-share-button, #twitter-widget-0, .IN-widget {
  margin: 0 0.25rem;
}
.fb-share-button .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu, #twitter-widget-0 .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu, .IN-widget .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu {
  height: 28px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 0.25rem;
}
.fb-share-button .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon, #twitter-widget-0 .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon, .IN-widget .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon {
  margin-bottom: 0.5px;
  margin-top: 0.5px;
}
.fb-share-button .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon svg, #twitter-widget-0 .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon svg, .IN-widget .IN-bf195e49-eb86-4856-9b9f-1c8710d456be-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon svg {
  width: 28px !important;
  height: 28px !important;
}
.fb-share-button .IN-e146f606-483d-4824-a598-79a778fddfb4-1G9ISYhSF8XoOmdcl0yKDu, #twitter-widget-0 .IN-e146f606-483d-4824-a598-79a778fddfb4-1G9ISYhSF8XoOmdcl0yKDu, .IN-widget .IN-e146f606-483d-4824-a598-79a778fddfb4-1G9ISYhSF8XoOmdcl0yKDu {
  font-size: 18px !important;
  height: 28px !important;
  line-height: 20px !important;
  padding: 0 7px !important;
  margin: 0 0.25rem;
}
.fb-share-button .IN-e146f606-483d-4824-a598-79a778fddfb4-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon, #twitter-widget-0 .IN-e146f606-483d-4824-a598-79a778fddfb4-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon, .IN-widget .IN-e146f606-483d-4824-a598-79a778fddfb4-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon {
  height: 50% !important;
  margin-left: -3.5px !important;
}
.item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.readmore {
  margin-top: auto;
  padding: 0.5rem 0;
}
.dynamic-width {
  width: 75%;
}
@media (max-width: 59.938rem) {
  .dynamic-width {
    width: 100%;
  }
}
body .com-content-category-blog.blog .page-header h1, body .com-content-archive.archive .page-header h1 {
  text-align: start;
}
figure {
  display: table;
  padding: 5px;
  font-size: 0.875em;
}
@media only all and (max-width: 1199px) {
  figure.float-start, figure.float-end {
    width: 100%;
    margin: 0;
  }
  figure.float-start a img, figure.float-end a img {
    width: 100%;
  }
}
figure.figure-width {
  max-width: 600px;
}
@media only all and (max-width: 87.49rem) {
  figure.figure-width {
    max-width: unset;
    margin-inline-end: 0;
    margin-inline-start: 0;
    width: 100%;
    margin: 0;
  }
  figure.figure-width img {
    width: unset;
    margin: 0 auto;
  }
}
figure.float-end {
  margin-right: 0;
}
figure.float-start {
  margin-left: 0;
}
figure img {
  display: block;
  max-width: 100%;
}
figure img.ten-radius {
  border-radius: 0.25rem;
}
figure figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 0 5px 5px;
  font-style: italic;
  text-align: center;
}
.item-page-news .com-content-article__body {
  line-height: 1.5;
}
.item-page-news .com-content-article__body h2, .item-page-news .com-content-article__body h3, .item-page-news .com-content-article__body h4, .item-page-news .com-content-article__body h5 {
  font-weight: 600;
}
.disclaimer {
  position: relative;
  padding: 25px 40px;
  padding-left: 80px;
  margin: 10px 0;
  background: linear-gradient(to right, #005eb8 0%, #257fa0 60%, #228575 100%);
  color: #fff;
}
.disclaimer svg:not([class]) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.disclaimer__icon {
  position: absolute;
  top: 34px;
  left: 20px;
}
.disclaimer__icon path {
  fill: #fff;
}
.disclaimer__content {
  position: relative;
  z-index: 1;
}
.disclaimer__content h3, .disclaimer__content p, .disclaimer__content i, .disclaimer__content a {
  color: #fff;
  margin: 0;
}
.disclaimer__content h3, .disclaimer__content a {
  font-weight: 600;
}
.disclaimer__content a {
  text-decoration: underline;
}
.disclaimer__content hr {
  margin: 0.75rem 0;
}
/*.infoblocks {
  border-top: 2px solid;
  border: 2px solid;
  padding: 20px;
  align-content: baseline;

  @media only all and (max-width: 87.49rem) {
    clear: both;

  }
}*/
.about-us .modal {
  background: center / cover no-repeat url('../../../../images/images/facilities/full-site.webp');
}
.about-us .modal .modal-dialog {
  position: static;
  max-width: 550px;
  margin: 0 0 0 auto;
  height: 100%;
}
#loginModal.modal-content {
  padding: 20px;
  border-radius: 0;
  border: none;
  display: block;
  height: 100%;
  align-content: center;
  padding: 100px;
}
#loginModal.modal-content input[type="password"], #loginModal.modal-content input[type="text"] {
  width: 80%;
}
#loginModal.modal-content label {
  color: #01033c;
  z-index: 999;
  width: 40%;
}
#loginModal.modal-content .form-group {
  display: block;
}
#loginModal.modal-content .form-group .form-check {
  text-align: start;
}
#loginModal.modal-content .btn {
  border: 1px solid transparent;
}
#loginModal.modal-content .modal-header {
  border-bottom: none;
  flex-direction: column;
  justify-content: center;
}
#loginModal.modal-content .modal-header h1 {
  color: #01033c !important;
  font-weight: 400;
  margin-top: 1.6rem;
}
#loginModal.modal-content .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#loginModal.modal-content .modal-header .avatar {
  margin: 0 auto;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
  overflow: hidden;
}
#loginModal.modal-content .modal-header .avatar img {
  height: 95px;
  object-fit: cover;
}
#loginModal.modal-content .mod-login__submit, #loginModal.modal-content .input-group {
  margin-bottom: 1rem;
}
#loginModal.modal-content .mod-login__submit svg, #loginModal.modal-content .input-group svg {
  vertical-align: middle;
  width: 1.8rem !important;
}
#loginModal.modal-content .mod-login__submit svg path, #loginModal.modal-content .input-group svg path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.4;
}
#loginModal.modal-content .modal-footer {
  border-color: #dee4e7;
  text-align: center;
  justify-content: center;
  margin: 0 -20px -20px;
  border-radius: 5px;
  font-size: 13px;
}
#loginModal.modal-content .modal-footer a {
  color: #0f856f;
}
@media only all and (max-width: 61.99rem) {
  div.modal {
    right: 0;
    left: 0;
  }
  div.modal.fade {
    top: 0;
  }
  #loginModal.modal-content {
    padding: 0;
  }
}
.job-feed-container {
  margin-bottom: 3rem;
}
/* ===== Layout ===== */
.job-feed-header {
  margin-bottom: 1rem;
}
/* Responsive card grid */
.job-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  /* single column on mobile */
}
.job-list.nri {
  display: block;
  /* make it full width instead of grid */
}
@media (min-width: 576px) {
  .job-list {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  }
  .job-list.nri {
    display: block;
    /* make it full width instead of grid */
  }
}
/* ===== Card shell (Bootstrap-aware) ===== */
.job-card.card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}
@media (prefers-reduced-motion: reduce) {
  .job-card.card {
    transition: none;
  }
  .job-card.card:hover {
    transform: none;
  }
}
/* Tighten default card paddings slightly for a denser, pro look */
.job-card .card-header {
  padding: 0.9rem 1rem;
  background: #fff;
  border-bottom: 1px solid #eef1f4;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.job-card .card-body {
  padding: 1rem;
}
.job-card .card-footer {
  padding: 0.75rem 1rem;
  background: #fff;
  border-top: 1px solid #eef1f4;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* ===== Header, title, org ===== */
/*.job-header { display:flex; gap:.75rem; align-items:baseline; flex-wrap:wrap; }*/
.job-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}
.job-title a {
  color: inherit;
  text-decoration: none;
}
.job-title a:hover {
  text-decoration: underline;
}
.card-subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}
.card-subtitle small {
  color: #6c757d;
}
/* ===== Status badge ===== */
.job-badge {
  font-size: 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid transparent;
  align-self: center;
}
.badge-soon {
  background: #fff7e6;
  border-color: #ffd79a;
}
.badge-today {
  background: #ffefef;
  border-color: #ffc9c9;
}
.badge-closed {
  background: #f1f3f5;
  border-color: #dee2e6;
  color: #666;
}
/* ===== Meta list ===== */
.job-meta {
  margin: 0.25rem 0 0;
}
.job-meta__row {
  display: grid;
  grid-template-columns: minmax(200px, max-content) 1fr;
  gap: 0.5rem 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed #edf0f3;
}
.job-meta__row:last-child {
  border-bottom: 0;
}
.job-meta dt {
  margin: 0;
  font-weight: 600;
  color: #212529;
}
.job-meta dd {
  margin: 0;
  color: #212529;
}
.job-days-left {
  margin-left: 0.5rem;
  font-size: 0.9rem;
  color: #6f531e;
}
/* subtle urgency tone */
.closing-date-urgent {
  font-weight: 700;
  color: #dc3545;
}
/* “Closing today” emphasis */
/* Stack labels on very narrow screens */
@media (max-width: 400px) {
  .job-meta__row {
    grid-template-columns: 1fr;
  }
}
/* ===== Tags ===== */
.job-tags {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.job-tag {
  font-size: 0.85rem;
  padding: 0.35rem 0.7rem;
  background: #f6f8fa;
  border: 1px solid #e3e7eb;
  border-radius: 999px;
}
/* ===== Teaser ===== */
.job-teaser {
  margin: 0.75rem 0 0;
  color: #333;
}
/* ===== CTA ===== */
.job-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-cta .btn {
  font-weight: 600;
  border-radius: 10px;
}
/* Brand the primary button to your Dark Goldenrod (#8c6d2a) */
.job-cta .btn.btn-primary {
  background-color: #8c6d2a;
  border-color: #8c6d2a;
}
.job-cta .btn.btn-primary:hover, .job-cta .btn.btn-primary:focus {
  background-color: #765a22;
  border-color: #765a22;
}
.job-cta .btn.btn-primary:focus-visible {
  outline: 3px solid #0d6efd;
  /* accessible focus */
  outline-offset: 2px;
}
/* ===== Optional niceties ===== */
/* Make the title link “stretched” without wrapping the whole card in <a> */
.job-card .card-title .stretched-link {
  position: static;
}
/* if you add 'stretched-link' later */
/* Reduce visual noise when there are no tags */
.job-tags:empty {
  display: none;
}
/* Light divider above footer if teaser is long */
.job-card .card-body + .card-footer {
  border-top: 1px solid #eef1f4;
}
#g-testimonials {
  margin-bottom: 0;
}
#g-testimonials .g-content {
  margin: 0.625rem 0.625rem 0;
  padding: 0.938rem 0.938rem 0;
}
.testimonials #image-container {
  height: 100%;
  min-height: 600px;
  background: url('../../../../images/images/study/feedback.png') no-repeat top 5% center;
  background-size: cover;
  padding: 40px 0;
}
@media only all and (max-width: 61.99rem) {
  .testimonials #image-container {
    min-height: unset;
  }
}
@media only all and (max-width: 48rem) {
  .testimonials #image-container .g-container {
    margin: 0 3rem;
  }
}
.testimonials #image-container .feedback-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 50%;
  text-align: center;
  margin: 0 0 0 auto;
  color: #666666;
}
@media only all and (max-width: 61.99rem) {
  .testimonials #image-container .feedback-card {
    max-width: unset;
    width: unset;
  }
}
@media (min-width: 768px) {
  .testimonials #image-container .feedback-card {
    padding: 20px;
  }
}
.testimonials #image-container .feedback-card h2 {
  color: #005eb8;
}
.testimonials #image-container .feedback-card p {
  margin: 0;
}
.blog-items .blog-item {
  overflow: visible;
  position: relative;
}
.blog-items .blog-item figure.annual-review {
  margin-top: 0;
  margin-left: 0;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
  padding: 5px;
}
.blog-items .blog-item figure.annual-review ~ .review {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: larger;
}
.classy-bq {
  border: solid 2px #00033d;
  border-radius: 10px;
  padding: 25px;
  quotes: "“" "”";
  color: white;
  position: relative;
}
.classy-bq .fa-quote-left {
  position: absolute;
  left: 2rem;
  color: #00033d;
  top: -1.8rem;
  font-size: xxx-large;
  z-index: 9999;
  background: #fff;
}
.classy-bq .fa-quote-right {
  position: absolute;
  color: #00033d;
  background: #fff;
  font-size: xxx-large;
  height: 42px;
  right: 2rem;
  bottom: -1.5rem;
}
.classy-bq:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 3px solid #fff;
  bottom: -5px;
  left: 375px;
  z-index: 2;
}
.classy-bq:after {
  content: "";
  position: absolute;
  border: 2px solid #00033d;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 360px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
.-partnerships #g-container-main {
  position: relative;
}
.-partnerships #g-container-main #g-main {
  margin-bottom: 0;
  padding-bottom: 0;
}
.-partnerships #g-container-main #g-main .g-content {
  padding: 0;
  margin: 0;
}
.-partnerships #g-container-main .item-page-partnerships {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: bottom right 1% / cover no-repeat url('../../../../images/images/banners/rice-image.webp');
}
.-partnerships #g-container-main .item-page-partnerships .inner-container {
  max-width: 87.5rem;
  margin: 0 auto;
}
@media only all and (min-width: 75rem) and (max-width: 87.49rem) {
  .-partnerships #g-container-main .item-page-partnerships .inner-container {
    width: 75rem;
  }
}
@media only all and (min-width: 62rem) and (max-width: 74.99rem) {
  .-partnerships #g-container-main .item-page-partnerships .inner-container {
    width: 62rem;
  }
}
@media only all and (min-width: 48.01rem) and (max-width: 61.99rem) {
  .-partnerships #g-container-main .item-page-partnerships .inner-container {
    width: 48rem;
  }
}
@media only all and (max-width: 48rem) {
  .-partnerships #g-container-main .item-page-partnerships .inner-container {
    width: 97%;
  }
}
.-partnerships #g-container-main .item-page-partnerships.darkblue {
  background: #01033c;
}
.-partnerships #g-container-main .item-page-partnerships.gradient {
  background: linear-gradient(90deg, #005eb8 25%, #257fa0 60%, #228575 85%);
}
.-partnerships #g-container-main .item-page-partnerships.grey {
  background: #eeedee;
}
.-partnerships #g-container-main .item-page-partnerships .svg-container {
  padding: 70px 0 50px 0;
}
.-partnerships #g-container-main .item-page-partnerships .svg-container path:not(.cls-4, .cls-8) {
  cursor: pointer;
}
.-partnerships #g-container-main .item-page-partnerships .svg-container path:not(.cls-4, .cls-8):hover {
  fill: #01033c;
}
.-partnerships #g-container-main .item-page-partnerships .container {
  margin-top: -78px;
}
.-partnerships #g-container-main .item-page-partnerships .partner-map {
  padding: 75px 0;
}
.-partnerships #g-container-main .item-page-partnerships .row {
  padding-bottom: 50px;
}
.column h3 {
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
}
.column .item {
  margin-right: 0.7rem;
  font-family: "cooper-hewitt-web", sans-serif;
  color: #fff;
  text-wrap: nowrap;
}
[class^="continent-"] {
  border-left: 5px solid;
  padding-left: 10px;
  line-height: 18px;
  margin-bottom: 40px;
}
[class^="continent-"].continent-na {
  border-color: #034EA2;
}
[class^="continent-"].continent-sa {
  border-color: #F2BE1A;
}
[class^="continent-"].continent-eu {
  border-color: #0095DA;
}
[class^="continent-"].continent-as {
  border-color: #A62B48;
}
[class^="continent-"].continent-af {
  border-color: #F58220;
}
.com-finder__navigation nav.pagination__wrapper ul.pagination, .com-content-archive__navigation nav.pagination__wrapper ul.pagination, .com-contact-category__items nav.pagination__wrapper ul.pagination, .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}
.com-finder__navigation nav.pagination__wrapper ul.pagination li.page-item.disabled, .com-content-archive__navigation nav.pagination__wrapper ul.pagination li.page-item.disabled, .com-contact-category__items nav.pagination__wrapper ul.pagination li.page-item.disabled, .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination li.page-item.disabled {
  display: none;
}
.com-finder__navigation nav.pagination__wrapper ul.pagination li.page-item a.page-link, .com-content-archive__navigation nav.pagination__wrapper ul.pagination li.page-item a.page-link, .com-contact-category__items nav.pagination__wrapper ul.pagination li.page-item a.page-link, .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination li.page-item a.page-link {
  color: #ffffff;
  background-color: #01033c;
  margin: 0 2px 0 0;
  border-radius: 0;
}
.com-finder__navigation nav.pagination__wrapper ul.pagination li.page-item a.page-link:hover, .com-finder__navigation nav.pagination__wrapper ul.pagination li.page-item a.page-link:focus, .com-content-archive__navigation nav.pagination__wrapper ul.pagination li.page-item a.page-link:hover, .com-content-archive__navigation nav.pagination__wrapper ul.pagination li.page-item a.page-link:focus, .com-contact-category__items nav.pagination__wrapper ul.pagination li.page-item a.page-link:hover, .com-contact-category__items nav.pagination__wrapper ul.pagination li.page-item a.page-link:focus, .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination li.page-item a.page-link:hover, .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination li.page-item a.page-link:focus {
  color: #01033c !important;
  background: #ffffff;
  border: 1px solid transparent;
  border-bottom: 1px solid #01033c;
}
.com-finder__navigation nav.pagination__wrapper ul.pagination li.page-item.active a.page-link, .com-content-archive__navigation nav.pagination__wrapper ul.pagination li.page-item.active a.page-link, .com-contact-category__items nav.pagination__wrapper ul.pagination li.page-item.active a.page-link, .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination li.page-item.active a.page-link {
  color: #01033c !important;
  background: #ffffff;
  border: 1px solid transparent;
  border-bottom: 1px solid #01033c;
}
@supports (display: grid) {
  @media (min-width: 1200px) {
    .blog-items.columns-4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .blog-items.columns-4 .blog-item .scale-wrapper .item-image {
      height: 17.5rem;
    }
  }
}
@supports (display: grid) {
  @media (min-width: 992px) and (max-width: 1199px) {
    .blog-items.columns-4 {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .blog-items.columns-4 .blog-item .scale-wrapper .item-image {
      height: 15rem;
    }
  }
}
@supports (display: grid) {
  @media (min-width: 768px) and (max-width: 991px) {
    .blog-items.columns-4 {
      grid-template-columns: 1fr 1fr;
    }
    .blog-items.columns-4 .blog-item .scale-wrapper .item-image {
      height: 12.5rem;
    }
  }
}
@supports (display: grid) {
  @media (max-width: 767px) {
    .blog-items.columns-4 .blog-item .scale-wrapper .item-image {
      height: 10rem;
    }
  }
}
.com-contact__thumbnail.thumbnail {
  height: 100%;
}
.com-contact__thumbnail.thumbnail img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}
.row > [class*="-profile"] {
  width: unset;
}
.accordion-wrapper #myTab, .contact-tabs #myTab {
  font-family: "cooper-hewitt-web", sans-serif;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 20px 0;
  list-style: none;
  align-items: baseline;
  border-bottom: 0;
}
.accordion-wrapper #myTab::before, .accordion-wrapper #myTab::after, .contact-tabs #myTab::before, .contact-tabs #myTab::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9a979c;
}
.accordion-wrapper #myTab::before, .contact-tabs #myTab::before {
  top: 0;
}
.accordion-wrapper #myTab::after, .contact-tabs #myTab::after {
  bottom: 5px;
}
.accordion-wrapper #myTab .nav-item, .contact-tabs #myTab .nav-item {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
}
.accordion-wrapper #myTab .nav-item .nav-link, .contact-tabs #myTab .nav-item .nav-link {
  color: #01033c;
  font-size: 18px;
  border: none;
  transition: all 0.3s ease;
  transform-origin: center;
  display: block;
  text-align: center;
  z-index: 10;
  line-height: 1;
}
.accordion-wrapper #myTab .nav-item .nav-link:hover, .contact-tabs #myTab .nav-item .nav-link:hover {
  transition: all 0.3s ease;
  transform-origin: center;
}
.accordion-wrapper #myTab .nav-item .nav-link.active, .contact-tabs #myTab .nav-item .nav-link.active {
  background-color: unset;
  font-weight: 600;
}
.accordion-wrapper #myTab .nav-item .nav-link.active::after, .contact-tabs #myTab .nav-item .nav-link.active::after {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  border-bottom: 6px solid #01033c;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 10px;
  top: 12px;
  z-index: 10;
}
.accordion-wrapper #myTab .nav-item .nav-link:not(.active):hover, .contact-tabs #myTab .nav-item .nav-link:not(.active):hover {
  color: #4A58FB;
}
.accordion-wrapper #myTab .nav-item .nav-link:not(.active):hover::after, .contact-tabs #myTab .nav-item .nav-link:not(.active):hover::after {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  border-bottom: 6px solid #4a58fb;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 10px;
  top: 12px;
  z-index: 10;
}
.accordion-wrapper .tab-content, .contact-tabs .tab-content {
  border-top: none;
}
.accordion-wrapper [id^="accordion"] .accordion-item, .contact-tabs [id^="accordion"] .accordion-item {
  border-bottom: 2px solid rgba(0, 3, 61, 0.5);
}
.accordion-wrapper [id^="accordion"] .accordion-item .accordion-button, .contact-tabs [id^="accordion"] .accordion-item .accordion-button {
  color: #01033c;
  font-size: 20px;
  border: none;
  transition: all 0.3s ease;
  transform-origin: center;
  width: 100%;
  text-wrap: pretty;
  font-weight: 600;
}
.accordion-wrapper [id^="accordion"] .accordion-item .accordion-button:not(.collapsed), .contact-tabs [id^="accordion"] .accordion-item .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #B0E5F9;
  box-shadow: none;
}
/* Hide tabs on small screens */
@media (max-width: 768px) {
  .tabs-wrapper {
    display: none;
  }
  .accordion-wrapper {
    display: block;
  }
}
/* Hide accordions on larger screens */
@media (min-width: 769px) {
  .tabs-wrapper {
    display: block;
  }
  .accordion-wrapper:not(.ubel) {
    display: none;
  }
}
.modazdirectory__results {
  justify-content: center;
  gap: 14px;
}
.modazdirectory__results .modazdirectory__result {
  white-space: normal;
  flex-direction: column;
  border-radius: 0.25rem;
  background: #eeedee;
  padding: 0;
  margin-bottom: 0;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
}
.modazdirectory__results .modazdirectory__result a:focus-visible img {
  border-radius: 0.25rem;
}
.modazdirectory__results .modazdirectory__result img {
  all: unset;
  overflow: hidden;
  width: 100%;
  height: 255px;
  object-fit: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.modazdirectory__results .modazdirectory__result:hover {
  box-shadow: 0px 4px 8px -2px #01033c24, 0px 0px 0px 1px #01033c24, 0px 4px 8px 2px #01033c24;
}
@media screen and (min-width: 1440px) {
  .modazdirectory__results .modazdirectory__result {
    width: 32%;
  }
}
@media screen and (min-width: 400px) and (max-width: 1439px) {
  .modazdirectory__results .modazdirectory__result {
    width: 47%;
  }
  .modazdirectory__results .modazdirectory__result img {
    height: auto;
  }
}
@media screen and (max-width: 399px) {
  .modazdirectory__results .modazdirectory__result img {
    height: 200px;
  }
}
.modazdirectory__results .modazdirectory__result .info-container {
  white-space: normal;
  word-wrap: break-word;
  padding: 0.9em;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  justify-content: flex-start;
}
.modazdirectory__results .modazdirectory__result .info-container .modazdirectory__field-position {
  white-space: normal;
  word-wrap: break-word;
}
.modazdirectory__results .modazdirectory__result .info-container .modazdirectory__field-phone {
  margin-top: auto;
}
.modazdirectory__results .modazdirectory__result .info-container .modazdirectory__field-email {
  margin: 0;
}
.modazdirectory__results .modazdirectory__result .info-container .modazdirectory__field-email a {
  text-wrap: pretty;
  white-space: normal;
}
.modazdirectory__results .modazdirectory__result .info-container > p:last-child {
  margin-top: auto;
}
.modazdirectory__results .modazdirectory__result .info-container .modazdirectory__field-phone + .modazdirectory__field-email {
  margin-top: 0;
}
.modazdirectory__results .modazdirectory__result .info-container .modazdirectory__glyph {
  height: 2em;
  width: 2em;
}
.modazdirectory__results .modazdirectory__result .info-container .modazdirectory__glyph .modazdirectory__icon {
  width: 2em;
  height: 2em;
  bottom: -0.625em;
}
body div.modazdirectory__pagination .pagination__wrapper [class^="icon-"], body div.modazdirectory__pagination .pagination__wrapper [class*=" icon-"] {
  font-family: "Font Awesome 6 Free" !important;
  all: unset;
}
body div.modazdirectory__pagination .icon-angle-right:before {
  content: "";
}
body div.modazdirectory__pagination .icon-angle-double-right:before {
  content: "";
}
body div.modazdirectory__pagination .icon-angle-left:before {
  content: "";
}
body div.modazdirectory__pagination .icon-angle-double-left:before {
  content: "";
}
.mod-finder > label[for="mod-finder-searchword357"] ~ .mod-finder__search {
  margin: 12px 0;
}
.mod-finder > label[for="mod-finder-searchword357"] ~ .mod-finder__search .awesomplete {
  flex: 1 1 auto;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.mod-finder > label[for="mod-finder-searchword357"] ~ .mod-finder__search .awesomplete #mod-finder-searchword357 {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  height: calc(2.5rem + 12px);
}
.director-video button.play-pause {
  bottom: 30px;
  left: 30px;
}
.com-finder__results-list .result__item {
  display: flex;
}
.com-finder__results-list .result__item:last-child {
  border-bottom: none;
}
.com-finder__results-list .result__image {
  flex: 0 0 200px;
  overflow: hidden;
  border-radius: 0.25rem;
  margin: auto 20px auto 0;
}
.com-finder__results-list .result__image a {
  display: block;
}
.com-finder__results-list .result__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.com-finder__results-list .result__container {
  justify-content: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.com-finder__results-list .result__title {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-finder__results-list .result__title-url {
  order: unset;
}
.com-finder__results-list .result__title-link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}
.com-finder__results-list .result__description {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0.5rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-finder__results-list .result__taxonomy {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  /* wrap onto multiple lines if needed */
  gap: 1rem;
  /* space between pills */
}
.com-finder__results-list .result__taxonomy-item {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  /* a bit smaller than body text */
  background: #f0f0f0;
  border-radius: 1rem;
  padding: 0.25rem 0.75rem;
  color: #333;
}
.com-finder__results-list .result__taxonomy-item:before {
  content: unset;
  padding-inline-end: unset;
}
.com-finder__results-list .result__taxonomy-item span {
  font-weight: 600;
  margin-right: 0.25rem;
}
.com-finder__results-list .result__taxonomy--Type {
  background: #3ABFF0;
  color: #01033c;
}
.com-finder__results-list .result__taxonomy--Category {
  background: #3addc2;
  color: #01033c;
}
.g-flushed #article-title-banner-4919-particle.g-content {
  padding: 0.938rem;
}
.com-content-article__body .wfpopup:has(img[style*="float: left"]) {
  display: block;
  /* make the <a> a block so float works */
  float: left;
  /* default: float left */
  margin: 1em 40px 1em 0;
  /* same gutter you had on the <img> */
}
/* if the wrapped img had float:right, float the <a> right instead */
.com-content-article__body .wfpopup:has(img[style*="float: right"]) {
  float: right;
  margin: 1em 0 1em 40px;
}
/* ensure the <img> just fills its parent link */
.news-post .article-info .authors-links {
  margin-bottom: 8px;
}
.news-post .article-info time {
  font-size: 0.9rem;
}
.news-post .social-container .social-btn {
  display: block;
  height: 75%;
  width: 50%;
  transition: 0.3s ease-in-out 0s;
}
.news-post .social-container .social-btn:hover {
  transform: scale(1.15);
}
.news-post .social-container .social-btn i {
  line-height: 1.15;
}
.news-post .social-container .social-facebook {
  color: #0866ff;
}
.news-post .social-container .social-x-twitter {
  color: #000;
}
.news-post .social-container .social-linkedin {
  color: #0a66c2;
}
.news-post h2 {
  margin-bottom: 0.75rem;
}
.news-post hr.news-rule {
  border-bottom: 1px solid #01033c;
}
.groucho {
  position: relative;
  padding-left: 1rem;
  padding-right: 2rem;
  border-left: 0.2rem solid #0f856f;
  z-index: 1;
}
.groucho figcaption {
  font-weight: 600;
  color: #01033c66;
  float: right;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .groucho figcaption {
    width: 100%;
    text-align: end;
  }
}
.groucho figcaption:before {
  content: "―";
}
.groucho:after {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  font-size: 3rem;
  font-style: italic;
  font-family: "Font Awesome 6 Free";
  z-index: -1;
  color: #ededed;
}
.row0 + .row1 {
  border-top: 1px solid;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.row0 + .row1 + .row0 {
  border-top: 1px solid;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.gradient-text {
  background-image: linear-gradient(120deg, #005eb8 25%, #257fa0 60%, #228575 85%);
  /* Define the gradient */
  -webkit-background-clip: text;
  /* Clip the background to the text */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Make the text transparent */
  color: transparent;
  /* Fallback for browsers that don't support the webkit properties */
}
.head-statement {
  color: #ffffff;
  padding: 60px 0;
}
.head-statement img {
  border-radius: 50% !important;
  aspect-ratio: 1;
  object-fit: cover;
  border: 4px solid;
}
.statement-content {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  font-style: italic;
  position: relative;
  padding: 0 40px;
}
.statement-content::before, .statement-content::after {
  content: '"';
  font-size: 3rem;
  color: #0f856f;
  position: absolute;
  font-family: serif;
}
.statement-content::before {
  top: -10px;
  left: 0;
}
.statement-content::after {
  bottom: -30px;
  right: 0;
}
.statement-attribution {
  margin-top: 0px;
  font-weight: 600;
  color: #ffffff;
  font-style: normal;
}
.quote-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  padding: 1.5rem 2rem;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1.5px solid rgba(255, 255, 255, 0.06);
}
.blockquote-footer {
  font-size: 1rem;
  font-style: normal;
  margin: 0px;
}
.quote-icon {
  font-size: 4.5rem;
  color: #fff;
  opacity: 0.15;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.quote-start {
  top: -2.8rem;
  left: -1.2rem;
}
.quote-end {
  bottom: -2.5rem;
  right: -1.2rem;
}
.vision-cards .vision.card {
  background: #ffffff;
  padding: 10px;
  border-radius: 0.25rem;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
  border-left: 4px solid #0f856f;
  transition: all 0.3s ease-in-out;
}
.vision-cards .vision.card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 8px -2px #01033c24, 0px 0px 0px 1px #01033c24, 0px 4px 8px 2px #01033c24;
}
.knowledge-cards .knowledge.card {
  background: #ffffff;
  padding: 10px;
  border-radius: 0.25rem;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
  border-left: 4px solid #005eb8;
  transition: all 0.3s ease-in-out;
}
.knowledge-cards .knowledge.card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 8px -2px #01033c24, 0px 0px 0px 1px #01033c24, 0px 4px 8px 2px #01033c24;
}
.supporting-centres {
  background: #ffffff;
  padding: 40px 0;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, #01033c, #01033c99);
  color: #ffffff;
  padding: 24.5px 0 49px 0;
}
.supporting-centres h3 {
  text-align: center;
  margin-bottom: 0px;
  font-weight: 400;
}
.supporting-centres .subtitle {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
  font-style: italic;
  margin-top: 0;
}
.supporting-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}
.supporting-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 35px;
  border-radius: 0.25rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  box-shadow: #01033c24 0px 1px 1px, #01033c24 0px 1px 2px 1px, #01033c24 0px 2px 3px 1px;
}
.supporting-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 8px -2px #01033c24, 0px 0px 0px 1px #01033c24, 0px 4px 8px 2px #01033c24;
}
.supporting-card h4 {
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
}
a .supporting-card p {
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
}
.expertise-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: 500;
  color: #01033c;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  /* vertical centering */
  justify-content: center;
  /* horizontal centering */
  text-align: center;
}
.expertise-item:hover {
  background: #0f856f;
  color: #ffffff;
  border-color: #0f856f;
}
.rwanda .card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.rwanda .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.rwanda .card-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  /* fixed height for uniformity */
  background-color: #f8f9fa;
  /* light grey backdrop */
}
.rwanda .card-img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* ensure whole image is visible */
}
.rwanda .card-body {
  padding: 1.25rem;
}
.rwanda .card-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.rwanda .card-text {
  color: #555;
  line-height: 1.5;
}
.gallery {
  column-count: 2;
  column-gap: 1rem;
  column-fill: balance;
  /* ensure columns balance by height */
}
.gallery figure {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
  break-inside: avoid;
  /* don’t split one figure across columns */
}
.gallery figure.wide {
  /* Chrome/Safari */
  -webkit-column-span: all;
  /* Standard */
  column-span: all;
  /* Prevent it splitting awkwardly */
  break-inside: avoid;
}
@media (max-width: 600px) {
  .gallery {
    column-count: 1;
  }
}
/* only below 1200px viewport do we allow horizontal scrolling */
@media (max-width: 1200px) {
  /* force the table to be at least 710px wide so you get a scrollbar */
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive table {
    min-width: 710px;
  }
}
/* Scope it tightly to your page‑header */
.page-header .mod-breadcrumbs__wrapper {
  margin-bottom: 0.75rem;
}
.page-header .mod-breadcrumbs.breadcrumb {
  padding: 0;
  margin: 0;
}
.page-header .mod-breadcrumbs__item {
  margin: 0;
}
.page-header .mod-breadcrumbs__item + .page-header .mod-breadcrumbs__item {
  margin-left: 0.5rem;
}
.page-header .mod-breadcrumbs__item a.pathway {
  padding: 0.4em 1em;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border-radius: 0.25rem;
  transition: background 0.3s ease, transform 0.3s ease;
  background: linear-gradient(120deg, #0058aa 25%, #257fa0 60%, #218474 85%);
}
.page-header .mod-breadcrumbs__item a.pathway:hover {
  background: linear-gradient(120deg, #0058aac2 25%, #257fa0c2 60%, #218474c2 85%);
  border: 1px solid white;
}
#articleCarousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 1rem;
}
#articleCarousel .carousel-inner {
  position: relative;
}
#articleCarousel .carousel-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}
#articleCarousel .carousel-item.active {
  position: relative;
  opacity: 1;
}
#articleCarousel img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
#articleCarousel .carousel-control-prev, #articleCarousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  border: 0;
  background: transparent;
  padding: 0.5rem;
  cursor: pointer;
}
#articleCarousel .carousel-control-prev {
  left: 0.5rem;
}
#articleCarousel .carousel-control-next {
  right: 0.5rem;
}
.carousel-toggle-btn {
  border: none;
  background: none;
  color: #444;
  font-size: 1.8rem;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}
.carousel-toggle-btn:hover {
  color: #000;
  transform: scale(1.1);
}
.carousel-toggle-btn:focus {
  outline: 2px solid #666;
  outline-offset: 2px;
}
.carousel-indicators {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  /* avoid squashing if the row is tight */
}
.carousel-indicators button {
  /* Reset iOS/Safari button quirks */
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  /* Force perfect circle */
  width: 10px;
  height: 10px;
  aspect-ratio: 1;
  /* iOS 15+ */
  border-radius: 50%;
  display: inline-block;
  /* Visuals */
  background: #d0d0d0;
  cursor: pointer;
}
.carousel-indicators button.active {
  background: #555;
}
/* (Optional) Bigger tap target without changing the dot size */
.carousel-indicators button::before {
  content: "";
  position: absolute;
  inset: -6px;
  /* expands hit area */
}
.carousel-indicators button {
  position: relative;
}
/* ============================================
           cpd pages
============================================ */
.cpd-intro-text {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.9;
  max-width: 900px;
}
.cpd-intro-text p + p {
  margin-top: 1rem;
}
.cpd-tagline {
  display: inline-block;
  background: linear-gradient(135deg, #0f856f 0%, #0c6a58 100%);
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(15, 133, 111, 0.25);
}
/* ============================================
           SECTION STYLES
        ============================================ */
.cpd-section {
  padding: 4rem 0;
}
.cpd-section-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.cpd-section-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
}
/* ============================================
           BENEFIT CARDS
        ============================================ */
.benefit-card {
  background: #ffffff;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #cbc9cc;
  box-shadow: 0 2px 10px rgba(1, 3, 60, 0.04);
}
.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0f856f, #3ABFF0);
}
.benefit-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.icon-green {
  background: rgba(15, 133, 111, 0.1);
  color: #0f856f;
}
.icon-blue {
  background: rgba(58, 191, 240, 0.1);
  color: #3ABFF0;
}
.icon-navy {
  background: rgba(1, 3, 60, 0.1);
  color: #01033c;
}
.benefit-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #01033c;
  margin-bottom: 0.5rem;
}
.benefit-card p {
  color: #666;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}
/* ============================================
           SECTOR BADGES
        ============================================ */
.cpd-who-for {
  background: #eeedee;
  margin-left: -50%;
  margin-right: -50%;
}
.sector-badge {
  background: #ffffff;
  border: 1px solid #cbc9cc;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  color: #01033c;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sector-badge i {
  color: #0f856f;
  margin-right: 0.5rem;
}
/*# sourceMappingURL=custom_24.css.map */