/* simple lightbox */
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
}
.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
  outline: 0;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f5f4ee;
  opacity: 0.85;
  display: none;
  z-index: 1111;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #fff;
  position: fixed;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  right: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 10060;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -moz-transform ease 0.2s;
  transition: -ms-transform ease 0.2s;
  transition: -o-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0%,
  100% {
    opacity: 0;
  }
  0% {
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}

.marker {
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 rgba(32, 153, 247, 0.42);
}
.marker,
.marker.active {
  background-color: #2099f7;
  animation: pulse 2s infinite;
}
.marker.active {
  box-shadow: 0 0 0 rgba(255, 1, 8, 0.42);
}
.marker.large {
  height: 16px;
  width: 16px;
  border: 0px solid #fff;
}
.marker.list {
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
}
.marker.list > span {
  position: absolute;
  top: 50%;
  font-family: iaf, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 900;
  font-size: 13px;
  color: #fff;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(32, 153, 247, 0.42);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(32, 153, 247, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(32, 153, 247, 0);
  }
}
@keyframes pulseRed {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 1, 8, 0.42);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 1, 8, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 1, 8, 0);
  }
}
#map {
  width: 100%;
  height: calc(100vh - 90px);
}
#map.mobile {
  display: none;
  height: auto;
  border-top: 0px solid #2099f7;
  padding-top: 15px;
}
@media (max-width: 979px) {
  #map.mobile {
    display: block;
    position: relative;
  }
}
#map.fixed-map {
  height: calc(100vh - 153px);
  position: fixed;
  width: calc(50% - 2px);
  top: 122px;
}
#map.fixed-map.my-list-map {
  width: calc(50% + 4px);
}
#map.bottom-lock,
#map.bottom-lock-alt {
  position: absolute !important;
  bottom: 0;
  top: inherit !important;
}
#map.bottom-lock-alt,
#map.fixed-map.bottom-lock {
  width: 100% !important;
}
#map.mid-lock {
  position: fixed !important;
  top: 121px !important;
  width: 50% !important;
}
#map.mid-lock.bottom-lock-alt {
  position: absolute !important;
  bottom: 0;
  width: 100% !important;
  top: inherit !important;
}
#map > img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
#map #gMap,
#map > img {
  height: 100%;
  width: 100%;
}
@media (max-width: 680px) {
  #map #gMap {
    height: 100vw;
  }
}
#gMapMobile {
  display: none;
  width: 100%;
  height: calc(100vh - 121px);
}
@media (max-width: 979px) {
  #gMapMobile {
    display: block;
    height: 100vw;
  }
}

.whats-on #map {
  height: calc(100vh - 194px);
}
.gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 0;
  max-height: none !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d {
  width: 100%;
  overflow: visible !important;
  max-height: none !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d > div {
  width: 100%;
}
.gm-style-iw-t:after {
  border-left: 2px solid #2099f7;
  border-bottom: 2px solid #2099f7;
  top: -1px !important;
}
.gm-style-iw {
  min-width: 245px;
  min-height: 259px;
}
.gm-ui-hover-effect {
  cursor: pointer !important;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#player {
  max-width: 100% !important;
  overflow: hidden;
}
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border: 0 !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

* {
  transition: ease-in-out;
  -webkit-transition: ease-in-out;
}

html {
  -webkit-font-smoothing: antialiased;
  background: #f5f4ee;
}

.abCenter {
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
}

.no-gutter-left {
  padding-left: 0px;
}
.no-gutter-right {
  padding-right: 0px;
}

.midway-horizontal,
.midway-vertical {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

/* Advanced selectors */

@font-face {
  font-family: iaf;
  src: url("..//fonts/IAF009-Regular.woff2") format("woff2"),
    url("..//fonts/IAF009-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FenulCondensed;
  src: url("..//fonts/FenulCondensed-Semibold.woff2") format("woff2"),
    url("..//fonts/FenulCondensed-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: Section;
  font-weight: 300;
  font-display: swap;
  src: url("..//fonts/section-light.woff2") format("woff2"),
    url("..//fonts/section-light.woff") format("woff");
}
@font-face {
  font-family: Section;
  font-weight: 400;
  font-display: swap;
  src: url("..//fonts/section-medium.woff2") format("woff2"),
    url("..//fonts/section-medium.woff") format("woff");
}
@font-face {
  font-family: Section;
  font-weight: 700;
  font-display: swap;
  src: url("..//fonts/section-bold.woff2") format("woff2"),
    url("..//fonts/section-bold.woff") format("woff");
}
@font-face {
  font-family: Section;
  font-weight: 800;
  font-display: swap;
  src: url("..//fonts/section-black.woff2") format("woff2"),
    url("..//fonts/section-black.woff") format("woff");
}

.card {
  border-radius: 0 !important;
}

.banner-card p {
  font-family: iaf !important;
}

p a:link {
  text-decoration: underline !important;
  text-decoration-thickness: 10% !important;
  text-underline-offset: 4px !important;
}
p a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 10% !important;
  text-underline-offset: 4px !important;
}

.offset-right-1 {
  margin-right: 8.333333%;
}

.padding-inline-25 {
  padding-inline: 25px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}

.font-iaf,
.font-iaf p {
  font-family: iaf !important;
}

.padding-25 {
  padding: 25px;
}

.card-title-font {
  font-size: 30px;
  line-height: 30px;
}
.card-title-font-xl {
  font-size: 50px;
  line-height: 50px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

a:link:not(.not-hover-white),
a:visited:not(.not-hover-white) {
  color: #2099f7;
}

article a.not-hover-white {
  color: #fff !important;
}
article a.not-hover-white:hover {
  color: #2099f7 !important;
}

.w-75 {
  width: 75% !important;
}

/* 02 COLOUR */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  padding-top: 0;
  font-weight: 100;
}

h1,
.h1 {
  font-family: iaf;
  font-size: 60px !important;
  line-height: 60px;
  font-weight: 800;
}

h2 {
  font-size: clamp(50px, 5vw, 120px) !important;
  line-height: clamp(55px, 5vw, 130px);
  font-family: iaf !important;
  font-weight: 100 !important;
}

h3,
.h3 {
  font-size: clamp(40px, 4vw, 45px) !important;
  line-height: clamp(40px, 4vw, 45.5px) !important;
  font-family: iaf;
  font-weight: 800;
}
.card-body h3 {
  font-size: 30px !important;
  line-height: 30px !important;
}

h4 {
  font-size: 30px !important;
  line-height: normal;
  font-family: iaf;
  font-weight: 800;
}

h5 {
  font-family: iaf;
  font-weight: 800;
  letter-spacing: 0.15em;
  font-size: 14px;
  text-transform: uppercase;
}

h6 {
  font-size: 1rem;
}

.abCenter {
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
}

footer {
  font-size: clamp(13px, 4vw, 18px);
  line-height: clamp(16px, 4vw, 22px);
  background: #f0eee5;
}

body {
  font-family: iaf;
  font-size: clamp(18px, 4vw, 18px) !important;
  line-height: clamp(24px, 4vw, 22px) !important;
  color: #000000;
  background: #f0eee5;
  overflow-x: hidden;
}

b,
strong,
label {
  font-family: iaf;
  font-weight: 700 !important;
}

.hideFirst {
  display: none;
}

.login-icon {
  background-image: url("..//images/ohd-menu.svg");
  width: 45px;
  height: 25px;
  cursor: pointer;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.1s ease;
}

.login-icon-close {
  background-image: url("..//images/ohd-menu-close.svg");
  width: 37.5px;
  height: 32.5px;
  cursor: pointer;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px;
  transition: all 0.1s ease;
  z-index: 0;
}

#login-menu {
  top: 0px;
  right: 0px;
  position: fixed;
  background-color: #f0eee5;
  margin: 0 auto;
  padding-top: 53px;
  width: 100%;
  height: 100% !important;
  z-index: 3;
}

#login-menu a:link,
#login-menu a:visited {
  color: #2099f7;
}

#login-menu a:hover,
#login-menu a:visited:hover {
  color: #ff0000 !important;
}

#login-menu .current_page_item a,
#login-menu .current-menu-item a,
#login-menu .current-projects-ancestor a {
  color: #ff0000 !important;
  padding-bottom: 0px;
}

.hidden-xs {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-md {
  display: block;
}

.visible-md {
  display: none;
}

.showthis {
  display: none;
}

header .row {
  height: 70px;
}

.ohd-days,
.ohd-types,
.ohd-postdate {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: iaf;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
}

/* Media Queries */

@media only screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 60px !important;
    line-height: 50px;
  }

  h4 {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 979px) {
  .hidden-md {
    display: none;
  }

  .visible-md {
    display: block;
  }

  h1,
  .h1 {
    font-size: 50px !important;
    line-height: 40px;
  }

  h4 {
    font-size: 20px !important;
  }

  header .row {
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .single section:first-child.no-scroll,
  .whats-on,
  .journal-overview {
    padding-top: 60px;
  }

  .ohd-days,
  .ohd-types,
  .ohd-postdate {
    font-size: 12px;
    line-height: 16px;
  }

  .card-wrapper {
    justify-content: space-between;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header .row {
    height: 70px;
  }

  h1,
  .h1 {
    font-size: 40px !important;
    line-height: 35px;
  }

  h4 {
    font-size: 18px !important;
  }

  h6 {
    font-size: 0.6rem;
  }

  .supporter-logo {
    max-height: 32px !important;
    object-fit: contain;
    height: 32px;
  }
  .supporter-logo.pr-3 {
    padding-right: 0.25rem !important;
  }

  .message-box {
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px 10px;
    font-size: 80% !important;
    line-height: 100% !important;
  }

  .pl-5 {
    padding-left: 0.25rem !important;
  }

  .pr-5 {
    padding-right: 0.25rem !important;
  }

  .pt-5 {
    padding-top: 0.85rem !important;
  }

  .icon-image.pb-5 {
    padding-bottom: 0.85rem !important;
  }

  .pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .pt-4 {
    padding-top: 1rem !important;
  }
  .pb-4 {
    padding-bottom: 1rem !important;
  }
  header.pt-4 {
    padding-top: 0.5rem !important;
  }
  header.pb-4 {
    padding-bottom: 0.5rem !important;
  }
  header .col-12 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }
}
