@charset "UTF-8";
/*!
Theme Name: Palmy BID 2023
Theme URI: https://bsd.nz
Author: Blacksheepdesign 
Author URI: http://www.blacksheepdesign.co.nz/
Author Design: Sarah Turner
Author Front-end and Integration: Blaine McDougall
Description: Blacksheepdesign creates custom websites based on Wordpress using some really cool plugins. 
Version: 1.0
*/
.cyan {
  color: #00A7B5;
}

.navy {
  color: #1B365D;
}

.lime {
  color: #D4C304;
}

.red {
  color: #E0004D;
}

.green {
  color: #64A70B;
}

.white {
  color: white;
}

.cyanBkgd {
  background: #00A7B5;
}

.navyBkgd {
  background: #1B365D;
}

.limeBkgd {
  background: #D4C304;
}

.redBkgd {
  background: #E0004D;
}

.greenBkgd {
  background: #64A70B;
}

.greyBkgd {
  background: #F7F7F7;
}

.whiteBkgd {
  background: white;
}

body {
  font-size: 16px;
  background-color: white;
  color: #1B365D;
}

p {
  font-family: "lotaReg", sans-serif !important;
}

h1 {
  font-size: 32px;
  padding-bottom: 15%;
  font-family: "lotaBlack", sans-serif !important;
  letter-spacing: 1.5px;
}

h2 {
  font-size: 28px;
  padding-bottom: 15%;
  font-family: "lotaBlack", sans-serif !important;
}

h3 {
  font-size: 25px;
  font-family: "lotaBlack", sans-serif !important;
  padding-bottom: 10%;
}

h4 {
  font-size: 20px;
  padding-bottom: 10%;
  font-family: "lotaBlack", sans-serif !important;
}

h5 {
  font-size: 16px;
  padding-bottom: 3%;
  font-family: "lotaBlack", sans-serif !important;
}

#bodyWrapper {
  padding: 0;
}

.standardPadding {
  padding: 10% 8vw;
}

.standardPadding2 {
  padding: 0 8vw 10% 8vw;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.desktopOnly {
  display: none;
}

.desktopOnly2 {
  display: none;
}

.mobileOnly {
  display: block;
}

.mobileOnly2 {
  display: flex;
}

.dropdown .dropdownContent {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease-in-out, opacity 500ms ease-in-out;
  pointer-events: none;
}
.dropdown .dropdownTrigger {
  cursor: pointer;
}

.open .dropdownContent {
  max-height: 2000px;
  opacity: 1;
  transition: max-height 1s ease-in-out, opacity 500ms ease-in-out;
  pointer-events: auto;
}

.basicFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

button {
  border: none;
  appearance: none !important;
  font-size: 16px;
  padding: 1vh;
  color: white;
  width: 45%;
  justify-content: space-between;
  display: flex;
  gap: 10px;
  align-items: center;
}
button:after {
  background-image: url(img/icons/arrow-right.svg);
  background-size: 16px 16px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat !important;
}

.littleSquare {
  content: "\a";
  width: 15px;
  height: 15px;
}

.contactDetails .detail {
  font-size: 20px;
}
.contactDetails .contactEmail {
  display: flex;
  gap: 10px;
  align-items: center;
  gap: 15px;
}
.contactDetails .contactEmail:before {
  background-image: url("img/icons/icon-email.svg");
  background-size: 32px 32px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat !important;
}
.contactDetails .logos {
  padding-top: 5%;
  display: flex;
  gap: 15px;
}
.contactDetails .logos img {
  width: 32px;
  height: 32px;
}

.hero {
  padding: 0 4vw;
}
.hero .innerHero {
  padding: 10% 4vw;
  padding-top: 20%;
}
.hero .heroBottom {
  margin-left: -4vw;
  width: calc(100% + 8vw);
  position: relative;
  padding-bottom: 30%;
}
.hero .heroBottom .map {
  position: relative;
}
.hero .heroBottom .map button {
  position: absolute;
  bottom: 0;
  left: 4vw;
  display: block;
}
.hero .heroBottom .map button::after {
  display: none;
}
.hero .heroBottom > img {
  position: absolute;
  right: 0;
}

.sideHeading {
  padding-bottom: 10%;
}

.collage .collageInner p {
  padding-bottom: 7%;
}
.collage .collageInner .section2 .img1 {
  margin-top: 5%;
  margin-bottom: 7%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.collage .collageInner .section2 .img1 .redBkgd.littleSquare {
  position: absolute;
  top: 0;
  right: 0;
}
.collage .collageInner .section2 .img1 .greenBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  left: 0;
}
.collage .collageInner .section3 .img2 {
  width: 50%;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin-bottom: 4%;
}
.collage .collageInner .section3 .img2 .limeBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: -24px;
}
.collage .collageInner .section3 .img3 {
  margin-bottom: 20%;
}
.collage .collageInner .section3 .img3 .rightSide {
  padding-top: 15%;
}
.collage .collageInner .section4 .rightSide {
  display: flex;
  gap: 8px;
}
.collage .collageInner .section4 .rightSide .img4 {
  width: 30%;
  position: relative;
  padding-top: 24px;
}
.collage .collageInner .section4 .rightSide .img4 img {
  height: 15vh;
  object-fit: cover;
}
.collage .collageInner .section4 .rightSide .img4 .navyBkgd.littleSquare {
  position: absolute;
  top: 0;
  right: 0;
}
.collage .collageInner .section4 .rightSide .img5 {
  width: 70%;
  position: relative;
  padding-top: 24px;
  margin-bottom: 15%;
}
.collage .collageInner .section4 .rightSide .img5 img {
  height: 25vh;
  object-fit: cover;
}
.collage .collageInner .section4 .rightSide .img5 .cyanBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 0;
}

.eventsBanner {
  padding-top: 15%;
  padding-bottom: 15vh;
  margin-bottom: 15vh;
}
.eventsBanner .leftSide {
  padding-bottom: 15%;
}
.eventsBanner .squareImg {
  margin-right: -8vw;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.eventsBanner .squareImg img {
  position: absolute;
  right: 0;
  height: 25vh;
  width: calc(100% - 8vw);
}
.eventsBanner .squareImg .limeBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 8px;
}
.eventsBanner .squareImg .navyBkgd.littleSquare {
  position: absolute;
  bottom: calc(-25vh - 24px);
  right: 32px;
}
.eventsBanner .squareImg .redBkgd.littleSquare {
  position: absolute;
  bottom: calc(-25vh - 24px);
  right: 0px;
}

.membersBanner {
  padding-top: 15%;
  padding-bottom: 32%;
  position: relative;
}
.membersBanner p {
  margin-bottom: 10%;
}
.membersBanner img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.membersBanner button {
  width: fit-content;
}
.membersBanner .aboveImg {
  z-index: 5;
  position: relative;
}

.popin {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 1s ease-in-out;
}

.hero2 .innerHero {
  height: 90vh;
  padding-bottom: 0;
  position: relative;
}
.hero2 .innerHero .img1 {
  position: absolute;
  width: 18vh;
  left: 0;
  bottom: 30vh;
  object-fit: cover;
  height: 18vh;
  margin-left: -4vw;
  opacity: 0;
  transform: scale(0);
}
.hero2 .innerHero .img2 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  width: 85%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 25vh;
  margin-right: -4vw;
  text-align: right;
  opacity: 0;
  transform: scale(0);
}
.hero2 .innerHero .imgFlex {
  display: flex;
  justify-content: space-between;
}
.hero2 .innerHero .pattern {
  position: absolute;
  right: 0;
  bottom: 25vh;
  padding-top: 5vh;
  margin-right: -4vw;
}

.externalLink {
  align-items: center;
}
.externalLink::after {
  background-image: url(img/icons/icon-offsite.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.visitBanner {
  padding-top: 20%;
  padding-bottom: 20%;
}
.visitBanner p {
  padding-bottom: 10%;
}
.visitBanner button {
  margin-bottom: 10%;
}
.visitBanner .visitImages {
  position: relative;
  padding-right: 4vw;
  font-size: 0;
  line-height: 0;
  padding-bottom: 28px;
}
.visitBanner .visitImages .img1 {
  width: 30%;
  height: 18vh;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 16px;
}
.visitBanner .visitImages .img2 {
  width: calc(100% - 32px);
  margin-left: calc(32px + 4vw);
}
.visitBanner .visitImages .limeBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 16px;
}
.visitBanner .visitImages .redBkgd.littleSquare, .visitBanner .visitImages .cyanBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: 0;
}
.visitBanner .visitImages .navyBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: 32px;
}

@keyframes colorchange {
  0% {
    background: #1B365D;
  }
  20% {
    background: #E0004D;
  }
  40% {
    background: #D4C304;
  }
  60% {
    background: #64A70B;
  }
  80% {
    background: #00A7B5;
  }
  100% {
    background: #1B365D;
  }
}
@-webkit-keyframes colorchange {
  0% {
    background: #1B365D;
  }
  20% {
    background: #E0004D;
  }
  40% {
    background: #D4C304;
  }
  60% {
    background: #64A70B;
  }
  80% {
    background: #00A7B5;
  }
  100% {
    background: #1B365D;
  }
}
.colorchange, #desktopMenu .colorchange .dropdownContent {
  background-color: #1B365D;
  animation: colorchange 20s 12s;
  -webkit-animation: colorchange 20s 12s;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 600px) {
  .standardPadding {
    padding: 10% 10vw;
  }

  .standardPadding2 {
    padding: 0 16vw 10% 10vw;
  }

  .mobileOnly, .mobileOnly2 {
    display: none !important;
  }

  .desktopOnly {
    display: block !important;
  }

  .desktopOnly2 {
    display: flex !important;
  }

  h1 {
    font-size: 40px;
    font-size: 2.25vw;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-bottom: 5% !important;
  }

  h2 {
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
    padding-bottom: 3% !important;
  }

  h3 {
    padding-bottom: 2%;
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
  }

  h4 {
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
  }

  h5 {
    font-size: 20px;
    font-size: 1vw;
    font-size: clamp(16px, 20px, 1.25vw);
  }

  p, li, button {
    font-size: 1rem;
    font-size: clamp(16px, 20px, 1.25vw);
  }

  button {
    transition: background-color 500ms ease-in-out;
    cursor: pointer;
    width: fit-content;
    padding-right: 7vh;
    position: relative;
  }
  button::after {
    position: absolute;
    right: 1vh;
  }

  button.navyBkgd:hover {
    background-color: #00A7B5 !important;
  }

  .hero {
    padding: 0 5vw;
    height: 90vh;
    position: static;
    z-index: 1;
  }
  .hero .innerHero {
    padding: 10% 15vw;
    height: 90vh;
  }
  .hero .innerHero h5 {
    padding-bottom: 1vh;
  }
  .hero .heroBottom {
    background: transparent;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    position: absolute;
    right: 10vw;
    top: 70%;
  }
  .hero .heroBottom .map {
    margin-left: auto;
    margin-right: 0;
    width: 65%;
  }
  .hero .heroBottom .map img {
    width: 70%;
  }
  .hero .heroBottom .map button {
    left: 5vw;
    width: fit-content;
    padding-left: 2vh;
    padding-right: 2vh;
    bottom: calc(-8px - 1vh);
  }
  .hero .heroBottom > img {
    position: absolute;
    left: 10vw;
    top: 0;
    width: calc(35% - 10vw);
  }

  .hero1 {
    padding: 0 5vw;
    height: fit-content;
    position: relative;
    z-index: 1;
    background: white;
  }
  .hero1::after {
    width: 5vw;
    height: 90vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background: #1B365D;
    display: block;
    content: "\a";
  }
  .hero1::before {
    width: 5vw;
    height: 90vh;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background: #1B365D;
    display: block;
    content: "\a";
  }
  .hero1 .innerHero {
    padding: 10% 15vw;
    padding-bottom: 0;
  }
  .hero1 .innerHero h5 {
    padding-bottom: 1vh;
  }
  .hero1 .heroBottom {
    display: flex;
    background: white;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    margin-top: -20%;
  }
  .hero1 .heroBottom .map {
    margin-left: auto;
    margin-right: 0;
    width: 65%;
  }
  .hero1 .heroBottom .map img {
    width: 80%;
  }
  .hero1 .heroBottom .map button {
    left: 5vw;
    width: fit-content;
    padding-left: 2vh;
    padding-right: 2vh;
    bottom: calc(-8px - 1vh);
  }
  .hero1 .heroBottom > img {
    position: static;
    margin-left: 10vw;
    top: 0;
    width: 30%;
    order: -1;
    height: 60%;
  }

  #visiting .hero1:before, #visiting .hero1:after {
    background: #64A70B;
  }

  #about .hero1:before, #about .hero1:after {
    background: #00A7B5;
  }

  .sideHeading {
    position: absolute;
    top: 0;
    left: 5vw;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: top left;
    padding-bottom: 0 !important;
  }

  .sideParent {
    position: relative;
  }

  .collage {
    padding-top: 10%;
  }
  .collage .sideHeading {
    left: 10vw;
  }
  .collage .collageInner p {
    padding-bottom: 2% !important;
  }
  .collage .collageInner .section1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
  }
  .collage .collageInner .section2 {
    display: flex;
    justify-content: space-between;
  }
  .collage .collageInner .section2 p {
    width: 40%;
    padding-top: 20px;
  }
  .collage .collageInner .section2 .img1 {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
  }
  .collage .collageInner .section3 {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .collage .collageInner .section3 .leftSide {
    width: 100%;
  }
  .collage .collageInner .section3 .rightSide {
    width: 40%;
    padding-top: 0 !important;
  }
  .collage .collageInner .section3 .img2 {
    width: 25%;
    margin-bottom: 2%;
  }
  .collage .collageInner .section3 .img3 {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .collage .collageInner .section3 .img3 img {
    width: 50%;
    object-fit: cover;
  }
  .collage .collageInner .section4 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .collage .collageInner .section4 .leftSide {
    order: -1;
    width: 40%;
  }
  .collage .collageInner .section4 .rightSide {
    width: 60%;
    justify-self: flex-end;
    justify-content: flex-end;
    gap: 15px;
  }
  .collage .collageInner .section4 .rightSide .img4 {
    width: 25%;
  }
  .collage .collageInner .section4 .rightSide .img4 img {
    height: 30vh;
  }
  .collage .collageInner .section4 .rightSide .img5 {
    width: 60%;
    margin-bottom: 0;
  }
  .collage .collageInner .section4 .rightSide .img5 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .eventsBanner {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5vw;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .eventsBanner .leftSide {
    padding-bottom: 0;
    width: 45%;
  }
  .eventsBanner .leftSide h3 {
    font-size: 40px;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-bottom: 5%;
  }
  .eventsBanner .squareImg {
    margin-right: 0;
    overflow: visible;
    width: 40%;
    position: absolute;
    height: calc(100% + 10vh);
    white-space: nowrap;
    right: 5vw;
    top: -5vh;
  }
  .eventsBanner .squareImg img {
    position: static;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
  }
  .eventsBanner .littleSquare.limeBkgd {
    top: 0;
    left: -32px !important;
  }
  .eventsBanner .littleSquare.navyBkgd {
    top: calc(100% + 16px);
    right: 32px !important;
  }
  .eventsBanner .littleSquare.redBkgd {
    top: calc(100% + 16px);
    right: 0 !important;
  }

  .membersBanner {
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    display: flex;
    gap: 3vw;
  }
  .membersBanner .aboveImg {
    width: 30%;
  }
  .membersBanner p {
    margin-bottom: 0;
    width: 40%;
    position: static;
    left: 40%;
    top: 0;
  }
  .membersBanner h4 {
    padding-bottom: 5%;
    width: 100%;
  }
  .membersBanner img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
  }
  .membersBanner button {
    width: fit-content;
  }
  .membersBanner button::after {
    margin-left: 20px;
  }
  .membersBanner button:hover {
    background-color: #E0004D !important;
  }

  .hero2 {
    margin-bottom: 10%;
    overflow: hidden;
  }
  .hero2 .img1a, .hero2 .img1b, .hero2 .img2a, .hero2 .img2b, .hero2 .img2c, .hero2 .img3a, .hero2 .img3b, .hero2 .img4a, .hero2 .img4b {
    opacity: 0;
    position: absolute;
  }
  .hero2 h5 {
    padding-bottom: 1vh;
    z-index: 2;
    position: relative;
  }
  .hero2 h1 {
    width: 70%;
    z-index: 2;
    position: relative;
  }
  .hero2 .pattern {
    bottom: 0 !important;
    right: -25px !important;
  }
  .hero2 .img1, .hero2 .img2 {
    opacity: 1 !important;
    transform: scale(1) !important;
    position: static !important;
    width: auto !important;
    bottom: unset !important;
    height: unset !important;
    margin-left: unset !important;
  }
  .hero2 .popin {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: all 1s ease-in-out;
  }
  .hero2 .popout {
    opacity: 0 !important;
    transform: scale(0) !important;
    transition: all 1s ease-in-out;
  }
  .hero2 .img1a {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    left: -5vw;
  }
  .hero2 .img2a {
    width: 18vw;
    left: 15vw;
  }
  .hero2 .img2b {
    width: 15vw;
    left: 15vw;
  }
  .hero2 .img2c {
    width: 15vw;
    left: 20vw;
  }
  .hero2 .img4a, .hero2 .img4b {
    width: 15vw;
    right: 3vw;
  }
  .hero2 .img3a {
    width: 25vw;
    right: 10vw;
  }
  .hero2 .img3b {
    width: 28vw;
    right: 10vw;
  }

  .visitBanner {
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .visitBanner .aboveImg {
    width: 38%;
    padding-left: 10vw;
    padding-right: 0;
    padding-bottom: 0;
  }
  .visitBanner p {
    padding-bottom: 5%;
  }
  .visitBanner button {
    margin-bottom: 0;
  }
  .visitBanner .visitImages {
    position: relative;
    padding-right: 0;
    margin-right: 0;
    font-size: 0;
    line-height: 0;
    padding-bottom: 28px;
    width: 52%;
  }
  .visitBanner .visitImages .img1 {
    width: 20vh;
    height: 30vh;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: -12%;
    margin-left: 16px;
  }
  .visitBanner .visitImages .img2 {
    width: calc(100% - 10vw);
    margin-left: 0;
  }
  .visitBanner .visitImages .limeBkgd.littleSquare {
    position: absolute;
    top: 0;
    left: -32px;
  }
  .visitBanner .visitImages .redBkgd.littleSquare, .visitBanner .visitImages .cyanBkgd.littleSquare {
    position: absolute;
    bottom: 0;
    right: 10vw;
  }
  .visitBanner .visitImages .navyBkgd.littleSquare {
    position: absolute;
    bottom: unset;
    top: 32px;
    left: -32px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.cyan {
  color: #00A7B5;
}

.navy {
  color: #1B365D;
}

.lime {
  color: #D4C304;
}

.red {
  color: #E0004D;
}

.green {
  color: #64A70B;
}

.white {
  color: white;
}

.cyanBkgd {
  background: #00A7B5;
}

.navyBkgd {
  background: #1B365D;
}

.limeBkgd {
  background: #D4C304;
}

.redBkgd {
  background: #E0004D;
}

.greenBkgd {
  background: #64A70B;
}

.greyBkgd {
  background: #F7F7F7;
}

.whiteBkgd {
  background: white;
}

body {
  font-size: 16px;
  background-color: white;
  color: #1B365D;
}

p {
  font-family: "lotaReg", sans-serif !important;
}

h1 {
  font-size: 32px;
  padding-bottom: 15%;
  font-family: "lotaBlack", sans-serif !important;
  letter-spacing: 1.5px;
}

h2 {
  font-size: 28px;
  padding-bottom: 15%;
  font-family: "lotaBlack", sans-serif !important;
}

h3 {
  font-size: 25px;
  font-family: "lotaBlack", sans-serif !important;
  padding-bottom: 10%;
}

h4 {
  font-size: 20px;
  padding-bottom: 10%;
  font-family: "lotaBlack", sans-serif !important;
}

h5 {
  font-size: 16px;
  padding-bottom: 3%;
  font-family: "lotaBlack", sans-serif !important;
}

#bodyWrapper {
  padding: 0;
}

.standardPadding {
  padding: 10% 8vw;
}

.standardPadding2 {
  padding: 0 8vw 10% 8vw;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.desktopOnly {
  display: none;
}

.desktopOnly2 {
  display: none;
}

.mobileOnly {
  display: block;
}

.mobileOnly2 {
  display: flex;
}

.dropdown .dropdownContent {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease-in-out, opacity 500ms ease-in-out;
  pointer-events: none;
}
.dropdown .dropdownTrigger {
  cursor: pointer;
}

.open .dropdownContent {
  max-height: 2000px;
  opacity: 1;
  transition: max-height 1s ease-in-out, opacity 500ms ease-in-out;
  pointer-events: auto;
}

.basicFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

button {
  border: none;
  appearance: none !important;
  font-size: 16px;
  padding: 1vh;
  color: white;
  width: 45%;
  justify-content: space-between;
  display: flex;
  gap: 10px;
  align-items: center;
}
button:after {
  background-image: url(img/icons/arrow-right.svg);
  background-size: 16px 16px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat !important;
}

.littleSquare {
  content: "\a";
  width: 15px;
  height: 15px;
}

.contactDetails .detail {
  font-size: 20px;
}
.contactDetails .contactEmail {
  display: flex;
  gap: 10px;
  align-items: center;
  gap: 15px;
}
.contactDetails .contactEmail:before {
  background-image: url("img/icons/icon-email.svg");
  background-size: 32px 32px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat !important;
}
.contactDetails .logos {
  padding-top: 5%;
  display: flex;
  gap: 15px;
}
.contactDetails .logos img {
  width: 32px;
  height: 32px;
}

.hero {
  padding: 0 4vw;
}
.hero .innerHero {
  padding: 10% 4vw;
  padding-top: 20%;
}
.hero .heroBottom {
  margin-left: -4vw;
  width: calc(100% + 8vw);
  position: relative;
  padding-bottom: 30%;
}
.hero .heroBottom .map {
  position: relative;
}
.hero .heroBottom .map button {
  position: absolute;
  bottom: 0;
  left: 4vw;
  display: block;
}
.hero .heroBottom .map button::after {
  display: none;
}
.hero .heroBottom > img {
  position: absolute;
  right: 0;
}

.sideHeading {
  padding-bottom: 10%;
}

.collage .collageInner p {
  padding-bottom: 7%;
}
.collage .collageInner .section2 .img1 {
  margin-top: 5%;
  margin-bottom: 7%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.collage .collageInner .section2 .img1 .redBkgd.littleSquare {
  position: absolute;
  top: 0;
  right: 0;
}
.collage .collageInner .section2 .img1 .greenBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  left: 0;
}
.collage .collageInner .section3 .img2 {
  width: 50%;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin-bottom: 4%;
}
.collage .collageInner .section3 .img2 .limeBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: -24px;
}
.collage .collageInner .section3 .img3 {
  margin-bottom: 20%;
}
.collage .collageInner .section3 .img3 .rightSide {
  padding-top: 15%;
}
.collage .collageInner .section4 .rightSide {
  display: flex;
  gap: 8px;
}
.collage .collageInner .section4 .rightSide .img4 {
  width: 30%;
  position: relative;
  padding-top: 24px;
}
.collage .collageInner .section4 .rightSide .img4 img {
  height: 15vh;
  object-fit: cover;
}
.collage .collageInner .section4 .rightSide .img4 .navyBkgd.littleSquare {
  position: absolute;
  top: 0;
  right: 0;
}
.collage .collageInner .section4 .rightSide .img5 {
  width: 70%;
  position: relative;
  padding-top: 24px;
  margin-bottom: 15%;
}
.collage .collageInner .section4 .rightSide .img5 img {
  height: 25vh;
  object-fit: cover;
}
.collage .collageInner .section4 .rightSide .img5 .cyanBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 0;
}

.eventsBanner {
  padding-top: 15%;
  padding-bottom: 15vh;
  margin-bottom: 15vh;
}
.eventsBanner .leftSide {
  padding-bottom: 15%;
}
.eventsBanner .squareImg {
  margin-right: -8vw;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.eventsBanner .squareImg img {
  position: absolute;
  right: 0;
  height: 25vh;
  width: calc(100% - 8vw);
}
.eventsBanner .squareImg .limeBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 8px;
}
.eventsBanner .squareImg .navyBkgd.littleSquare {
  position: absolute;
  bottom: calc(-25vh - 24px);
  right: 32px;
}
.eventsBanner .squareImg .redBkgd.littleSquare {
  position: absolute;
  bottom: calc(-25vh - 24px);
  right: 0px;
}

.membersBanner {
  padding-top: 15%;
  padding-bottom: 32%;
  position: relative;
}
.membersBanner p {
  margin-bottom: 10%;
}
.membersBanner img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.membersBanner button {
  width: fit-content;
}
.membersBanner .aboveImg {
  z-index: 5;
  position: relative;
}

.popin {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 1s ease-in-out;
}

.hero2 .innerHero {
  height: 90vh;
  padding-bottom: 0;
  position: relative;
}
.hero2 .innerHero .img1 {
  position: absolute;
  width: 18vh;
  left: 0;
  bottom: 30vh;
  object-fit: cover;
  height: 18vh;
  margin-left: -4vw;
  opacity: 0;
  transform: scale(0);
}
.hero2 .innerHero .img2 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  width: 85%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 25vh;
  margin-right: -4vw;
  text-align: right;
  opacity: 0;
  transform: scale(0);
}
.hero2 .innerHero .imgFlex {
  display: flex;
  justify-content: space-between;
}
.hero2 .innerHero .pattern {
  position: absolute;
  right: 0;
  bottom: 25vh;
  padding-top: 5vh;
  margin-right: -4vw;
}

.externalLink {
  align-items: center;
}
.externalLink::after {
  background-image: url(img/icons/icon-offsite.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.visitBanner {
  padding-top: 20%;
  padding-bottom: 20%;
}
.visitBanner p {
  padding-bottom: 10%;
}
.visitBanner button {
  margin-bottom: 10%;
}
.visitBanner .visitImages {
  position: relative;
  padding-right: 4vw;
  font-size: 0;
  line-height: 0;
  padding-bottom: 28px;
}
.visitBanner .visitImages .img1 {
  width: 30%;
  height: 18vh;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 16px;
}
.visitBanner .visitImages .img2 {
  width: calc(100% - 32px);
  margin-left: calc(32px + 4vw);
}
.visitBanner .visitImages .limeBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 16px;
}
.visitBanner .visitImages .redBkgd.littleSquare, .visitBanner .visitImages .cyanBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: 0;
}
.visitBanner .visitImages .navyBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: 32px;
}

@keyframes colorchange {
  0% {
    background: #1B365D;
  }
  20% {
    background: #E0004D;
  }
  40% {
    background: #D4C304;
  }
  60% {
    background: #64A70B;
  }
  80% {
    background: #00A7B5;
  }
  100% {
    background: #1B365D;
  }
}
@-webkit-keyframes colorchange {
  0% {
    background: #1B365D;
  }
  20% {
    background: #E0004D;
  }
  40% {
    background: #D4C304;
  }
  60% {
    background: #64A70B;
  }
  80% {
    background: #00A7B5;
  }
  100% {
    background: #1B365D;
  }
}
.colorchange, #desktopMenu .colorchange .dropdownContent {
  background-color: #1B365D;
  animation: colorchange 20s 12s;
  -webkit-animation: colorchange 20s 12s;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 600px) {
  .standardPadding {
    padding: 10% 10vw;
  }

  .standardPadding2 {
    padding: 0 16vw 10% 10vw;
  }

  .mobileOnly, .mobileOnly2 {
    display: none !important;
  }

  .desktopOnly {
    display: block !important;
  }

  .desktopOnly2 {
    display: flex !important;
  }

  h1 {
    font-size: 40px;
    font-size: 2.25vw;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-bottom: 5% !important;
  }

  h2 {
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
    padding-bottom: 3% !important;
  }

  h3 {
    padding-bottom: 2%;
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
  }

  h4 {
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
  }

  h5 {
    font-size: 20px;
    font-size: 1vw;
    font-size: clamp(16px, 20px, 1.25vw);
  }

  p, li, button {
    font-size: 1rem;
    font-size: clamp(16px, 20px, 1.25vw);
  }

  button {
    transition: background-color 500ms ease-in-out;
    cursor: pointer;
    width: fit-content;
    padding-right: 7vh;
    position: relative;
  }
  button::after {
    position: absolute;
    right: 1vh;
  }

  button.navyBkgd:hover {
    background-color: #00A7B5 !important;
  }

  .hero {
    padding: 0 5vw;
    height: 90vh;
    position: static;
    z-index: 1;
  }
  .hero .innerHero {
    padding: 10% 15vw;
    height: 90vh;
  }
  .hero .innerHero h5 {
    padding-bottom: 1vh;
  }
  .hero .heroBottom {
    background: transparent;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    position: absolute;
    right: 10vw;
    top: 70%;
  }
  .hero .heroBottom .map {
    margin-left: auto;
    margin-right: 0;
    width: 65%;
  }
  .hero .heroBottom .map img {
    width: 70%;
  }
  .hero .heroBottom .map button {
    left: 5vw;
    width: fit-content;
    padding-left: 2vh;
    padding-right: 2vh;
    bottom: calc(-8px - 1vh);
  }
  .hero .heroBottom > img {
    position: absolute;
    left: 10vw;
    top: 0;
    width: calc(35% - 10vw);
  }

  .hero1 {
    padding: 0 5vw;
    height: fit-content;
    position: relative;
    z-index: 1;
    background: white;
  }
  .hero1::after {
    width: 5vw;
    height: 90vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background: #1B365D;
    display: block;
    content: "\a";
  }
  .hero1::before {
    width: 5vw;
    height: 90vh;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background: #1B365D;
    display: block;
    content: "\a";
  }
  .hero1 .innerHero {
    padding: 10% 15vw;
    padding-bottom: 0;
  }
  .hero1 .innerHero h5 {
    padding-bottom: 1vh;
  }
  .hero1 .heroBottom {
    display: flex;
    background: white;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    margin-top: -20%;
  }
  .hero1 .heroBottom .map {
    margin-left: auto;
    margin-right: 0;
    width: 65%;
  }
  .hero1 .heroBottom .map img {
    width: 80%;
  }
  .hero1 .heroBottom .map button {
    left: 5vw;
    width: fit-content;
    padding-left: 2vh;
    padding-right: 2vh;
    bottom: calc(-8px - 1vh);
  }
  .hero1 .heroBottom > img {
    position: static;
    margin-left: 10vw;
    top: 0;
    width: 30%;
    order: -1;
    height: 60%;
  }

  #visiting .hero1:before, #visiting .hero1:after {
    background: #64A70B;
  }

  #about .hero1:before, #about .hero1:after {
    background: #00A7B5;
  }

  .sideHeading {
    position: absolute;
    top: 0;
    left: 5vw;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: top left;
    padding-bottom: 0 !important;
  }

  .sideParent {
    position: relative;
  }

  .collage {
    padding-top: 10%;
  }
  .collage .sideHeading {
    left: 10vw;
  }
  .collage .collageInner p {
    padding-bottom: 2% !important;
  }
  .collage .collageInner .section1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
  }
  .collage .collageInner .section2 {
    display: flex;
    justify-content: space-between;
  }
  .collage .collageInner .section2 p {
    width: 40%;
    padding-top: 20px;
  }
  .collage .collageInner .section2 .img1 {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
  }
  .collage .collageInner .section3 {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .collage .collageInner .section3 .leftSide {
    width: 100%;
  }
  .collage .collageInner .section3 .rightSide {
    width: 40%;
    padding-top: 0 !important;
  }
  .collage .collageInner .section3 .img2 {
    width: 25%;
    margin-bottom: 2%;
  }
  .collage .collageInner .section3 .img3 {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .collage .collageInner .section3 .img3 img {
    width: 50%;
    object-fit: cover;
  }
  .collage .collageInner .section4 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .collage .collageInner .section4 .leftSide {
    order: -1;
    width: 40%;
  }
  .collage .collageInner .section4 .rightSide {
    width: 60%;
    justify-self: flex-end;
    justify-content: flex-end;
    gap: 15px;
  }
  .collage .collageInner .section4 .rightSide .img4 {
    width: 25%;
  }
  .collage .collageInner .section4 .rightSide .img4 img {
    height: 30vh;
  }
  .collage .collageInner .section4 .rightSide .img5 {
    width: 60%;
    margin-bottom: 0;
  }
  .collage .collageInner .section4 .rightSide .img5 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .eventsBanner {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5vw;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .eventsBanner .leftSide {
    padding-bottom: 0;
    width: 45%;
  }
  .eventsBanner .leftSide h3 {
    font-size: 40px;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-bottom: 5%;
  }
  .eventsBanner .squareImg {
    margin-right: 0;
    overflow: visible;
    width: 40%;
    position: absolute;
    height: calc(100% + 10vh);
    white-space: nowrap;
    right: 5vw;
    top: -5vh;
  }
  .eventsBanner .squareImg img {
    position: static;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
  }
  .eventsBanner .littleSquare.limeBkgd {
    top: 0;
    left: -32px !important;
  }
  .eventsBanner .littleSquare.navyBkgd {
    top: calc(100% + 16px);
    right: 32px !important;
  }
  .eventsBanner .littleSquare.redBkgd {
    top: calc(100% + 16px);
    right: 0 !important;
  }

  .membersBanner {
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    display: flex;
    gap: 3vw;
  }
  .membersBanner .aboveImg {
    width: 30%;
  }
  .membersBanner p {
    margin-bottom: 0;
    width: 40%;
    position: static;
    left: 40%;
    top: 0;
  }
  .membersBanner h4 {
    padding-bottom: 5%;
    width: 100%;
  }
  .membersBanner img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
  }
  .membersBanner button {
    width: fit-content;
  }
  .membersBanner button::after {
    margin-left: 20px;
  }
  .membersBanner button:hover {
    background-color: #E0004D !important;
  }

  .hero2 {
    margin-bottom: 10%;
    overflow: hidden;
  }
  .hero2 .img1a, .hero2 .img1b, .hero2 .img2a, .hero2 .img2b, .hero2 .img2c, .hero2 .img3a, .hero2 .img3b, .hero2 .img4a, .hero2 .img4b {
    opacity: 0;
    position: absolute;
  }
  .hero2 h5 {
    padding-bottom: 1vh;
    z-index: 2;
    position: relative;
  }
  .hero2 h1 {
    width: 70%;
    z-index: 2;
    position: relative;
  }
  .hero2 .pattern {
    bottom: 0 !important;
    right: -25px !important;
  }
  .hero2 .img1, .hero2 .img2 {
    opacity: 1 !important;
    transform: scale(1) !important;
    position: static !important;
    width: auto !important;
    bottom: unset !important;
    height: unset !important;
    margin-left: unset !important;
  }
  .hero2 .popin {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: all 1s ease-in-out;
  }
  .hero2 .popout {
    opacity: 0 !important;
    transform: scale(0) !important;
    transition: all 1s ease-in-out;
  }
  .hero2 .img1a {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    left: -5vw;
  }
  .hero2 .img2a {
    width: 18vw;
    left: 15vw;
  }
  .hero2 .img2b {
    width: 15vw;
    left: 15vw;
  }
  .hero2 .img2c {
    width: 15vw;
    left: 20vw;
  }
  .hero2 .img4a, .hero2 .img4b {
    width: 15vw;
    right: 3vw;
  }
  .hero2 .img3a {
    width: 25vw;
    right: 10vw;
  }
  .hero2 .img3b {
    width: 28vw;
    right: 10vw;
  }

  .visitBanner {
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .visitBanner .aboveImg {
    width: 38%;
    padding-left: 10vw;
    padding-right: 0;
    padding-bottom: 0;
  }
  .visitBanner p {
    padding-bottom: 5%;
  }
  .visitBanner button {
    margin-bottom: 0;
  }
  .visitBanner .visitImages {
    position: relative;
    padding-right: 0;
    margin-right: 0;
    font-size: 0;
    line-height: 0;
    padding-bottom: 28px;
    width: 52%;
  }
  .visitBanner .visitImages .img1 {
    width: 20vh;
    height: 30vh;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: -12%;
    margin-left: 16px;
  }
  .visitBanner .visitImages .img2 {
    width: calc(100% - 10vw);
    margin-left: 0;
  }
  .visitBanner .visitImages .limeBkgd.littleSquare {
    position: absolute;
    top: 0;
    left: -32px;
  }
  .visitBanner .visitImages .redBkgd.littleSquare, .visitBanner .visitImages .cyanBkgd.littleSquare {
    position: absolute;
    bottom: 0;
    right: 10vw;
  }
  .visitBanner .visitImages .navyBkgd.littleSquare {
    position: absolute;
    bottom: unset;
    top: 32px;
    left: -32px;
  }
}
.proxima {
  font-family: "proxima-nova", sans-serif !important;
}

.mrsEaves {
  font-family: "alda", serif !important;
}

.alda {
  font-family: "alda", serif !important;
}

@font-face {
  font-family: lotaReg;
  src: url("./fonts/Los Andes - Lota Grotesque Alt 1 Regular.otf");
}
@font-face {
  font-family: lotaBold;
  src: url("./fonts/Los Andes - Lota Grotesque Alt 1 Bold.otf");
}
@font-face {
  font-family: lotaBlack;
  src: url("./fonts/Los Andes - Lota Grotesque Alt 1 Black.otf");
}
@font-face {
  font-family: uncut;
  src: url("./fonts/Uncut-Sans-v1304/UncutSans-Bold.otf");
}
@font-face {
  font-family: uncut-reg;
  src: url("./fonts/Uncut-Sans-v1304/UncutSans-Semibold.otf");
}
/* Webfont: OpticianSans-Regular */
@font-face {
  font-family: "OpticianSans";
  src: url("./fonts/OpticianSans/Web-TT/Optiker-K.eot");
  /* IE9 Compat Modes */
  src: url("./fonts/OpticianSans/Web-TT/Optiker-K.eot?#iefix") format("embedded-opentype"), url("./fonts/OpticianSans/Web-TT/Optiker-K.woff") format("woff"), url("./fonts/OpticianSans/Web-TT/Optiker-K.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
.hwt-konop {
  font-family: "hwt-konop-6-line", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lotaReg, .gform_validation_errors h2, .formContainer input[type=text], .formContainer input::placeholder, .formContainer select, .formContainer input[type=tel], .formContainer input[type=email], .formContainer textarea, .formContainer textarea::placeholder, .formContainer option, body {
  font-family: lotaReg, sans-serif !important;
}

.lotaBold, #about .values-services h4, .gform_wrapper h5, .formContainer input[type=submit], button {
  font-family: lotaBold, sans-serif !important;
}

.lotaBlack, #events .upcomingEvents .filter select, .formContainer input[type=submit], .formContainer select, .formContainer legend, .formContainer .gfield_label, h1, h2, h3, h4, h5 {
  font-family: lotaBlack, sans-serif !important;
  text-transform: uppercase;
}

.opticianSans {
  font-family: OpticianSans !important;
}

/* GET FONTS FROM THE FRONTS.SCSS FILE */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  text-transform: capitalise;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

a img {
  border: 0 none;
}

hr {
  border: 0 none;
  display: block;
}

.chromeframe {
  position: relative;
  background-color: #ffb;
  font: normal bold 16px Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #DDD;
  padding: 25px;
  z-index: 1000;
}
.chromeframe a {
  color: #0000cc;
}

blockquote {
  margin-left: 25px;
}

fieldset {
  border: none;
}

input[type=submit] {
  border: 0 none;
}

::selection {
  background: #f1f1f1;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: 0 0 1px #333;
}

::-moz-selection {
  background: #27C2FE;
  color: white;
}

::selection {
  background: #27C2FE;
  color: white;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.ul-horz > li {
  display: inline-block;
  position: relative;
}

.ul-vert {
  margin-left: 1rem;
}

.ul-vert li {
  line-height: 1.5;
}

.right, img.alignright {
  float: right;
}
@media (max-width: 767px) {
  .right, img.alignright {
    float: none;
  }
}

.left, img.alignleft {
  float: left;
}
@media (max-width: 767px) {
  .left, img.alignleft {
    float: none;
  }
}

.italic {
  font-style: italic;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.none, .ui-tabs-hide {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  display: none !important;
}

.hide {
  text-indent: -9999999px;
}

.hidden {
  visibility: hidden;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.list-style-none {
  list-style-type: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.center-margin {
  margin: 0 auto;
}

.row {
  display: block;
  width: 100%;
}

.mc {
  margin: 0 auto;
  display: block;
}

.mt2-5 {
  margin-top: 2.5vh;
}

.mt5 {
  margin-top: 5vh;
}

.mt10 {
  margin-top: 10vh;
}

.mt20 {
  margin-top: 20vh;
}

.mb3 {
  margin-bottom: 3vh;
}

.mb5 {
  margin-bottom: 5vh;
}

.mb10 {
  margin-bottom: 10vh;
}

.mb20 {
  margin-bottom: 20vh;
}

.indent {
  margin-left: 4vw;
}
@media (max-width: 1023px) {
  .indent {
    margin-left: 0;
  }
}

.width25vw {
  width: 25vw;
}
@media (max-width: 1023px) {
  .width25vw {
    width: 100%;
  }
}

.width50vw {
  width: 50vw;
}
@media (max-width: 1023px) {
  .width50vw {
    width: 100%;
  }
}

.width75vw {
  width: 70vw;
}
@media (max-width: 1023px) {
  .width75vw {
    width: 100%;
  }
}

.width80vw {
  width: 80vw;
}
@media (max-width: 1023px) {
  .width80vw {
    width: 100%;
  }
}

.width25 {
  width: 25%;
}

.width40 {
  width: 35%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 65%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 85%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: white;
}

#bodyWrapper {
  padding: 0 3vw;
}
@media (max-width: 1023px) {
  #bodyWrapper {
    padding: 0 8vw;
  }
}
@media (min-width: 766px) and (max-width: 1023px) {
  #bodyWrapper {
    padding: 0 5vw;
  }
}

.innerWrapper {
  padding: 14vh 3vw;
}

.animationline:after {
  content: "\a";
  display: block;
  width: 30%;
  height: 3px;
  background: rgba(35, 31, 32, 0.5);
  position: absolute;
  bottom: -27px;
  right: 70%;
  transition: all 1s ease 0.4s;
}
@media (max-width: 1023px) {
  .animationline:after {
    bottom: -21px;
  }
}

#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
  font-family: "proxima-nova", sans-serif;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  color: white;
}

#internet-explorer-error p {
  font-family: "alda", serif;
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  text-decoration: underline;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
}
#internet-explorer-error p a:hover:after {
  background: none;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.cyan {
  color: #00A7B5;
}

.navy {
  color: #1B365D;
}

.lime {
  color: #D4C304;
}

.red {
  color: #E0004D;
}

.green {
  color: #64A70B;
}

.white {
  color: white;
}

.cyanBkgd {
  background: #00A7B5;
}

.navyBkgd {
  background: #1B365D;
}

.limeBkgd {
  background: #D4C304;
}

.redBkgd {
  background: #E0004D;
}

.greenBkgd {
  background: #64A70B;
}

.greyBkgd {
  background: #F7F7F7;
}

.whiteBkgd {
  background: white;
}

body {
  font-size: 16px;
  background-color: white;
  color: #1B365D;
}

p {
  font-family: "lotaReg", sans-serif !important;
}

h1 {
  font-size: 32px;
  padding-bottom: 15%;
  font-family: "lotaBlack", sans-serif !important;
  letter-spacing: 1.5px;
}

h2 {
  font-size: 28px;
  padding-bottom: 15%;
  font-family: "lotaBlack", sans-serif !important;
}

h3 {
  font-size: 25px;
  font-family: "lotaBlack", sans-serif !important;
  padding-bottom: 10%;
}

h4 {
  font-size: 20px;
  padding-bottom: 10%;
  font-family: "lotaBlack", sans-serif !important;
}

h5 {
  font-size: 16px;
  padding-bottom: 3%;
  font-family: "lotaBlack", sans-serif !important;
}

#bodyWrapper {
  padding: 0;
}

.standardPadding {
  padding: 10% 8vw;
}

.standardPadding2 {
  padding: 0 8vw 10% 8vw;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.desktopOnly {
  display: none;
}

.desktopOnly2 {
  display: none;
}

.mobileOnly {
  display: block;
}

.mobileOnly2 {
  display: flex;
}

.dropdown .dropdownContent {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease-in-out, opacity 500ms ease-in-out;
  pointer-events: none;
}
.dropdown .dropdownTrigger {
  cursor: pointer;
}

.open .dropdownContent {
  max-height: 2000px;
  opacity: 1;
  transition: max-height 1s ease-in-out, opacity 500ms ease-in-out;
  pointer-events: auto;
}

.basicFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

button {
  border: none;
  appearance: none !important;
  font-size: 16px;
  padding: 1vh;
  color: white;
  width: 45%;
  justify-content: space-between;
  display: flex;
  gap: 10px;
  align-items: center;
}
button:after {
  background-image: url(img/icons/arrow-right.svg);
  background-size: 16px 16px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat !important;
}

.littleSquare {
  content: "\a";
  width: 15px;
  height: 15px;
}

.contactDetails .detail {
  font-size: 20px;
}
.contactDetails .contactEmail {
  display: flex;
  gap: 10px;
  align-items: center;
  gap: 15px;
}
.contactDetails .contactEmail:before {
  background-image: url("img/icons/icon-email.svg");
  background-size: 32px 32px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat !important;
}
.contactDetails .logos {
  padding-top: 5%;
  display: flex;
  gap: 15px;
}
.contactDetails .logos img {
  width: 32px;
  height: 32px;
}

.hero {
  padding: 0 4vw;
}
.hero .innerHero {
  padding: 10% 4vw;
  padding-top: 20%;
}
.hero .heroBottom {
  margin-left: -4vw;
  width: calc(100% + 8vw);
  position: relative;
  padding-bottom: 30%;
}
.hero .heroBottom .map {
  position: relative;
}
.hero .heroBottom .map button {
  position: absolute;
  bottom: 0;
  left: 4vw;
  display: block;
}
.hero .heroBottom .map button::after {
  display: none;
}
.hero .heroBottom > img {
  position: absolute;
  right: 0;
}

.sideHeading {
  padding-bottom: 10%;
}

.collage .collageInner p {
  padding-bottom: 7%;
}
.collage .collageInner .section2 .img1 {
  margin-top: 5%;
  margin-bottom: 7%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.collage .collageInner .section2 .img1 .redBkgd.littleSquare {
  position: absolute;
  top: 0;
  right: 0;
}
.collage .collageInner .section2 .img1 .greenBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  left: 0;
}
.collage .collageInner .section3 .img2 {
  width: 50%;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin-bottom: 4%;
}
.collage .collageInner .section3 .img2 .limeBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: -24px;
}
.collage .collageInner .section3 .img3 {
  margin-bottom: 20%;
}
.collage .collageInner .section3 .img3 .rightSide {
  padding-top: 15%;
}
.collage .collageInner .section4 .rightSide {
  display: flex;
  gap: 8px;
}
.collage .collageInner .section4 .rightSide .img4 {
  width: 30%;
  position: relative;
  padding-top: 24px;
}
.collage .collageInner .section4 .rightSide .img4 img {
  height: 15vh;
  object-fit: cover;
}
.collage .collageInner .section4 .rightSide .img4 .navyBkgd.littleSquare {
  position: absolute;
  top: 0;
  right: 0;
}
.collage .collageInner .section4 .rightSide .img5 {
  width: 70%;
  position: relative;
  padding-top: 24px;
  margin-bottom: 15%;
}
.collage .collageInner .section4 .rightSide .img5 img {
  height: 25vh;
  object-fit: cover;
}
.collage .collageInner .section4 .rightSide .img5 .cyanBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 0;
}

.eventsBanner {
  padding-top: 15%;
  padding-bottom: 15vh;
  margin-bottom: 15vh;
}
.eventsBanner .leftSide {
  padding-bottom: 15%;
}
.eventsBanner .squareImg {
  margin-right: -8vw;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.eventsBanner .squareImg img {
  position: absolute;
  right: 0;
  height: 25vh;
  width: calc(100% - 8vw);
}
.eventsBanner .squareImg .limeBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 8px;
}
.eventsBanner .squareImg .navyBkgd.littleSquare {
  position: absolute;
  bottom: calc(-25vh - 24px);
  right: 32px;
}
.eventsBanner .squareImg .redBkgd.littleSquare {
  position: absolute;
  bottom: calc(-25vh - 24px);
  right: 0px;
}

.membersBanner {
  padding-top: 15%;
  padding-bottom: 32%;
  position: relative;
}
.membersBanner p {
  margin-bottom: 10%;
}
.membersBanner img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.membersBanner button {
  width: fit-content;
}
.membersBanner .aboveImg {
  z-index: 5;
  position: relative;
}

.popin {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 1s ease-in-out;
}

.hero2 .innerHero {
  height: 90vh;
  padding-bottom: 0;
  position: relative;
}
.hero2 .innerHero .img1 {
  position: absolute;
  width: 18vh;
  left: 0;
  bottom: 30vh;
  object-fit: cover;
  height: 18vh;
  margin-left: -4vw;
  opacity: 0;
  transform: scale(0);
}
.hero2 .innerHero .img2 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  width: 85%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 25vh;
  margin-right: -4vw;
  text-align: right;
  opacity: 0;
  transform: scale(0);
}
.hero2 .innerHero .imgFlex {
  display: flex;
  justify-content: space-between;
}
.hero2 .innerHero .pattern {
  position: absolute;
  right: 0;
  bottom: 25vh;
  padding-top: 5vh;
  margin-right: -4vw;
}

.externalLink {
  align-items: center;
}
.externalLink::after {
  background-image: url(img/icons/icon-offsite.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.visitBanner {
  padding-top: 20%;
  padding-bottom: 20%;
}
.visitBanner p {
  padding-bottom: 10%;
}
.visitBanner button {
  margin-bottom: 10%;
}
.visitBanner .visitImages {
  position: relative;
  padding-right: 4vw;
  font-size: 0;
  line-height: 0;
  padding-bottom: 28px;
}
.visitBanner .visitImages .img1 {
  width: 30%;
  height: 18vh;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 16px;
}
.visitBanner .visitImages .img2 {
  width: calc(100% - 32px);
  margin-left: calc(32px + 4vw);
}
.visitBanner .visitImages .limeBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 16px;
}
.visitBanner .visitImages .redBkgd.littleSquare, .visitBanner .visitImages .cyanBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: 0;
}
.visitBanner .visitImages .navyBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: 32px;
}

@keyframes colorchange {
  0% {
    background: #1B365D;
  }
  20% {
    background: #E0004D;
  }
  40% {
    background: #D4C304;
  }
  60% {
    background: #64A70B;
  }
  80% {
    background: #00A7B5;
  }
  100% {
    background: #1B365D;
  }
}
@-webkit-keyframes colorchange {
  0% {
    background: #1B365D;
  }
  20% {
    background: #E0004D;
  }
  40% {
    background: #D4C304;
  }
  60% {
    background: #64A70B;
  }
  80% {
    background: #00A7B5;
  }
  100% {
    background: #1B365D;
  }
}
.colorchange, #desktopMenu .colorchange .dropdownContent {
  background-color: #1B365D;
  animation: colorchange 20s 12s;
  -webkit-animation: colorchange 20s 12s;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 600px) {
  .standardPadding {
    padding: 10% 10vw;
  }

  .standardPadding2 {
    padding: 0 16vw 10% 10vw;
  }

  .mobileOnly, .mobileOnly2 {
    display: none !important;
  }

  .desktopOnly {
    display: block !important;
  }

  .desktopOnly2 {
    display: flex !important;
  }

  h1 {
    font-size: 40px;
    font-size: 2.25vw;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-bottom: 5% !important;
  }

  h2 {
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
    padding-bottom: 3% !important;
  }

  h3 {
    padding-bottom: 2%;
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
  }

  h4 {
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
  }

  h5 {
    font-size: 20px;
    font-size: 1vw;
    font-size: clamp(16px, 20px, 1.25vw);
  }

  p, li, button {
    font-size: 1rem;
    font-size: clamp(16px, 20px, 1.25vw);
  }

  button {
    transition: background-color 500ms ease-in-out;
    cursor: pointer;
    width: fit-content;
    padding-right: 7vh;
    position: relative;
  }
  button::after {
    position: absolute;
    right: 1vh;
  }

  button.navyBkgd:hover {
    background-color: #00A7B5 !important;
  }

  .hero {
    padding: 0 5vw;
    height: 90vh;
    position: static;
    z-index: 1;
  }
  .hero .innerHero {
    padding: 10% 15vw;
    height: 90vh;
  }
  .hero .innerHero h5 {
    padding-bottom: 1vh;
  }
  .hero .heroBottom {
    background: transparent;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    position: absolute;
    right: 10vw;
    top: 70%;
  }
  .hero .heroBottom .map {
    margin-left: auto;
    margin-right: 0;
    width: 65%;
  }
  .hero .heroBottom .map img {
    width: 70%;
  }
  .hero .heroBottom .map button {
    left: 5vw;
    width: fit-content;
    padding-left: 2vh;
    padding-right: 2vh;
    bottom: calc(-8px - 1vh);
  }
  .hero .heroBottom > img {
    position: absolute;
    left: 10vw;
    top: 0;
    width: calc(35% - 10vw);
  }

  .hero1 {
    padding: 0 5vw;
    height: fit-content;
    position: relative;
    z-index: 1;
    background: white;
  }
  .hero1::after {
    width: 5vw;
    height: 90vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background: #1B365D;
    display: block;
    content: "\a";
  }
  .hero1::before {
    width: 5vw;
    height: 90vh;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background: #1B365D;
    display: block;
    content: "\a";
  }
  .hero1 .innerHero {
    padding: 10% 15vw;
    padding-bottom: 0;
  }
  .hero1 .innerHero h5 {
    padding-bottom: 1vh;
  }
  .hero1 .heroBottom {
    display: flex;
    background: white;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    margin-top: -20%;
  }
  .hero1 .heroBottom .map {
    margin-left: auto;
    margin-right: 0;
    width: 65%;
  }
  .hero1 .heroBottom .map img {
    width: 80%;
  }
  .hero1 .heroBottom .map button {
    left: 5vw;
    width: fit-content;
    padding-left: 2vh;
    padding-right: 2vh;
    bottom: calc(-8px - 1vh);
  }
  .hero1 .heroBottom > img {
    position: static;
    margin-left: 10vw;
    top: 0;
    width: 30%;
    order: -1;
    height: 60%;
  }

  #visiting .hero1:before, #visiting .hero1:after {
    background: #64A70B;
  }

  #about .hero1:before, #about .hero1:after {
    background: #00A7B5;
  }

  .sideHeading {
    position: absolute;
    top: 0;
    left: 5vw;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: top left;
    padding-bottom: 0 !important;
  }

  .sideParent {
    position: relative;
  }

  .collage {
    padding-top: 10%;
  }
  .collage .sideHeading {
    left: 10vw;
  }
  .collage .collageInner p {
    padding-bottom: 2% !important;
  }
  .collage .collageInner .section1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
  }
  .collage .collageInner .section2 {
    display: flex;
    justify-content: space-between;
  }
  .collage .collageInner .section2 p {
    width: 40%;
    padding-top: 20px;
  }
  .collage .collageInner .section2 .img1 {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
  }
  .collage .collageInner .section3 {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .collage .collageInner .section3 .leftSide {
    width: 100%;
  }
  .collage .collageInner .section3 .rightSide {
    width: 40%;
    padding-top: 0 !important;
  }
  .collage .collageInner .section3 .img2 {
    width: 25%;
    margin-bottom: 2%;
  }
  .collage .collageInner .section3 .img3 {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .collage .collageInner .section3 .img3 img {
    width: 50%;
    object-fit: cover;
  }
  .collage .collageInner .section4 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .collage .collageInner .section4 .leftSide {
    order: -1;
    width: 40%;
  }
  .collage .collageInner .section4 .rightSide {
    width: 60%;
    justify-self: flex-end;
    justify-content: flex-end;
    gap: 15px;
  }
  .collage .collageInner .section4 .rightSide .img4 {
    width: 25%;
  }
  .collage .collageInner .section4 .rightSide .img4 img {
    height: 30vh;
  }
  .collage .collageInner .section4 .rightSide .img5 {
    width: 60%;
    margin-bottom: 0;
  }
  .collage .collageInner .section4 .rightSide .img5 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .eventsBanner {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5vw;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .eventsBanner .leftSide {
    padding-bottom: 0;
    width: 45%;
  }
  .eventsBanner .leftSide h3 {
    font-size: 40px;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-bottom: 5%;
  }
  .eventsBanner .squareImg {
    margin-right: 0;
    overflow: visible;
    width: 40%;
    position: absolute;
    height: calc(100% + 10vh);
    white-space: nowrap;
    right: 5vw;
    top: -5vh;
  }
  .eventsBanner .squareImg img {
    position: static;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
  }
  .eventsBanner .littleSquare.limeBkgd {
    top: 0;
    left: -32px !important;
  }
  .eventsBanner .littleSquare.navyBkgd {
    top: calc(100% + 16px);
    right: 32px !important;
  }
  .eventsBanner .littleSquare.redBkgd {
    top: calc(100% + 16px);
    right: 0 !important;
  }

  .membersBanner {
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    display: flex;
    gap: 3vw;
  }
  .membersBanner .aboveImg {
    width: 30%;
  }
  .membersBanner p {
    margin-bottom: 0;
    width: 40%;
    position: static;
    left: 40%;
    top: 0;
  }
  .membersBanner h4 {
    padding-bottom: 5%;
    width: 100%;
  }
  .membersBanner img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
  }
  .membersBanner button {
    width: fit-content;
  }
  .membersBanner button::after {
    margin-left: 20px;
  }
  .membersBanner button:hover {
    background-color: #E0004D !important;
  }

  .hero2 {
    margin-bottom: 10%;
    overflow: hidden;
  }
  .hero2 .img1a, .hero2 .img1b, .hero2 .img2a, .hero2 .img2b, .hero2 .img2c, .hero2 .img3a, .hero2 .img3b, .hero2 .img4a, .hero2 .img4b {
    opacity: 0;
    position: absolute;
  }
  .hero2 h5 {
    padding-bottom: 1vh;
    z-index: 2;
    position: relative;
  }
  .hero2 h1 {
    width: 70%;
    z-index: 2;
    position: relative;
  }
  .hero2 .pattern {
    bottom: 0 !important;
    right: -25px !important;
  }
  .hero2 .img1, .hero2 .img2 {
    opacity: 1 !important;
    transform: scale(1) !important;
    position: static !important;
    width: auto !important;
    bottom: unset !important;
    height: unset !important;
    margin-left: unset !important;
  }
  .hero2 .popin {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: all 1s ease-in-out;
  }
  .hero2 .popout {
    opacity: 0 !important;
    transform: scale(0) !important;
    transition: all 1s ease-in-out;
  }
  .hero2 .img1a {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    left: -5vw;
  }
  .hero2 .img2a {
    width: 18vw;
    left: 15vw;
  }
  .hero2 .img2b {
    width: 15vw;
    left: 15vw;
  }
  .hero2 .img2c {
    width: 15vw;
    left: 20vw;
  }
  .hero2 .img4a, .hero2 .img4b {
    width: 15vw;
    right: 3vw;
  }
  .hero2 .img3a {
    width: 25vw;
    right: 10vw;
  }
  .hero2 .img3b {
    width: 28vw;
    right: 10vw;
  }

  .visitBanner {
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .visitBanner .aboveImg {
    width: 38%;
    padding-left: 10vw;
    padding-right: 0;
    padding-bottom: 0;
  }
  .visitBanner p {
    padding-bottom: 5%;
  }
  .visitBanner button {
    margin-bottom: 0;
  }
  .visitBanner .visitImages {
    position: relative;
    padding-right: 0;
    margin-right: 0;
    font-size: 0;
    line-height: 0;
    padding-bottom: 28px;
    width: 52%;
  }
  .visitBanner .visitImages .img1 {
    width: 20vh;
    height: 30vh;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: -12%;
    margin-left: 16px;
  }
  .visitBanner .visitImages .img2 {
    width: calc(100% - 10vw);
    margin-left: 0;
  }
  .visitBanner .visitImages .limeBkgd.littleSquare {
    position: absolute;
    top: 0;
    left: -32px;
  }
  .visitBanner .visitImages .redBkgd.littleSquare, .visitBanner .visitImages .cyanBkgd.littleSquare {
    position: absolute;
    bottom: 0;
    right: 10vw;
  }
  .visitBanner .visitImages .navyBkgd.littleSquare {
    position: absolute;
    bottom: unset;
    top: 32px;
    left: -32px;
  }
}
header {
  height: 10vh;
  padding-top: 0% !important;
  padding-bottom: 0% !important;
}
header .innerHeader {
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .innerHeader #logo {
  width: 18%;
}
header .innerHeader #mobileMenuBtn {
  width: 11%;
}
header .innerHeader #mobileMenuBtn {
  width: fit-content;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .innerHeader #mobileMenuBtn .showClosed {
  display: none;
}
header .innerHeader #mobileMenuBtn .showOpen {
  display: block;
}
header .innerHeader .closeMenu .showClosed {
  display: block !important;
}
header .innerHeader .closeMenu .showOpen {
  display: none !important;
}

#bodyWrapper.eventsPage header, #bodyWrapper.eventsPage #menu, #bodyWrapper.eventsPage #menu {
  background: #E0004D !important;
}
#bodyWrapper[page-attr=visiting-palmy] header, #bodyWrapper[page-attr=visiting-palmy] #menu {
  background: #64A70B !important;
}
#bodyWrapper[page-attr=for-bid-members] header, #bodyWrapper[page-attr=for-bid-members] #menu, #bodyWrapper[page-attr=privacy-policy] header, #bodyWrapper[page-attr=privacy-policy] #menu, #bodyWrapper[page-attr=terms-and-conditions] header, #bodyWrapper[page-attr=terms-and-conditions] #menu, #bodyWrapper[page-attr=governance-documents] header, #bodyWrapper[page-attr=governance-documents] #menu, #bodyWrapper[page-attr=member-tools-resources] header, #bodyWrapper[page-attr=member-tools-resources] #menu {
  background: #1B365D !important;
}

@media only screen and (max-width: 600px) {
  .colorchange .dropdownContent, #desktopMenu .colorchange .dropdownContent .dropdownContent {
    background: white !important;
    background-color: white !important;
  }
}
@media only screen and (min-width: 600px) {
  header {
    height: auto;
    padding-right: 6vw !important;
  }
  header .innerHeader {
    height: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  header .innerHeader #logo {
    width: fit-content;
  }
  header .innerHeader #logo img {
    width: 6vw;
  }

  #bodyWrapper.eventsPage #desktopMenu .dropdownContent {
    background: #E0004D !important;
  }
  #bodyWrapper[page-attr=visiting-palmy] #desktopMenu .dropdownContent {
    background: #64A70B !important;
  }
  #bodyWrapper[page-attr=about] #desktopMenu .dropdownContent {
    background: #00A7B5 !important;
  }
  #bodyWrapper[page-attr=for-bid-members] #desktopMenu .dropdownContent, #bodyWrapper[page-attr=privacy-policy] #desktopMenu .dropdownContent, #bodyWrapper[page-attr=terms-and-conditions] #desktopMenu .dropdownContent, #bodyWrapper[page-attr=governance-documents] #desktopMenu .dropdownContent, #bodyWrapper[page-attr=member-tools-resources] #desktopMenu .dropdownContent {
    background: #1B365D !important;
  }
}
footer {
  z-index: 1;
  position: relative;
  padding-bottom: 20% !important;
}
footer #footerLogo {
  width: 30%;
  padding-bottom: 10%;
}
footer .contactDetails {
  padding-bottom: 15%;
}
footer .legalLinks {
  padding-bottom: 10%;
}
footer .legalLinks p {
  margin-bottom: 1.5%;
}
footer .footerBottom {
  font-size: 12px;
  text-align: right;
}
footer .footerBottom .text1 {
  padding-bottom: 1%;
}

@media only screen and (min-width: 600px) {
  footer {
    display: flex;
    padding: 3% 10vw 5% 10vw !important;
    justify-content: space-between;
    gap: 4vw;
    align-items: flex-end;
  }
  footer .footerTop {
    display: flex;
    justify-content: space-between;
    gap: 4vw;
    width: 80%;
    align-items: flex-end;
  }
  footer .footerTop #footerLogo {
    width: 30%;
    padding-bottom: 0;
  }
  footer .footerTop #footerLogo img {
    width: 6vw;
  }
  footer .footerTop .contactDetails, footer .footerTop .legalLinks {
    padding-bottom: 0;
  }
  footer .footerTop .contactDetails .detail, footer .footerTop .legalLinks .detail {
    font-size: clamp(16px, 20px, 1.5vw);
  }
  footer .footerTop .contactDetails a:hover, footer .footerTop .legalLinks a:hover {
    text-decoration: underline;
  }
  footer .footerBottom {
    text-align: left !important;
    margin-left: 4vw;
    width: 20%;
    justify-self: flex-end;
  }
  footer .footerBottom .text1, footer .footerBottom .text2 {
    text-align: left !important;
  }
  footer .footerBottom a:hover {
    text-decoration: underline;
  }
}
.cyan {
  color: #00A7B5;
}

.navy {
  color: #1B365D;
}

.lime {
  color: #D4C304;
}

.red {
  color: #E0004D;
}

.green {
  color: #64A70B;
}

.white {
  color: white;
}

.cyanBkgd {
  background: #00A7B5;
}

.navyBkgd {
  background: #1B365D;
}

.limeBkgd {
  background: #D4C304;
}

.redBkgd {
  background: #E0004D;
}

.greenBkgd {
  background: #64A70B;
}

.greyBkgd {
  background: #F7F7F7;
}

.whiteBkgd {
  background: white;
}

body {
  font-size: 16px;
  background-color: white;
  color: #1B365D;
}

p {
  font-family: "lotaReg", sans-serif !important;
}

h1 {
  font-size: 32px;
  padding-bottom: 15%;
  font-family: "lotaBlack", sans-serif !important;
  letter-spacing: 1.5px;
}

h2 {
  font-size: 28px;
  padding-bottom: 15%;
  font-family: "lotaBlack", sans-serif !important;
}

h3 {
  font-size: 25px;
  font-family: "lotaBlack", sans-serif !important;
  padding-bottom: 10%;
}

h4 {
  font-size: 20px;
  padding-bottom: 10%;
  font-family: "lotaBlack", sans-serif !important;
}

h5 {
  font-size: 16px;
  padding-bottom: 3%;
  font-family: "lotaBlack", sans-serif !important;
}

#bodyWrapper {
  padding: 0;
}

.standardPadding {
  padding: 10% 8vw;
}

.standardPadding2 {
  padding: 0 8vw 10% 8vw;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.desktopOnly {
  display: none;
}

.desktopOnly2 {
  display: none;
}

.mobileOnly {
  display: block;
}

.mobileOnly2 {
  display: flex;
}

.dropdown .dropdownContent {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease-in-out, opacity 500ms ease-in-out;
  pointer-events: none;
}
.dropdown .dropdownTrigger {
  cursor: pointer;
}

.open .dropdownContent {
  max-height: 2000px;
  opacity: 1;
  transition: max-height 1s ease-in-out, opacity 500ms ease-in-out;
  pointer-events: auto;
}

.basicFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

button {
  border: none;
  appearance: none !important;
  font-size: 16px;
  padding: 1vh;
  color: white;
  width: 45%;
  justify-content: space-between;
  display: flex;
  gap: 10px;
  align-items: center;
}
button:after {
  background-image: url(img/icons/arrow-right.svg);
  background-size: 16px 16px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat !important;
}

.littleSquare {
  content: "\a";
  width: 15px;
  height: 15px;
}

.contactDetails .detail {
  font-size: 20px;
}
.contactDetails .contactEmail {
  display: flex;
  gap: 10px;
  align-items: center;
  gap: 15px;
}
.contactDetails .contactEmail:before {
  background-image: url("img/icons/icon-email.svg");
  background-size: 32px 32px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat !important;
}
.contactDetails .logos {
  padding-top: 5%;
  display: flex;
  gap: 15px;
}
.contactDetails .logos img {
  width: 32px;
  height: 32px;
}

.hero {
  padding: 0 4vw;
}
.hero .innerHero {
  padding: 10% 4vw;
  padding-top: 20%;
}
.hero .heroBottom {
  margin-left: -4vw;
  width: calc(100% + 8vw);
  position: relative;
  padding-bottom: 30%;
}
.hero .heroBottom .map {
  position: relative;
}
.hero .heroBottom .map button {
  position: absolute;
  bottom: 0;
  left: 4vw;
  display: block;
}
.hero .heroBottom .map button::after {
  display: none;
}
.hero .heroBottom > img {
  position: absolute;
  right: 0;
}

.sideHeading {
  padding-bottom: 10%;
}

.collage .collageInner p {
  padding-bottom: 7%;
}
.collage .collageInner .section2 .img1 {
  margin-top: 5%;
  margin-bottom: 7%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.collage .collageInner .section2 .img1 .redBkgd.littleSquare {
  position: absolute;
  top: 0;
  right: 0;
}
.collage .collageInner .section2 .img1 .greenBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  left: 0;
}
.collage .collageInner .section3 .img2 {
  width: 50%;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin-bottom: 4%;
}
.collage .collageInner .section3 .img2 .limeBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: -24px;
}
.collage .collageInner .section3 .img3 {
  margin-bottom: 20%;
}
.collage .collageInner .section3 .img3 .rightSide {
  padding-top: 15%;
}
.collage .collageInner .section4 .rightSide {
  display: flex;
  gap: 8px;
}
.collage .collageInner .section4 .rightSide .img4 {
  width: 30%;
  position: relative;
  padding-top: 24px;
}
.collage .collageInner .section4 .rightSide .img4 img {
  height: 15vh;
  object-fit: cover;
}
.collage .collageInner .section4 .rightSide .img4 .navyBkgd.littleSquare {
  position: absolute;
  top: 0;
  right: 0;
}
.collage .collageInner .section4 .rightSide .img5 {
  width: 70%;
  position: relative;
  padding-top: 24px;
  margin-bottom: 15%;
}
.collage .collageInner .section4 .rightSide .img5 img {
  height: 25vh;
  object-fit: cover;
}
.collage .collageInner .section4 .rightSide .img5 .cyanBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 0;
}

.eventsBanner {
  padding-top: 15%;
  padding-bottom: 15vh;
  margin-bottom: 15vh;
}
.eventsBanner .leftSide {
  padding-bottom: 15%;
}
.eventsBanner .squareImg {
  margin-right: -8vw;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.eventsBanner .squareImg img {
  position: absolute;
  right: 0;
  height: 25vh;
  width: calc(100% - 8vw);
}
.eventsBanner .squareImg .limeBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 8px;
}
.eventsBanner .squareImg .navyBkgd.littleSquare {
  position: absolute;
  bottom: calc(-25vh - 24px);
  right: 32px;
}
.eventsBanner .squareImg .redBkgd.littleSquare {
  position: absolute;
  bottom: calc(-25vh - 24px);
  right: 0px;
}

.membersBanner {
  padding-top: 15%;
  padding-bottom: 32%;
  position: relative;
}
.membersBanner p {
  margin-bottom: 10%;
}
.membersBanner img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.membersBanner button {
  width: fit-content;
}
.membersBanner .aboveImg {
  z-index: 5;
  position: relative;
}

.popin {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 1s ease-in-out;
}

.hero2 .innerHero {
  height: 90vh;
  padding-bottom: 0;
  position: relative;
}
.hero2 .innerHero .img1 {
  position: absolute;
  width: 18vh;
  left: 0;
  bottom: 30vh;
  object-fit: cover;
  height: 18vh;
  margin-left: -4vw;
  opacity: 0;
  transform: scale(0);
}
.hero2 .innerHero .img2 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  width: 85%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 25vh;
  margin-right: -4vw;
  text-align: right;
  opacity: 0;
  transform: scale(0);
}
.hero2 .innerHero .imgFlex {
  display: flex;
  justify-content: space-between;
}
.hero2 .innerHero .pattern {
  position: absolute;
  right: 0;
  bottom: 25vh;
  padding-top: 5vh;
  margin-right: -4vw;
}

.externalLink {
  align-items: center;
}
.externalLink::after {
  background-image: url(img/icons/icon-offsite.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.visitBanner {
  padding-top: 20%;
  padding-bottom: 20%;
}
.visitBanner p {
  padding-bottom: 10%;
}
.visitBanner button {
  margin-bottom: 10%;
}
.visitBanner .visitImages {
  position: relative;
  padding-right: 4vw;
  font-size: 0;
  line-height: 0;
  padding-bottom: 28px;
}
.visitBanner .visitImages .img1 {
  width: 30%;
  height: 18vh;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 16px;
}
.visitBanner .visitImages .img2 {
  width: calc(100% - 32px);
  margin-left: calc(32px + 4vw);
}
.visitBanner .visitImages .limeBkgd.littleSquare {
  position: absolute;
  top: 0;
  left: 16px;
}
.visitBanner .visitImages .redBkgd.littleSquare, .visitBanner .visitImages .cyanBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: 0;
}
.visitBanner .visitImages .navyBkgd.littleSquare {
  position: absolute;
  bottom: 0;
  right: 32px;
}

@keyframes colorchange {
  0% {
    background: #1B365D;
  }
  20% {
    background: #E0004D;
  }
  40% {
    background: #D4C304;
  }
  60% {
    background: #64A70B;
  }
  80% {
    background: #00A7B5;
  }
  100% {
    background: #1B365D;
  }
}
@-webkit-keyframes colorchange {
  0% {
    background: #1B365D;
  }
  20% {
    background: #E0004D;
  }
  40% {
    background: #D4C304;
  }
  60% {
    background: #64A70B;
  }
  80% {
    background: #00A7B5;
  }
  100% {
    background: #1B365D;
  }
}
.colorchange, #desktopMenu .colorchange .dropdownContent {
  background-color: #1B365D;
  animation: colorchange 20s 12s;
  -webkit-animation: colorchange 20s 12s;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 600px) {
  .standardPadding {
    padding: 10% 10vw;
  }

  .standardPadding2 {
    padding: 0 16vw 10% 10vw;
  }

  .mobileOnly, .mobileOnly2 {
    display: none !important;
  }

  .desktopOnly {
    display: block !important;
  }

  .desktopOnly2 {
    display: flex !important;
  }

  h1 {
    font-size: 40px;
    font-size: 2.25vw;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-bottom: 5% !important;
  }

  h2 {
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
    padding-bottom: 3% !important;
  }

  h3 {
    padding-bottom: 2%;
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
  }

  h4 {
    font-size: 25px;
    font-size: 1.25vw;
    font-size: clamp(20px, 25px, 1.5vw);
  }

  h5 {
    font-size: 20px;
    font-size: 1vw;
    font-size: clamp(16px, 20px, 1.25vw);
  }

  p, li, button {
    font-size: 1rem;
    font-size: clamp(16px, 20px, 1.25vw);
  }

  button {
    transition: background-color 500ms ease-in-out;
    cursor: pointer;
    width: fit-content;
    padding-right: 7vh;
    position: relative;
  }
  button::after {
    position: absolute;
    right: 1vh;
  }

  button.navyBkgd:hover {
    background-color: #00A7B5 !important;
  }

  .hero {
    padding: 0 5vw;
    height: 90vh;
    position: static;
    z-index: 1;
  }
  .hero .innerHero {
    padding: 10% 15vw;
    height: 90vh;
  }
  .hero .innerHero h5 {
    padding-bottom: 1vh;
  }
  .hero .heroBottom {
    background: transparent;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    position: absolute;
    right: 10vw;
    top: 70%;
  }
  .hero .heroBottom .map {
    margin-left: auto;
    margin-right: 0;
    width: 65%;
  }
  .hero .heroBottom .map img {
    width: 70%;
  }
  .hero .heroBottom .map button {
    left: 5vw;
    width: fit-content;
    padding-left: 2vh;
    padding-right: 2vh;
    bottom: calc(-8px - 1vh);
  }
  .hero .heroBottom > img {
    position: absolute;
    left: 10vw;
    top: 0;
    width: calc(35% - 10vw);
  }

  .hero1 {
    padding: 0 5vw;
    height: fit-content;
    position: relative;
    z-index: 1;
    background: white;
  }
  .hero1::after {
    width: 5vw;
    height: 90vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background: #1B365D;
    display: block;
    content: "\a";
  }
  .hero1::before {
    width: 5vw;
    height: 90vh;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background: #1B365D;
    display: block;
    content: "\a";
  }
  .hero1 .innerHero {
    padding: 10% 15vw;
    padding-bottom: 0;
  }
  .hero1 .innerHero h5 {
    padding-bottom: 1vh;
  }
  .hero1 .heroBottom {
    display: flex;
    background: white;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    margin-top: -20%;
  }
  .hero1 .heroBottom .map {
    margin-left: auto;
    margin-right: 0;
    width: 65%;
  }
  .hero1 .heroBottom .map img {
    width: 80%;
  }
  .hero1 .heroBottom .map button {
    left: 5vw;
    width: fit-content;
    padding-left: 2vh;
    padding-right: 2vh;
    bottom: calc(-8px - 1vh);
  }
  .hero1 .heroBottom > img {
    position: static;
    margin-left: 10vw;
    top: 0;
    width: 30%;
    order: -1;
    height: 60%;
  }

  #visiting .hero1:before, #visiting .hero1:after {
    background: #64A70B;
  }

  #about .hero1:before, #about .hero1:after {
    background: #00A7B5;
  }

  .sideHeading {
    position: absolute;
    top: 0;
    left: 5vw;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: top left;
    padding-bottom: 0 !important;
  }

  .sideParent {
    position: relative;
  }

  .collage {
    padding-top: 10%;
  }
  .collage .sideHeading {
    left: 10vw;
  }
  .collage .collageInner p {
    padding-bottom: 2% !important;
  }
  .collage .collageInner .section1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
  }
  .collage .collageInner .section2 {
    display: flex;
    justify-content: space-between;
  }
  .collage .collageInner .section2 p {
    width: 40%;
    padding-top: 20px;
  }
  .collage .collageInner .section2 .img1 {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
  }
  .collage .collageInner .section3 {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .collage .collageInner .section3 .leftSide {
    width: 100%;
  }
  .collage .collageInner .section3 .rightSide {
    width: 40%;
    padding-top: 0 !important;
  }
  .collage .collageInner .section3 .img2 {
    width: 25%;
    margin-bottom: 2%;
  }
  .collage .collageInner .section3 .img3 {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .collage .collageInner .section3 .img3 img {
    width: 50%;
    object-fit: cover;
  }
  .collage .collageInner .section4 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .collage .collageInner .section4 .leftSide {
    order: -1;
    width: 40%;
  }
  .collage .collageInner .section4 .rightSide {
    width: 60%;
    justify-self: flex-end;
    justify-content: flex-end;
    gap: 15px;
  }
  .collage .collageInner .section4 .rightSide .img4 {
    width: 25%;
  }
  .collage .collageInner .section4 .rightSide .img4 img {
    height: 30vh;
  }
  .collage .collageInner .section4 .rightSide .img5 {
    width: 60%;
    margin-bottom: 0;
  }
  .collage .collageInner .section4 .rightSide .img5 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .eventsBanner {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5vw;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .eventsBanner .leftSide {
    padding-bottom: 0;
    width: 45%;
  }
  .eventsBanner .leftSide h3 {
    font-size: 40px;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-bottom: 5%;
  }
  .eventsBanner .squareImg {
    margin-right: 0;
    overflow: visible;
    width: 40%;
    position: absolute;
    height: calc(100% + 10vh);
    white-space: nowrap;
    right: 5vw;
    top: -5vh;
  }
  .eventsBanner .squareImg img {
    position: static;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
  }
  .eventsBanner .littleSquare.limeBkgd {
    top: 0;
    left: -32px !important;
  }
  .eventsBanner .littleSquare.navyBkgd {
    top: calc(100% + 16px);
    right: 32px !important;
  }
  .eventsBanner .littleSquare.redBkgd {
    top: calc(100% + 16px);
    right: 0 !important;
  }

  .membersBanner {
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    display: flex;
    gap: 3vw;
  }
  .membersBanner .aboveImg {
    width: 30%;
  }
  .membersBanner p {
    margin-bottom: 0;
    width: 40%;
    position: static;
    left: 40%;
    top: 0;
  }
  .membersBanner h4 {
    padding-bottom: 5%;
    width: 100%;
  }
  .membersBanner img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
  }
  .membersBanner button {
    width: fit-content;
  }
  .membersBanner button::after {
    margin-left: 20px;
  }
  .membersBanner button:hover {
    background-color: #E0004D !important;
  }

  .hero2 {
    margin-bottom: 10%;
    overflow: hidden;
  }
  .hero2 .img1a, .hero2 .img1b, .hero2 .img2a, .hero2 .img2b, .hero2 .img2c, .hero2 .img3a, .hero2 .img3b, .hero2 .img4a, .hero2 .img4b {
    opacity: 0;
    position: absolute;
  }
  .hero2 h5 {
    padding-bottom: 1vh;
    z-index: 2;
    position: relative;
  }
  .hero2 h1 {
    width: 70%;
    z-index: 2;
    position: relative;
  }
  .hero2 .pattern {
    bottom: 0 !important;
    right: -25px !important;
  }
  .hero2 .img1, .hero2 .img2 {
    opacity: 1 !important;
    transform: scale(1) !important;
    position: static !important;
    width: auto !important;
    bottom: unset !important;
    height: unset !important;
    margin-left: unset !important;
  }
  .hero2 .popin {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: all 1s ease-in-out;
  }
  .hero2 .popout {
    opacity: 0 !important;
    transform: scale(0) !important;
    transition: all 1s ease-in-out;
  }
  .hero2 .img1a {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    left: -5vw;
  }
  .hero2 .img2a {
    width: 18vw;
    left: 15vw;
  }
  .hero2 .img2b {
    width: 15vw;
    left: 15vw;
  }
  .hero2 .img2c {
    width: 15vw;
    left: 20vw;
  }
  .hero2 .img4a, .hero2 .img4b {
    width: 15vw;
    right: 3vw;
  }
  .hero2 .img3a {
    width: 25vw;
    right: 10vw;
  }
  .hero2 .img3b {
    width: 28vw;
    right: 10vw;
  }

  .visitBanner {
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .visitBanner .aboveImg {
    width: 38%;
    padding-left: 10vw;
    padding-right: 0;
    padding-bottom: 0;
  }
  .visitBanner p {
    padding-bottom: 5%;
  }
  .visitBanner button {
    margin-bottom: 0;
  }
  .visitBanner .visitImages {
    position: relative;
    padding-right: 0;
    margin-right: 0;
    font-size: 0;
    line-height: 0;
    padding-bottom: 28px;
    width: 52%;
  }
  .visitBanner .visitImages .img1 {
    width: 20vh;
    height: 30vh;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: -12%;
    margin-left: 16px;
  }
  .visitBanner .visitImages .img2 {
    width: calc(100% - 10vw);
    margin-left: 0;
  }
  .visitBanner .visitImages .limeBkgd.littleSquare {
    position: absolute;
    top: 0;
    left: -32px;
  }
  .visitBanner .visitImages .redBkgd.littleSquare, .visitBanner .visitImages .cyanBkgd.littleSquare {
    position: absolute;
    bottom: 0;
    right: 10vw;
  }
  .visitBanner .visitImages .navyBkgd.littleSquare {
    position: absolute;
    bottom: unset;
    top: 32px;
    left: -32px;
  }
}
#menu {
  visibility: hidden;
  position: fixed;
  top: 10vh;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  overflow: scroll !important;
  padding: 4vw;
  padding-top: 0;
  padding-bottom: 0;
}
#menu nav {
  overflow: scroll !important;
  border-top: 1px solid #F7F7F7;
}
#menu nav p, #menu nav li {
  font-size: 26px;
}
#menu nav .menuTop a {
  font-family: "lotaReg", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 28px;
  display: flex;
  width: fit-content;
}
#menu nav .menuTop > a {
  margin-bottom: 8%;
}
#menu nav .dropdown {
  margin-bottom: 8%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#menu nav .dropdown a {
  width: fit-content;
}
#menu nav .dropdown .dropdownTrigger {
  z-index: 2;
  float: right;
  line-height: 1;
  display: inline-block;
  width: fit-content;
}
#menu nav .dropdown .dropdownTrigger i, #menu nav .dropdown .dropdownTrigger i::before {
  display: block;
  line-height: 1;
  z-index: 2;
  position: relative;
}
#menu nav .dropdown .dropdownTrigger {
  font-size: 28px;
  font-family: "lotaReg", sans-serif;
  font-weight: 400;
}
#menu nav .dropdown .dropdownContent {
  width: 100%;
  padding-left: 26px;
  list-style-type: none;
}
#menu nav .dropdown .dropdownContent a {
  font-size: 18px;
  margin-bottom: 5%;
}
#menu nav a.currentPage {
  font-family: "lotaBold", sans-serif;
}
#menu nav a.currentPage {
  display: flex;
  gap: 10px;
  align-items: center;
}
#menu nav a.currentPage:before {
  background-image: url("img/icons/square-lime.svg");
  background-size: 16px 16px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat !important;
}
#menu .menuTop {
  padding-bottom: 10%;
  border-bottom: 2px solid #D4C304;
}
#menu .menuBottom {
  padding-top: 10%;
  padding-bottom: 40%;
  margin-bottom: 1%;
}
#menu .menuBottom p, #menu .menuBottom a {
  font-size: 16px;
}
#menu .menuBottom p {
  margin-bottom: 3%;
}
#menu .contactDetails {
  padding-bottom: 35%;
}

#menu.active {
  min-height: 90vh;
  visibility: visible;
}

@media only screen and (max-width: 600px) {
  #menu nav .menuTop .submenu .dropdownContent {
    background: white !important;
    background-color: white !important;
  }
}
@media only screen and (min-width: 600px) {
  #desktopMenu {
    width: 80%;
  }
  #desktopMenu nav {
    background: transparent !important;
    color: white;
    padding: 0;
  }
  #desktopMenu nav .menuTop {
    display: flex;
    gap: 50px;
    justify-content: flex-end;
  }
  #desktopMenu nav a {
    font-size: 16px !important;
    font-family: "lotaReg", sans-serif !important;
    text-transform: none;
    padding-bottom: 0 !important;
    font-weight: 700;
  }
  #desktopMenu nav a:hover {
    text-shadow: 0.1px 0 white;
  }
  #desktopMenu nav a {
    line-height: 1;
  }
  #desktopMenu nav a.currentPage {
    text-shadow: 0.1px 0 white;
    display: flex;
    gap: 10px;
    align-items: center;
    align-items: center;
  }
  #desktopMenu nav a.currentPage:before {
    background-image: url("img/icons/square-lime.svg");
    background-size: 16px 16px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-repeat: no-repeat !important;
  }
  #desktopMenu nav > a {
    width: 100%;
  }
  #desktopMenu nav .dropdown {
    display: flex;
    height: fit-content;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }
  #desktopMenu nav .dropdown > a {
    width: fit-content;
  }
  #desktopMenu nav .dropdown .dropdownTrigger {
    font-size: 16px !important;
    height: fit-content;
    line-height: 1;
  }
  #desktopMenu nav .dropdown .dropdownContent {
    position: absolute;
    margin-top: calc(16px + 1vh);
    padding: 1.5vh;
    list-style-type: none;
    width: 100%;
    max-width: fit-content;
    z-index: 3;
  }
  #desktopMenu nav .dropdown .dropdownContent li {
    margin-bottom: 2%;
  }
  #desktopMenu nav .dropdown .dropdownContent li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 903px) {
  #desktopMenu .menuTop > a, #desktopMenu .dropdown > a {
    font-size: 13px !important;
  }
}
.formContainer .gform_required_legend {
  display: none;
}
.formContainer legend, .formContainer .gfield_label {
  text-transform: uppercase;
  font-size: 20px !important;
}
.formContainer input[type=text], .formContainer input::placeholder, .formContainer select, .formContainer input[type=tel], .formContainer input[type=email], .formContainer textarea, .formContainer textarea::placeholder, .formContainer option {
  border: none;
  background: white;
  color: #1B365D;
  font-size: 14px !important;
  outline: none;
  resize: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border-radius: 0;
}
.formContainer input:active, .formContainer input:focus, .formContainer textarea:active, .formContainer textarea:focus, .formContainer select:active, .formContainer select:focus {
  outline: none !important;
}
.formContainer input[type=text], .formContainer select, .formContainer input[type=tel], .formContainer input[type=email], .formContainer textarea {
  padding: 5% !important;
  height: 100%;
}
.formContainer select {
  background: #00A7B5 !important;
  color: white !important;
  font-size: 20px !important;
  text-transform: none !important;
}
.formContainer .ginput_container_select {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.formContainer .ginput_container_select:after {
  background-image: url(img/icons/arrow-down-large.svg);
  background-size: 26px 26px;
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat !important;
}
.formContainer .ginput_container_select::after {
  background-color: #1B365D;
  padding: 10px;
  background-position: center !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 18px 18px;
  pointer-events: none;
}
.formContainer .ginput_container_select select {
  padding: 10px 15px !important;
}
.formContainer .gform_fields {
  grid-row-gap: 3vh !important;
}
.formContainer input[type=submit] {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: #1B365D;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  width: fit-content;
  border: none;
  padding: 0.5vh 2vh;
  cursor: pointer;
  border-radius: 0;
}
.formContainer .gform_footer {
  justify-content: flex-end;
}
.formContainer .ginput_container_select::after {
  pointer-events: none;
}
.formContainer .ginput_container_radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.formContainer .ginput_container_radio legend {
  color: #1B365D;
  margin-bottom: 16px !important;
}
.formContainer .ginput_container_radio .gfield_checkbox, .formContainer .ginput_container_radio .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  margin-top: 3%;
}
.formContainer .ginput_container_radio .gchoice {
  width: 50%;
  position: relative;
  padding-bottom: 10px;
}
.formContainer .ginput_container_radio .gchoice label::before {
  content: "\a";
  background: white;
  border: 3px solid #00A7B5;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.formContainer .ginput_container_radio .gchoice label {
  font-weight: 700;
}
.formContainer .ginput_container_radio .gchoice input {
  opacity: 0;
}
.formContainer .ginput_container_radio .gchoice label {
  padding-left: 10px;
  font-size: 20px !important;
  margin-top: -0.5px;
}
.formContainer .ginput_container_radio .gchoice input:checked ~ label::after {
  content: "\a";
  background: #00A7B5;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.formContainer .ginput_container_radio .gchoice input:checked ~ label {
  font-weight: 700;
  color: #00A7B5;
}

.gform_validation_errors {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.gform_validation_errors h2 {
  padding-bottom: 2%;
  padding-top: 0;
}
.gform_validation_errors span {
  display: none !important;
}

.validation_message {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

.gform_description {
  padding-bottom: 0 !important;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true] + label, .gform_wrapper label + [aria-invalid=true], .gform_submission_error {
  color: #E0004D !important;
}

.gform_submission_error, .gform_wrapper h5 {
  text-transform: none;
}

.gform_wrapper h5 {
  font-size: 20px;
  padding-bottom: 0;
}

.gform_wrapper .gfield_error legend, .gform_wrapper .gfield_error label, .gfield_required {
  color: #1B365D !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #E0004D !important;
}

.gsection_title {
  display: none;
}

.gsection {
  border-bottom: 1px solid #1B365D !important;
  padding-top: 10% !important;
  margin-bottom: 10%;
}

.gform_submission_error {
  font-size: 16px !important;
}

.gfield_required {
  font-family: "lotaBold", sans-serif;
  font-size: 20px !important;
}

.gform_confirmation_message h1, .gform_confirmation_message h2, .gform_confirmation_message h3, .gform_confirmation_message h4, .gform_confirmation_message h5 {
  padding-bottom: 0;
}

#newsletter {
  flex-direction: column;
}
#newsletter h4 {
  padding-bottom: 0;
}
#newsletter .formContainer {
  width: calc(70% - 15vw);
}
#newsletter .formContainer form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#newsletter .formContainer .gform-body {
  width: 70%;
}
#newsletter .formContainer .gfield input {
  padding: 1.5vh !important;
  font-size: 20px !important;
}
#newsletter .formContainer .gfield input::placeholder {
  font-size: 20px !important;
}
#newsletter .formContainer .gfield input:focus::placeholder {
  opacity: 0.3;
}
#newsletter .formContainer .gform_footer {
  margin: 0;
  padding: 0;
  margin-left: 5%;
}
#newsletter .formContainer .gform_footer input {
  padding: 1.5vh !important;
}

@media only screen and (min-width: 600px) {
  .formContainer .gform_fields {
    grid-row-gap: 2vh !important;
  }
  .formContainer h2 {
    padding-top: 5%;
  }
  .formContainer input[type=text], .formContainer select, .formContainer input[type=tel], .formContainer input[type=email], .formContainer textarea {
    padding: 2.5% !important;
  }
  .formContainer .gform_submission_error {
    padding-top: 0;
  }
}
#home .help {
  padding-top: 20%;
  z-index: 1;
  position: relative;
}
#home .help .helpLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}
#home .help .helpLinks article {
  width: 45%;
  margin-bottom: 15%;
}
#home .help .helpLinks article img {
  margin-bottom: 5%;
}
#home .help .helpLinks article h4 {
  text-transform: none !important;
  font-family: "lotaBold", sans-serif !important;
}
#home .help .helpLinks article button {
  width: fit-content;
}
#home .help .helpLinks article button::after {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
#home .aboutBID {
  z-index: 1;
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}
#home .visitBanner {
  z-index: 1;
  position: relative;
}
#home .mainEvent .imgContainer {
  font-size: 0;
  line-height: 0;
}
#home .mainEvent h2 {
  font-size: 20px;
  padding-top: 5%;
  padding-bottom: 5%;
}
#home .mainEvent, #home .featuredEvents {
  z-index: 1;
  position: relative;
}
#home .mainEvent .eventDetails, #home .featuredEvents .eventDetails {
  padding: 10% 8vw;
}
#home .mainEvent .eventDetails h5, #home .featuredEvents .eventDetails h5 {
  font-family: "lotaBold", sans-serif !important;
  text-transform: none;
}
#home .mainEvent .eventDetails .detail, #home .featuredEvents .eventDetails .detail {
  padding-bottom: 5%;
}
#home .mainEvent .eventDetails .eventDate, #home .featuredEvents .eventDetails .eventDate {
  display: grid;
  gap: 10px;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 15px;
}
#home .mainEvent .eventDetails .eventDate:before, #home .featuredEvents .eventDetails .eventDate:before {
  background-image: url("img/icons/icon-calendar.svg");
  background-size: 22px 22px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-repeat: no-repeat !important;
}
#home .mainEvent .eventDetails .eventTime, #home .featuredEvents .eventDetails .eventTime {
  display: grid;
  gap: 10px;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 15px;
}
#home .mainEvent .eventDetails .eventTime:before, #home .featuredEvents .eventDetails .eventTime:before {
  background-image: url("img/icons/icon-clock.svg");
  background-size: 22px 22px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-repeat: no-repeat !important;
}
#home .mainEvent .eventDetails .eventLocation, #home .featuredEvents .eventDetails .eventLocation {
  display: grid;
  gap: 10px;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 15px;
}
#home .mainEvent .eventDetails .eventLocation:before, #home .featuredEvents .eventDetails .eventLocation:before {
  background-image: url("img/icons/icon-location.svg");
  background-size: 22px 22px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-repeat: no-repeat !important;
}
#home .mainEvent .eventDetails button, #home .featuredEvents .eventDetails button {
  width: fit-content;
}
#home .mainEvent .eventDetails .aboutEvent, #home .mainEvent .eventDetails .dropdown, #home .featuredEvents .eventDetails .aboutEvent, #home .featuredEvents .eventDetails .dropdown {
  margin-top: 8%;
}
#home .mainEvent .eventDetails .aboutEvent h5, #home .mainEvent .eventDetails .dropdown h5, #home .featuredEvents .eventDetails .aboutEvent h5, #home .featuredEvents .eventDetails .dropdown h5 {
  font-family: "lotaBold", sans-serif !important;
  padding-bottom: 1%;
  margin-bottom: 5%;
  border-bottom: 1px solid #1B365D;
  position: relative;
}
#home .mainEvent .eventDetails .open h5::after, #home .featuredEvents .eventDetails .open h5::after {
  background-image: url(img/icons/arrow-up-small.svg);
}
#home .featuredEvents {
  padding-top: 20%;
  padding-bottom: 20%;
}
#home .featuredEvents article {
  margin-bottom: 10%;
}
#home .featuredEvents article .eventDetails {
  padding-bottom: 3% !important;
}
#home .featuredEvents article .eventTop {
  position: relative;
}
#home .featuredEvents article .eventTop h4 {
  position: absolute;
  padding: 10px;
  bottom: -15px;
  font-family: "lotaBold", sans-serif !important;
  text-transform: none;
  padding-left: 25px;
}
#home .happening {
  z-index: 1;
  position: relative;
}
#home .happening .fbContainer {
  position: relative;
  padding-top: 5%;
}
#home .happening .fbContainer .efbl_feed_wraper {
  padding-bottom: 10%;
  padding-right: 8vw;
  overflow: hidden;
}
#home .happening .fbContainer .efbl_feed_wraper .efbl_feeds_holder {
  width: fit-content;
}
#home .happening .fbContainer .efbl_feed_wraper .efbl-fullwidth-skin .efbl-feed-content .description, #home .happening .fbContainer .efbl_feed_wraper .efbl-fullwidth-skin .efbl-feed-content .efbl_link_text {
  color: #1B365D;
}
#home .happening .fbContainer .efbl_feed_wraper .efbl-thumbnail-col {
  padding-left: 0;
  padding-right: 0;
}
#home .happening .fbContainer .efbl_feed_wraper .efbl-row {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
#home .happening .fbContainer .efbl_feed_wraper .efbl-row img {
  width: 100%;
}
#home .happening .fbContainer .efbl_feed_wraper .swiper-slide-next {
  position: relative;
}
#home .happening .fbContainer .efbl_feed_wraper .swiper-slide-next::after {
  content: "\a";
  background-color: #00A7B5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#home .happening .fbContainer .efbl_feed_wraper .efbl-story-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}
#home .happening .fbContainer .efbl_feed_wraper .efbl-feed-content {
  padding-left: 0;
}
#home .happening .fbContainer .arrowContainer {
  position: absolute;
  left: 10px;
  bottom: 0;
  display: flex;
  gap: 15px;
}
#home .happening .fbContainer .arrowContainer .swiper-button-prev, #home .happening .fbContainer .arrowContainer .swiper-button-next {
  position: static;
  background-image: url(img/icons/arrow-right.svg);
  background-size: 22px 22px;
  background-color: #00A7B5;
  height: 22px;
  width: 22px;
  padding: 20px !important;
}
#home .happening .fbContainer .arrowContainer .swiper-button-prev {
  background-image: url(img/icons/arrow-left.svg);
}
#home .happening .fbContainer .arrowContainer .swiper-button-disabled {
  background-color: #9F9F9F;
  opacity: 1;
}
#home .happening .fbContainer .efbl-feed-content .efbl-d-flex, #home .happening .fbContainer .esf-share {
  display: none !important;
}
#home .happening .fbContainer .efbl-view-on-fb {
  background: none !important;
  color: #00A7B5 !important;
  padding: 0 !important;
  font-size: 16px;
}
#home .happening .fbContainer .efbl-d-flex {
  justify-content: flex-end !important;
}
#home .happening .fbContainer .efbl-post-footer {
  border-top: 1px solid #00A7B5;
  margin-top: 15%;
  padding-bottom: 15px;
}
#home .happening .fbContainer .efbl_feeds_holder {
  padding-bottom: 5%;
  display: flex;
}
#home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper {
  width: 72vw;
  height: auto;
}
#home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper h2 {
  width: unset;
  font-size: unset;
}
#home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper .icon-esf-plus {
  display: none;
}
#home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper .efbl-overlay {
  background: rgba(0, 66, 71, 0.55);
}
#home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper .efbl_feed_popup {
  height: 100%;
}
#home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper .efbl_feed_popup img {
  height: 100%;
}

#animation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30vw;
  z-index: 0;
}

#home .hero2 .innerHero {
  background: transparent;
}
#home .hero2 .innerHero h1, #home .hero2 .innerHero h5, #home .hero2 .innerHero img {
  z-index: 1;
}
#home .hero2 .innerHero h1, #home .hero2 .innerHero h5 {
  position: relative;
}
#home .hero2 .innerHero h1, #home .hero2 .innerHero h5, #home .hero2 .innerHero .pattern {
  opacity: 0;
  animation: makeVisible 3000ms ease 7000ms 1 normal forwards;
}
#home .hero2 .innerHero::after {
  content: "\a";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: white;
  animation: riseUp 2500ms ease-in-out 5000ms 1 normal forwards;
}

@keyframes riseUp {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes makeVisible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 600px) {
  #home #animation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10vw;
    z-index: 0;
  }
  #home .hero2 {
    overflow: visible;
  }
  #home .hero2 .img1a, #home .hero2 .img1b, #home .hero2 .img2a, #home .hero2 .img2b, #home .hero2 .img2c, #home .hero2 .img3a, #home .hero2 .img3b, #home .hero2 .img4a, #home .hero2 .img4b {
    scale: 0;
    z-index: 1;
  }
  #home .hero2 .innerHero {
    background: transparent;
  }
  #home .hero2 .innerHero .pattern {
    margin-right: 0;
    right: -5vw !important;
    bottom: 0;
    z-index: 1;
  }
  #home .hero2 .innerHero::after {
    content: "\a";
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: white;
    animation: riseUp 2500ms ease-in-out 9500ms 1 normal forwards;
  }
  #home .hero2 .innerHero h1, #home .hero2 .innerHero h5, #home .hero2 .innerHero .pattern {
    opacity: 0;
    animation: makeVisible 3000ms ease 11500ms 1 normal forwards;
  }
  #home .hero2 .img1a {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    left: 0;
    top: 30%;
  }
  #home .hero2 .img1b {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    left: 0;
    top: 30%;
  }
  #home .hero2 .img2a {
    width: 30vw;
    height: 15vw;
    object-fit: cover;
    left: 0;
    top: calc(30% + 16vw);
  }
  #home .hero2 .img3a {
    width: 30vw;
    height: 15vw;
    object-fit: cover;
    right: 5vw;
    top: 0;
  }
  #home .hero2 .img4a, #home .hero2 .img4b {
    width: 20vw;
    height: 25vw;
    object-fit: cover;
    right: -5vw;
    top: 40%;
  }
  #home .help {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  #home .help .sideHeading {
    top: 50%;
    transform: rotate(270deg) translateX(-50%);
  }
  #home .help .helpLinks {
    padding-left: 15vw;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #home .help .helpLinks article {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 25%;
  }
  #home .help .helpLinks article a button {
    width: fit-content;
    padding-right: 1vh;
  }
  #home .help .helpLinks article a button::after {
    position: static;
  }
  #home .help .helpLinks article a button:hover {
    background: #E0004D !important;
  }
  #home .aboutBID {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  #home .aboutBID .sideHeading {
    top: 50%;
    transform: rotate(270deg) translateX(-50%);
  }
  #home .aboutBID h2 {
    font-size: 40px;
    font-size: clamp(30px, 40px, 2.5vw);
    padding-left: 15vw;
    width: 90%;
    padding-bottom: 5% !important;
  }
  #home .aboutBID button {
    margin-left: 15vw;
  }
  #home .mainEvent {
    display: flex;
  }
  #home .mainEvent .imgContainer {
    width: 60%;
  }
  #home .mainEvent .imgContainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #home .mainEvent .rightSide {
    width: 40%;
  }
  #home .mainEvent .rightSide h2 {
    font-size: 25px;
    font-size: clamp(20px, 25px, 1.5vw);
    padding: 1.5vh 3vh;
    margin-right: 10vw;
    margin-left: -5vw;
    padding-bottom: 1.5vh !important;
  }
  #home .mainEvent .rightSide .dropdownContent {
    height: 20vh;
    overflow-y: scroll;
  }
  #home .mainEvent .rightSide .dropdownContent p {
    width: 95%;
  }
  #home .mainEvent .rightSide .dropdownContent::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  #home .mainEvent .rightSide .dropdownContent::-webkit-scrollbar-track {
    background: white !important;
    border-radius: 3px;
  }
  #home .mainEvent .rightSide .dropdownContent::-webkit-scrollbar-thumb {
    background: #00A7B5 !important;
    border-radius: 3px;
  }
  #home .mainEvent .rightSide .eventDetails {
    padding: 5% 10vw 5% 5vw;
  }
  #home .mainEvent .rightSide .eventDetails h5, #home .mainEvent .rightSide .eventDetails p {
    font-size: 16px;
    font-size: clamp(16px, 20px, 1.25vw);
  }
  #home .featuredEvents {
    padding-top: 0;
    margin-top: 5%;
    padding-bottom: 5%;
  }
  #home .featuredEvents .sideHeading {
    left: 10vw;
  }
  #home .featuredEvents .homeEvents {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 4vw;
    padding-left: 15vw;
    margin-bottom: 5%;
  }
  #home .featuredEvents .homeEvents article {
    margin-top: 0;
    width: 49%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #home .featuredEvents .homeEvents article img {
    height: 35vh;
    width: 100%;
    object-fit: cover;
  }
  #home .featuredEvents .homeEvents article h4 {
    font-size: 20px;
    font-size: clamp(16px, 25px, 1.5vw);
    width: 90%;
  }
  #home .featuredEvents .homeEvents article button {
    width: fit-content;
  }
  #home .featuredEvents .homeEvents article h5 {
    font-size: 16px;
    font-size: clamp(14px, 16px, 1.25vw);
  }
  #home .featuredEvents .homeEvents article:nth-child(odd) {
    margin-right: 2%;
  }
  #home .featuredEvents .homeEvents article .eventDetails {
    padding: 10% 25px;
  }
  #home .featuredEvents > a > button {
    margin-left: 15vw;
  }
  #home .happening {
    padding-right: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
  }
  #home .happening .sideHeading {
    padding-right: 0%;
    left: 0;
  }
  #home .happening .fbContainer {
    padding-top: 0;
  }
  #home .happening .fbContainer .efbl-fullwidth-skin .efbl-feed-content .description > *, #home .happening .fbContainer .efbl-fullwidth-skin .efbl-feed-content .efbl_link_text > * {
    font-size: clamp(14px, 16px, 1.5vw);
  }
  #home .happening .fbContainer .efbl_feed_wraper {
    margin-left: 15vw;
    position: static;
  }
  #home .happening .fbContainer .efbl_feed_wraper .swiper-slide-next + .efbl-story-wrapper {
    position: relative;
  }
  #home .happening .fbContainer .efbl_feed_wraper .swiper-slide-next + .efbl-story-wrapper::after {
    content: "\a";
    background-color: #00A7B5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #home .happening .fbContainer .efbl_feed_wraper .swiper-slide-next {
    position: relative;
  }
  #home .happening .fbContainer .efbl_feed_wraper .swiper-slide-next::after {
    content: "";
    background-color: transparent;
    position: static;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: -5;
  }
  #home .happening .fbContainer .efbl_feeds_holder {
    padding-bottom: 3%;
    gap: 2vw;
    margin-left: -25vw;
  }
  #home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper {
    width: 30vw !important;
  }
  #home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper .efbl_feed_popup img {
    height: 50vh;
    object-fit: cover;
  }
  #home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper .efbl_feed_popup {
    font-size: 0;
    line-height: 0;
  }
  #home .happening .fbContainer .swiper-button-next[aria-disabled=false], #home .happening .fbContainer .swiper-button-prev[aria-disabled=false] {
    transition: background-color 500ms ease-in-out;
  }
  #home .happening .fbContainer .swiper-button-next[aria-disabled=false]:hover, #home .happening .fbContainer .swiper-button-prev[aria-disabled=false]:hover {
    background-color: #D4C304 !important;
    transition: background-color 500ms ease-in-out;
  }
  #home .happening .fbContainer .efbl_feed_wraper, #home .happening .fbContainer .efbl_feeds_holder, #home .happening .fbContainer .efbl-story-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #home .happening .fbContainer .arrowContainer {
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  header .innerHeader {
    padding-top: 5px;
  }

  #home .hero2 .innerHero h1 {
    font-size: 6vw;
  }
  #home .featuredEvents button {
    width: 50%;
  }
  #home .aboutBID h2 {
    font-size: 22px;
  }

  #events .hero2 .innerHero h1 {
    font-size: 7.5vw;
  }
}
@media only screen and (min-height: 1000px) and (max-width: 1024px) {
  #home .hero2 .innerHero h1 {
    font-size: 27px;
  }
  #home .aboutBID h2 {
    font-size: 23px;
  }
  #home .mainEvent {
    display: block;
  }
  #home .mainEvent .imgContainer {
    width: 100%;
  }
  #home .mainEvent .rightSide {
    width: 100%;
  }
  #home .mainEvent .rightSide h2 {
    margin-left: 0;
  }
  #home .mainEvent .rightSide .dropdownContent {
    height: fit-content;
    overflow: visible;
  }
  #home .mainEvent .rightSide .eventDetails button {
    width: 30%;
  }
  #home .featuredEvents .homeEvents article img {
    height: 18vh;
  }
  #home .featuredEvents .homeEvents article .eventDetails {
    padding: 15% 25px;
  }
  #home .happening .fbContainer .efbl_feeds_holder .efbl-story-wrapper .efbl_feed_popup img {
    height: 25vh;
  }

  .membersBanner img {
    height: 50%;
  }
  .membersBanner p {
    width: 60%;
    z-index: 5;
    position: relative;
    left: 0;
  }

  footer .legalLinks {
    width: 91%;
  }
  footer .legalLinks p {
    font-size: 13px;
  }
  footer .text1, footer .text2, footer .contactEmail {
    font-size: 13px !important;
  }

  .collage {
    margin-top: 10vh !important;
  }
  .collage .img4 img {
    height: 15vh !important;
  }
  .collage .img5 img {
    height: 25vh !important;
  }

  #about .whatDone .sideHeading {
    width: 45% !important;
  }
  #about .board-team .peopleSlider .swiper-wrapper .swiper-slide {
    padding: 3vh 2.5vh !important;
    height: 60vh !important;
    width: 70% !important;
  }
  #about .board-team .peopleSlider {
    padding-left: 4vw !important;
    margin-left: 8vw !important;
    padding-right: 18vw !important;
  }
  #about .board-team .peopleSlider .swiper-wrapper {
    margin-left: 0vw !important;
  }

  .hero .heroBottom .map img {
    width: 80%;
  }

  .hero2 h1 {
    width: 80%;
  }
  .hero2 .img2a, .hero2 .img2b, .hero2 .img2c {
    width: 40vw;
  }
  .hero2 .img4a, .hero2 .img4b {
    width: 30vw;
  }

  #events .upcomingEvents .filter {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  #events .upcomingEvents .listings {
    min-height: 40vh !important;
  }
  #events .listings article img {
    height: 18vh !important;
  }
  #events .listings article .eventDetails {
    padding: 15% 25px !important;
  }
  #events .pastEvents .pattern {
    height: 25%;
  }

  .visitBanner button {
    width: 100% !important;
  }
  .visitBanner .visitImages .img1 {
    height: 15vh;
    width: 15vh;
  }

  #visiting .today .sideHeading {
    width: 65% !important;
  }
  #visiting .isite .offLinks {
    display: block !important;
  }
  #visiting .isite .offLinks button {
    width: 60%;
  }

  .membersBanner .aboveImg {
    width: 40%;
  }
  .membersBanner p {
    width: 60%;
  }

  body #members .membersForm .formContainer .gridInput > label {
    font-size: 20px !important;
  }
  body #members .membersForm .formContainer #field_1_16 label {
    font-size: 20px !important;
  }
  body #members .membersForm .formContainer input[type=submit] {
    font-size: 20px !important;
  }
  body #members .membersForm .formContainer select {
    font-size: 20px !important;
  }
  body #members .membersForm .formContainer .ginput_container_select:after {
    width: 30px !important;
    height: 30px !important;
  }

  #legal .legalContent {
    margin-top: -100% !important;
    min-height: 50vh;
  }

  #desktopMenu {
    width: 100%;
  }
  #desktopMenu nav a {
    font-size: 14px !important;
  }
}
#about .values-services {
  padding-top: 15%;
  padding-bottom: 20%;
}
#about .values-services h1 {
  padding-bottom: 15%;
}
#about .values-services h4 {
  text-transform: none;
}
#about .values-services article {
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10%;
  position: relative;
}
#about .values-services article .vTop {
  display: flex;
  align-items: center;
  gap: 20px;
}
#about .values-services article img {
  width: 65px;
  height: 65px;
}
#about .values-services article h4 {
  width: 60%;
  padding-bottom: 0 !important;
}
#about .values-services article p {
  margin-top: 5%;
}
#about .values-services .values {
  border-bottom: 1px solid #1B365D;
  margin-bottom: 20%;
  padding-bottom: 10%;
}
#about .values-services .services article:last-child {
  padding-bottom: 0;
}
#about .whatDone h1 {
  padding-bottom: 15%;
}
#about .whatDone .whatArticles article {
  padding-bottom: 15%;
}
#about .whatDone .whatArticles article img {
  padding-bottom: 5%;
  width: 100%;
}
#about .whatDone .whatArticles article h5 {
  font-family: "lotaBold", sans-serif !important;
  padding-bottom: 1%;
  margin-bottom: 5%;
  border-bottom: 1px solid #1B365D;
  position: relative;
  display: grid;
  gap: 10px;
  align-items: center;
  grid-template-columns: auto 12px;
  text-transform: none;
  width: 90%;
}
#about .whatDone .whatArticles article h5:after {
  background-image: url(img/icons/arrow-down-small.svg);
  background-size: 12px 12px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: no-repeat !important;
}
#about .whatDone .whatArticles article h5::after {
  background-color: #1B365D;
  padding: 10px;
  background-position: center !important;
  position: absolute;
  right: -11%;
  bottom: -1px;
}
#about .whatDone .whatArticles article .dropdown {
  width: 100%;
}
#about .whatDone .whatArticles article .open h5::after {
  background-image: url(img/icons/arrow-up-small.svg);
}
#about .board-team {
  padding-top: 15%;
  padding-right: 0;
}
#about .board-team h1 {
  padding-bottom: 20%;
}
#about .board-team .swiper-container {
  padding-bottom: 30%;
  padding-right: 8vw;
}
#about .board-team .swiper-container .arrowContainer {
  position: absolute;
  bottom: 7%;
  display: flex;
  gap: 15px;
}
#about .board-team .swiper-container .arrowContainer .swiper-button-prev, #about .board-team .swiper-container .arrowContainer .swiper-button-next {
  position: static;
  background-image: url(img/icons/arrow-right.svg);
  background-size: 22px 22px;
  background-color: #E0004D;
  height: 22px;
  width: 22px;
  padding: 20px !important;
}
#about .board-team .swiper-container .arrowContainer .swiper-button-prev {
  background-image: url(img/icons/arrow-left.svg);
}
#about .board-team .swiper-container .arrowContainer .swiper-button-disabled {
  background-color: #9F9F9F;
  opacity: 1;
}
#about .board-team .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 90vh;
  overflow-y: scroll;
}
#about .board-team .swiper-container .swiper-wrapper .swiper-slide h4 {
  padding-bottom: 3%;
  padding-top: 5%;
}
#about .board-team .swiper-container .swiper-wrapper .swiper-slide h5 {
  font-family: "lotaBold", sans-serif !important;
  text-transform: none;
}
#about .board-team .swiper-container .swiper-wrapper .swiper-slide p {
  padding-top: 5%;
}
#about .board-team .swiper-container .swiper-wrapper .swiper-slide-next {
  position: relative;
}
#about .board-team .swiper-container .swiper-wrapper .swiper-slide-next::after {
  content: "\a";
  background-color: #E0004D;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#about .board-team hr {
  padding-bottom: 5%;
  margin-bottom: 20%;
  border-bottom: 1px solid white;
  margin-right: 8vw;
}
#about .board-team .team .swiper-container .arrowContainer .swiper-button-prev, #about .board-team .team .swiper-container .arrowContainer .swiper-button-next {
  background-color: #D4C304;
}
#about .board-team .team .swiper-container .arrowContainer .swiper-button-disabled {
  background-color: #9F9F9F;
  opacity: 1;
}
#about .board-team .team .swiper-container .swiper-wrapper .swiper-slide-next::after {
  background-color: #D4C304;
}

@media only screen and (min-width: 600px) {
  #about .values-services {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #about .values-services .values, #about .values-services .services {
    padding-left: 15vw;
    padding-bottom: calc(5% - 40px);
    margin-bottom: 7%;
  }
  #about .values-services .values .icons, #about .values-services .services .icons {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2vw;
  }
  #about .values-services .values {
    padding-bottom: 7%;
  }
  #about .values-services .sideHeading {
    left: 0;
  }
  #about .values-services article {
    width: 48%;
    padding-bottom: 0;
    align-items: flex-start;
    flex-wrap: nowrap;
    display: flex;
    gap: 40px;
    margin-right: 0;
  }
  #about .values-services article img {
    width: 96px;
    height: 96px;
    object-fit: cover;
  }
  #about .values-services article .vTop {
    display: block;
    width: 96px;
    height: 96px;
  }
  #about .values-services article .vBottom {
    width: 70%;
  }
  #about .values-services article p {
    margin-top: 2%;
    width: 100%;
  }
  #about .values-services article h4 {
    position: static;
    width: 90%;
    line-height: 1;
  }
  #about .whatDone {
    padding-top: 0;
    margin-top: 12%;
  }
  #about .whatDone .sideHeading {
    width: 30%;
    top: 0;
    left: 10vw;
  }
  #about .whatDone .whatArticles {
    padding-left: 15vw;
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    row-gap: 6vw;
  }
  #about .whatDone .whatArticles article {
    width: 45%;
    padding-bottom: 0;
  }
  #about .whatDone .whatArticles article img {
    height: 20vw;
    object-fit: cover;
  }
  #about .whatDone .whatArticles article .dropdown .dropdownTrigger {
    border-bottom: none !important;
    padding-top: 2%;
    width: 100%;
    cursor: default;
  }
  #about .whatDone .whatArticles article .dropdown .dropdownTrigger:after {
    display: none;
    content: none;
    background: none;
  }
  #about .whatDone .whatArticles article .dropdown .dropdownContent {
    display: block;
    max-height: unset !important;
    opacity: 1 !important;
  }
  #about .board-team {
    padding-top: 5%;
    padding-bottom: 1%;
  }
  #about .board-team hr {
    margin-bottom: 10% !important;
  }
  #about .board-team .board .sideHeading, #about .board-team .team .sideHeading {
    left: 0;
  }
  #about .board-team .board .peopleSlider, #about .board-team .team .peopleSlider {
    padding-right: 0vw;
    padding-bottom: 0;
    margin-bottom: 5%;
    margin-left: 8vw;
    padding-left: 7vw;
    position: static;
  }
  #about .board-team .board .peopleSlider .swiper-wrapper, #about .board-team .team .peopleSlider .swiper-wrapper {
    margin-left: -18vw;
    /*.swiper-slide:last-child {
    	&::after {
    		content:"\a";
    		background-color:$red;
    		position:absolute;
    		top:0;
    		left:0;
    		width:100%;
    		height:100%;
    		z-index:2;
    	}
    }*/
  }
  #about .board-team .board .peopleSlider .swiper-wrapper .swiper-slide, #about .board-team .team .peopleSlider .swiper-wrapper .swiper-slide {
    padding: 5vh 4vh;
    width: 45%;
    margin-right: 45px !important;
    height: 80vh;
  }
}
@media only screen and (min-width: 600px) and (max-height: 850px) {
  #about .board-team .board .peopleSlider .swiper-wrapper .swiper-slide, #about .board-team .team .peopleSlider .swiper-wrapper .swiper-slide {
    height: 95vh;
  }
}
@media only screen and (min-width: 600px) {
  #about .board-team .board .peopleSlider .swiper-wrapper .swiper-slide img, #about .board-team .team .peopleSlider .swiper-wrapper .swiper-slide img {
    width: 70%;
  }
}
@media only screen and (min-width: 600px) {
  #about .board-team .board .peopleSlider .swiper-wrapper .swiper-slide-next + .swiper-slide, #about .board-team .team .peopleSlider .swiper-wrapper .swiper-slide-next + .swiper-slide {
    position: relative;
  }
  #about .board-team .board .peopleSlider .swiper-wrapper .swiper-slide-next + .swiper-slide::after, #about .board-team .team .peopleSlider .swiper-wrapper .swiper-slide-next + .swiper-slide::after {
    content: "\a";
    background-color: #E0004D;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
@media only screen and (min-width: 600px) {
  #about .board-team .board .peopleSlider .swiper-wrapper .swiper-slide-next::after, #about .board-team .team .peopleSlider .swiper-wrapper .swiper-slide-next::after {
    content: "";
    z-index: 0;
    background-color: transparent;
    height: 0;
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  #about .board-team .board .peopleSlider .arrowContainer, #about .board-team .team .peopleSlider .arrowContainer {
    bottom: 0;
    left: 0;
  }
  #about .board-team .board .peopleSlider .arrowContainer .swiper-button-next[aria-disabled=false], #about .board-team .board .peopleSlider .arrowContainer .swiper-button-prev[aria-disabled=false], #about .board-team .team .peopleSlider .arrowContainer .swiper-button-next[aria-disabled=false], #about .board-team .team .peopleSlider .arrowContainer .swiper-button-prev[aria-disabled=false] {
    transition: background-color 500ms ease-in-out;
  }
  #about .board-team .board .peopleSlider .arrowContainer .swiper-button-next[aria-disabled=false]:hover, #about .board-team .board .peopleSlider .arrowContainer .swiper-button-prev[aria-disabled=false]:hover, #about .board-team .team .peopleSlider .arrowContainer .swiper-button-next[aria-disabled=false]:hover, #about .board-team .team .peopleSlider .arrowContainer .swiper-button-prev[aria-disabled=false]:hover {
    background-color: #00A7B5 !important;
    transition: background-color 500ms ease-in-out;
  }
}
@media only screen and (min-width: 600px) {
  #about .board-team .team .peopleSlider .swiper-wrapper .swiper-slide-next + .swiper-slide {
    position: relative;
  }
  #about .board-team .team .peopleSlider .swiper-wrapper .swiper-slide-next + .swiper-slide::after {
    background-color: #D4C304 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1250px) {
  #about .values-services .values .icons article, #about .values-services .services .icons article {
    width: 100%;
  }

  #members .membersForm .formContainer {
    width: 85% !important;
  }
}
#events {
  margin-bottom: 8vh;
}
#events .upcomingEvents .filter {
  padding-top: 20%;
  padding-bottom: 20%;
}
#events .upcomingEvents .filter p {
  padding-bottom: 10%;
}
#events .upcomingEvents .filter select {
  font-size: 20px;
  border: none;
  appearance: none;
  outline: none;
  background: #00A7B5;
  padding: 10px 15px;
  width: 100%;
  text-transform: none !important;
}
#events .upcomingEvents .filter .selectContainer {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
#events .upcomingEvents .filter .selectContainer:after {
  background-image: url(img/icons/arrow-down-large.svg);
  background-size: 26px 26px;
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat !important;
}
#events .upcomingEvents .filter .selectContainer::after {
  background-color: #1B365D;
  padding: 10px;
  background-position: center 70% !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 18px 18px;
  pointer-events: none;
  height: 100%;
}
#events .listings {
  padding-top: 20%;
  padding-bottom: 20%;
}
#events .listings .sidePadding a {
  color: #00A7B5;
}
#events .listings article {
  margin-bottom: 10%;
}
#events .listings article .eventTop {
  position: relative;
}
#events .listings article .eventTop h4 {
  position: absolute;
  padding: 10px;
  bottom: -15px;
  font-family: "lotaBold", sans-serif !important;
  text-transform: none;
  padding-left: 25px;
}
#events .listings article .eventDetails {
  padding: 10% 25px;
  padding-bottom: 3% !important;
}
#events .listings article .eventDetails h5 {
  font-family: "lotaBold", sans-serif !important;
  text-transform: none;
}
#events .listings article .eventDetails .detail {
  padding-bottom: 5%;
}
#events .listings article .eventDetails .eventDate {
  display: grid;
  gap: 10px;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 15px;
}
#events .listings article .eventDetails .eventDate:before {
  background-image: url("img/icons/icon-calendar.svg");
  background-size: 22px 22px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-repeat: no-repeat !important;
}
#events .listings article .eventDetails .eventTime {
  display: grid;
  gap: 10px;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 15px;
}
#events .listings article .eventDetails .eventTime:before {
  background-image: url("img/icons/icon-clock.svg");
  background-size: 22px 22px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-repeat: no-repeat !important;
}
#events .listings article .eventDetails .eventLocation {
  display: grid;
  gap: 10px;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 15px;
}
#events .listings article .eventDetails .eventLocation:before {
  background-image: url("img/icons/icon-location.svg");
  background-size: 22px 22px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-repeat: no-repeat !important;
}
#events .listings article .eventDetails button {
  width: 60%;
}
#events .listings article .eventDetails .dropdown {
  margin-top: 8%;
}
#events .listings article .eventDetails .dropdown h5 {
  font-family: "lotaBold", sans-serif !important;
  padding-bottom: 1%;
  margin-bottom: 5%;
  border-bottom: 1px solid #1B365D;
  position: relative;
  display: grid;
  gap: 10px;
  align-items: center;
  grid-template-columns: auto 12px;
}
#events .listings article .eventDetails .dropdown h5:after {
  background-image: url(img/icons/arrow-down-small.svg);
  background-size: 12px 12px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: no-repeat !important;
}
#events .listings article .eventDetails .dropdown h5::after {
  background-color: #1B365D;
  padding: 10px;
  background-position: center !important;
  position: absolute;
  right: 0;
  bottom: 0;
}
#events .listings article .eventDetails .open h5::after {
  background-image: url(img/icons/arrow-up-small.svg);
}
#events .pastEvents .listings {
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}
#events .pastEvents .pattern {
  margin-top: -23%;
  z-index: 0;
  position: relative;
  margin-bottom: 10%;
}
#events .noResultsMsg a {
  color: #00A7B5;
}
#events .noResultsMsg h4 {
  padding-bottom: 5% !important;
}
#events .visitBanner button {
  width: 50%;
}

@media only screen and (min-width: 600px) {
  #events .upcomingEvents, #events .pastEvents {
    position: relative;
  }
  #events .upcomingEvents .filter, #events .pastEvents .filter {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 25vw !important;
  }
  #events .upcomingEvents .filter .sideHeading, #events .pastEvents .filter .sideHeading {
    top: 50%;
    transform: rotate(270deg) translateX(-50%);
  }
  #events .upcomingEvents .filter p, #events .pastEvents .filter p {
    padding-bottom: 3%;
  }
  #events .upcomingEvents .filter .lookingFor, #events .pastEvents .filter .lookingFor {
    display: flex;
    align-items: center;
  }
  #events .upcomingEvents .filter .lookingFor h4, #events .pastEvents .filter .lookingFor h4 {
    width: 45%;
    padding-bottom: 0;
    margin-right: 6%;
  }
  #events .upcomingEvents .filter .lookingFor .selectContainer, #events .pastEvents .filter .lookingFor .selectContainer {
    width: 49%;
  }
  #events .upcomingEvents .filter .lookingFor .selectContainer select, #events .pastEvents .filter .lookingFor .selectContainer select {
    cursor: pointer;
  }
  #events .upcomingEvents .listings, #events .pastEvents .listings {
    padding-top: 0;
    margin-top: 5%;
    padding-bottom: 10%;
  }
  #events .upcomingEvents .listings .sidePadding, #events .pastEvents .listings .sidePadding {
    padding-left: 15vw;
  }
  #events .upcomingEvents .listings #eventListings, #events .upcomingEvents .listings #pastListings, #events .pastEvents .listings #eventListings, #events .pastEvents .listings #pastListings {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 4vw;
    padding-left: 15vw;
  }
  #events .upcomingEvents .listings #eventListings article, #events .upcomingEvents .listings #pastListings article, #events .pastEvents .listings #eventListings article, #events .pastEvents .listings #pastListings article {
    margin-top: 0;
    width: 49%;
    padding-bottom: 0;
    margin-top: auto !important;
    margin-bottom: 0 !important;
  }
  #events .upcomingEvents .listings #eventListings article img, #events .upcomingEvents .listings #pastListings article img, #events .pastEvents .listings #eventListings article img, #events .pastEvents .listings #pastListings article img {
    height: 35vh;
    width: 100%;
    object-fit: cover;
  }
  #events .upcomingEvents .listings #eventListings article h4, #events .upcomingEvents .listings #pastListings article h4, #events .pastEvents .listings #eventListings article h4, #events .pastEvents .listings #pastListings article h4 {
    font-size: 20px;
    font-size: clamp(16px, 20px, 1.25vw);
    width: 90%;
  }
  #events .upcomingEvents .listings #eventListings article h5, #events .upcomingEvents .listings #pastListings article h5, #events .pastEvents .listings #eventListings article h5, #events .pastEvents .listings #pastListings article h5 {
    font-size: 16px;
    font-size: clamp(14px, 16px, 1.25vw);
  }
  #events .upcomingEvents .listings #eventListings article button, #events .upcomingEvents .listings #pastListings article button, #events .pastEvents .listings #eventListings article button, #events .pastEvents .listings #pastListings article button {
    width: fit-content;
  }
  #events .upcomingEvents .listings #eventListings article .dropdownTrigger, #events .upcomingEvents .listings #pastListings article .dropdownTrigger, #events .pastEvents .listings #eventListings article .dropdownTrigger, #events .pastEvents .listings #pastListings article .dropdownTrigger {
    cursor: pointer;
  }
  #events .upcomingEvents .listings #eventListings article:nth-child(even), #events .upcomingEvents .listings #pastListings article:nth-child(even), #events .pastEvents .listings #eventListings article:nth-child(even), #events .pastEvents .listings #pastListings article:nth-child(even) {
    justify-self: flex-end;
  }
  #events .upcomingEvents .listings #eventListings article:nth-child(odd), #events .upcomingEvents .listings #pastListings article:nth-child(odd), #events .pastEvents .listings #eventListings article:nth-child(odd), #events .pastEvents .listings #pastListings article:nth-child(odd) {
    margin-right: 2%;
  }
  #events .upcomingEvents .pattern, #events .pastEvents .pattern {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  #events .pastEvents .listings {
    padding-bottom: 5% !important;
  }
  #events .visitBanner button:hover {
    background-color: #E0004D !important;
  }
  #events #loadMore::after {
    background: url(img/icons/icon-plus.svg);
  }
}
@keyframes popinMove1 {
  0% {
    bottom: -20vh;
  }
  30% {
    bottom: -20vh;
  }
  100% {
    bottom: 0;
  }
}
.popin1 {
  animation: popinMove1 5000ms ease 0s 1 normal forwards;
}

#home .popin1 {
  animation: popinMove1 5000ms ease 2000ms 1 normal forwards;
}

@keyframes popinMove2 {
  0% {
    bottom: 10vh;
  }
  30% {
    bottom: 10vh;
  }
  100% {
    bottom: 30vh;
  }
}
.popin2 {
  animation: popinMove2 5000ms ease 0s 1 normal forwards;
}

#home .popin2 {
  animation: popinMove2 5000ms ease 3000ms 1 normal forwards;
}

@keyframes popinMove1a {
  0% {
    top: 30%;
  }
  30% {
    top: 30%;
  }
  100% {
    top: 20%;
  }
}
#events .popin1a {
  animation: popinMove1a 3000ms ease 4000ms 1 normal forwards;
}

@keyframes popinMove2a {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 0;
  }
  100% {
    bottom: 20%;
  }
}
#events .popin2a {
  animation: popinMove2a 8000ms ease 0ms 1 normal forwards;
}

@keyframes popinMove3a {
  0% {
    bottom: 0;
  }
  30% {
    bottom: 0;
  }
  100% {
    bottom: 10%;
  }
}
#events .popin3a {
  animation: popinMove3a 5000ms ease 0ms 1 normal forwards;
}

@keyframes popinMove3b {
  0% {
    bottom: -10%;
  }
  30% {
    bottom: -10%;
  }
  100% {
    bottom: 0;
  }
}
#events .popin3b {
  animation: popinMove3b 5000ms ease 0ms 1 normal forwards;
}

@keyframes popinMove4a {
  0% {
    top: 15%;
  }
  30% {
    top: 15%;
  }
  70% {
    top: 7%;
  }
  100% {
    top: 0;
  }
}
#events .popin4a {
  animation: popinMove4a 6000ms ease 0ms 1 normal forwards;
}

@keyframes popinMove1aH {
  0% {
    background: transparent;
  }
  30% {
    background: transparent;
  }
  50% {
    scale: 1;
  }
  100% {
    background: #64a70b;
    scale: 0.8;
  }
}
#home .popin1a {
  animation: popinMove1aH 4000ms ease 2500ms 1 normal forwards;
}

@keyframes popinMove1bH {
  0% {
    scale: 0.8;
    background: #64a70b;
    left: 0;
  }
  100% {
    background: transparent;
    scale: 1;
    left: -5vw;
  }
}
#home .popin1b {
  animation: popinMove1bH 4000ms ease 0ms 1 normal forwards;
}

@keyframes popinMove2aH {
  0% {
    background: #d4c304;
    width: 15vw;
    left: 0%;
  }
  20% {
    width: 15vw;
  }
  35% {
    background: transparent;
  }
  40% {
    background: transparent;
  }
  50% {
    background: transparent;
    width: 30vw;
  }
  90% {
    width: 15vw;
  }
  100% {
    width: 15vw;
    background: #e0004d;
    scale: 1;
    left: 30%;
  }
}
#home .popin2a {
  animation: popinMove2aH 6000ms ease 3500ms 1 normal forwards;
}

@keyframes popinMove3aH {
  0% {
    background: #e0004d;
    width: 20vw;
    top: -20vh;
  }
  35% {
    background: transparent;
  }
  100% {
    top: 0;
    width: 15vw;
    background: #d4c304;
    scale: 1;
  }
}
#home .popin3a {
  animation: popinMove3aH 6000ms ease 4500ms 1 normal forwards;
}

@keyframes popinMove4aH {
  0% {
    background: transparent;
    width: 35vw;
    height: 25vw;
    right: -5vw;
  }
  100% {
    background: #00a7b5;
    scale: 1;
    right: calc(40% - 30vw);
    top: 40%;
    width: 20vw;
    height: 20vw;
  }
}
#home .popin4a {
  animation: popinMove4aH 4000ms ease 3500ms 1 normal forwards;
}

@keyframes popinMove4bH {
  0% {
    scale: 1;
    width: 20vw;
    height: 20vw;
    background: #00a7b5;
    right: calc(40% - 30vw);
    top: unset;
    top: 40%;
  }
  100% {
    background: transparent;
    scale: 1;
    width: 40vw;
    height: 20vw;
    right: calc(40% - 30vw);
    top: 64vh;
  }
}
#home .popin4b {
  animation: popinMove4bH 4000ms ease 0ms 1 normal forwards;
}

#visiting {
  overflow-x: hidden;
}
#visiting .map button {
  width: fit-content;
}
#visiting .today {
  padding-top: 20%;
  padding-bottom: 20%;
}
#visiting .today > p {
  padding-bottom: 15%;
}
#visiting .todos article {
  padding-bottom: 5%;
}
#visiting .todos article img {
  padding-bottom: 5%;
  width: 100%;
}
#visiting .todos article h5 {
  font-family: "lotaBold", sans-serif !important;
  padding-bottom: 1%;
  margin-bottom: 5%;
  border-bottom: 1px solid #1B365D;
  position: relative;
  display: grid;
  gap: 10px;
  align-items: center;
  grid-template-columns: auto 12px;
  text-transform: none;
}
#visiting .todos article h5:after {
  background-image: url(img/icons/arrow-down-small.svg);
  background-size: 12px 12px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: no-repeat !important;
}
#visiting .todos article h5::after {
  background-color: #1B365D;
  padding: 10px;
  background-position: center !important;
  position: absolute;
  right: 0;
  bottom: 0;
}
#visiting .todos article .dropdown {
  width: 100%;
}
#visiting .todos article.open h5::after {
  background-image: url(img/icons/arrow-up-small.svg);
}
#visiting .todos article p {
  padding-bottom: 7%;
}
#visiting .todos article ul {
  padding-bottom: 10%;
}
#visiting .todos article ul li {
  background: url(img/icons/bullet-navy.svg) no-repeat left 12px;
  padding: 5px 10px 5px 25px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
  color: #00A7B5;
}
#visiting .isite {
  padding-top: 15%;
  padding-bottom: 15%;
}
#visiting .isite h1 {
  padding-bottom: 7%;
}
#visiting .isite button {
  width: 50%;
}
#visiting .isite button:first-child {
  margin-bottom: 10px;
}
#visiting .isite .rightSide {
  margin-top: 10%;
  margin-left: auto;
  margin-right: calc(-8vw - 2px);
  text-align: right;
}
#visiting .isite .rightSide img {
  width: 60%;
}

@media only screen and (min-width: 600px) {
  #visiting .today {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  #visiting .today .todos, #visiting .today > h2, #visiting .today > p {
    padding-left: 15vw;
  }
  #visiting .today > p {
    padding-bottom: 3%;
  }
  #visiting .today .sideHeading {
    width: 40%;
    padding-right: 5%;
    left: 10vw;
  }
  #visiting .today .todos article {
    width: 80%;
    padding-bottom: 0;
    margin-bottom: 4%;
  }
  #visiting .today .todos article .dropdownTrigger {
    margin-bottom: 2%;
  }
  #visiting .today .todos article p {
    padding-bottom: 2%;
  }
  #visiting .today .todos article ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2vw;
    row-gap: 0;
    padding-bottom: 0;
  }
  #visiting .today .todos article ul a {
    width: 46%;
  }
  #visiting .today .todos article .dropdownContent {
    padding-bottom: 0%;
  }
  #visiting .isite {
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    justify-content: space-between;
    padding-right: 10vw;
    align-items: center;
  }
  #visiting .isite h1 {
    padding-bottom: 2%;
  }
  #visiting .isite button {
    width: 100%;
  }
  #visiting .isite .offLinks {
    display: flex;
    gap: 10px;
  }
  #visiting .isite .leftSide {
    width: 60%;
  }
  #visiting .isite .leftSide h1 {
    font-size: 25px !important;
  }
  #visiting .isite .rightSide {
    width: 30%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #visiting .isite .rightSide img {
    width: 100%;
  }
}
#members .hero {
  position: relative;
}
#members .hero .limeBkgd {
  margin-bottom: 16px;
}
#members .hero .heroBottom2 {
  position: absolute;
  right: 0;
  bottom: -75px;
  z-index: 0;
}
#members .hero .aboveImg {
  z-index: 1;
  position: relative;
}
#members .hero .innerHero {
  padding-bottom: 50%;
  z-index: 1;
}
#members .membersForm {
  padding-top: 20%;
}

@media only screen and (min-width: 600px) {
  #members .hero {
    margin-bottom: 0;
  }
  #members .hero .innerHero {
    padding-bottom: 0;
  }
  #members .hero h1 {
    padding-bottom: 10% !important;
  }
  #members .hero .text-square {
    padding-left: 10vw;
    display: flex;
    gap: 16px;
  }
  #members .hero .text-square .littleSquare {
    width: 16px;
    margin-top: 4px;
  }
  #members .hero .text-square p {
    width: 90%;
  }
  #members .hero .heroBottom2 {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #members .membersForm {
    padding-top: 5%;
    padding-bottom: 10%;
  }
  #members .membersForm .sideHeading {
    top: 0;
    padding-right: 5%;
  }
  #members .membersForm .formContainer {
    padding-left: 15vw;
    width: 70%;
  }
  #members .membersForm .formContainer #field_1_3 {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 5%;
  }
  #members .membersForm .formContainer #field_1_3 legend, #members .membersForm .formContainer #field_1_3 .ginput_container {
    width: 100%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #members .membersForm .formContainer .ginput_container_radio .gchoice label {
    padding-left: 15px;
  }
  #members .membersForm .formContainer .ginput_container_radio .gfield_radio {
    width: 100%;
    justify-content: flex-start !important;
    gap: 10px;
  }
  #members .membersForm .formContainer .ginput_container_radio .gfield_radio .gchoice {
    width: 42%;
  }
  #members .membersForm .formContainer .gsection {
    padding-top: 5% !important;
    margin-bottom: 5%;
  }
  #members .membersForm .formContainer .gridInput {
    display: grid;
    width: 100%;
    grid-template-columns: 28% 72%;
    align-items: center;
  }
  #members .membersForm .formContainer .gridInput label {
    font-size: 25px !important;
    margin-bottom: 0;
  }
  #members .membersForm .formContainer .gridInput input {
    padding: 1.5vh !important;
    font-size: 20px !important;
  }
  #members .membersForm .formContainer #field_1_16 {
    margin-top: 5%;
  }
  #members .membersForm .formContainer #field_1_16 label {
    font-size: 25px !important;
    margin-bottom: 2%;
  }
  #members .membersForm .formContainer #field_1_17 label {
    font-size: 25px !important;
    margin-bottom: 2%;
  }
  #members .membersForm .formContainer select {
    font-size: 25px !important;
  }
  #members .membersForm .formContainer .ginput_container_select:after {
    width: 33px;
    height: 33px;
  }
  #members .membersForm .formContainer input[type=submit] {
    padding: 1vh 2vh;
    font-size: 25px !important;
  }
  #members .membersForm .formContainer textarea {
    font-size: 20px !important;
    height: 40vh;
  }
}
#legal p, #legal ul, #legal ol {
  padding-bottom: 5%;
}
#legal ul li {
  background: url(img/icons/bullet-cyan.svg) no-repeat left 12px;
  padding: 5px 10px 5px 25px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
}
#legal ol {
  padding-left: 15px;
}
#legal ol li {
  padding: 5px 10px 5px 10px;
}
#legal h2, #legal h4, #legal h5 {
  padding-bottom: 4%;
}
#legal a {
  color: #00A7B5;
}

@media only screen and (max-width: 600px) {
  #legal .legalContent {
    width: 84vw;
    margin-left: -4vw;
  }
}
@media only screen and (min-width: 600px) {
  #legal .hero1 .innerHero {
    height: auto;
  }
  #legal p, #legal ul, #legal ol {
    padding-bottom: 3% !important;
    width: 80%;
  }
  #legal h2, #legal h4, #legal h5 {
    padding-bottom: 2% !important;
    width: 60%;
  }
  #legal .legalContent {
    padding-left: 20vw;
    position: static;
    width: 64vw;
    margin-left: -5vw;
  }
}
/* Special Event Campaign Page Styles */
/* Currently used for May Music Month - May 1st 2024 - 31st 2024 */
#specEvent {
  background: #F4F3E5;
}
#specEvent * {
  -webkit-font-smoothing: antialiased;
}
#specEvent .hero1 {
  background: #F4F3E5;
}
#specEvent .hero1::after {
  width: 5vw;
  height: 90vh;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: #1B365D;
  display: block;
  content: "\a";
}
#specEvent .hero1::before {
  width: 5vw;
  height: 90vh;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background: #1B365D;
  display: block;
  content: "\a";
}
#specEvent .hero1 .innerHero {
  height: auto;
  margin-bottom: 10vh;
  padding: 10% 10vw;
}
#specEvent .hero1 .pageheading {
  color: #F4F3E5;
  font-size: 0px;
  padding: 0 !important;
}
#specEvent .hero1 img {
  width: 95%;
  max-width: 650px;
  margin: 5% auto 0;
  display: block;
}
#specEvent .hero1 img.desktopImage {
  display: none;
}
#specEvent .hero1 img.mobileImage {
  display: BLOCK;
  width: 95%;
  max-width: 300px;
}
#specEvent .hero1 img.arrow {
  width: 30px;
  height: 30px;
  animation: bounce 0.6s;
  animation-iteration-count: 6;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
#specEvent .hero1 img.arrow:hover {
  cursor: pointer;
  transform: translateY(10px);
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transition: translateY(0);
  }
}
#specEvent .hero1 h2 {
  font-family: OpticianSans !important;
  color: #F36605;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  max-width: 700px;
  margin: 10vh auto;
  /* margin-top: 10vh; */
}
#specEvent #eventsList {
  padding-top: 0;
  padding-bottom: 10vh;
}
#specEvent #eventsList .eventdates {
  background: url("./img/music-month/YellowOval.svg") center center/99% no-repeat;
  width: 123px;
  height: 81px;
  color: #F36605;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: OpticianSans !important;
  font-weight: bold;
  transform: rotate(-10deg);
  margin-top: 30px;
  margin-left: 0;
  break-inside: avoid;
}
#specEvent #filterBar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10vh;
}
#specEvent #filterBar button {
  background: none;
  border: 2.25px solid #F4F3E5;
  border-radius: 4px;
  font-family: OpticianSans !important;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #F36605;
  padding: 15px 30px;
  display: block;
  opacity: 0.5;
  transition: all 0.2s ease;
}
#specEvent #filterBar button:after {
  display: none;
}
#specEvent #filterBar button:hover {
  border: 2.25px solid #F36605;
  opacity: 1;
  cursor: pointer;
}
#specEvent #filterBar button.active {
  border: 2.25px solid #F36605;
  opacity: 1;
}
#specEvent #events .eventTile {
  border-bottom: 1.5px solid #F2C102;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  opacity: 1;
}
#specEvent #events .eventTile.hideMe {
  opacity: 0;
}
#specEvent #events .eventTile .specialTag {
  background: url("./img/music-month/GreenOval.svg") center center/99% no-repeat;
  width: 69px;
  height: 48px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "hwt-konop-6-line", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(-10deg);
  position: absolute;
  right: 0;
  top: 20px;
}
#specEvent #events .eventTile .time, #specEvent #events .eventTile .location {
  color: #04974C;
  font-family: OpticianSans !important;
  font-size: 18px;
}
#specEvent #events .eventTile .location {
  line-height: 100%;
}
#specEvent #events .eventTile h3 {
  font-family: uncut !important;
  font-weight: 700;
  font-size: 26px;
  color: #F36605;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 7px;
}
#specEvent #events .eventTile .description {
  color: #F36605;
  font-family: uncut-reg !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
#specEvent #back {
  background: none;
  border: none;
  color: #04974C;
  font-size: 22px;
  font-family: OpticianSans !important;
  font-weight: 400;
  padding-left: 49px;
  margin: 8vh auto 0;
  width: auto;
  display: block;
  padding-right: 15px;
  position: relative;
}
#specEvent #back:after {
  background-image: url(img/music-month/ArrowDown.svg);
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  right: auto;
  left: 0;
  top: 3px;
  transform: rotate(180deg);
  position: absolute;
  transition: all 0.3s ease;
}
#specEvent #back:hover {
  cursor: pointer;
}
#specEvent #back:hover:after {
  top: 0;
}
#specEvent .gigguide {
  background: #0F5CBB;
  text-align: center;
  padding: 5vh 67px;
}
#specEvent .gigguide a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#specEvent .gigguide img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.3s ease;
}
#specEvent .gigguide h2 {
  display: inline-block;
  color: white;
  font-family: OpticianSans !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  max-width: 700px;
  padding-bottom: 0 !important;
  position: relative;
  transition: all 0.3s ease;
}
#specEvent .gigguide h2:after {
  content: "\a";
  display: block;
  width: 0%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
#specEvent .gigguide:hover {
  cursor: pointer;
  /* img{
  	width: 37px;
  	height: 37px;
  	padding: 3px 0;
  } */
}
#specEvent .gigguide:hover h2:after {
  width: 100%;
}
#specEvent .sponsors {
  padding: 5vh 40px;
}
#specEvent .sponsors .inner {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#specEvent .sponsors img {
  height: 52px;
  width: auto;
  margin: 10px 20px;
}
@media only screen and (min-width: 767px) {
  #specEvent .hero1 .innerHero {
    height: auto;
    margin-bottom: 0;
    padding: 10% 4vw;
  }
  #specEvent .hero1 img.desktopImage {
    display: block;
  }
  #specEvent .hero1 img.mobileImage {
    display: none;
  }
  #specEvent .hero1 h2 {
    margin: 7vh auto 5vh;
    font-size: 28px;
  }
  #specEvent #eventsList .eventdates {
    margin-left: 48px;
  }
  #specEvent #events {
    /* display: grid;
     		grid-template-columns: 1fr 1fr; */
    column-count: 2;
  }
  #specEvent #events .eventTile {
    break-inside: avoid;
    margin: 0 60px;
  }
  #specEvent #events .eventTile .time, #specEvent #events .eventTile .location {
    font-size: 26px;
  }
  #specEvent #events .eventTile h3 {
    font-size: 32px;
  }
  #specEvent #back {
    font-size: 24px;
  }
  #specEvent #back:after {
    top: 7px;
  }
  #specEvent #back:hover {
    top: 0;
  }
  #specEvent .gigguide img {
    margin-right: 50px;
    width: 47px;
    height: 47px;
  }
  #specEvent .gigguide h2 {
    font-size: 40px;
  }
  #specEvent .sponsors .inner {
    justify-content: space-between;
  }
  #specEvent .sponsors .inner img {
    height: 60px;
  }
}

/* ARCHIVE STORIES */
#legal #archive {
  padding-top: 0;
}
#legal #filterSec {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 15vw !important;
  margin-bottom: 5%;
}
#legal #filterSec h1 {
  top: 50% !important;
  transform: rotate(270deg) translateX(-50%);
}
#legal #filterSec .lookingFor {
  display: flex;
  align-items: flex-start;
}
#legal #filterSec .lookingFor h4, #legal #filterSec .lookingFor .selectContainer {
  display: flex;
  align-items: center;
  width: 45%;
}
#legal #filterSec .lookingFor #filter {
  width: 47%;
}
#legal #filterSec .customSelect {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: left;
  /* @include tabletandAbove{
  	max-width: 320px;
  } */
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #legal #filterSec .customSelect {
    max-width: 261px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin: 0 10px 0;
  }
}
#legal #filterSec .customSelect:after {
  background-image: url(img/icons/arrow-down-large.svg);
  background-size: 26px 26px;
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat !important;
  background-color: #1B365D;
  padding: 10px;
  background-position: center 70% !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 18px 18px;
  pointer-events: none;
  height: 100%;
  z-index: 50;
}
#legal #filterSec .customSelect:hover {
  cursor: pointer;
}
#legal #filterSec select {
  border: none;
  border-radius: 27px;
  background: #00A7B5;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 10px 47px 10px 19px;
  text-align: left;
  font-size: 20px;
  font-family: lotaBlack, sans-serif !important;
  color: white;
  width: 100%;
  position: relative;
  z-index: 1;
}
#legal #filterSec select:hover {
  cursor: pointer;
}
#legal #filterSec .searchInput {
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
  /* @include tabletandAbove{
  	max-width: 320px;

  } */
  /* &:after{
  	content: "\a";
  	display: block;
  	background: url(./img/search-icon.svg) no-repeat 0 0 / 100%;
  	width: 20px;
  	height: 20px;
  	position: absolute;
  	top: 50%;
  	right: 19px;
  	transform: translateY(-50%);
  } */
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #legal #filterSec .searchInput {
    max-width: 261px;
    display: inline-block;
    vertical-align: top;
  }
}
#legal #filterSec .searchInput:after {
  background-image: url(img/icons/arrow-down-large.svg);
  background-size: 26px 26px;
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat !important;
  background-color: #1B365D;
  padding: 10px;
  background-position: center 58% !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 18px 18px;
  pointer-events: none;
  height: 26px;
  z-index: 50;
  rotate: 270deg;
}
#legal #filterSec .searchInput span.searchBtn {
  display: block;
  background: url(./img/search-icon.svg) no-repeat 0 0/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}
#legal #filterSec .searchInput span.searchBtn:hover {
  cursor: pointer;
}
#legal #filterSec input {
  border: none;
  background: #00A7B5;
  -webkit-appearance: none;
  padding: 10px 19px;
  text-align: center;
  font-size: 22px;
  font-family: lotaBlack, sans-serif !important;
  color: white;
  text-align: left;
  width: 100%;
  font-size: 20px;
  border: none;
  appearance: none;
  outline: none;
  background: #00A7B5;
  padding: 10px 15px;
  width: 100%;
  text-transform: none !important;
  /* @include tabletandAbove{
  	padding: 10px 19px;
  } */
}
#legal #filterSec input::-webkit-input-placeholder {
  color: white;
  font-size: 20px;
  transition: all 0.2s ease;
}
#legal #filterSec input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-size: 20px;
  transition: all 0.2s ease;
}
#legal #filterSec input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-size: 20px;
  transition: all 0.2s ease;
}
#legal #filterSec input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-size: 20px;
  transition: all 0.2s ease;
}
#legal #filterSec input:focus {
  outline: none;
}
#legal #filterSec input:focus::-webkit-input-placeholder {
  opacity: 0.3;
  transition: all 0.2s ease;
}
#legal #filterSec input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#legal #filterSec input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#legal #filterSec input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#legal #results {
  padding-left: 0;
  margin: 40px 40px 0;
  width: calc(100% - 80px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5%;
}
#legal #results .tile {
  width: 30%;
  padding: 3% 25px;
  padding-bottom: 4% !important;
  margin-bottom: 30px;
}
#legal #results .tile h5 {
  width: 75%;
  margin-bottom: 10px;
}
#legal #results .externalLink.file:after {
  background-image: url(img/icons/icon-offsite.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  transform: rotate(135deg);
  right: 9px;
  top: 10px;
}
#legal #results #pagination {
  color: #1B365D;
  margin: 45px auto 45px;
  width: 100%;
  text-align: center;
}
#legal #results #pagination .page-numbers {
  vertical-align: middle;
  margin: 0 5px;
  font-weight: bold;
}
#legal #results #pagination .page-numbers.current {
  font-weight: bold;
  text-decoration: underline;
}
#legal #results #pagination .next {
  background: url(./img/pagination-next.svg) no-repeat 50% 50%/63%;
  width: 79px;
  height: 67px;
  color: transparent;
  font-size: 0px;
  vertical-align: middle;
  display: inline-block;
  display: none;
}
#legal #results #pagination .prev {
  background: url(./img/pagination-prev.svg) no-repeat 50% 50%/63%;
  width: 79px;
  height: 67px;
  color: transparent;
  font-size: 0px;
  vertical-align: middle;
  display: inline-block;
  display: none;
}

@media only screen and (max-width: 768px) {
  #legal #filterSec {
    padding-left: 5% !important;
  }
  #legal #filterSec h1 {
    transform: none;
  }
  #legal #filterSec .lookingFor {
    flex-direction: column;
  }
  #legal #filterSec .lookingFor h4, #legal #filterSec .lookingFor #filter {
    width: 95%;
  }
  #legal #results {
    flex-direction: row;
    width: 100%;
    margin: 40px 0 0;
  }
  #legal #results .tile {
    width: 100%;
  }
  #legal #results .tile h5, #legal #results .tile button {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
