
:focus-visible, :focus {
    outline-style: dotted;
    outline-color: transparent;
    outline-width: 1px;
}





.contact-table th {
    font-weight: inherit;
}

.contact-table th,
.contact-table td {
    vertical-align: middle;
    padding-bottom: 1em;
}

.contact-table td td{
    padding-bottom: 0em;
}

.contact-table td a{
    text-decoration: underline;
}

.contact-table tr th i{
    display:inline-block;
    margin-top:0.3em;
    padding-right:0.5em;
}

.contact-table tr td i{
    display:inline-block;
    margin-top:0.35em;
    padding-right:0.5em;
}



.navContainer.stuck {
    position:fixed;
    width:100%;
}

.socialMenu {
    display:flex;
    flex-direction: row;
    align-items: center;
    column-gap:1em;
}


footer h4 {
    margin-bottom: 0;
}

.footer-contact .table {
    color: inherit;
    width: auto;
}
.footer-contact .table > :not(caption) > * > * {
    border:none;
    box-shadow: none;
    padding:0;
}

.footerNav .navbar-brand + .footer-contact{
    margin-top: 2em;
}

.footerNav.navbar {
    justify-content: flex-start;
    align-items: flex-start;
    gap:4em;
    flex-wrap: nowrap;
}

.footerNav.navbar .col-contact {
    min-width:300px;
}

.footerNav.navbar .col-menu {
    flex-grow:1;
}

.footerNav.navbar .col-menu .navbar-nav {
    flex-direction: row;
}
.footerNav.navbar .col-menu .navbar-nav > .nav-item{
    flex-basis:100%;
}

.footerNav.navbar ul {
    margin:0;
    padding:0;
    list-style: none;
}
.footerNav.navbar ul li {
    padding:0;
}

.footerNav.navbar ul li a{
}

.siteFooter .navbar {
    padding:0;
}
.siteFooter .col-menu .navbar-nav {
    gap:2em;
}

.navbar-nav.navbar-socials .nav-link {
    font-size:0.8em;
    padding-top:0.6rem;
    padding-bottom:0.6rem;
}
.footerNav .navbar-nav > li > .nav-link {
    padding:0;
    /* font-weight:800; */
    font-family: var(--accentFont);
    font-size:var(--h5fontsize); 
    margin-bottom:1rem;   
    line-height:1.2;
}
.footerNav .navbar-nav .submenu ul{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    column-gap:0.5em;
    row-gap:0;
}
.footerNav .navbar-nav .submenu .nav-link {
    font-weight: 300;
    padding:0;
}
.footerNav .navbar-nav .submenu .nav-link:hover {
    text-decoration: underline;
}

footer {
    padding:12em 0 0.5em 0;
    /* padding-bottom:0.5em; */
}
footer .navbar-socials {
    flex-direction: row;
    gap:2em;
}
footer .footerNav{
    margin-bottom:2em;
}
footer .socialNav{
    justify-content: flex-end;
}
.navbar-brand path {
    transition: all 350ms ease-in-out;
}


.heroInView .siteNav .navbar-brand svg path[style="fill: #213564;"] {
    fill: var(--white)!important;
}

.footerIntersecting .navbar-brand path[style="fill: #213564;"] {
    fill: var(--white)!important;
}

.footerIntersecting .navbar-brand path[style="fill: #fff;"] {
    fill: var(--grey)!important;
}


.hidden {
    display: none;
}


.loading {
    position:fixed;
    z-index:-1;
    opacity:0;
    transform: scale(0);
    transition: all 350ms ease-in-out;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.loading .spinner-grow{
    width:4em;
    height:4em;
    color:var(--white);
    background-color: var(--text-secondary);
}

.loading.active {
    transform: scale(1);
    opacity:1;
    z-index:999;
    background-color:rgba(255,255,255,0.01);
}

.cookie-consent-replacement {
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:2em;
}
.cookie-consent-replacement button { 
    display: inline-block;
    padding: 0.5em 1em;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--primary);
    transition: all 350ms ease-in-out;
    font-family: var(--accentFont);
    font-weight:200;
    border-radius: 0;
}
.cookie-consent-replacement button:hover { 
    display: inline-block;
    padding: 0.5em 1em;
    background:transparent;
    color: var(--primary);
    text-decoration: none;    
}


body .cookie-consent-container a,
body .cookie-consent-container a:visited,
body .cookie-consent-container a:active,
body  .cookie-consent-container a:focus,
body  .cookie-consent-container a:focus:active,
body .cookie-consent-container a:hover,
body .cookie-consent-container a:visited:hover,
body .cookie-consent-container a:active:hover,
body  .cookie-consent-container a:focus:hover,
body  .cookie-consent-container a:focus:active:hover {
    color:var(--white);
}



body .cookie-consent-container::backdrop {
    background-color: var(--white40);
    background-color: rgba(0,0,0,0.5);
}
body .cookie-consent-container {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-family: var(--defaultFont);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
body .cookie-consent-container .consent-modal {
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    width: min(100%, 768px);
    max-height: 80dvh;
    height:50vh;
    padding: 2rem;
    background-color: var(--noble-grey);
    color:var(--white);
    overflow: hidden;
    box-shadow: unset;
    transition: width 350ms, max-height 350ms ease, height 350ms ease;
    border-radius: 0;
}

@media (max-width:767px) and (orientation:portrait) {
    body .cookie-consent-container .consent-modal {
        max-height: 80dvh;
        height:min(100%,800px);
    }
}

body .cookie-consent-container .consent-modal.open {
    max-height: calc(100dvh - 4rem);
    height: calc(100vh - 4rem);
}
body .cookie-consent-container .consent-modal .consent-content {
    height:100%;
    overflow: auto;
}

body .cookie-consent-container .consent-modal .option-wrapper {
    background-color: transparent;
}
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option .label {
    color:var(--white);
}
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option,
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover,
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover~.option-detail {
    background-color: transparent;
}


body .cookie-consent-container .consent-modal .cookie-headline {
    line-height: 1.5;
    margin: 0 0 1rem 0;
    color: var(--white);
    display: block;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 700;
}

.cookie-consent-container .consent-modal .cookie-headline {
    line-height: 1.5;
    margin: 0 0 1rem 0;
    color: var(--color-gray-20);
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
}

body .cookie-consent-container .buttons .btn--secondary,
body .cookie-consent-container .buttons .btn--primary {
    font-size: 1rem;
    padding: .25rem .75rem;
    cursor: pointer;
    width: auto;
    text-align: center;
    font-weight: 400;
    text-transform: none;
    letter-spacing: unset;
    border:1px solid var(--white);
}

body .cookie-consent-container .buttons .btn {
    min-height:2.5rem;
}

body .cookie-consent-container .buttons .deny.btn--secondary ,
body .cookie-consent-container .buttons .save.btn--secondary {
    border-color: transparent;
    color: var(--white);
    background-color: transparent;
}
body .cookie-consent-container .buttons .btn--primary.select-all {
    background-color: var(--white);
    border-color: var(--white);
    color:var(--noble-grey);
    margin-left:auto;
}

body .cookie-consent-container .buttons .btn {
    border-radius:0;
}

body .cookie-consent-container .buttons .save.btn--secondary:hover,
body .cookie-consent-container .buttons .btn--secondary:hover,
body .cookie-consent-container .buttons .btn--primary:hover {
    border-color: var(--white);
    color: var(--white);
    background-color: transparent;
}

body .cookie-consent-container .buttons {
    display:flex;
    justify-content: center;
    align-items: center;
}

body .cookie-consent-container .label {
    gap: .5rem;
    margin-bottom: 0;
    color: var(--white);
    font-size: 1em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}


body .cookie-consent-container .consent-modal .option-wrapper .label .checkmark,
body .cookie-consent-container .label .checkmark {
    border:1px solid var(--white);
    width:1.5rem;
    height:1.5rem;
    background-color: transparent;
}

body .cookie-consent-container .consent-modal .option-wrapper .label input:checked~.checkmark,
body .cookie-consent-container .label input:checked~.checkmark {
    background-color: transparent;
}
body .cookie-consent-container .label .checkmark::after{
    border-color: var(--white);
}

body .cookie-consent-container .label input:focus~.checkmark {
    outline: none;
    background-color: transparent;
}

body .cookie-consent-container .label:hover .checkmark {
    background-color: transparent;
}

body .cookie-consent-container .show-details:hover,
body .cookie-consent-container .show-details {
    color: var(--white);
    padding:0;
}

body .cookie-consent-container .show-details::after {
    display:none;
}
body .cookie-consent-container .show-details.open::after {
    display:none;
}


body .cookie-consent-container .consent-modal.open {
    width: min(100%, 768px);
}




.mainSection-0 .foreground,
.mainSection-8 .foreground {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3em;
}

.mainSection-0 .foreground .contents,
.mainSection-8 .foreground .contents{
    padding:0 0;
    max-width:70%;
}


.mainSection-25 .foreground,
.mainSection-26 .foreground {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mainSection-25 .foreground .visuals,
.mainSection-26 .foreground .visuals {
    flex:1;
    width:50%;
    max-width:50%;
    flex-basis: 50%;;
}

.mainSection-25 .foreground .contents,
.mainSection-26 .foreground .contents {
    flex:1;
    padding:2em 5vw 2em 4em;
}
.mainSection-25 .foreground .contents{
    padding:2em 4em 2em 5vw;
}



.mainMenu .divider {
    width:80px;
    margin:4em auto;
    border-bottom:1px solid var(--white);
}

.mainMenu .divider svg {
    width:100%; 
    height: auto;
    display:none
}

.mainMenu .divider svg path{
    fill:var(--white10);
}


.heroStage + .main{
    position:relative;
    z-index:2;
    background-color: #fff;
}


.hero-stage {
    position:relative;
    /* display: grid; */
    /* display: flex; */
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    width:100%;
    max-width:100%;

    /* grid-template-columns: 1fr; */
    /* grid-template-rows: 1fr; */
    /* grid-column-gap: 0px; */
    /* grid-row-gap: 0px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.hero-stage  > div { grid-area: 1 / 1 / 2 / 2; }


.hero-stage h1,
.hero-stage h2,
.hero-stage h3,
.hero-stage h4,
.hero-stage h5{
    color:var(--white);
    font-weight: 200;
}

.hero-stage .media-stage{
    position:relative;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    min-height:100vh;
    height:100%;
    z-index:-1;
}
.hero-stage .media-stage video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin: 0;
    padding: 0;
}
.hero-stage .media-stage figure{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    overflow: hidden;
}
.hero-stage .media-stage img {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}

.content-stage {
    color:var(--white);
    display:flex;
    flex-direction: column;
    position:relative;
    align-self: end;
    height:100%;
    justify-content: flex-end;
}


section p i + a {
    padding-left:0.5em;
}

body.scrolled .content-stage:after {
    opacity:1;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.content-stage .container {

}

.content-stage .hero-header {
    position:relative;
    z-index:2;
    align-content: flex-end;
}

.content-stage .hero-bodytext {
    position:relative;
    z-index:2;
    padding:1em 0 5em 0;
}

.content-stage .hero-bodytext .container{
    width:100%;
    /* max-width:600px; */
    font-size:1.25em;
    padding:0 50vw 0 5vw
}

.hero-bodytext ul li {
  list-style-type: '>';
  padding-inline-start: 1ch;
}


.slick-list,
.slick-slide,
.slick-slide > div {
    height:100%;
    overflow: hidden;
}

.slick-slide img {
    width:100%;
    object-fit: cover;
}




.imageSlider .slick-slide {
    overflow: hidden;
}

.slick-arrow {
    position:absolute;
    bottom:1em;
    /* transform: translateY(-50%); */
    z-index:2;
    background: transparent;
    border: none;
    color:var(--white);
    padding: 0;
    right:1em;
}
.slick-prev.slick-arrow{
    transform:translateX(calc(-100% - 1em))
}


.slick-arrow > div {
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:999em;    
    font-size:2.5em;
    width:1em;    
    height:1em;    
    transition: all 450ms ease-in-out;
}
.slick-arrow > div:after{
    content:"\e99b";
    font-family: 'custom' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:var(--white);
    font-size:60%;
    display:block;    
}

.slick-slider:hover .slick-arrow > div{    
    background-color: rgba(0,0,0,0.7);
}


.slick-prev.slick-arrow > div:after{
    transform: rotate(90deg) translateY(5%);
}

.slick-next.slick-arrow > div:after{
    transform: rotate(-90deg) translateY(5%);
}


.persons-cover {
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.persons-cover > *{
    grid-area: 1 / 1 / 2 / 2;
}

.persons-list .persons-row {

}



.persons-list {
    display:grid;
    
    gap:2em;
}

.persons-row .person {
    
}

.person-portrait {
    display:block;
    aspect-ratio: 1066 / 1600;    
    margin-bottom:2em;
}
.person-portrait img{
    object-fit:cover;
    width: 100%;
    height: 100%;
}

.person-name {    
    font-family: var(--accentFont);
    font-size:1.25em;
}

.person-position {
    font-size:1.25em;
}

.person-position span{
    display:block;
}


.section-space-before-none .banner-nav {
    margin:2em 0 0 0;
}

.banner-nav .nav-text {
    font-size:6em;
    /* font-family:var(--accentFont); */
    font-weight:200;
    line-height:1;
}

.banner-nav.horizontal a {
    /* display:inline-block;             */
    transition: all 400ms ease-in-out;
    color:var(--grey20);
}
.banner-nav.horizontal a:hover {
    /* background-color: var(--grey20); */
    transition: all 400ms ease-in-out;
    color:var(--grey);
}

.banner-nav.horizontal a span:after {
    content: ", ";
}

.banner-nav.horizontal a:hover span{
}

.banner-nav.horizontal a span {
    hyphens: auto;
    /* transition: all 400ms ease-in-out; */
}

.banner-nav.horizontal a:last-child span:after {
    display:none;
}

.poimap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4em;
}
.poimap > * {
    flex:1;
    width:calc(50% - 2em);
    max-width:calc(50% - 2em);
    flex-basis: calc(50% - 2em);
}
.mapholder,
.poimap-map {
    height:66vh;
}
.nav-banner {
    line-height:1;
}
.nav-banner * {
    line-height:inherit!important;
}

.animatedHeader + .quotes {
    margin-top:6em;
}

.quotes .quote {
    max-width:800px;
    margin:0 auto;
    padding-left:2rem;
    border-left: 2px solid var(--grey);
}


.quotes .slick-track {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap:1em;
}
.quotes .slick-track .slick-slide {
    float:none;
}
.quotes .slick-track .slick-slide > div{
    display:flex;
    justify-content: center;
    align-items: center;
    
}
.quotes .slick-arrow {
    transform:translateY(-50%);
    top:50%;
    bottom:auto;
}

.quotes  .slick-prev.slick-arrow {
    left:0;
    right:auto;
}

.quotes .slick-arrow > div {
    font-size:8em;
}

.quotes .slick-arrow > div:after {
    color:var(--grey);
}
.quotes.slick-slider:hover .slick-arrow > div {
    background:transparent;
}









.ctype-sequence .prologue {
    margin-bottom:5em;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

ul.infoGraphic {
  font-size: var(--font-size);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style:none;
  margin:0;
  padding:0;
}
ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 25em;
  background: var(--bg1);
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
}
ul.infoGraphic li .numberWrap {
  position: absolute;
}
ul.infoGraphic li .number {
  /* font-size: 13em; */
  line-height:1;
  /* font-weight: 900; */
  /* width: 0.9em; */
  /* text-align: center; */

  font-size: 18em;
  color:var(--grey);
  font-family:var(--accentFont);
  transform:translate(33%,-33%);
}

ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -3em;
  top: -1em;
}
ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background: #ffffff;
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}
ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1;
}
ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}
ul.infoGraphic li .content {
  margin: 8em 3em 1em 7em;
  position: relative;
  text-align: center;
}
ul.infoGraphic li .content h2 {
  font-size: 1.7em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  /* color: var(--grey); */
}
ul.infoGraphic li .content .description {
  text-align: center;
}


.icon {
    /* color:var(--grey); */
    position: absolute;
    font-size: 2.5rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%);
}

