img.sub {
  border: 0;
}

q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* Font styles */

#pageContentWrapper h1,
#pageContentWrapper h2,
#pageContentWrapper h3,
#pageContentWrapper h4,
#pageContentWrapper h5,
#pageContentWrapper h6 {
  margin: 0 0 10px 0;
  line-height: 1.2;
  color: #1b2958;
  font-family: "lektorat-display-variable", sans-serif;
  font-variation-settings: "wght" 700;
}

/*--------------------------- Inside page-------------------------------*/
.inside-page {
  position: relative;
}
/* Page navigation */
#pageNav {
  border: 0;
  position: relative;
  background: #f8b30d;
  margin-left: 20px;
  padding: 10px 0 45px;
}

#pageNav ul {
  padding: 10px 0 0 !important;
  margin: 0 auto !important;
  width: 300px;
  height: auto !important;
}

#pageNav ul li {
  padding: 0 0 0px !important;
  margin: 0 0 0px !important;
  zoom: 1;
  /* important for IE6 */
}
#pageNav td img {
  display: none;
}
#pageNav ul,
#pageNav ul li {
  list-style: none;
}
#pageNav ul li a,
#pageNav ul li b,
#pageNav ul li strong {
  min-height: 20px;
  text-decoration: none;
  padding: 8.5px 20px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 1;
  text-align: left;
  letter-spacing: 0.3px;
  font-size: 18px;
  line-height: 26px;
  color: #121c3d;
  font-weight: normal;
  font-family: "lektorat-display-variable", sans-serif;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
}

#pageNav ul li b,
#pageNav ul li a:hover,
#pageNav ul li strong,
#pageNav ul li a:focus {
  color: #fff !important;
  background: #2e4a9c;
}

/* Other homepage section extras */
.dark {
  background-color: #121c3d !important;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-family: "Lora", serif;
  font-size: 17px;
}

.light {
  background-color: #fdfafa !important;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #4c4c4c;
  font-weight: 400;
  font-family: "Lora", serif;
  font-size: 17px;
}

.dark a,
.dark a:visited,
.dark a:link,
.dark a:hover,
.dark a:active {
  color: #fff !important;
}

/* Site Styles */
#wrapper .content .inside {
  max-width: 1200px;
  box-sizing: border-box;
  width: var(--en-website-width);
  margin: 0 auto 0;
  min-height: min(5000px, 70vh);
  padding: 0 0 135px;
}

#en-content-wrapper a:hover,
#en-content-wrapper a:focus {
  color: #2e4a9c;
}

#wrapper .inside-page .content,
#wrapper .neutral,
#wrapper table,
#en-content-wrapper {
  font-family: "Lora", serif;
  font-size: 17px;
  color: #121c3d;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.pageTitle {
  width: auto;
  display: block;
  height: auto;
  margin: 0 0 25px 0;
  position: relative;
  font-size: clamp(27px, 6.17vw, 44px);
  line-height: clamp(34px, 7.5vw, 44px);
  color: #1b2958;
  font-weight: normal;
  font-family: "lektorat-display-variable", sans-serif;
  text-align: left;
  padding: 67px 0 12px;
  background: transparent;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  font-variation-settings: "wght" 700;
}
@media only screen and (max-width: 1250px) {
  #wrapper .content .inside {
    width: auto;
  }
}

@media (max-width: 1250px) {
  #wrapper .content {
    width: auto;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 700px) {
  #pageContentWrapper table {
    table-layout: fixed;
  }
  #wrapper #contactStaff #emailForm td {
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
  #wrapper #contactStaff #emailForm td span {
    padding: 10px 0;
  }
  #wrapper #contactStaff #emailForm td label {
    margin: 0 15px 0 0;
  }
  #pageAsideWrapper.pageAsideLeftWrapper {
    margin: 0 0 40px;
    z-index: 9;
  }
  .pageTitle span {
    text-indent: initial !important;
  }
  #pageAsideWrapper.pageAsideLeftWrapper dl dt,
  #pageAsideWrapper.pageAsideLeftWrapper dl dd {
    color: #fff;
  }
  #wrapperPageInner {
    padding: 10px;
    margin-top: 50px;
  }
  #pageWrapperTable table tr {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  #pageWrapperTable tr td {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 992px) {
  #wrapper footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: visible;
    z-index: 3;
  }
  #wrapper {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    height: auto !important;
  }
  #wrapper .content .inside {
    padding: 0;
  }
  #wrapper .content {
    padding: 0 20px 450px;
    z-index: 2;
  }
  #wrapper .content::after {
    content: none;
  }
  .close {
    font-family: Arial, Verdana, sans-serif;
  }
}

#wrapper {
  overflow-x: hidden;
}

#contactStaff input[type="button"],
#contactStaff input[type="submit"] {
  color: #fff !important;
  background: #000;
}
#contactStaff input[type="button"]:hover,
#contactStaff input[type="submit"]:hover,
#contactStaff input[type="button"]:focus,
#contactStaff input[type="submit"]:focus {
  background: #121c3d;
}
#STAFF_SINGLE_PAGE_WO_ASIDE #contactStaff table iframe {
  border-bottom: 1px solid #aab !important;
  border-radius: 3px;
}
#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}
#staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dt {
  padding: 0 0 5px;
}
@media only screen and (max-width: 380px) {
  #staff.staffR1.staff-v4 .staff-categoryStaffMember a {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 551px) {
  #wrapper .content .inside #staff .staff-category:nth-child(3) .staff-header {
    margin: 0 0 100px;
  }
}

@media only screen and (max-width: 1099px) {
  #wrapper .staff-categoryStaffMembers {
  width: auto !important;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
}


#wrapper #events-page #events.v1 ul {
min-height: 75px;
}

#wrapper #events-page #events.v1 .dayInfoWrap {
margin-top: 0;
top: 50%;
transform: translateY(-50%);
}

