@charset "UTF-8";
/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Geomanist", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #171B4B;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 20px;
    line-height: 1.2;
  }
}
h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
}
h1 strong {
  font-weight: normal;
}

h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
}

h3 {
  font-weight: bold;
  font-size: 27px;
  line-height: 40px;
}

h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}

h5 {
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  color: #4AA3DA;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h4 {
    font-size: 27px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 56px;
    line-height: 60px;
  }
  h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
  }
}
p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:only-child {
  margin-bottom: 0;
}

.body-style a:not(.btn) {
  display: inline-block;
  font-weight: bold;
}
.body-style a:not(.btn):hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.body-style h1, .body-style h2, .body-style h3, .body-style h4, .body-style h5 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.body-style h1:first-child, .body-style h2:first-child, .body-style h3:first-child, .body-style h4:first-child, .body-style h5:first-child {
  margin-top: 0;
}
.body-style h1:only-child, .body-style h2:only-child, .body-style h3:only-child, .body-style h4:only-child, .body-style h5:only-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .body-style h1, .body-style h2, .body-style h3, .body-style h4, .body-style h5 {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.body-style h1 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .body-style h1 {
    margin-bottom: 100px;
  }
}
.body-style ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 30px;
}
.body-style ul li {
  margin-bottom: 15px;
}
.body-style ul li:last-of-type {
  margin-bottom: 0;
}
.body-style ul:last-of-type {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.small-text {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.circle-word {
  display: inline-block;
  position: relative;
}
.circle-word:before {
  content: "";
  height: calc(100% + 25px);
  width: calc(100% + 2rem);
  position: absolute;
  left: 50%;
  top: calc(50% - 7px);
  transform: translate(-50%, -50%);
  background: url("../library/images/word-circle.svg") center/contain no-repeat;
}

@media only screen and (min-width: 768px) {
  .circle-word {
    position: relative;
  }
  .circle-word:before {
    content: "";
    height: calc(100% + 40px);
    width: calc(100% + 2rem);
    position: absolute;
    left: 50%;
    top: calc(50% - 7px);
    transform: translate(-50%, -50%);
    background: url("../library/images/word-circle.svg") center/contain no-repeat;
  }
}
.callout-text {
  background: #D0E8F8;
  padding: 40px;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

a[href=""] {
  pointer-events: none;
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: "Geomanist";
  src: url("../library/fonts/Geomanist-Bold.eot"), url("../library/fonts/Geomanist-Bold.woff") format("woff"), url("../library/fonts/Geomanist-Bold.woff2") format("woff2"), url("../library/fonts/Geomanist-Bold.ttf") format("truetype"), url("../library/fonts/Geomanist-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Geomanist";
  src: url("../library/fonts/Geomanist-Medium.eot"), url("../library/fonts/Geomanist-Medium.woff") format("woff"), url("../library/fonts/Geomanist-Medium.woff2") format("woff2"), url("../library/fonts/Geomanist-Medium.ttf") format("truetype"), url("../library/fonts/Geomanist-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geomanist";
  src: url("../library/fonts/Geomanist-Regular.eot"), url("../library/fonts/Geomanist-Regular.woff") format("woff"), url("../library/fonts/Geomanist-Regular.woff2") format("woff2"), url("../library/fonts/Geomanist-Regular.ttf") format("truetype"), url("../library/fonts/Geomanist-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
a.btn, .btn, .contact-form input.button {
  font-family: "Poppins", "Geomanist", sans-serif;
  position: relative;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 105px;
  border-radius: 50px;
  height: 45px;
  border: 1px solid #171B4B;
  transition: 0.25s all ease-in-out;
  overflow: hidden;
  background: #171B4B;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  a.btn, .btn, .contact-form input.button {
    font-size: 15px;
    line-height: 23px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
a.btn.white, .btn.white, .contact-form input.white.button {
  background: #FFF;
  border-color: #FFF;
  color: #171B4B;
}
a.btn.white:hover, .btn.white:hover, .contact-form input.white.button:hover {
  background: none;
  color: #FFF;
}
a.btn.white-outline, .btn.white-outline, .contact-form input.white-outline.button {
  border-color: #FFF;
  background: none;
  color: #FFF;
}
a.btn.white-outline:hover, .btn.white-outline:hover, .contact-form input.white-outline.button:hover {
  background: #FFF;
  color: #171B4B;
}
a.btn.darkerblue, .btn.darkerblue, .stats .buttons .btn:nth-of-type(3), .contact-form input.darkerblue.button, .stats .buttons .contact-form input.button:nth-of-type(3), .contact-form .stats .buttons input.button:nth-of-type(3) {
  border-color: #3073BC;
  background: #3073BC;
}
a.btn.darkerblue:hover, .btn.darkerblue:hover, .stats .buttons .btn:hover:nth-of-type(3), .contact-form input.darkerblue.button:hover, .stats .buttons .contact-form input.button:hover:nth-of-type(3), .contact-form .stats .buttons input.button:hover:nth-of-type(3) {
  color: #3073BC;
  background: none;
}
a.btn.midblue, .btn.midblue, .stats .buttons .btn:nth-of-type(2), .contact-form input.midblue.button, .stats .buttons .contact-form input.button:nth-of-type(2), .contact-form .stats .buttons input.button:nth-of-type(2) {
  border-color: #4AA3DA;
  background: #4AA3DA;
}
a.btn.midblue:hover, .btn.midblue:hover, .stats .buttons .btn:hover:nth-of-type(2), .contact-form input.midblue.button:hover, .stats .buttons .contact-form input.button:hover:nth-of-type(2), .contact-form .stats .buttons input.button:hover:nth-of-type(2) {
  color: #4AA3DA;
  background: none;
}
a.btn.purple, .btn.purple, .contact-form input.purple.button {
  border-color: #6E3986;
  background: #6E3986;
}
a.btn.purple:hover, .btn.purple:hover, .contact-form input.purple.button:hover {
  color: #6E3986;
  background: none;
}
a.btn.lightpurple, .btn.lightpurple, .contact-form input.lightpurple.button {
  border-color: #F6E0E6;
  color: #6E3986;
  background: #F6E0E6;
}
a.btn.lightpurple:hover, .btn.lightpurple:hover, .contact-form input.lightpurple.button:hover {
  color: #F6E0E6;
  background: none;
}
a.btn.orange, .btn.orange, .contact-form input.orange.button {
  border-color: #E9A239;
  color: #FFF;
  background: #E9A239;
}
a.btn.orange:hover, .btn.orange:hover, .contact-form input.orange.button:hover {
  color: #E9A239;
  background: none;
}
a.btn.outline, .btn.outline, .stats .buttons .btn:first-of-type, .contact-form input.outline.button, .stats .buttons .contact-form input.button:first-of-type, .contact-form .stats .buttons input.button:first-of-type {
  background: none;
  color: #171B4B;
}
a.btn.outline:hover, .btn.outline:hover, .stats .buttons .btn:hover:first-of-type, .contact-form input.outline.button:hover, .stats .buttons .contact-form input.button:hover:first-of-type, .contact-form .stats .buttons input.button:hover:first-of-type {
  background: #171B4B;
  color: #FFF;
}
a.btn.outline.white, .btn.outline.white, .stats .buttons .btn.white:first-of-type, .contact-form input.outline.white.button, .stats .buttons .contact-form input.white.button:first-of-type, .contact-form .stats .buttons input.white.button:first-of-type {
  color: #FFF;
  border-color: #FFF;
}
a.btn.outline.white:hover, .btn.outline.white:hover, .stats .buttons .btn.white:hover:first-of-type, .contact-form input.outline.white.button:hover, .stats .buttons .contact-form input.white.button:hover:first-of-type, .contact-form .stats .buttons input.white.button:hover:first-of-type {
  background: #FFF;
  color: #171B4B;
}
a.btn.outline-purple, .btn.outline-purple, .contact-form input.outline-purple.button {
  background: none;
  border-color: #6E3986;
  color: #6E3986;
}
a.btn.outline-purple:hover, .btn.outline-purple:hover, .contact-form input.outline-purple.button:hover {
  background: #6E3986;
  color: #FFF;
}
a.btn:hover, .btn:hover, .contact-form input.button:hover {
  background: none;
  color: #171B4B;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  padding-top: 95px;
}
body:before {
  height: 95px;
  background: #171B4B;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
body.noscroll {
  overflow: hidden;
}
body.home:before {
  display: none;
}

@media only screen and (min-width: 1024px) {
  body {
    padding-top: 0;
  }
  body:before {
    display: none;
  }
}
.wrap {
  max-width: 1220px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.page-container {
  overflow: hidden;
}

.block {
  padding: 75px 0;
}
@media only screen and (max-width: 767px) {
  .block.mobile-large-pd-top {
    padding-top: 100px;
  }
  .block.mobile-small-pd-top {
    padding-top: 50px;
  }
  .block.mobile-no-pd-top {
    padding-top: 0;
  }
  .block.mobile-large-pd-bottom {
    padding-bottom: 100px;
  }
  .block.mobile-small-pd-bottom {
    padding-bottom: 50px;
  }
  .block.mobile-no-pd-bottom {
    padding-bottom: 0;
  }
}
.block.large-pd-top {
  padding-top: 100px;
}
.block.small-pd-top {
  padding-top: 50px;
}
.block.no-pd-top {
  padding-top: 0;
}
.block.large-pd-bottom {
  padding-bottom: 100px;
}
.block.small-pd-bottom {
  padding-bottom: 50px;
}
.block.no-pd-bottom {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block {
    padding: 100px 0;
  }
  .block.large-pd-top {
    padding-top: 150px;
  }
  .block.small-pd-top {
    padding-top: 50px;
  }
  .block.no-pd-top {
    padding-top: 0;
  }
  .block.large-pd-bottom {
    padding-bottom: 150px;
  }
  .block.small-pd-bottom {
    padding-bottom: 50px;
  }
  .block.no-pd-bottom {
    padding-bottom: 0;
  }
}
.pink-bg {
  background: #F6E0E6;
}

.primary-bg {
  background: #171B4B;
  color: #FFF;
}

.green-bg {
  background: #48A16D;
  color: #FFF;
}
.green-bg .btn.white, .green-bg .contact-form input.white.button, .contact-form .green-bg input.white.button {
  color: #48A16D;
}

.purple-bg {
  background: #6E3986;
  color: #FFF;
}
.purple-bg .btn.white, .purple-bg .contact-form input.white.button, .contact-form .purple-bg input.white.button {
  color: #6E3986;
}

.light-purple-bg {
  background: #F8E9ED;
  color: #171B4B;
}
.light-purple-bg .btn.white, .light-purple-bg .contact-form input.white.button, .contact-form .light-purple-bg input.white.button {
  color: #F8E9ED;
}

.midblue-bg {
  background: #4AA3DA;
  color: #FFF;
}
.midblue-bg .btn.white, .midblue-bg .contact-form input.white.button, .contact-form .midblue-bg input.white.button {
  color: #4AA3DA;
}

.darkerblue-bg {
  background: #3073BC;
  color: #FFF;
}
.darkerblue-bg .btn.white, .darkerblue-bg .contact-form input.white.button, .contact-form .darkerblue-bg input.white.button {
  color: #3073BC;
}

.lightblue-bg {
  background: #A3D2F1;
}
.lightblue-bg .btn.white, .lightblue-bg .contact-form input.white.button, .contact-form .lightblue-bg input.white.button {
  color: #A3D2F1;
}

.blur {
  filter: blur(10px);
  opacity: 0;
}
.blur.animateelement {
  animation: forwards blur 0.75s;
}

.fadeup {
  opacity: 0;
}
.fadeup.animateelement {
  animation: forwards fadeUp 0.5s;
}

.fadein {
  opacity: 0;
}
.fadein.animateelement {
  animation: forwards fadeIn 0.75s;
}

.pop {
  opacity: 0;
}
.pop.animateelement {
  animation: animatepop 1 0.25s 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes blurOut {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    filter: blur(10px);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bigFadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes maskUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animatepop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
img, a {
  display: block;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.search-form-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.25s all ease-in-out;
  opacity: 0;
  pointer-events: none;
  padding: 20px;
}
.search-form-container.active {
  opacity: 1;
  pointer-events: auto;
}
.search-form-container .searchform {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
  background: #171B4B;
  color: #FFF;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
}
.search-form-container .searchform .fa-times {
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
}
.search-form-container .searchform input {
  width: 100%;
  outline: 0;
  font-family: "Geomanist", Helvetica, Arial, sans-serif;
  padding: 0;
  -webkit-appearance: none;
  background: none;
  color: #FFF;
  border: none;
  border-bottom: 1px solid #FFF;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 2px;
  padding-bottom: 7px;
  transition: 0.25s all ease-in-out;
}
.search-form-container .searchform button {
  background: none;
  border: none;
  -webkit-appearance: none;
  color: #FFF;
  margin-left: 15px;
  font-size: 22px;
  cursor: pointer;
}
.search-form-container .searchform ::-webkit-search-cancel-button {
  display: none;
}
.search-form-container .searchform ::-moz-placeholder {
  color: #FFF;
}
.search-form-container .searchform ::placeholder {
  color: #FFF;
}

/* Loader
================================================ */
.loader {
  align-items: center;
  height: 50px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  width: 25px;
  opacity: 0;
  transition: 0.25s all ease-in-out;
}
.loader:after, .loader:before {
  border: 6px solid #171B4B;
  border-radius: 100%;
  position: absolute;
  content: "";
  display: block;
}
.loader:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: spin 1s infinite linear reverse;
  height: 30px;
  width: 30px;
}
.loader:after {
  animation: spin 1s infinite linear;
  height: 50px;
  width: 50px;
  border-right-color: transparent;
  border-top-color: transparent;
}
.loader.show-loader {
  opacity: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 1em 0;
}

img.alignleft {
  margin: 1em 0;
}

img.alignnone {
  margin: 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}
/* Third Party Payload
================================================ */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Layout
================================================ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #171B4B;
  color: #FFF;
  padding: 20px;
  display: flex;
  align-items: center;
  font-family: "Poppins", "Geomanist", sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: 0.25s all ease-in-out;
}
header .search-trigger {
  position: relative;
  z-index: 11;
  font-size: 20px;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.25s all ease-in-out;
  color: #4AA3DA;
}
header .search-trigger:hover {
  transform: scale(1.1);
}
header .logo {
  position: relative;
  z-index: 11;
  max-width: 190px;
  margin-right: auto;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .top-row {
  display: none;
}

@media only screen and (min-width: 1024px) {
  header {
    position: static;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header .logo {
    max-width: 200px;
  }
  header .top-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
  }
  header .mobile-search-trigger {
    display: none;
  }
  header .search-trigger {
    font-size: 25px;
    margin-right: 25px;
    color: #FFF;
  }
  header .social {
    display: flex;
    gap: 8px;
  }
  header .social a {
    max-width: 30px;
  }
  header .social a svg {
    width: 100%;
    height: auto;
  }
  header .social a path {
    transition: 0.25s all ease-in-out;
  }
  header .social a:hover path:not(.st1) {
    fill: #FFF;
  }
  header .shop {
    display: flex;
    align-items: center;
    margin-right: 30px;
    transition: 0.25s all ease-in-out;
  }
  header .shop svg {
    margin-left: 7px;
  }
  header .shop path {
    transition: 0.25s all ease-in-out;
  }
  header .shop:hover {
    color: #6E3986;
  }
  header .shop:hover path {
    fill: #6E3986;
  }
  header .btn, header .contact-form input.button, .contact-form header input.button {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .btn:hover, header .contact-form input.button:hover, .contact-form header input.button:hover {
    color: #FFF;
  }
}
@media only screen and (min-width: 1240px) {
  header {
    padding: 30px 30px 30px 30px;
  }
  header .logo {
    max-width: 275px;
  }
  header .searchform input {
    width: 150px;
  }
}
.menu-toggle {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 11;
}
.menu-toggle * {
  transition: 0.25s ease-in-out;
}
.menu-toggle span {
  background: #4AA3DA;
  display: block;
}
.menu-toggle .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
}
.menu-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
}
.menu-toggle .hamburger span:first-of-type {
  margin: 0 0 5px;
}
.menu-toggle .hamburger span:last-of-type {
  margin: 5px 0 0;
}
.menu-toggle .hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
.menu-toggle .hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
.menu-toggle .hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  width: 60%;
}
.menu-toggle .cross {
  position: relative;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
.menu-toggle .cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 13px;
  transition-delay: 0s;
}
.menu-toggle .cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13.5px;
  transition-delay: 0.25s;
}
.menu-toggle.active .hamburger span {
  width: 0%;
}
.menu-toggle.active .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu-toggle.active .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu-toggle.active .hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
.menu-toggle.active .hamburger span:not(:first-of-type) {
  width: 0%;
}
.menu-toggle.active .cross span:nth-child(1) {
  height: 100%;
  transition-delay: 0.625s;
}
.menu-toggle.active .cross span:nth-child(2) {
  width: 100%;
  transition-delay: 0.375s;
}

@media only screen and (max-width: 1023px) {
  header nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    transform: translateX(-10px);
    pointer-events: none;
    background: #171B4B;
    transition: 0.25s all ease-in-out;
    padding: 50px 20px 80px 20px;
    overflow-y: auto;
    background: #171B4B;
  }
  header nav ul {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    margin-bottom: 30px;
  }
  header nav li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  header nav li:last-of-type {
    margin-bottom: 0;
  }
  header nav li a {
    display: inline-block;
  }
  header nav .menu-item-has-children {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 30px;
  }
  header nav .menu-item-has-children:before, header nav .menu-item-has-children:after {
    position: absolute;
    top: 14px;
    right: 0;
    height: 2px;
    width: 24px;
    background: #FFF;
    content: "";
  }
  header nav .menu-item-has-children:after {
    transition: 0.25s all ease-in-out;
    transform: rotate(90deg);
  }
  header nav .menu-item-has-children.expanded:after {
    opacity: 0;
  }
  header nav .sub-menu {
    display: none;
    padding-top: 20px;
    margin-bottom: 0;
  }
  header nav .sub-menu li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    opacity: 0.8;
  }
  header nav .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
  header nav .button-container {
    display: flex;
    gap: 10px;
  }
  header nav .button-container .btn, header nav .button-container .contact-form input.button, .contact-form header nav .button-container input.button {
    font-size: 13px;
  }
  header nav .social {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
  }
  header nav .social a {
    max-width: 30px;
  }
  header nav .social a svg {
    width: 100%;
    height: auto;
  }
  header nav .mobile-shop {
    display: flex;
    align-items: center;
    margin-right: 30px;
    transition: 0.25s all ease-in-out;
    margin-bottom: 40px;
    font-size: 20px;
  }
  header nav .mobile-shop svg {
    height: 30px;
    width: auto;
    margin-left: 7px;
  }
  header nav.open {
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
  }
  header nav .contact {
    display: flex;
    margin: 0 auto;
  }
  header nav .contact p {
    font-size: 18px;
    line-height: 24px;
  }
  header nav .contact span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
  }
  header nav .contact:before {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  header nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }
  header nav li {
    position: relative;
  }
  header nav li a {
    position: relative;
    z-index: 2;
  }
  header nav li a:before {
    width: 80px;
    height: 2px;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -8px;
    background: #4AA3DA;
    content: "";
    transition: 0.25s all ease-in-out;
    transform: scale(0);
  }
  header nav li a:hover:before {
    transform: scale(1);
  }
  header nav li.current_page_item > a:before, header nav li.current_page_ancestor > a:before, header nav li.current-page-ancestor > a:before {
    transform: scale(1);
  }
  header nav li.menu-item-has-children:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    content: "";
  }
  header nav li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
  header nav li .sub-menu {
    display: flex;
    flex-direction: column;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 30px;
    opacity: 0;
    transform: translateX(-50%);
    background-color: #171B4B;
    padding: 10px 20px;
    text-align: center;
    gap: 0;
    pointer-events: none;
    z-index: 8;
    border-radius: 0 0 10px 10px;
  }
  header nav li .sub-menu li {
    width: 100%;
    white-space: nowrap;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  header nav li .sub-menu li a {
    display: block;
  }
  header nav li .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
  header nav li .sub-menu li:hover {
    background-color: #171B4B;
  }
  header nav li .sub-menu li:after {
    display: none;
  }
  header nav .social, header nav .button-container, header nav .mobile-shop {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  header nav ul {
    display: flex;
    gap: 60px;
  }
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #171B4B;
  color: #FFF;
  padding: 40px 20px;
  font-size: 13px;
  font-family: "Poppins", "Geomanist", sans-serif;
}
footer .left {
  display: contents;
}
footer .logo {
  max-width: 230px;
  margin-bottom: 10px;
}
footer .logo img {
  width: 100%;
}
footer .right {
  display: contents;
}
footer .social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 10px;
  margin-bottom: 30px;
  max-width: 300px;
  order: 3;
}
footer .social .btn, footer .social .contact-form input.button, .contact-form footer .social input.button {
  max-width: 105px;
}
footer .social a:not(.btn) {
  max-width: 30px;
}
footer .social a:not(.btn) svg {
  width: 100%;
  height: auto;
}
footer .social a:not(.btn) path {
  transition: 0.25s all ease-in-out;
}
footer .social a:not(.btn):hover path:not(.st1) {
  fill: #FFF;
}
footer p {
  order: 5;
}
footer p.registered-charity {
  order: 2;
  margin-bottom: 30px;
}
footer .mom-logo {
  order: 6;
  margin-top: 15px;
}
footer .mom-logo img {
  max-width: 150px;
  height: auto;
}
footer nav {
  order: 4;
  width: 100%;
  margin-bottom: 30px;
}
footer nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 35px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  footer {
    flex-direction: row;
    text-align: right;
    align-items: stretch;
  }
  footer * {
    order: 0 !important;
  }
  footer .left {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    text-align: left;
  }
  footer .logo {
    max-width: 230px;
    margin-bottom: 15px;
  }
  footer .logo img {
    width: 100%;
  }
  footer p.registered-charity {
    margin: auto 0 34px 0;
  }
  footer .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .social {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 30px;
    max-width: none;
  }
  footer .social .btn, footer .social .contact-form input.button, .contact-form footer .social input.button {
    width: auto;
    margin-left: 15px;
    max-width: none;
  }
  footer nav {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
  }
  footer nav ul {
    display: flex;
    gap: 20px;
  }
}
@media only screen and (min-width: 1220px) {
  footer {
    padding: 40px 45px;
  }
  footer nav ul {
    display: flex;
    gap: 40px;
  }
}
/* Components Payload
================================================ */
.masthead-image-container {
  position: relative;
  max-width: 350px;
  width: 100%;
}
.masthead-image-container .shape {
  position: absolute;
  bottom: -150px;
  left: -33px;
  width: 600px;
}
.masthead-image-container .shape path {
  fill: #A3D2F1;
}
.masthead-image-container .shape.before-shape {
  left: -37px;
}
.masthead-image-container .shape.after-shape {
  z-index: 3;
  bottom: -80px;
}
.masthead-image-container .main-image {
  opacity: 0;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3/1;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  animation: animatepop 1 0.25s 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.masthead-image-container .icon {
  opacity: 0;
  animation: animatepop 1 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.masthead-image-container .icon:nth-of-type(1n) {
  animation-delay: 0s;
}
.masthead-image-container .icon:nth-of-type(2n) {
  animation-delay: 0.4s;
}
.masthead-image-container .icon:nth-of-type(3n) {
  animation-delay: 0.8s;
}
.masthead-image-container .icon:nth-of-type(4n) {
  animation-delay: 1.2s;
}
.masthead-image-container .icon:nth-of-type(5n) {
  animation-delay: 1.6s;
}
.masthead-image-container .icon:nth-of-type(6n) {
  animation-delay: 2s;
}
.masthead-image-container .icon:nth-of-type(7n) {
  animation-delay: 2.4s;
}
.masthead-image-container .icon:nth-of-type(8n) {
  animation-delay: 2.8s;
}
.masthead-image-container .icon:nth-of-type(9n) {
  animation-delay: 3.2s;
}
.masthead-image-container .icon:nth-of-type(10n) {
  animation-delay: 3.6s;
}
.masthead-image-container .icon:nth-of-type(11n) {
  animation-delay: 4s;
}
.masthead-image-container .icon:nth-of-type(12n) {
  animation-delay: 4.4s;
}
.masthead-image-container .icon:nth-of-type(13n) {
  animation-delay: 4.8s;
}
.masthead-image-container .icon:nth-of-type(14n) {
  animation-delay: 5.2s;
}
.masthead-image-container .icon:nth-of-type(15n) {
  animation-delay: 5.6s;
}
.masthead-image-container .icon:nth-of-type(16n) {
  animation-delay: 6s;
}
.masthead-image-container .icon:nth-of-type(17n) {
  animation-delay: 6.4s;
}
.masthead-image-container .icon:nth-of-type(18n) {
  animation-delay: 6.8s;
}
.masthead-image-container .icon:nth-of-type(19n) {
  animation-delay: 7.2s;
}
.masthead-image-container .icon:nth-of-type(20n) {
  animation-delay: 7.6s;
}
.masthead-image-container .icon:nth-of-type(21n) {
  animation-delay: 8s;
}
.masthead-image-container .icon:nth-of-type(22n) {
  animation-delay: 8.4s;
}
.masthead-image-container .icon:nth-of-type(23n) {
  animation-delay: 8.8s;
}
.masthead-image-container .icon:nth-of-type(24n) {
  animation-delay: 9.2s;
}
.masthead-image-container .icon:nth-of-type(25n) {
  animation-delay: 9.6s;
}
.masthead-image-container .icon:nth-of-type(26n) {
  animation-delay: 10s;
}
.masthead-image-container .icon:nth-of-type(27n) {
  animation-delay: 10.4s;
}
.masthead-image-container .icon:nth-of-type(28n) {
  animation-delay: 10.8s;
}
.masthead-image-container .icon:nth-of-type(29n) {
  animation-delay: 11.2s;
}
.masthead-image-container .icon:nth-of-type(30n) {
  animation-delay: 11.6s;
}

@media only screen and (min-width: 768px) {
  .masthead-image-container {
    position: relative;
    max-width: 595px;
    padding-left: 20px;
    width: 100%;
    margin-right: -100px;
  }
  .masthead-image-container .shape {
    position: absolute;
    bottom: -150px;
    left: -33px;
    width: 600px;
  }
  .masthead-image-container .shape path {
    fill: #A3D2F1;
  }
  .masthead-image-container .shape.before-shape {
    left: -37px;
  }
  .masthead-image-container .shape.after-shape {
    z-index: 3;
    bottom: -80px;
  }
  .masthead-image-container .main-image {
    aspect-ratio: auto;
    height: 350px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .masthead-image-container {
    max-width: 595px;
  }
  .masthead-image-container .shape {
    position: absolute;
    bottom: -60px;
    left: -30px;
    width: auto;
  }
  .masthead-image-container .shape path {
    fill: #A3D2F1;
  }
  .masthead-image-container .shape.before-shape {
    left: -38px;
  }
  .masthead-image-container .shape.after-shape {
    z-index: 3;
    bottom: -60px;
  }
  .masthead-image-container .main-image {
    height: 445px;
  }
}
@media only screen and (min-width: 1280px) {
  .masthead-image-container {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 750px) {
  .masthead-image-container .main-image {
    height: 350px;
  }
}
.gravity-theme.ui-datepicker {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  margin: 2.4px;
  padding: 8px;
}

.gravity-theme.ui-datepicker[style] {
  z-index: 9999 !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -8px 8px;
  padding: 0 8px 8px;
  position: relative;
}

.gravity-theme.ui-datepicker .ui-datepicker-next, .gravity-theme.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  position: absolute;
}

.gravity-theme.ui-datepicker .ui-datepicker-next:before, .gravity-theme.ui-datepicker .ui-datepicker-prev:before {
  border-style: solid;
  border-width: 0.18em 0.18em 0 0;
  content: "";
  display: inline-block;
  height: 0.55em;
  left: 0.15em;
  position: relative;
  top: 0.3em;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 0.55em;
}

.gravity-theme.ui-datepicker .ui-datepicker-next .ui-icon, .gravity-theme.ui-datepicker .ui-datepicker-prev .ui-icon {
  display: none;
}

.gravity-theme.ui-datepicker .ui-datepicker-prev {
  left: 16px;
}

.gravity-theme.ui-datepicker .ui-datepicker-next {
  right: 16px;
}

.gravity-theme.ui-datepicker .ui-datepicker-next:before {
  left: 0;
  transform: rotate(45deg);
}

.gravity-theme.ui-datepicker .ui-datepicker-title {
  text-align: center;
}

.gravity-theme.ui-datepicker .ui-datepicker-title select {
  margin: 0 4px;
}

.gravity-theme.ui-datepicker .ui-datepicker table {
  border-spacing: 0;
  margin: 0;
}

.gravity-theme.ui-datepicker .ui-datepicker thead {
  font-size: 0.85em;
}

.gravity-theme.ui-datepicker .ui-datepicker td {
  padding: 0;
  width: 35.2px;
}

.gravity-theme.ui-datepicker a.ui-state-default {
  border-radius: 50%;
  color: #222;
  display: block;
  line-height: 35.2px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.gravity-theme.ui-datepicker a.ui-state-default:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.gravity-theme.ui-datepicker a.ui-state-active, .gravity-theme.ui-datepicker a.ui-state-active:hover {
  background-color: #3498db;
  color: #fff;
}

.gform_wrapper.gravity-theme .ginput_container_date label {
  display: block;
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
  margin-left: 0;
  margin-right: 16px;
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
  margin-right: 0;
}

.gravity-theme.ui-datepicker {
  background: #fff;
  border: 1px solid #d0d1d3;
  border-radius: 3px;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.11), 0 0 0.25rem rgba(18, 25, 97, 0.041);
  color: #607382;
  font-size: 0.8125rem;
  font-weight: var(--gform-theme-font-weight-medium);
  margin-top: 5px;
  padding: 18px 15px;
  width: auto;
}

.gravity-theme.ui-datepicker table, .gravity-theme.ui-datepicker td, .gravity-theme.ui-datepicker th, .gravity-theme.ui-datepicker thead, .gravity-theme.ui-datepicker tr {
  background: none;
  border: 0;
  margin: 0;
}

.gravity-theme.ui-datepicker td, .gravity-theme.ui-datepicker th {
  padding: 5px;
  text-shadow: none;
  text-transform: none;
}

.gravity-theme.ui-datepicker .ui-datepicker-header {
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  width: 100%;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
  align-items: center;
  background: none;
  border: 0;
  color: #607382;
  cursor: pointer;
  display: flex;
  font-family: gform-icons-theme !important;
  font-size: 24px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  text-decoration: none;
  top: -2px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 30px;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  color: #2f4054;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: none;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before, .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  border: 0;
  height: auto;
  position: static;
  transform: none;
  width: auto;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  background-image: url("../library/images/down-chevron.svg");
  height: 15px;
  width: 15px;
  background-size: contain;
  transform: rotate(90deg);
  background-repeat: no-repeat;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  background-image: url("../library/images/down-chevron.svg");
  height: 15px;
  width: 15px;
  background-size: contain;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select {
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("../library/images/down-chevron.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #585e6a;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--gform-theme-font-weight-medium);
  height: auto;
  min-height: 0;
  padding: 0 22px 0 0;
  width: auto;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
  margin-right: 20px;
  -moz-text-align-last: right;
  text-align-last: right;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar a, .gravity-theme.ui-datepicker .ui-datepicker-calendar span {
  font-weight: var(--gform-theme-font-weight-normal);
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
  align-items: center;
  color: #2f4054;
  display: flex;
  font-size: 0.8125rem;
  font-weight: var(--gform-theme-font-weight-medium);
  height: 40px;
  justify-content: center;
  width: 40px;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
  font-size: 0.8125rem;
  height: 50px;
  width: 50px;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background: none;
  border: 1px solid transparent;
  border-radius: 100%;
  box-shadow: none;
  color: #2f4054;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 40px;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:focus, .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: none;
  border-color: #607382;
  outline: none;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:active {
  background: #f2f3f5;
  border-color: #607382;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #607382;
  border-color: #607382;
  box-shadow: 0 0.125rem 0.125rem rgba(58, 58, 87, 0.06);
  color: #fff;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus, .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
  border-color: #607382;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: none;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  align-items: center;
  background: #f2f3f5;
  border: 1px solid rgba(32, 32, 46, 0.079);
  border-radius: 100%;
  box-shadow: 0 0.125rem 0.125rem rgba(58, 58, 87, 0.06);
  color: #686e77;
  cursor: text;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 40px;
}

html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
  right: auto !important;
}

/* Blocks Payload
================================================ */
.ages-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #171B4B;
  color: #FFF;
  padding: 0;
}
.ages-tabs .left-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px 50px 20px;
}
.ages-tabs .left-col h2 {
  margin-bottom: 35px;
}
.ages-tabs .left-col .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 450px;
}
.ages-tabs .left-col .tab {
  position: relative;
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.25s all ease-in-out;
  overflow: hidden;
}
.ages-tabs .left-col .tab:hover, .ages-tabs .left-col .tab.active {
  border-color: #FFF;
}
.ages-tabs h3 {
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 25px;
}
.ages-tabs h3 span {
  display: block;
  font-size: 26px;
  opacity: 0.5;
  margin-left: 12px;
}
.ages-tabs p {
  font-size: 17px;
  margin-bottom: 25px;
}
.ages-tabs .btn, .ages-tabs .contact-form input.button, .contact-form .ages-tabs input.button {
  border-radius: none;
  padding-right: 22px;
  padding-left: 22px;
  height: 40px;
  border: none;
  font-size: 13px;
}
.ages-tabs .btn:hover, .ages-tabs .contact-form input.button:hover, .contact-form .ages-tabs input.button:hover {
  transform: scale(1.1);
}
.ages-tabs .main-content-image, .ages-tabs .icon {
  opacity: 0;
}
.ages-tabs .tab-content.active .main-content-image, .ages-tabs .tab.active .main-content-image {
  animation: animatepop 1 0.25s 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.ages-tabs .tab-content.active .icon, .ages-tabs .tab.active .icon {
  animation: animatepop 1 0.25s 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.ages-tabs .tab-content.active .icon:nth-of-type(1n), .ages-tabs .tab.active .icon:nth-of-type(1n) {
  animation-delay: 0s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(2n), .ages-tabs .tab.active .icon:nth-of-type(2n) {
  animation-delay: 0.4s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(3n), .ages-tabs .tab.active .icon:nth-of-type(3n) {
  animation-delay: 0.8s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(4n), .ages-tabs .tab.active .icon:nth-of-type(4n) {
  animation-delay: 1.2s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(5n), .ages-tabs .tab.active .icon:nth-of-type(5n) {
  animation-delay: 1.6s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(6n), .ages-tabs .tab.active .icon:nth-of-type(6n) {
  animation-delay: 2s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(7n), .ages-tabs .tab.active .icon:nth-of-type(7n) {
  animation-delay: 2.4s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(8n), .ages-tabs .tab.active .icon:nth-of-type(8n) {
  animation-delay: 2.8s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(9n), .ages-tabs .tab.active .icon:nth-of-type(9n) {
  animation-delay: 3.2s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(10n), .ages-tabs .tab.active .icon:nth-of-type(10n) {
  animation-delay: 3.6s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(11n), .ages-tabs .tab.active .icon:nth-of-type(11n) {
  animation-delay: 4s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(12n), .ages-tabs .tab.active .icon:nth-of-type(12n) {
  animation-delay: 4.4s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(13n), .ages-tabs .tab.active .icon:nth-of-type(13n) {
  animation-delay: 4.8s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(14n), .ages-tabs .tab.active .icon:nth-of-type(14n) {
  animation-delay: 5.2s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(15n), .ages-tabs .tab.active .icon:nth-of-type(15n) {
  animation-delay: 5.6s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(16n), .ages-tabs .tab.active .icon:nth-of-type(16n) {
  animation-delay: 6s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(17n), .ages-tabs .tab.active .icon:nth-of-type(17n) {
  animation-delay: 6.4s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(18n), .ages-tabs .tab.active .icon:nth-of-type(18n) {
  animation-delay: 6.8s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(19n), .ages-tabs .tab.active .icon:nth-of-type(19n) {
  animation-delay: 7.2s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(20n), .ages-tabs .tab.active .icon:nth-of-type(20n) {
  animation-delay: 7.6s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(21n), .ages-tabs .tab.active .icon:nth-of-type(21n) {
  animation-delay: 8s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(22n), .ages-tabs .tab.active .icon:nth-of-type(22n) {
  animation-delay: 8.4s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(23n), .ages-tabs .tab.active .icon:nth-of-type(23n) {
  animation-delay: 8.8s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(24n), .ages-tabs .tab.active .icon:nth-of-type(24n) {
  animation-delay: 9.2s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(25n), .ages-tabs .tab.active .icon:nth-of-type(25n) {
  animation-delay: 9.6s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(26n), .ages-tabs .tab.active .icon:nth-of-type(26n) {
  animation-delay: 10s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(27n), .ages-tabs .tab.active .icon:nth-of-type(27n) {
  animation-delay: 10.4s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(28n), .ages-tabs .tab.active .icon:nth-of-type(28n) {
  animation-delay: 10.8s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(29n), .ages-tabs .tab.active .icon:nth-of-type(29n) {
  animation-delay: 11.2s;
}
.ages-tabs .tab-content.active .icon:nth-of-type(30n), .ages-tabs .tab.active .icon:nth-of-type(30n) {
  animation-delay: 11.6s;
}

@media only screen and (max-width: 1023px) {
  .ages-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 450px;
  }
  .ages-tabs .tab {
    position: relative;
    width: 100%;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.25s all ease-in-out;
    overflow: hidden;
  }
  .ages-tabs .tab .upper-tab {
    height: 60px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .ages-tabs .tab .upper-tab:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 20px;
    height: 10px;
    width: 22px;
    background: url("../library/images/white-right-arrow.svg") center/contain no-repeat;
    transition: 0.25s all ease-in-out;
  }
  .ages-tabs .tab:hover, .ages-tabs .tab.active {
    border-color: #FFF;
  }
  .ages-tabs .tab.active .upper-tab:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .ages-tabs .mobile-tab-content {
    display: none;
    text-align: left;
    padding-top: 20px;
  }
  .ages-tabs .mobile-tab-content .content {
    padding: 10px 20px 30px;
  }
  .ages-tabs .image-container {
    position: relative;
    max-width: 330px;
    margin: 0 auto 30px;
  }
  .ages-tabs .image-container .cover {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 40px;
    height: 40px;
    width: 135px;
    z-index: 2;
    transform: rotate(10deg);
  }
  .ages-tabs .image-container .main-content-image {
    width: 100%;
    max-width: 180px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .ages-tabs .image-container .icon {
    position: absolute;
    z-index: 3;
  }
  .ages-tabs .image-container .icon-g {
    left: 20px;
    max-width: 55px;
    width: 100%;
    transform: rotate(-40deg);
  }
  .ages-tabs .image-container .icon-blue-star {
    max-width: 35px;
    right: 55px;
    top: 95px;
  }
  .ages-tabs .image-container .icon-magnifying-glass {
    max-width: 50px;
    width: 100%;
    left: 30px;
    top: 0;
    z-index: 5;
  }
  .ages-tabs .image-container .icon-leaves {
    max-width: 80px;
    right: 20px;
    bottom: 0;
    z-index: 4;
  }
  .ages-tabs .image-container .shape {
    display: block;
    position: absolute;
    bottom: -15px;
    left: 30px;
    max-width: 500px;
  }
  .ages-tabs .image-container .shape.before-shape {
    left: 12px;
    bottom: -13px;
  }
  .ages-tabs .image-container .shape.after-shape {
    z-index: 3;
  }
  .ages-tabs .main-content {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .ages-tabs {
    flex-direction: row;
    align-items: center;
    min-height: 850px;
    height: 100vh;
    max-height: 1000px;
  }
  .ages-tabs .left-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 30%;
    min-width: 420px;
    text-align: center;
    padding: 30px;
  }
  .ages-tabs .left-col h2 {
    margin-bottom: 75px;
    max-width: 265px;
  }
  .ages-tabs .left-col .tabs {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 285px;
  }
  .ages-tabs .left-col .tab {
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    padding: 10px 30px;
    justify-content: flex-start;
  }
  .ages-tabs .left-col .tab:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 15px;
    width: 33px;
    background: url("../library/images/white-right-arrow.svg") center/contain no-repeat;
  }
  .ages-tabs .mobile-tab-content {
    display: none;
  }
  .ages-tabs .main-content {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .ages-tabs .tab-content {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s all ease-in-out;
    padding: 60px calc((100vw - 1160px) / 2) 90px 60px;
  }
  .ages-tabs .tab-content.active {
    opacity: 1;
    pointer-events: auto;
  }
  .ages-tabs .image-container {
    position: relative;
    height: 450px;
    width: 325px;
    margin: 0 auto 50px auto;
    margin-left: auto;
    margin-bottom: auto;
  }
  .ages-tabs .image-container .icons {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
  }
  .ages-tabs .image-container .icon {
    position: absolute;
  }
  .ages-tabs .image-container .icon-g {
    left: -70px;
    max-width: 125px;
    width: 100%;
    transform: rotate(-40deg);
  }
  .ages-tabs .image-container .icon-blue-star {
    right: -20px;
    top: 170px;
  }
  .ages-tabs .image-container .icon-magnifying-glass {
    max-width: 100px;
    width: 100%;
    left: 0px;
    top: -40px;
  }
  .ages-tabs .image-container .icon-leaves {
    right: -50px;
    top: 170px;
  }
  .ages-tabs .image-container .main-content-image {
    height: 450px;
    width: 325px;
    width: auto;
    position: relative;
    z-index: 2;
  }
  .ages-tabs .cover {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -10px;
    height: 50px;
    width: 135px;
    z-index: 2;
    transform: rotate(10deg);
  }
  .ages-tabs .shape {
    display: block;
    position: absolute;
    bottom: -70px;
    left: -90px;
  }
  .ages-tabs .shape.before-shape {
    left: -140px;
  }
  .ages-tabs .shape.after-shape {
    z-index: 3;
  }
  .ages-tabs .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 240px;
  }
  .ages-tabs h3 {
    font-size: 69px;
    line-height: 98px;
  }
  .ages-tabs h3 span {
    font-size: 43px;
  }
  .ages-tabs p {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .ages-tabs .btn, .ages-tabs .contact-form input.button, .contact-form .ages-tabs input.button {
    margin-top: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 800px) {
  .ages-tabs h3 {
    font-size: 58px;
  }
  .ages-tabs h3 span {
    font-size: 40px;
  }
}
.awards .wrap {
  position: relative;
}
.awards .intro-content {
  text-align: center;
  margin-bottom: 55px;
}
.awards .award-mods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.awards .award-mod {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  width: 100%;
  border: 2px solid #4AA3DA;
  border-radius: 20px;
  padding: 35px;
  transition: 0.25s all ease-in-out;
}
.awards .award-mod:hover {
  transform: translateY(-10px);
}
.awards .award-mod:hover .btn, .awards .award-mod:hover .contact-form input.button, .contact-form .awards .award-mod:hover input.button {
  background: none;
  color: #171B4B;
}
.awards .logo-container {
  display: flex;
  align-items: center;
  height: 185px;
  margin-bottom: 35px;
}
.awards .logo-container img {
  max-height: 185px;
  max-width: 185px;
  -o-object-fit: contain;
     object-fit: contain;
}
.awards .btn, .awards .contact-form input.button, .contact-form .awards input.button {
  margin-top: auto;
}

@media only screen and (min-width: 768px) {
  .awards .wrap:before {
    content: "";
    background: url("../library/images/icons/trophy.svg") center/contain no-repeat;
    height: 280px;
    width: 235px;
    position: absolute;
    top: -220px;
    left: 0;
  }
  .awards .award-mods {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .awards .award-mod {
    max-width: 260px;
    padding: 35px 20px;
  }
  .awards .award-mod:nth-of-type(1n) {
    animation-delay: 0s;
  }
  .awards .award-mod:nth-of-type(2n) {
    animation-delay: 0.4s;
  }
  .awards .award-mod:nth-of-type(3n) {
    animation-delay: 0.8s;
  }
  .awards .award-mod:nth-of-type(4n) {
    animation-delay: 1.2s;
  }
  .awards .award-mod:nth-of-type(5n) {
    animation-delay: 1.6s;
  }
  .awards .award-mod:nth-of-type(6n) {
    animation-delay: 2s;
  }
  .awards .award-mod:nth-of-type(7n) {
    animation-delay: 2.4s;
  }
  .awards .award-mod:nth-of-type(8n) {
    animation-delay: 2.8s;
  }
  .awards .award-mod:nth-of-type(9n) {
    animation-delay: 3.2s;
  }
  .awards .award-mod:nth-of-type(10n) {
    animation-delay: 3.6s;
  }
  .awards .award-mod:nth-of-type(11n) {
    animation-delay: 4s;
  }
  .awards .award-mod:nth-of-type(12n) {
    animation-delay: 4.4s;
  }
  .awards .award-mod:nth-of-type(13n) {
    animation-delay: 4.8s;
  }
  .awards .award-mod:nth-of-type(14n) {
    animation-delay: 5.2s;
  }
  .awards .award-mod:nth-of-type(15n) {
    animation-delay: 5.6s;
  }
  .awards .award-mod:nth-of-type(16n) {
    animation-delay: 6s;
  }
  .awards .award-mod:nth-of-type(17n) {
    animation-delay: 6.4s;
  }
  .awards .award-mod:nth-of-type(18n) {
    animation-delay: 6.8s;
  }
  .awards .award-mod:nth-of-type(19n) {
    animation-delay: 7.2s;
  }
  .awards .award-mod:nth-of-type(20n) {
    animation-delay: 7.6s;
  }
  .awards .award-mod:nth-of-type(21n) {
    animation-delay: 8s;
  }
  .awards .award-mod:nth-of-type(22n) {
    animation-delay: 8.4s;
  }
  .awards .award-mod:nth-of-type(23n) {
    animation-delay: 8.8s;
  }
  .awards .award-mod:nth-of-type(24n) {
    animation-delay: 9.2s;
  }
  .awards .award-mod:nth-of-type(25n) {
    animation-delay: 9.6s;
  }
  .awards .award-mod:nth-of-type(26n) {
    animation-delay: 10s;
  }
  .awards .award-mod:nth-of-type(27n) {
    animation-delay: 10.4s;
  }
  .awards .award-mod:nth-of-type(28n) {
    animation-delay: 10.8s;
  }
  .awards .award-mod:nth-of-type(29n) {
    animation-delay: 11.2s;
  }
  .awards .award-mod:nth-of-type(30n) {
    animation-delay: 11.6s;
  }
}
@media only screen and (min-width: 1024px) {
  .awards .award-mods {
    gap: 30px;
  }
  .awards .award-mod {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 260px;
    border: 2px solid #4AA3DA;
    border-radius: 20px;
    padding: 35px;
    transition: 0.25s all ease-in-out;
  }
  .awards .award-mod:hover {
    transform: translateY(-10px);
  }
  .awards .award-mod:hover .btn, .awards .award-mod:hover .contact-form input.button, .contact-form .awards .award-mod:hover input.button {
    background: none;
    color: #171B4B;
  }
}
.callout .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #3073BC;
  color: #FFF;
  padding: 45px 30px;
  max-width: 1160px;
}
.callout .left, .callout .right {
  display: contents;
}
.callout h2 {
  margin-bottom: 30px;
}
.callout h2 br {
  display: none;
}
.callout p {
  line-height: 28px;
  margin-bottom: 20px;
}
.callout p.opening-times {
  order: 2;
  margin: 20px 0 10px 0 !important;
}
.callout p.small-title {
  display: none;
}
.callout p:last-of-type {
  margin: 0;
}
.callout a:not(.btn):hover {
  text-decoration: underline;
}
.callout a.btn {
  order: 3;
  margin-top: 20px;
}
.callout a.btn:hover {
  border-color: #FFF;
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .callout .wrap {
    padding: 45px 50px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .callout .left, .callout .right {
    display: block;
  }
  .callout .left {
    display: flex;
    flex-direction: column;
    margin-right: auto;
  }
  .callout h2 {
    line-height: 60px;
    margin-bottom: auto;
  }
  .callout h2 br {
    display: block;
  }
  .callout p.opening-times {
    margin: 0 !important;
  }
  .callout p.small-title {
    display: block;
  }
  .callout a.btn {
    font-size: 13px;
    height: 37px;
  }
}
@media only screen and (min-width: 1160px) {
  .callout .wrap {
    border-radius: 35px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1159px) {
  .callout {
    padding-bottom: 0;
  }
}
.callout-mods .intro-content {
  max-width: 620px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.callout-mods .mods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.callout-mods .mod {
  display: flex;
  align-items: center;
  background: #6E3986;
  color: #FFF;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.callout-mods .mod .image-container {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1/1;
  width: 100%;
  width: 160px;
  margin-right: 20px;
}
.callout-mods .mod img {
  width: 100%;
  height: 100%;
  transition: 1s all ease-in-out;
}
.callout-mods .mod .content {
  width: 100%;
  max-width: 110px;
  text-align: center;
  margin: 0 auto;
}
.callout-mods .mod h4 {
  font-size: 20px;
}
.callout-mods .mod p {
  font-size: 13px;
  margin-bottom: auto;
}
.callout-mods .mod .btn:not(.midblue), .callout-mods .mod .contact-form input.button:not(.midblue), .contact-form .callout-mods .mod input.button:not(.midblue) {
  margin-top: 15px;
  background: #FFF;
  color: #6E3986;
  border: none;
}
.callout-mods .mod:nth-of-type(2) {
  background: #4AA3DA;
}
.callout-mods .mod:nth-of-type(2) .btn:not(.midblue), .callout-mods .mod:nth-of-type(2) .contact-form input.button:not(.midblue), .contact-form .callout-mods .mod:nth-of-type(2) input.button:not(.midblue) {
  color: #4AA3DA;
}
.callout-mods .mod:nth-of-type(3) {
  background: #48A16D;
}
.callout-mods .mod:nth-of-type(3) .btn:not(.midblue), .callout-mods .mod:nth-of-type(3) .contact-form input.button:not(.midblue), .contact-form .callout-mods .mod:nth-of-type(3) input.button:not(.midblue) {
  color: #48A16D;
}
.callout-mods .mod:nth-of-type(4) {
  background: #E9A239;
}
.callout-mods .mod:nth-of-type(4) .btn:not(.midblue), .callout-mods .mod:nth-of-type(4) .contact-form input.button:not(.midblue), .contact-form .callout-mods .mod:nth-of-type(4) input.button:not(.midblue) {
  color: #171B4B;
}
.callout-mods.int-trip-opportunities .mod {
  background: #171B4B;
}
.callout-mods.int-trip-opportunities .mod .btn, .callout-mods.int-trip-opportunities .mod .contact-form input.button, .contact-form .callout-mods.int-trip-opportunities .mod input.button {
  color: #171B4B;
  color: #FFF;
}
.callout-mods.int-trip-opportunities .mod:hover img {
  transform: scale(1.1);
}
.callout-mods.int-trip-opportunities .mod:hover .btn, .callout-mods.int-trip-opportunities .mod:hover .contact-form input.button, .contact-form .callout-mods.int-trip-opportunities .mod:hover input.button {
  background: none;
}
.callout-mods.int-trip-opportunities .mod.disable-page {
  pointer-events: none;
}
.callout-mods.int-trip-opportunities .mod.disable-page .btn, .callout-mods.int-trip-opportunities .mod.disable-page .contact-form input.button, .contact-form .callout-mods.int-trip-opportunities .mod.disable-page input.button {
  display: none;
}

@media only screen and (max-width: 767px) {
  .callout-mods.int-trip-opportunities .mod {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .callout-mods.int-trip-opportunities .mod .image-container {
    width: 100%;
    aspect-ratio: auto;
    height: 185px;
    margin: 0 0 30px 0;
  }
  .callout-mods.int-trip-opportunities .mod h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .callout-mods.int-trip-opportunities .mod p {
    font-size: 17px;
  }
  .callout-mods.int-trip-opportunities .mod .btn, .callout-mods.int-trip-opportunities .mod .contact-form input.button, .contact-form .callout-mods.int-trip-opportunities .mod input.button {
    margin-top: 20px;
  }
  .callout-mods.int-trip-opportunities .mod .content {
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .callout-mods .mods {
    justify-content: center;
  }
  .callout-mods .mod {
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 30px 15px;
    max-width: none;
    margin: 0;
    width: calc(33.3333% - 14px);
  }
  .callout-mods .mod .image-container {
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1/1;
    margin-bottom: 35px;
    width: 100%;
    margin-right: 0;
  }
  .callout-mods .mod .content {
    max-width: none;
  }
  .callout-mods .mod h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .callout-mods .mod p {
    font-size: 20px;
    margin-bottom: auto;
  }
  .callout-mods.int-trip-opportunities .mod {
    width: calc(50% - 10px);
  }
  .callout-mods.int-trip-opportunities .mod .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .callout-mods.int-trip-opportunities .mod h4 {
    margin-bottom: 25px;
  }
  .callout-mods.int-trip-opportunities .mod p {
    display: block;
    margin-bottom: auto;
  }
  .callout-mods.int-trip-opportunities .mod .btn, .callout-mods.int-trip-opportunities .mod .contact-form input.button, .contact-form .callout-mods.int-trip-opportunities .mod input.button {
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .callout-mods .mods {
    gap: 20px 30px;
  }
  .callout-mods .mod {
    width: calc(25% - 25px);
  }
  .callout-mods.int-trip-opportunities .mod {
    width: calc(25% - 25px);
  }
}
@media only screen and (min-width: 1280px) {
  .callout-mods .mods {
    gap: 20px 60px;
  }
  .callout-mods .mod {
    width: calc(25% - 45px);
  }
  .callout-mods.int-trip-opportunities .mods {
    gap: 20px 40px;
  }
  .callout-mods.int-trip-opportunities .mod {
    width: calc(25% - 30px);
  }
}
.callout-modal {
  width: 100%;
  max-width: 1010px;
  border-radius: 20px;
  padding: 50px 20px 50px 20px;
  text-align: left;
}
.callout-modal .inner-modal {
  display: none;
}
.callout-modal .remodal-close {
  left: auto;
  right: 15px;
  top: 15px;
  color: #4AA3DA;
  cursor: pointer;
}
.callout-modal .remodal-close:before {
  height: 30px;
  width: 30px;
  background: url("../library/images/close-icon.svg") center/contain;
  font-size: 0;
}
.callout-modal img {
  aspect-ratio: 1/1;
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0 auto 40px auto;
}
.callout-modal h3 {
  margin-bottom: 10px;
}
.callout-modal h3:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .callout-modal {
    padding: 35px 35px 50px 35px;
  }
  .callout-modal img {
    float: left;
    max-width: 185px;
    margin: 0 40px 40px 0;
  }
}
.contact-details {
  position: relative;
  z-index: 3;
  padding-top: 0;
}
.contact-details .inner {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  margin-top: -40px;
  background: #FFF;
  padding: 50px 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
}
.contact-details .left {
  margin-bottom: 30px;
}
.contact-details a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact-details .social {
  display: flex;
  gap: 8px;
  margin-top: 35px;
}
.contact-details .social a {
  width: 100%;
  max-width: 30px;
}
.contact-details .social a:hover path {
  fill: #171B4B;
}
.contact-details .social a:nth-of-type(2) .st1 {
  fill: #FFF;
}
.contact-details .social path {
  fill: #4AA3DA;
  transition: 0.25s all ease-in-out;
}
.contact-details .map-container {
  width: 100%;
  aspect-ratio: 1/1;
}
.contact-details .map-container iframe {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .contact-details .map-container {
    aspect-ratio: 1/0.6;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-details .inner {
    flex-direction: row;
    margin-top: -215px;
    padding: 50px 30px 50px 30px;
  }
  .contact-details .left {
    margin-right: auto;
    max-width: 350px;
  }
  .contact-details .map-container {
    max-width: 430px;
    width: 100%;
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-details .inner {
    align-items: center;
    padding: 50px 100px;
  }
  .contact-details .left {
    margin-right: auto;
    max-width: 435px;
  }
  .contact-details .map-container {
    max-width: 485px;
  }
}
.contact-form .intro-content {
  text-align: center;
  margin-bottom: 40px;
}
.contact-form .gform_wrapper {
  max-width: 660px;
  margin: 0 auto;
}
.contact-form .gform_wrapper#gform_wrapper_2 {
  max-width: 800px;
}
.contact-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-form .gfield {
  display: block;
  width: 100%;
}
.contact-form label {
  display: none;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  background: #F4F4F4;
  border-radius: 28px;
  border: 0;
  height: 55px;
  font-family: "Geomanist", Helvetica, Arial, sans-serif;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #171B4B;
  -webkit-appearance: none;
}
.contact-form legend {
  display: block;
  margin-bottom: 10px;
}
.contact-form legend span {
  display: none;
}
.contact-form .gfield_checkbox, .contact-form .gfield_radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-form .gfield_checkbox, .contact-form .gfield_radio {
    grid-template-columns: repeat(4, 1fr);
  }
}
.contact-form .gfield_checkbox label, .contact-form .gfield_radio label {
  font-size: 16px;
}
.contact-form input[type=checkbox] {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 0;
}
.contact-form input[type=checkbox]:checked {
  background: #F4F4F4 url("../library/images/tick.svg") center/15px no-repeat !important;
}
.contact-form input[type=radio] {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  cursor: pointer;
  border: 5px solid #F4F4F4;
}
.contact-form input[type=radio]:checked {
  background: #171B4B;
}
.contact-form textarea {
  padding-top: 20px;
  height: 190px;
}
.contact-form .gchoice {
  display: flex;
  align-items: center;
}
.contact-form .gchoice label {
  padding-top: 8px;
  display: block;
}
.contact-form .ginput_container_select {
  position: relative;
}
.contact-form .ginput_container_select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 7.5px);
  height: 15px;
  width: 17px;
  background: url("../library/images/down-chevron.svg.") center/contain no-repeat;
}
.contact-form .ginput_container_date {
  position: relative;
}
.contact-form .ginput_container_date:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 16px);
  height: 32px;
  width: 32px;
  background: url("../library/images/date-picker-icon.svg.") center/contain no-repeat;
}
.contact-form .gfield_validation_message {
  color: red;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 10px;
}
.contact-form .smallprint {
  font-size: 13px;
  line-height: 16px;
  max-width: 550px;
}
.contact-form .smallprint a {
  display: inline-block;
  font-weight: bold;
}
.contact-form .smallprint a:hover {
  text-decoration: underline;
}
.contact-form .gform_submission_error {
  font-size: 14px;
  line-height: 18px;
  background: #A3D2F1;
  padding: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  border-radius: 20px;
  border: none;
  text-align: center;
}
.contact-form .gform_footer {
  margin-top: 20px;
}
.contact-form input.button {
  padding-top: 6px;
  font-size: 15px !important;
  cursor: pointer;
  max-width: 135px;
  height: 45px;
  padding-bottom: 2px;
  background: #4AA3DA;
  color: #FFF;
  border: 2px solid #4AA3DA;
}
.contact-form input.button:hover {
  background: none;
  color: #4AA3DA;
  border: 2px solid #4AA3DA;
}

@media only screen and (min-width: 768px) {
  .contact-form .gform_fields {
    gap: 35px 20px;
  }
  .contact-form .gfield--width-half {
    width: calc(50% - 10px);
  }
  .contact-form .gchoice, .contact-form legend {
    font-size: 20px;
  }
  .contact-form input:not([type=radio]), .contact-form select, .contact-form textarea {
    padding-left: 25px;
    font-size: 20px;
    line-height: 26px;
  }
  .contact-form textarea {
    padding-top: 25px;
  }
  #gform_wrapper_2 .gfield--width-half {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-form #gform_wrapper_2 .gfield--width-half {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1023px) {
  .content-strip.additional-padding-top .inner-content {
    padding-top: 230px !important;
  }
  .content-strip.additional-padding-bottom .inner-content {
    padding-bottom: 125px !important;
  }
}
.content-strip.centralised-content {
  text-align: center;
}
.content-strip.centralised-content .inner-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}
.content-strip.centralised-content.no-icons .inner-content {
  padding: 0;
}
.content-strip.centralised-content .buttons {
  justify-content: center;
  margin: 45px auto 0 auto;
}
.content-strip.full-width-content .inner-content {
  max-width: none;
}
.content-strip .wrap {
  position: relative;
}
.content-strip .icon {
  display: block;
  position: absolute;
  opacity: 0;
}
.content-strip .icon-semi-circle {
  max-width: 133px;
  bottom: -40px;
  left: 50%;
  max-width: 88px;
  transform: rotate(-160deg);
}
.content-strip .icon-purple-flower {
  max-width: 80px;
  top: -40px;
  right: 30px;
}
.content-strip .icon-purple-hand-wave {
  max-width: 95px;
  bottom: -40px;
  left: 30px;
}
.content-strip .icon-yellow-star {
  max-width: 95px;
  right: -30px;
  top: -40px;
  transform: translateY(-50%);
}
.content-strip .icon-girl, .content-strip .icon-brownie, .content-strip .icon-ranger, .content-strip .icon-guide, .content-strip .icon-rainbow, .content-strip .icon-leader {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 145px;
}
.content-strip .icon-vertical-semi-circle {
  left: calc(50% - 150px);
  bottom: -20px;
  transform: translate(50%, 50%);
}
.content-strip .icon-pink-swirl {
  max-width: 120px;
  bottom: 35px;
  left: -60px;
}
.content-strip .inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 745px;
  margin: 0 auto;
}
.content-strip .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 45px;
  margin-right: auto;
}
.content-strip .toggle-content {
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", "Geomanist", sans-serif;
  font-size: 15px;
  margin-top: 45px;
  cursor: pointer;
}
.content-strip .toggle-content:after {
  margin-bottom: 2px;
  content: "";
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background: url("../library/images/toggle-content-icon.svg") center/contain no-repeat;
  transition: 0.25s all ease-in-out;
}
.content-strip .toggle-content:hover:after {
  transform: scale(1.1);
}
.content-strip .toggle-content.active:after {
  transform: rotate(45deg);
}
.content-strip .toggled-content {
  display: none;
  margin-top: 1rem;
}
.content-strip.purple-bg .toggle-content:after {
  background: url("../library/images/white-toggle-content-icon.svg") center/contain no-repeat;
}
.content-strip.no-icons .inner-content {
  max-width: none;
}
.content-strip.contained .wrap {
  max-width: 1280px;
}
.content-strip.contained .inner-content {
  border-radius: 25px;
  padding: 50px 20px 50px 20px;
}
.content-strip.contained .content-container {
  max-width: 660px;
}
.content-strip.contained.darkerblue-bg {
  background: none;
}
.content-strip.contained.darkerblue-bg .inner-content {
  max-width: none;
  background: #3073BC;
}
.content-strip.contained.midblue-bg {
  background: none;
}
.content-strip.contained.midblue-bg .inner-content {
  max-width: none;
  background: #4AA3DA;
}
.content-strip.stack-buttons .buttons {
  flex-direction: column;
  gap: 25px;
}
.content-strip.animateelement .icon {
  animation: animatepop 1 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.content-strip.animateelement .icon:nth-of-type(1n) {
  animation-delay: 0s;
}
.content-strip.animateelement .icon:nth-of-type(2n) {
  animation-delay: 0.4s;
}
.content-strip.animateelement .icon:nth-of-type(3n) {
  animation-delay: 0.8s;
}
.content-strip.animateelement .icon:nth-of-type(4n) {
  animation-delay: 1.2s;
}
.content-strip.animateelement .icon:nth-of-type(5n) {
  animation-delay: 1.6s;
}
.content-strip.animateelement .icon:nth-of-type(6n) {
  animation-delay: 2s;
}
.content-strip.animateelement .icon:nth-of-type(7n) {
  animation-delay: 2.4s;
}
.content-strip.animateelement .icon:nth-of-type(8n) {
  animation-delay: 2.8s;
}
.content-strip.animateelement .icon:nth-of-type(9n) {
  animation-delay: 3.2s;
}
.content-strip.animateelement .icon:nth-of-type(10n) {
  animation-delay: 3.6s;
}
.content-strip.animateelement .icon:nth-of-type(11n) {
  animation-delay: 4s;
}
.content-strip.animateelement .icon:nth-of-type(12n) {
  animation-delay: 4.4s;
}
.content-strip.animateelement .icon:nth-of-type(13n) {
  animation-delay: 4.8s;
}
.content-strip.animateelement .icon:nth-of-type(14n) {
  animation-delay: 5.2s;
}
.content-strip.animateelement .icon:nth-of-type(15n) {
  animation-delay: 5.6s;
}
.content-strip.animateelement .icon:nth-of-type(16n) {
  animation-delay: 6s;
}
.content-strip.animateelement .icon:nth-of-type(17n) {
  animation-delay: 6.4s;
}
.content-strip.animateelement .icon:nth-of-type(18n) {
  animation-delay: 6.8s;
}
.content-strip.animateelement .icon:nth-of-type(19n) {
  animation-delay: 7.2s;
}
.content-strip.animateelement .icon:nth-of-type(20n) {
  animation-delay: 7.6s;
}
.content-strip.animateelement .icon:nth-of-type(21n) {
  animation-delay: 8s;
}
.content-strip.animateelement .icon:nth-of-type(22n) {
  animation-delay: 8.4s;
}
.content-strip.animateelement .icon:nth-of-type(23n) {
  animation-delay: 8.8s;
}
.content-strip.animateelement .icon:nth-of-type(24n) {
  animation-delay: 9.2s;
}
.content-strip.animateelement .icon:nth-of-type(25n) {
  animation-delay: 9.6s;
}
.content-strip.animateelement .icon:nth-of-type(26n) {
  animation-delay: 10s;
}
.content-strip.animateelement .icon:nth-of-type(27n) {
  animation-delay: 10.4s;
}
.content-strip.animateelement .icon:nth-of-type(28n) {
  animation-delay: 10.8s;
}
.content-strip.animateelement .icon:nth-of-type(29n) {
  animation-delay: 11.2s;
}
.content-strip.animateelement .icon:nth-of-type(30n) {
  animation-delay: 11.6s;
}

@media only screen and (min-width: 768px) {
  .content-strip.centralised-content {
    text-align: center;
  }
  .content-strip.centralised-content .inner-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .content-strip.centralised-content.no-icons .inner-content {
    max-width: 900px;
    margin: 0 auto;
  }
  .content-strip.centralised-content .buttons {
    justify-content: center;
    margin: 45px auto 0 auto;
  }
  .content-strip.contained .inner-content {
    padding: 75px 20px 100px 20px;
  }
  .content-strip .icon {
    display: block;
    position: absolute;
  }
  .content-strip .icon-semi-circle {
    max-width: 120px;
  }
  .content-strip .icon-purple-flower {
    max-width: 80px;
    top: -40px;
    right: 30px;
  }
  .content-strip .icon-purple-hand-wave {
    max-width: 95px;
    bottom: -40px;
    left: 30px;
  }
  .content-strip .icon-yellow-star {
    top: -80px;
    max-width: 115px;
    right: 40px;
  }
  .content-strip .icon-vertical-semi-circle {
    left: calc(50% - 150px);
    bottom: -20px;
    transform: translate(50%, 50%);
  }
}
@media only screen and (min-width: 1024px) {
  .content-strip.centralised-content {
    text-align: center;
  }
  .content-strip.centralised-content .inner-content {
    max-width: 900px;
    margin: 0 auto;
  }
  .content-strip.centralised-content.no-icons .inner-content {
    max-width: 900px;
    margin: 0 auto;
  }
  .content-strip.centralised-content .buttons {
    justify-content: center;
    margin: 45px auto 0 auto;
  }
  .content-strip .icon-semi-circle {
    max-width: 133px;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%) rotate(-160deg);
  }
  .content-strip .icon-purple-flower {
    top: -50px;
    right: 0;
  }
  .content-strip .icon-purple-hand-wave {
    bottom: 25px;
    left: 0;
  }
  .content-strip .icon-yellow-star {
    top: -30px;
  }
  .content-strip .icon-girl, .content-strip .icon-brownie, .content-strip .icon-ranger, .content-strip .icon-guide, .content-strip .icon-rainbow, .content-strip .icon-leader {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0px;
    max-width: 200px;
  }
  .content-strip .icon-vertical-semi-circle {
    left: calc(50% - 150px);
    bottom: -20px;
    transform: translate(50%, 50%);
  }
}
@media only screen and (min-width: 1280px) {
  .content-strip.centralised-content {
    text-align: center;
  }
  .content-strip.centralised-content .inner-content {
    max-width: 900px;
    margin: 0 auto;
  }
  .content-strip.centralised-content.no-icons .inner-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }
  .content-strip.centralised-content .buttons {
    justify-content: center;
    margin: 45px auto 0 auto;
  }
  .content-strip.full-width-content .inner-content {
    max-width: none;
    padding-right: 150px;
  }
  .content-strip .icon-semi-circle {
    max-width: 133px;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%) rotate(-160deg);
  }
  .content-strip .icon-purple-flower {
    top: -50px;
    right: 0;
  }
  .content-strip .icon-purple-hand-wave {
    bottom: 25px;
    left: 0;
  }
  .content-strip .icon-yellow-star {
    max-width: 150px;
    right: 40px;
    top: 0;
    transform: translateY(-50%);
  }
  .content-strip .icon-girl, .content-strip .icon-brownie, .content-strip .icon-ranger, .content-strip .icon-guide, .content-strip .icon-rainbow, .content-strip .icon-leader {
    max-width: 230px;
    bottom: 0;
    right: 0px;
  }
  .content-strip .icon-vertical-semi-circle {
    left: calc(50% - 150px);
    bottom: -20px;
    transform: translate(50%, 50%);
  }
  .content-strip .icon-pink-swirl {
    max-width: none;
    bottom: 35px;
    left: 65px;
  }
}
.content-tabs {
  position: relative;
}
.content-tabs .big-blue-sweep {
  display: none;
}
.content-tabs .intro-content {
  max-width: 685px;
  margin: 0 auto 60px auto;
}
.content-tabs .tab-container {
  position: relative;
  z-index: 2;
}
.content-tabs .tabs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content-tabs .tab {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 100%;
  border-radius: 20px;
  transition: 0.25s all ease-in-out;
}
.content-tabs .tab .upper-tab {
  height: 60px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.content-tabs .tab .upper-tab:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  height: 10px;
  width: 22px;
  background: url("../library/images/white-right-arrow.svg") center/contain no-repeat;
  transition: 0.25s all ease-in-out;
}
.content-tabs .tab:hover, .content-tabs .tab.active {
  border-color: #FFF;
}
.content-tabs .tab.active .upper-tab:after {
  transform: translateY(-50%) rotate(-90deg);
}
.content-tabs .tab-icon {
  margin-right: auto;
}
.content-tabs .mobile-tab-content {
  display: none;
  padding: 20px;
}
.content-tabs .tab-content {
  color: #171B4B;
  padding: 50px 20px;
  display: none;
}
.content-tabs .tab-content.active {
  opacity: 0;
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.25s ease-in-out forwards;
  position: relative;
}
.content-tabs .content {
  order: 2;
  width: 100%;
}
.content-tabs h3 {
  color: inherit;
}
.content-tabs .main-content-image {
  max-width: 230px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 20px auto;
  border-radius: 0;
}
.content-tabs .nav-arrows {
  display: none;
}
.content-tabs h3 {
  display: flex;
  align-items: center;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  gap: 10px;
}
.content-tabs h3 span {
  font-size: 24px;
  line-height: 30px;
  opacity: 0.4;
}
.content-tabs p {
  font-size: 16px;
}
.content-tabs .btn, .content-tabs .contact-form input.button, .contact-form .content-tabs input.button {
  margin-top: 35px;
  font-size: 12px;
}
.content-tabs .btn:hover, .content-tabs .contact-form input.button:hover, .contact-form .content-tabs input.button:hover {
  transform: scale(1.1);
}
.content-tabs.simple-content-tabs .tab:not(.active) {
  background: #4AA3DA !important;
  color: #FFF;
}
.content-tabs.simple-content-tabs .tab {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}
.content-tabs.simple-content-tabs .tab.active {
  background: #4AA3DA;
}
.content-tabs.simple-content-tabs .mobile-tab-content {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #96D3F4;
}
.content-tabs.simple-content-tabs .main-content {
  background: #4AA3DA;
}
.content-tabs.simple-content-tabs .content {
  width: 100%;
  font-weight: 300;
  color: #171B4B;
}
.content-tabs.simple-content-tabs .content.no-image {
  max-width: 995px;
}
.content-tabs.simple-content-tabs .content h3 {
  margin-bottom: 30px;
}
.content-tabs.simple-content-tabs .nav-arrows {
  display: none;
}

@media only screen and (min-width: 768px) {
  .content-tabs .intro-content {
    margin: 0 auto 90px auto;
  }
  .content-tabs .tab .upper-tab {
    justify-content: center;
    gap: 20px;
  }
  .content-tabs .tab .upper-tab:after {
    position: static;
    transform: none;
    transform: rotate(90deg);
  }
  .content-tabs .tab-icon {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content-tabs .big-blue-sweep {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1800px;
  }
  .content-tabs .big-blue-sweep path {
    fill: #96D3F5;
  }
  .content-tabs .intro-content {
    max-width: 685px;
    margin: 0 auto 90px auto;
  }
  .content-tabs .tabs {
    flex-direction: row;
    display: flex;
    gap: 10px;
  }
  .content-tabs .tab {
    border-radius: 20px 20px 0 0;
  }
  .content-tabs .tab:not(.active) {
    background: #FFF !important;
  }
  .content-tabs .upper-tab:after {
    display: none;
  }
  .content-tabs .mobile-tab-content {
    display: none;
  }
  .content-tabs .main-content {
    display: block;
    border-radius: 0 0 20px 20px;
  }
  .content-tabs .right-col {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    max-width: 350px;
    width: 100%;
  }
  .content-tabs .nav-arrows {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    margin-left: auto;
  }
  .content-tabs .nav-arrow {
    position: relative;
    cursor: pointer;
    height: 45px;
    width: 45px;
    transition: 0.25s all ease-in-out;
  }
  .content-tabs .nav-arrow svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: auto;
    bottom: 0;
    left: 0;
    transform: none;
  }
  .content-tabs .nav-arrow:nth-of-type(2) {
    transform: scaleX(-1);
  }
  .content-tabs .nav-arrow:hover {
    opacity: 0.6;
  }
  .content-tabs .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    display: none;
  }
  .content-tabs .tab-content.active {
    flex-direction: row;
  }
  .content-tabs .main-content-image {
    margin: 0;
    max-width: none;
    -o-object-position: left;
       object-position: left;
  }
  .content-tabs .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    padding-bottom: 100px;
  }
  .content-tabs h4 {
    margin: 0 0 25px 0;
  }
  .content-tabs p {
    font-size: 18px;
  }
  .content-tabs .btn, .content-tabs .contact-form input.button, .contact-form .content-tabs input.button {
    margin-top: auto;
    font-size: 15px;
  }
  .content-tabs .right-col {
    order: 2;
  }
  .content-tabs .main-content-image {
    max-height: 350px;
  }
  .content-tabs.simple-content-tabs .tab:not(.active) {
    background: #626485 !important;
    color: #FFF;
  }
  .content-tabs.simple-content-tabs .tab:not(.active):hover {
    background: #4AA3DA;
  }
  .content-tabs.simple-content-tabs .tab {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
  }
  .content-tabs.simple-content-tabs .tab.active {
    background: #4AA3DA;
  }
  .content-tabs.simple-content-tabs .main-content {
    background: #4AA3DA;
  }
  .content-tabs.simple-content-tabs .content {
    color: #FFF;
  }
  .content-tabs.simple-content-tabs .content h3 {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-tabs .tabs {
    gap: 30px;
  }
  .content-tabs .content {
    max-width: 495px;
  }
  .content-tabs .right-col {
    max-width: 470px;
  }
  .content-tabs .main-content-image {
    max-height: 470px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content-tabs h3 {
    font-size: 59px;
    line-height: 84px;
  }
  .content-tabs h3 span {
    display: inline;
    font-size: 37px;
  }
  .content-tabs.simple-content-tabs .tab {
    font-size: 22px;
    line-height: 28px;
  }
}
.content-w-image {
  position: relative;
}
.content-w-image.animateelement .main-image {
  animation: animatepop 1 0.25s 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.content-w-image.animateelement .icon {
  opacity: 0;
  animation: animatepop 1 0.25s 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.content-w-image.animateelement .icon:nth-of-type(1n) {
  animation-delay: 0s;
}
.content-w-image.animateelement .icon:nth-of-type(2n) {
  animation-delay: 0.4s;
}
.content-w-image.animateelement .icon:nth-of-type(3n) {
  animation-delay: 0.8s;
}
.content-w-image.animateelement .icon:nth-of-type(4n) {
  animation-delay: 1.2s;
}
.content-w-image.animateelement .icon:nth-of-type(5n) {
  animation-delay: 1.6s;
}
.content-w-image.animateelement .icon:nth-of-type(6n) {
  animation-delay: 2s;
}
.content-w-image.animateelement .icon:nth-of-type(7n) {
  animation-delay: 2.4s;
}
.content-w-image.animateelement .icon:nth-of-type(8n) {
  animation-delay: 2.8s;
}
.content-w-image.animateelement .icon:nth-of-type(9n) {
  animation-delay: 3.2s;
}
.content-w-image.animateelement .icon:nth-of-type(10n) {
  animation-delay: 3.6s;
}
.content-w-image.animateelement .icon:nth-of-type(11n) {
  animation-delay: 4s;
}
.content-w-image.animateelement .icon:nth-of-type(12n) {
  animation-delay: 4.4s;
}
.content-w-image.animateelement .icon:nth-of-type(13n) {
  animation-delay: 4.8s;
}
.content-w-image.animateelement .icon:nth-of-type(14n) {
  animation-delay: 5.2s;
}
.content-w-image.animateelement .icon:nth-of-type(15n) {
  animation-delay: 5.6s;
}
.content-w-image.animateelement .icon:nth-of-type(16n) {
  animation-delay: 6s;
}
.content-w-image.animateelement .icon:nth-of-type(17n) {
  animation-delay: 6.4s;
}
.content-w-image.animateelement .icon:nth-of-type(18n) {
  animation-delay: 6.8s;
}
.content-w-image.animateelement .icon:nth-of-type(19n) {
  animation-delay: 7.2s;
}
.content-w-image.animateelement .icon:nth-of-type(20n) {
  animation-delay: 7.6s;
}
.content-w-image.animateelement .icon:nth-of-type(21n) {
  animation-delay: 8s;
}
.content-w-image.animateelement .icon:nth-of-type(22n) {
  animation-delay: 8.4s;
}
.content-w-image.animateelement .icon:nth-of-type(23n) {
  animation-delay: 8.8s;
}
.content-w-image.animateelement .icon:nth-of-type(24n) {
  animation-delay: 9.2s;
}
.content-w-image.animateelement .icon:nth-of-type(25n) {
  animation-delay: 9.6s;
}
.content-w-image.animateelement .icon:nth-of-type(26n) {
  animation-delay: 10s;
}
.content-w-image.animateelement .icon:nth-of-type(27n) {
  animation-delay: 10.4s;
}
.content-w-image.animateelement .icon:nth-of-type(28n) {
  animation-delay: 10.8s;
}
.content-w-image.animateelement .icon:nth-of-type(29n) {
  animation-delay: 11.2s;
}
.content-w-image.animateelement .icon:nth-of-type(30n) {
  animation-delay: 11.6s;
}
.content-w-image .wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.content-w-image .wrap:not(.no-bg) {
  padding: 25px;
  border-radius: 20px;
  width: calc(100% - 60px);
}
.content-w-image.full-width-on-mobile .wrap {
  border-radius: 0;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 60px;
}
.content-w-image.background-sweep:before {
  position: absolute;
  left: -1400px;
  top: -200px;
  height: 1000px;
  width: 2000px;
  background: url("../library/images/large-ci-background-sweep.svg") center/contain no-repeat;
  content: "";
}
.content-w-image.lower-content-present .wrap, .content-w-image.content-reveal-present .wrap {
  flex-wrap: wrap;
}
.content-w-image .content {
  order: 2;
  position: relative;
  width: 100%;
}
.content-w-image br {
  display: none;
}
.content-w-image .buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.content-w-image .lower-content {
  margin-top: 50px;
  width: 100%;
  order: 3;
}
.content-w-image .content-reveal-container {
  margin-top: 50px;
  width: 100%;
  order: 4;
}
.content-w-image .content-reveal-container .content-reveal-title {
  background: #171B4B;
  color: #FFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 75px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
}
.content-w-image .content-reveal-container .content-reveal-title span {
  margin-right: 25px;
}
.content-w-image .content-reveal-container .content-reveal-title:after {
  content: "";
  height: 30px;
  width: 30px;
  background: url("../library/images/down-chevron-circle.svg") center/contain no-repeat;
  transition: 0.5s all ease-in-out;
}
.content-w-image .content-reveal-container .content-reveal-title.active:after {
  transform: rotate(-180deg);
}
.content-w-image .content-reveal-container .content-reveal {
  display: none;
  padding: 30px 20px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.content-w-image img {
  opacity: 0;
  height: auto;
  width: 100%;
  max-width: 520px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-w-image .image-container {
  order: 1;
  position: relative;
  margin-bottom: 50px;
}
.content-w-image .icon {
  display: block;
  position: absolute;
  border-radius: 0;
}
.content-w-image .icon-speechmarks {
  top: -20px;
  left: -20px;
  max-width: 70px;
  height: auto;
}
.content-w-image .icon-earth {
  right: -20px;
  bottom: -30px;
  max-width: 76px;
  height: auto;
}
.content-w-image .icon-top-right-leaves {
  top: -20px;
  right: -20px;
  max-width: 75px;
  height: auto;
}
.content-w-image .icon-bottom-left-leaves {
  bottom: -20px;
  left: -20px;
  max-width: 75px;
  height: auto;
}
.content-w-image .icon-paints {
  left: -20px;
  bottom: -20px;
  max-width: 100px;
  height: auto;
}
.content-w-image .icon-foot-prints {
  left: -20px;
  bottom: -40px;
  max-width: 130px;
  height: auto;
}
.content-w-image .icon-frog {
  left: -20px;
  bottom: -20px;
  max-width: 100px;
  height: auto;
}
.content-w-image .icon-orange-star {
  left: auto;
  bottom: -30px;
  right: -20px;
  max-width: 100px;
  height: auto;
}
.content-w-image .icon-semi-circle {
  top: 0;
  max-width: 130px;
  left: auto;
  right: -100px;
  transform: rotate(-80deg);
}
.content-w-image .icon-swirl {
  max-width: 160px;
  bottom: -80px;
  transform: rotate(50deg);
  right: 0;
}

@media only screen and (min-width: 768px) {
  .content-w-image .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .content-w-image.no-image .content {
    max-width: none !important;
    margin: 0;
  }
  .content-w-image.background-sweep:before {
    left: -1985px;
    top: -300px;
    height: 1450px;
    width: 2600px;
  }
  .content-w-image.lower-content-present .wrap, .content-w-image.content-reveal-present .wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-w-image.lower-content-present .content, .content-w-image.content-reveal-present .content {
    max-width: 300px !important;
  }
  .content-w-image.lower-content-present .image-container, .content-w-image.content-reveal-present .image-container {
    max-width: 350px !important;
  }
}
@media only screen and (min-width: 768px) {
  .content-w-image.align-image-horizontally-central .image-container {
    margin: 0 auto;
  }
  .content-w-image.align-content-horizontally-central .content {
    margin: 0 auto !important;
  }
  .content-w-image.left-image .image-container {
    order: 1;
    margin-right: 30px;
  }
  .content-w-image.left-image .content {
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }
  .content-w-image.centralise-image-and-content .wrap {
    justify-content: center;
    gap: 70px;
  }
  .content-w-image.centralise-image-and-content .content {
    margin: 0;
  }
  .content-w-image.centralise-image-and-content .image-container {
    margin: 0;
  }
  .content-w-image .content {
    order: 0;
    margin: 0;
    margin-right: auto;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-w-image .content {
    max-width: 350px !important;
  }
}
@media only screen and (min-width: 768px) {
  .content-w-image .image-container {
    order: 0;
  }
  .content-w-image .btn, .content-w-image .contact-form input.button, .contact-form .content-w-image input.button {
    min-width: 150px;
  }
  .content-w-image .lower-content {
    order: 3;
    margin-top: 50px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .content-w-image .content {
    max-width: 440px;
  }
  .content-w-image br {
    display: block;
  }
  .content-w-image .lower-content {
    margin-top: 50px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .content-w-image.lower-content-present .content, .content-w-image.content-reveal-present .content {
    max-width: 440px !important;
  }
  .content-w-image.lower-content-present .image-container, .content-w-image.content-reveal-present .image-container {
    max-width: 400px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .content-w-image .content-reveal-container .content-reveal-title {
    min-height: 75px;
    font-size: 29px;
  }
  .content-w-image .content-reveal-container .content-reveal-title span {
    margin-right: 15px;
  }
  .content-w-image .content-reveal-container .content-reveal-title:after {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-w-image .wrap {
    width: 100%;
  }
  .content-w-image .wrap:not(.no-bg) {
    border-radius: 40px;
    padding: 50px;
    max-width: 1160px;
  }
  .content-w-image .content {
    max-width: 440px;
  }
  .content-w-image.lower-content-present .content, .content-w-image.content-reveal-present .content {
    max-width: 520px;
  }
  .content-w-image .lower-content {
    margin-top: 50px;
    width: 100%;
  }
  .content-w-image .icon {
    display: block;
    position: absolute;
    border-radius: 0;
  }
  .content-w-image .icon-speechmarks {
    top: -25px;
    left: -75px;
    max-width: 106px;
    height: auto;
  }
  .content-w-image .icon-earth {
    right: -40px;
    bottom: 40px;
    max-width: 110px;
    height: auto;
  }
  .content-w-image .icon-top-right-leaves {
    top: -60px;
    right: -60px;
    max-width: 130px;
    height: auto;
  }
  .content-w-image .icon-bottom-left-leaves {
    bottom: -60px;
    left: -60px;
    max-width: 130px;
    height: auto;
  }
  .content-w-image .icon-paints {
    left: -40px;
    bottom: -20px;
    max-width: 140px;
    height: auto;
  }
  .content-w-image .icon-foot-prints {
    left: -75px;
    bottom: -40px;
    max-width: 170px;
    height: auto;
  }
  .content-w-image .icon-frog {
    left: -60px;
    bottom: -20px;
    max-width: 120px;
    height: auto;
  }
  .content-w-image .icon-orange-star {
    left: auto;
    bottom: -80px;
    right: -70px;
    max-width: 206px;
    height: auto;
  }
  .content-w-image .icon-semi-circle {
    top: 0;
    max-width: 130px;
    left: auto;
    right: -100px;
    transform: rotate(-80deg);
  }
  .content-w-image .icon-swirl {
    max-width: 160px;
    bottom: -80px;
    transform: rotate(50deg);
    right: 0;
  }
}
.fundraising {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fundraising {
    padding-bottom: 100px !important;
  }
}
.fundraising .wrap {
  position: relative;
  max-width: 1160px;
  background: #F2F4F5;
  padding: 25px;
  border-radius: 20px;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
.fundraising .top-row {
  display: contents;
}
.fundraising .content {
  order: 2;
  margin-bottom: 20px;
}
.fundraising .buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.fundraising .btn, .fundraising .contact-form input.button, .contact-form .fundraising input.button {
  min-width: 150px;
}
.fundraising .image-container {
  display: contents;
  position: relative;
  order: 1;
}
.fundraising img {
  height: auto;
  width: 100%;
  max-width: 565px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.fundraising .lower-row {
  order: 3;
}
.fundraising .lower-row .content {
  margin-bottom: 30px;
}
.fundraising .sticky-note {
  order: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  background: url("../library/images/sticky-note.svg") center/contain no-repeat;
  margin: 0 auto -120px auto;
}
.fundraising .sticky-note:after {
  position: absolute;
  top: 45px;
  right: 70px;
  height: 65px;
  width: 65px;
  background: url("../library/images/icons/camera-icon.svg") center/contain no-repeat;
  content: "";
}
.fundraising .sticky-note .sticky-content {
  position: relative;
  max-width: 255px;
  transform: rotate(-10deg);
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.fundraising .sticky-note .sticky-content h3 {
  color: #171B4B;
  font-size: 22px;
  line-height: 38px;
}
.fundraising .sticky-note .sticky-content p {
  font-size: 13px;
  line-height: 20px;
}
.fundraising .sticky-note .sticky-content a {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .fundraising {
    position: relative;
  }
  .fundraising * {
    order: 0;
  }
  .fundraising .wrap {
    position: relative;
    max-width: 1160px;
    background: #F2F4F5;
    padding: 50px 20px;
    display: block;
  }
  .fundraising .wrap:before {
    position: absolute;
    top: -275px;
    right: -700px;
    width: 1020px;
    height: 560px;
    content: "";
    background: url("../library/images/fund-raising-bg-shape.svg") bottom left/contain no-repeat;
  }
  .fundraising .top-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fundraising .top-row .content {
    margin-bottom: 0;
  }
  .fundraising .buttons {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .fundraising .btn, .fundraising .contact-form input.button, .contact-form .fundraising input.button {
    min-width: 150px;
  }
  .fundraising .image-container {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  .fundraising img {
    height: auto;
    width: 100%;
    max-width: 565px;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0;
  }
  .fundraising .lower-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
  }
  .fundraising .lower-row .content {
    order: 2;
    margin-right: 0;
  }
  .fundraising .sticky-note {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 320px;
    bottom: -100px;
    right: -40px;
    background: url("../library/images/sticky-note.svg") center/contain no-repeat;
    margin: 0 auto 0px auto;
  }
  .fundraising .sticky-note:after {
    position: absolute;
    top: 45px;
    right: 70px;
    height: 65px;
    width: 65px;
    background: url("../library/images/icons/camera-icon.svg") center/contain no-repeat;
    content: "";
  }
  .fundraising .sticky-note .sticky-content {
    position: relative;
    max-width: 255px;
    transform: rotate(-10deg);
    padding-top: 60px;
    padding-left: 10px;
  }
  .fundraising .sticky-note .sticky-content h3 {
    font-size: 35px;
    line-height: 49px;
  }
  .fundraising .sticky-note .sticky-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .fundraising .sticky-note .sticky-content a {
    font-weight: bold;
  }
}
@media only screen and (min-width: 1024px) {
  .fundraising .top-row {
    flex-direction: row;
  }
  .fundraising .content {
    max-width: 395px;
    margin-right: auto;
    order: 1;
  }
  .fundraising .image-container {
    margin-bottom: 0;
  }
  .fundraising img {
    height: auto;
    width: 100%;
    max-width: 565px;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fundraising .lower-row {
    flex-direction: row;
    align-items: center;
  }
  .fundraising .lower-row .content {
    order: 1;
    max-width: 395px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .fundraising .sticky-note {
    order: 2;
    margin-top: -175px;
    width: 320px;
    height: 320px;
    margin-bottom: 0;
    animation-delay: 1s;
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .fundraising .wrap {
    border-radius: 40px;
    padding: 50px;
  }
  .fundraising .sticky-note {
    left: -60px;
  }
}
.homepage-masthead {
  padding-top: 100px;
}
.homepage-masthead .top-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.homepage-masthead .left {
  position: relative;
  z-index: 2;
  order: 2;
  max-width: 425px;
  margin-top: 100px;
}
.homepage-masthead h1 {
  margin-bottom: 30px;
}
.homepage-masthead h1 br {
  display: none;
}
.homepage-masthead .icons {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}
.homepage-masthead .icons img {
  position: absolute;
  max-width: 100%;
  height: auto;
}
.homepage-masthead .icons .icon-star {
  max-width: 50px;
  top: -25px;
  left: 50px;
}
.homepage-masthead .icons .icon-g {
  max-width: 50px;
  top: 20px;
  right: -20px;
}
.homepage-masthead .icons .icon-semi-circle {
  max-width: 85px;
  top: 125px;
  right: -60px;
}
.homepage-masthead .icons .icon-triangles {
  max-width: 70px;
  bottom: 20px;
  right: -40px;
}
.homepage-masthead .icons .icon-rainbow {
  max-width: 90px;
  left: 10px;
  bottom: -50px;
}
.homepage-masthead .icons .icon-swirl {
  max-width: 75px;
  left: -25px;
  bottom: -10px;
}
.homepage-masthead .icons .icon-magnifying-glass {
  max-width: 55px;
  left: -10px;
  top: 0;
}
.homepage-masthead .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.homepage-masthead .links a {
  position: relative;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  border: 2px solid #3073BC;
  width: 100%;
  padding: 15px;
  transition: 0.25s all ease-in-out;
}
.homepage-masthead .links a:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  height: 17px;
  width: 35px;
  -webkit-mask: url("../library/images/right-arrow.svg") center/contain no-repeat;
          mask: url("../library/images/right-arrow.svg") center/contain no-repeat;
  background-color: #3073BC;
  transition: 0.25s all ease-in-out;
}
.homepage-masthead .links a p {
  margin: 0;
  line-height: 17px;
  font-size: 13px;
}
.homepage-masthead .links a p strong {
  font-size: 19px;
  text-transform: uppercase;
}
.homepage-masthead .links a:first-of-type strong {
  color: #3073BC;
  transition: 0.25s all ease-in-out;
}
.homepage-masthead .links a:first-of-type:hover strong {
  color: #FFF;
}
.homepage-masthead .links a:nth-of-type(2) {
  border-color: #4AA3DA;
  background: #4AA3DA;
  color: #FFF;
}
.homepage-masthead .links a:nth-of-type(2):after {
  background-color: #FFF;
}
.homepage-masthead .links a:nth-of-type(2):hover {
  background: none;
  color: #4AA3DA;
}
.homepage-masthead .links a:nth-of-type(2):hover:after {
  background-color: #4AA3DA;
}
.homepage-masthead .links a:nth-of-type(3) {
  background: #3073BC;
  color: #FFF;
}
.homepage-masthead .links a:nth-of-type(3):after {
  background-color: #FFF;
}
.homepage-masthead .links a:nth-of-type(3):hover {
  background: none;
  color: #3073BC;
}
.homepage-masthead .links a:nth-of-type(3):hover:after {
  background-color: #3073BC;
}
.homepage-masthead .links a:hover {
  background: #3073BC;
  color: #FFF;
}
.homepage-masthead .links a:hover:after {
  background-color: #FFF;
}

@media only screen and (min-width: 768px) {
  .homepage-masthead .top-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
  }
  .homepage-masthead .left {
    order: 0;
    margin-right: auto;
    max-width: 400px;
    margin-top: 0;
  }
  .homepage-masthead .icons {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
  }
  .homepage-masthead .icons img {
    max-width: 100% !important;
  }
  .homepage-masthead .icons .icon-star {
    top: -50px;
    left: 75px;
  }
  .homepage-masthead .icons .icon-g {
    top: 65px;
    right: -45px;
  }
  .homepage-masthead .icons .icon-semi-circle {
    top: 205px;
    right: -180px;
  }
  .homepage-masthead .icons .icon-triangles {
    bottom: 70px;
    right: -70px;
  }
  .homepage-masthead .icons .icon-rainbow {
    left: 20px;
    bottom: -20px;
  }
  .homepage-masthead .icons .icon-swirl {
    left: -30px;
    bottom: 80px;
  }
  .homepage-masthead .icons .icon-magnifying-glass {
    left: -30px;
    top: 30px;
  }
  .homepage-masthead h1 {
    margin-bottom: 30px;
  }
  .homepage-masthead .links {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .homepage-masthead .links a:after {
    display: none;
  }
  .homepage-masthead .links a p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .homepage-masthead .links a p strong {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-masthead .top-row {
    display: flex;
    margin-bottom: 70px;
  }
  .homepage-masthead .left {
    margin-right: auto;
    max-width: 425px;
  }
  .homepage-masthead .icons {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
  }
  .homepage-masthead .icons img {
    position: absolute;
    max-width: 100% !important;
  }
  .homepage-masthead .icons .icon-star {
    top: -47px;
    left: 75px;
  }
  .homepage-masthead .icons .icon-g {
    top: 65px;
    right: -45px;
  }
  .homepage-masthead .icons .icon-semi-circle {
    top: 205px;
    right: -180px;
  }
  .homepage-masthead .icons .icon-triangles {
    bottom: 70px;
    right: -70px;
  }
  .homepage-masthead .icons .icon-rainbow {
    left: 50px;
  }
  .homepage-masthead .icons .icon-swirl {
    left: -80px;
    bottom: 50px;
  }
  .homepage-masthead .icons .icon-magnifying-glass {
    left: -30px;
    top: 70px;
  }
  .homepage-masthead h1 {
    margin-bottom: 55px;
  }
  .homepage-masthead .links {
    gap: 40px;
    justify-content: space-between;
  }
  .homepage-masthead .links a {
    padding: 20px;
  }
  .homepage-masthead .links a:after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    height: 20px;
    width: 45px;
    -webkit-mask: url("../library/images/right-arrow.svg") center/contain no-repeat;
            mask: url("../library/images/right-arrow.svg") center/contain no-repeat;
    background-color: #3073BC;
    transition: 0.25s all ease-in-out;
  }
  .homepage-masthead .links a p {
    font-size: 18px;
  }
  .homepage-masthead .links a p strong {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-masthead .links a p {
    margin: 0;
    font-size: 20px;
  }
  .homepage-masthead .links a p strong {
    font-size: 25px;
  }
}
.image-callout {
  background: #A3D2F1;
}
.image-callout .wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.image-callout .icon {
  position: absolute;
}
.image-callout .icon-semi-circle {
  right: -20px;
  max-width: 150px;
  bottom: -120px;
}
.image-callout .icon-swirl {
  top: 170px;
  max-width: 100px;
  left: 10px;
}
.image-callout .icon-gg-white-circle {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 150px;
}
.image-callout img:not(.icon) {
  border-radius: 20px;
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
  height: auto;
  order: 0;
  aspect-ratio: 1/1;
}
.image-callout img:not(.icon):first-of-type {
  aspect-ratio: 1/1;
  margin-top: 20px;
}
.image-callout .content {
  order: 4;
  margin-bottom: 40px;
}
.image-callout .content h2 {
  margin-bottom: 20px;
}
.image-callout .btn, .image-callout .contact-form input.button, .contact-form .image-callout input.button {
  margin-top: 40px;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 20px;
}

@media only screen and (min-width: 667px) {
  .image-callout .icon-semi-circle {
    bottom: 300px;
  }
  .image-callout .icon-gg-white-circle {
    max-width: 235px;
    top: 160px;
  }
  .image-callout img:not(.icon) {
    order: 0 !important;
    border-radius: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    max-width: 320px;
  }
  .image-callout img:not(.icon):first-of-type {
    width: calc(50% - 13px);
    margin: 0;
  }
  .image-callout img:not(.icon):nth-of-type(2) {
    margin-top: -20px;
    width: calc(50% - 13px);
  }
  .image-callout .content p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .image-callout .icon {
    position: absolute;
  }
  .image-callout .icon-swirl {
    left: 30px;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .image-callout .icon {
    position: absolute;
  }
  .image-callout .icon-semi-circle {
    right: -160px;
    bottom: 35px;
    max-width: none;
  }
  .image-callout .icon-swirl {
    top: auto;
    bottom: 150px;
    left: 30px;
    max-width: none;
  }
  .image-callout .icon-gg-white-circle {
    transform: translateY(-50%);
    top: calc(50% - 150px);
    left: 200px;
  }
  .image-callout img:not(.icon) {
    aspect-ratio: auto;
    margin: 0;
  }
  .image-callout img:not(.icon):first-of-type {
    max-width: 320px;
    width: 100%;
    margin-top: 60px;
  }
  .image-callout img:not(.icon):nth-of-type(2) {
    max-width: 600px;
    height: 320px;
    margin: 0;
    width: 100%;
  }
  .image-callout img:not(.icon):nth-of-type(3) {
    max-width: 320px;
    aspect-ratio: 1/1;
    margin-left: 100px;
  }
  .image-callout .content {
    max-width: 450px;
    margin: auto 0 auto 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .image-callout .icon {
    position: absolute;
  }
  .image-callout .icon-semi-circle {
    right: -160px;
    bottom: 35px;
    max-width: none;
  }
  .image-callout img:not(.icon):first-of-type {
    max-width: 320px;
    aspect-ratio: 1/1;
    margin-top: 60px;
  }
  .image-callout img:not(.icon):nth-of-type(2) {
    max-width: 810px;
    height: 320px;
  }
  .image-callout img:not(.icon):nth-of-type(3) {
    max-width: 320px;
    aspect-ratio: 1/1;
    margin-left: 190px;
  }
  .image-callout .content {
    max-width: 450px;
  }
}
.inner-masthead {
  padding-top: 40px;
  padding-bottom: 50px;
}
.inner-masthead .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner-masthead .left {
  order: 2;
  max-width: 425px;
  margin-top: 60px;
}
.inner-masthead .left br {
  display: none;
}
.inner-masthead h1 {
  margin-bottom: 25px;
}
.inner-masthead h1 strong {
  display: block;
}
.inner-masthead .form-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.inner-masthead .event-status {
  display: inline-block;
  padding: 14px 20px 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #3073BC;
  color: #FFF;
  margin: 15px 0 0 0;
}
.inner-masthead .event-status.event-closed {
  background: #FFF;
  color: #171B4B;
}
.inner-masthead .btn:hover, .inner-masthead .contact-form input.button:hover, .contact-form .inner-masthead input.button:hover {
  border-color: #FFF;
  color: #FFF !important;
}
.inner-masthead .image-container.contain-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.inner-masthead .icons {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.inner-masthead .icons img {
  position: absolute;
  max-width: 100%;
}
.inner-masthead .icons .icon {
  position: absolute;
  max-width: 70px;
}
.inner-masthead .icons .icon:first-of-type {
  top: -30px;
  left: -15px;
}
.inner-masthead .icons .icon:nth-of-type(2) {
  bottom: -20px;
  right: -10px;
}
.inner-masthead .icons .icon-camera {
  max-width: 60px;
}
.inner-masthead .icons .icon-potted-plant {
  bottom: 20px !important;
  right: -40px;
}
.inner-masthead.leader-resources .image-container:before {
  position: absolute;
  bottom: 50px;
  left: 220px;
  height: 30px;
  width: 100px;
  background: #171B4B;
  content: "";
  z-index: 3;
}
.inner-masthead.leader-resources .icons .icon-magnifying-glass {
  top: 130px;
  left: 100px;
}
.inner-masthead.leader-resources .icons .icon-g {
  top: 80px;
  right: 0;
}
.inner-masthead.leader-resources .icons .icon-triangles {
  bottom: 100px;
  right: -50px;
}
.inner-masthead.leader-resources .icons .icon-rainbow {
  left: 0;
  bottom: 80px;
}
.inner-masthead.contact .image-container {
  display: none;
}
.inner-masthead.contact .left {
  margin: 0px;
}
.inner-masthead.single-role {
  display: flex;
  align-items: flex-end;
  min-height: 400px;
  padding-bottom: 40px;
}
.inner-masthead.single-role .wrap {
  align-items: flex-end;
}
.inner-masthead.single-role .left {
  order: 1;
  margin-bottom: 40px;
}
.inner-masthead.single-role .form-buttons {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.inner-masthead.single-event h1 strong {
  font-size: 0.6em;
  line-height: 1.3em;
}

@media only screen and (min-width: 768px) {
  .inner-masthead {
    padding-bottom: 80px;
  }
  .inner-masthead .wrap {
    flex-direction: row;
    align-items: center;
  }
  .inner-masthead .left {
    order: 0;
    margin-right: auto;
    max-width: 400px;
    padding-right: 60px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .inner-masthead .image-container img {
    margin: 0;
  }
  .inner-masthead.leader-resources .image-container:before {
    position: absolute;
    bottom: 50px;
    left: 220px;
    height: 30px;
    width: 100px;
    background: #171B4B;
    content: "";
    z-index: 3;
  }
  .inner-masthead.leader-resources .icons .icon-magnifying-glass {
    top: 130px;
    left: 100px;
  }
  .inner-masthead.leader-resources .icons .icon-g {
    top: 80px;
    right: 0;
  }
  .inner-masthead.leader-resources .icons .icon-triangles {
    bottom: 100px;
    right: -50px;
  }
  .inner-masthead.leader-resources .icons .icon-rainbow {
    left: 0;
    bottom: 80px;
  }
  .inner-masthead .image-container.contain-image {
    margin-right: 0;
  }
  .inner-masthead.resources-growth {
    padding: 0;
  }
  .inner-masthead.resources-growth .image-container {
    padding-bottom: 120px;
  }
  .inner-masthead.contact .left {
    margin-right: auto;
  }
  .inner-masthead.contact .image-container {
    min-height: 450px;
  }
  .inner-masthead.contact .image-container .shape {
    bottom: 30px;
  }
  .inner-masthead.contact .image-container .icons .icon-earth {
    max-width: 155px;
    width: 100%;
    left: calc(50% + 70px);
    top: -20px;
  }
  .inner-masthead.single-role {
    padding-bottom: 65px;
  }
  .inner-masthead.single-role .left {
    max-width: 380px;
    margin-bottom: 0;
    margin-right: auto;
  }
  .inner-masthead.single-role .form-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-masthead .left {
    max-width: 405px;
    padding-right: 0;
  }
  .inner-masthead .icons .icon {
    max-width: none;
  }
  .inner-masthead .icons .icon:first-of-type {
    top: -20px;
    left: 30px;
  }
  .inner-masthead .icons .icon:nth-of-type(2) {
    bottom: 50px;
    right: -40px;
  }
  .inner-masthead .icons .icon-camera {
    max-width: 115px;
  }
  .inner-masthead .icons .icon-potted-plant {
    bottom: 140px !important;
    right: -40px;
  }
  .inner-masthead .image-container.contain-image {
    margin-right: 0;
  }
  .inner-masthead.leader-resources .image-container:before {
    position: absolute;
    bottom: 50px;
    left: 220px;
    height: 30px;
    width: 100px;
    background: #171B4B;
    content: "";
    z-index: 3;
  }
  .inner-masthead.leader-resources .icons .icon-magnifying-glass {
    top: 130px;
    left: 100px;
  }
  .inner-masthead.leader-resources .icons .icon-g {
    top: 80px;
    right: 0;
  }
  .inner-masthead.leader-resources .icons .icon-triangles {
    bottom: 100px;
    right: -50px;
  }
  .inner-masthead.leader-resources .icons .icon-rainbow {
    left: 0;
    bottom: 80px;
  }
  .inner-masthead.contact .image-container {
    display: block;
    min-height: 450px;
  }
  .inner-masthead.contact .image-container .icons .icon-earth {
    max-width: 155px;
    width: 100%;
    left: calc(50% + 70px);
    top: -20px;
  }
  .inner-masthead.single-role .left {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1279px) {
  .inner-masthead .left {
    max-width: 400px !important;
  }
  .inner-masthead.custom-image-width .image-container {
    max-width: 500px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .inner-masthead {
    padding-top: 75px;
  }
  .inner-masthead .icons .icon:first-of-type {
    top: -50px;
    left: 30px;
  }
  .inner-masthead.custom-image-width .image-container img {
    max-width: none;
  }
  .inner-masthead.leader-resources .image-container:before {
    position: absolute;
    bottom: 50px;
    left: 220px;
    height: 30px;
    width: 100px;
    background: #171B4B;
    content: "";
    z-index: 3;
  }
  .inner-masthead.leader-resources .icons .icon-magnifying-glass {
    top: 130px;
    left: 100px;
  }
  .inner-masthead.leader-resources .icons .icon-g {
    top: 80px;
    right: 0;
  }
  .inner-masthead.leader-resources .icons .icon-triangles {
    bottom: 100px;
    right: -50px;
  }
  .inner-masthead.leader-resources .icons .icon-rainbow {
    left: 0;
    bottom: 80px;
  }
  .inner-masthead.resources-growth {
    padding: 0;
  }
  .inner-masthead.resources-growth .image-container {
    padding-bottom: 120px;
  }
  .inner-masthead.contact .image-container {
    min-height: 450px;
  }
  .inner-masthead.contact .image-container .icons .icon-earth {
    max-width: 155px;
    width: 100%;
    left: calc(50% + 70px);
    top: -20px;
  }
}
.interactive-maps .tabs {
  margin-bottom: 40px;
}
.interactive-maps .tabs .wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.interactive-maps .tabs .tab {
  display: flex;
  align-items: center;
  height: 75px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 20px;
  padding: 15px 10px 15px 10px;
  cursor: pointer;
  border: 1px solid #EDEDED;
  background: #EDEDED;
  transition: 0.25s all ease-in-out;
  width: calc(50% - 5px);
}
.interactive-maps .tabs .tab span {
  display: block;
}
.interactive-maps .tabs .tab img {
  max-width: 43px;
  margin-left: auto;
}
.interactive-maps .tabs .tab.active, .interactive-maps .tabs .tab:hover {
  background: none;
  border-color: #4AA3DA;
}
.interactive-maps .maps {
  position: relative;
  background: #F1F8FD;
}
.interactive-maps .maps .county-information {
  display: block;
}
.interactive-maps .maps .activity-centres-information {
  display: none;
}
.interactive-maps .maps.activity-centres-active {
  background: #171B4B;
}
.interactive-maps .maps.activity-centres-active h2 {
  color: #FFF;
}
.interactive-maps .maps.activity-centres-active h2 .activity-centres-title {
  display: block;
}
.interactive-maps .maps.activity-centres-active h2 .counties-title {
  display: none;
}
.interactive-maps .maps.activity-centres-active .map-svg {
  max-width: 390px;
  width: 100%;
}
.interactive-maps .maps.activity-centres-active .map-svg path {
  cursor: pointer;
  transition: 0.25s all ease-out;
}
.interactive-maps .maps.activity-centres-active .map-svg .county-region path {
  fill: #3C3F67;
}
.interactive-maps .maps.activity-centres-active .map-svg .county-region:hover path, .interactive-maps .maps.activity-centres-active .map-svg .county-region.hovered path, .interactive-maps .maps.activity-centres-active .map-svg .county-region.active path {
  fill: #4AA3DA;
}
.interactive-maps .maps.activity-centres-active .map-svg .county-number:hover path, .interactive-maps .maps.activity-centres-active .map-svg .county-number.hovered path, .interactive-maps .maps.activity-centres-active .map-svg .county-number.active path {
  fill: #FFF;
}
.interactive-maps .maps.activity-centres-active .county-list {
  background: #A3D2F1;
  color: #171B4B;
}
.interactive-maps .maps.activity-centres-active .content {
  background: #F1F8FD;
}
.interactive-maps .maps.activity-centres-active .icon-hot-air-balloon {
  left: auto;
  right: 20px;
}
.interactive-maps .maps.activity-centres-active .county-information {
  display: none;
}
.interactive-maps .maps.activity-centres-active .activity-centres-information {
  display: block;
}
.interactive-maps .map-container {
  display: none;
}
.interactive-maps .map-svg {
  max-width: 390px;
  width: 100%;
}
.interactive-maps .map-svg path {
  cursor: pointer;
  transition: 0.25s all ease-out;
}
.interactive-maps .map-svg .county-region:hover path, .interactive-maps .map-svg .county-region.hovered path, .interactive-maps .map-svg .county-region.active path {
  fill: #4AA3DA;
}
.interactive-maps .map-svg .county-number:hover path, .interactive-maps .map-svg .county-number.hovered path, .interactive-maps .map-svg .county-number.active path {
  fill: #FFF;
}
.interactive-maps .county-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4AA3DA;
  color: #FFF;
  width: 100%;
  padding: 30px;
}
.interactive-maps .county-list select {
  max-width: 375px;
  width: 100%;
  background: transparent url("../library/images/blue-down-arrow.svg") center right 30px/12px 18px no-repeat;
  -webkit-appearance: none;
  border: 2px solid #FFF;
  border-radius: 50px;
  color: #FFF;
  height: 41px;
  font-family: "Poppins", "Geomanist", sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding: 0 15px;
}
.interactive-maps .county-list select option {
  color: #171B4B;
}
.interactive-maps .county-list ol {
  display: none;
}
.interactive-maps .content {
  position: relative;
  width: 100%;
  background: #D8ECF9;
  min-height: 100vh;
}
.interactive-maps .content h3 {
  color: #171B4B;
  margin: 0 auto 20px 0;
}
.interactive-maps .content p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2em;
}
.interactive-maps .content p:last-of-type {
  margin: 0;
}
.interactive-maps .content a {
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.interactive-maps .county {
  position: relative;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 30px;
  padding-top: 95px;
}
.interactive-maps .county.active {
  display: block;
}
.interactive-maps .county h3 {
  font-size: 38px;
  line-height: 50px;
  max-width: 180px;
}
.interactive-maps .icon {
  position: absolute;
  top: 0;
}
.interactive-maps .icon-swirl {
  max-width: 90px;
  left: -20px;
  top: 30px;
  transform: rotate(50deg);
}
.interactive-maps .icon-hot-air-balloon {
  max-width: 70px;
  left: 120px;
  top: -10px;
  transform: rotate(-15deg);
}
.interactive-maps .icon-compass {
  top: -30px;
  max-width: 60px;
  right: -30px;
}
.interactive-maps .icon-semi-circle {
  display: none;
  top: 20px;
  max-width: 100px;
  right: -50px;
}
.interactive-maps .county-information {
  position: relative;
}
.interactive-maps .intro {
  display: flex;
  align-items: flex-end;
  margin-bottom: 48px;
}
.interactive-maps .intro img:not(.icon) {
  max-width: 115px;
  height: auto;
  margin-left: 30px;
}
.interactive-maps .activity-centre {
  margin-bottom: 80px;
}
.interactive-maps .activity-centre .callout-text {
  margin-top: 2em;
}
.interactive-maps .activity-centre:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .interactive-maps .tabs {
    margin-bottom: 60px;
  }
  .interactive-maps .tabs .wrap {
    gap: 30px;
  }
  .interactive-maps .tabs .tab {
    height: 120px;
    font-size: 37px;
    line-height: 37px;
    max-width: 465px;
    padding: 0 60px 0 35px;
  }
  .interactive-maps .tabs .tab span {
    margin-top: 10px;
  }
  .interactive-maps .tabs .tab img {
    max-width: none;
    margin-left: auto;
  }
  .interactive-maps .county-list select {
    max-width: 450px;
    background: transparent url("../library/images/blue-down-arrow.svg") center right 30px/18px 28px no-repeat;
    height: 60px;
    font-size: 20px;
    padding: 0 30px;
  }
  .interactive-maps .content {
    width: 100%;
  }
  .interactive-maps .content h3 {
    font-size: 44px;
    line-height: 50px;
    margin: 0 auto 20px 0;
    max-width: 600px;
  }
  .interactive-maps .content p {
    font-size: 17px;
    line-height: 20px;
  }
  .interactive-maps .county {
    padding: 30px 60px;
    padding-top: 95px;
  }
  .interactive-maps .icon-swirl {
    max-width: 115px;
    left: 80px;
    top: 30px;
    transform: rotate(50deg);
  }
  .interactive-maps .icon-hot-air-balloon {
    max-width: 90px;
    left: 250px;
    top: -10px;
    transform: rotate(-15deg);
  }
  .interactive-maps .icon-semi-circle {
    display: block;
    top: 20px;
    max-width: 100px;
    right: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .interactive-maps .maps {
    display: flex;
    padding: 0;
    position: relative;
    height: 100vh;
    min-height: 800px;
  }
  .interactive-maps .tabs {
    margin-bottom: 95px;
  }
  .interactive-maps .map-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    align-items: center;
    width: 40%;
    padding-left: 30px;
  }
  .interactive-maps .map-container h2 {
    margin-bottom: 60px;
  }
  .interactive-maps .map-container h2 .activity-centres-title {
    display: none;
  }
  .interactive-maps .map-svg {
    max-width: 390px;
    width: 100%;
  }
  .interactive-maps .map-svg path {
    cursor: pointer;
    transition: 0.25s all ease-out;
  }
  .interactive-maps .map-svg .county-region:hover path, .interactive-maps .map-svg .county-region.hovered path, .interactive-maps .map-svg .county-region.active path {
    fill: #4AA3DA;
  }
  .interactive-maps .map-svg .county-number:hover path, .interactive-maps .map-svg .county-number.hovered path, .interactive-maps .map-svg .county-number.active path {
    fill: #FFF;
  }
  .interactive-maps .county-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    padding: 30px 0;
  }
  .interactive-maps .county-list select {
    display: none;
  }
  .interactive-maps .county-list ol {
    display: block;
  }
  .interactive-maps .county-list ol li {
    font-size: 16px;
    cursor: pointer;
    padding: 8px 10px 8px 30px;
    counter-increment: countiesCounter;
    transition: 0.1s all ease-in-out;
  }
  .interactive-maps .county-list ol li.active, .interactive-maps .county-list ol li:hover, .interactive-maps .county-list ol li.hovered {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.2);
  }
  .interactive-maps .county-list ol li:before {
    margin-right: 15px;
    content: counter(countiesCounter);
  }
  .interactive-maps .county {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .interactive-maps .content {
    width: 40%;
    min-height: 100vh;
  }
  .interactive-maps .content h3 {
    font-size: 40px;
    max-width: 370px;
  }
  .interactive-maps .icon-swirl {
    max-width: 115px;
    left: 20px;
    top: 0px;
    transform: rotate(50deg);
  }
  .interactive-maps .icon-hot-air-balloon {
    display: none;
  }
  .interactive-maps .icon-semi-circle {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .interactive-maps .map-container {
    padding: 0;
    padding-left: calc((100vw - 1220px) / 2);
  }
  .interactive-maps .map-svg {
    max-width: 390px;
  }
  .interactive-maps .county-list {
    width: 20%;
  }
  .interactive-maps .county-list ol li {
    font-size: 18px;
  }
  .interactive-maps .content {
    width: 40%;
  }
  .interactive-maps .county {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: calc((100vw - 1220px) / 2);
    padding-left: 50px;
  }
  .interactive-maps .icon-swirl {
    max-width: 115px;
    left: 20px;
    top: -10px;
    transform: rotate(50deg);
  }
  .interactive-maps .icon-hot-air-balloon {
    display: block;
    max-width: 90px;
    left: 250px;
    top: -10px;
    transform: rotate(-15deg);
  }
}
.members .filters {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -30px;
  padding-left: 30px;
  width: 100vw;
}
.members .filters .filter {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  flex-shrink: 0;
}
.members .filters .filter:before {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #4AA3DA;
  content: "";
  transition: 0.25s all ease-in-out;
  transform: scale(0);
}
.members .filters .filter:hover:before, .members .filters .filter.active:before {
  transform: scale(1);
}
.members .inner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 15px;
}
.members .inner-grid.loading {
  min-height: 400px;
  animation: fadeOut 0.5s both;
}
.members .inner-grid.loaded {
  min-height: 0;
  animation: fadeIn 0.5s 0.5s both;
}
.members .member {
  cursor: pointer;
  font-size: 16px;
}
.members .member .image-container {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.members .member img {
  height: 100%;
  width: 100%;
  transition: 0.25s all ease-in-out;
}
.members .member h4 {
  color: #4AA3DA;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.members .member:hover img {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .members .filters {
    gap: 50px;
    margin-bottom: 105px;
  }
  .members .inner-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .members .member {
    font-size: 20px;
  }
  .members .member h4 {
    font-size: 27px;
  }
}
.members-modal {
  width: 100%;
  max-width: 1010px;
  border-radius: 20px;
  padding: 50px 20px 50px 20px;
  text-align: left;
}
.members-modal .remodal-close {
  left: auto;
  right: 15px;
  top: 15px;
  color: #4AA3DA;
  cursor: pointer;
}
.members-modal .remodal-close:before {
  height: 30px;
  width: 30px;
  background: url("../library/images/close-icon.svg") center/contain;
  font-size: 0;
}
.members-modal .top-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
.members-modal img {
  aspect-ratio: 1/1;
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0 auto 40px auto;
}
.members-modal h3 {
  margin-bottom: 10px;
}
.members-modal .job-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.members-modal .btn, .members-modal .contact-form input.button, .contact-form .members-modal input.button {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .members-modal {
    padding: 35px 35px 50px 35px;
  }
  .members-modal .top-section {
    flex-direction: row;
  }
  .members-modal img {
    max-width: 185px;
    margin: 0 40px 0 0;
  }
}
.partnerships .introductory-content {
  margin-bottom: 35px;
}
.partnerships h2 {
  margin-bottom: 55px;
}
.partnerships .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 100px;
  margin-bottom: 60px;
}
.partnerships .grid img {
  width: 100%;
  height: 100px;
  max-width: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  transition: 0.25s all ease-in-out;
}
.partnerships .grid .description {
  margin-top: 30px;
}
.partnerships .lower-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partnerships .btn, .partnerships .contact-form input.button, .contact-form .partnerships input.button {
  margin-top: 35px;
}

@media only screen and (min-width: 768px) {
  .partnerships .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partnerships .btn, .partnerships .contact-form input.button, .contact-form .partnerships input.button {
    margin-top: 45px;
  }
}
.resources .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;
  max-width: 1060px;
}
.resources .resource {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.resources .resource:hover .btn, .resources .resource:hover .contact-form input.button, .contact-form .resources .resource:hover input.button {
  background: none;
  color: #4AA3DA;
}
.resources .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  transition: 0.25s all ease-in-out;
  margin: 0 auto 25px auto;
  max-width: 160px;
}
.resources .image-container.file-image-container {
  background: #171B4B;
}
.resources .image-container .icon {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: auto;
}
.resources .image-container img:not(.icon) {
  width: 100%;
  height: 100%;
}
.resources .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.resources h4 {
  margin-bottom: 5px;
}
.resources h4:last-child {
  margin-bottom: 15px;
}
.resources p:last-child {
  margin-bottom: 15px;
}
.resources .btn, .resources .contact-form input.button, .contact-form .resources input.button {
  margin-top: auto;
}

@media only screen and (min-width: 768px) {
  .resources .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .resources h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .resources .wrap {
    gap: 60px 65px;
  }
}
.shop-cta .wrap {
  display: flex;
  flex-direction: column;
}
.shop-cta .left {
  order: 2;
  margin-top: 60px;
}
.shop-cta .btn, .shop-cta .contact-form input.button, .contact-form .shop-cta input.button {
  margin-top: 30px;
}
.shop-cta .images {
  position: relative;
  display: flex;
  gap: 15px;
}
.shop-cta .images .icon {
  position: absolute;
  bottom: -110px;
  right: 0;
  max-width: 123px;
  transform: rotate(40deg);
}
.shop-cta img:not(.icon) {
  border-radius: 20px;
  width: calc(33% - 10px);
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1137254902);
}
.shop-cta img:not(.icon):nth-of-type(1n) {
  animation-delay: 0s;
}
.shop-cta img:not(.icon):nth-of-type(2n) {
  animation-delay: 0.4s;
}
.shop-cta img:not(.icon):nth-of-type(3n) {
  animation-delay: 0.8s;
}
.shop-cta img:not(.icon):nth-of-type(4n) {
  animation-delay: 1.2s;
}
.shop-cta img:not(.icon):nth-of-type(5n) {
  animation-delay: 1.6s;
}
.shop-cta img:not(.icon):nth-of-type(6n) {
  animation-delay: 2s;
}
.shop-cta img:not(.icon):nth-of-type(7n) {
  animation-delay: 2.4s;
}
.shop-cta img:not(.icon):nth-of-type(8n) {
  animation-delay: 2.8s;
}
.shop-cta img:not(.icon):nth-of-type(9n) {
  animation-delay: 3.2s;
}
.shop-cta img:not(.icon):nth-of-type(10n) {
  animation-delay: 3.6s;
}
.shop-cta img:not(.icon):nth-of-type(11n) {
  animation-delay: 4s;
}
.shop-cta img:not(.icon):nth-of-type(12n) {
  animation-delay: 4.4s;
}
.shop-cta img:not(.icon):nth-of-type(13n) {
  animation-delay: 4.8s;
}
.shop-cta img:not(.icon):nth-of-type(14n) {
  animation-delay: 5.2s;
}
.shop-cta img:not(.icon):nth-of-type(15n) {
  animation-delay: 5.6s;
}
.shop-cta img:not(.icon):nth-of-type(16n) {
  animation-delay: 6s;
}
.shop-cta img:not(.icon):nth-of-type(17n) {
  animation-delay: 6.4s;
}
.shop-cta img:not(.icon):nth-of-type(18n) {
  animation-delay: 6.8s;
}
.shop-cta img:not(.icon):nth-of-type(19n) {
  animation-delay: 7.2s;
}
.shop-cta img:not(.icon):nth-of-type(20n) {
  animation-delay: 7.6s;
}
.shop-cta img:not(.icon):nth-of-type(21n) {
  animation-delay: 8s;
}
.shop-cta img:not(.icon):nth-of-type(22n) {
  animation-delay: 8.4s;
}
.shop-cta img:not(.icon):nth-of-type(23n) {
  animation-delay: 8.8s;
}
.shop-cta img:not(.icon):nth-of-type(24n) {
  animation-delay: 9.2s;
}
.shop-cta img:not(.icon):nth-of-type(25n) {
  animation-delay: 9.6s;
}
.shop-cta img:not(.icon):nth-of-type(26n) {
  animation-delay: 10s;
}
.shop-cta img:not(.icon):nth-of-type(27n) {
  animation-delay: 10.4s;
}
.shop-cta img:not(.icon):nth-of-type(28n) {
  animation-delay: 10.8s;
}
.shop-cta img:not(.icon):nth-of-type(29n) {
  animation-delay: 11.2s;
}
.shop-cta img:not(.icon):nth-of-type(30n) {
  animation-delay: 11.6s;
}

@media only screen and (min-width: 768px) {
  .shop-cta .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .shop-cta .left {
    order: 0;
    max-width: 270px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .shop-cta .images {
    order: 0;
    position: relative;
    display: flex;
  }
  .shop-cta img:not(.icon) {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .shop-cta .left {
    max-width: 270px;
    margin-right: auto;
  }
  .shop-cta .btn, .shop-cta .contact-form input.button, .contact-form .shop-cta input.button {
    margin-top: 40px;
  }
  .shop-cta .images {
    flex-wrap: nowrap;
    gap: 30px;
  }
  .shop-cta .images .icon {
    max-width: none;
    transform: rotate(0);
    right: auto;
    left: -140px;
  }
  .shop-cta img:not(.icon) {
    width: 200px;
    height: 510px;
  }
  .shop-cta img:not(.icon):last-of-type {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .shop-cta img:not(.icon) {
    aspect-ratio: auto;
    width: 250px;
  }
}
.stats {
  position: relative;
  padding-top: 135px;
}
.stats:before {
  position: absolute;
  top: -260px;
  left: -120px;
  width: 1900px;
  height: 1111px;
  background: url("../library/images/big-bg-sweep.svg") top center/contain no-repeat;
  content: "";
}
.stats:after {
  height: 75%;
  background: #FFF;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.stats .wrap {
  position: relative;
  z-index: 2;
}
.stats .wrap:before {
  position: absolute;
  top: -70px;
  right: 0;
  height: 135px;
  width: 135px;
  background: url("../library/images/icons/orange-star.svg") center/contain no-repeat;
  content: "";
  z-index: 3;
}
.stats .left {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 45px;
  margin-bottom: 40px;
}
.stats .statistic {
  display: flex;
  align-items: center;
  gap: 25px;
}
.stats .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  width: 73px;
  margin-bottom: 10px;
}
.stats .icon-container img {
  max-height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.stats .stat {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #171B4B;
}
.stats .stat span {
  display: block;
  font-size: 37px;
  line-height: 40px;
  color: #4AA3DA;
  font-weight: bold;
}
.stats .content br {
  display: none;
}
.stats .buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.stats .buttons .btn, .stats .buttons .contact-form input.button, .contact-form .stats .buttons input.button {
  min-width: 140px;
}
@media only screen and (min-width: 768px) {
  .stats {
    padding-top: 250px;
    padding-bottom: 110px;
  }
  .stats:before {
    position: absolute;
    top: -550px;
    left: -200px;
    width: 3524px;
    height: 1960px;
    background: url("../library/images/big-bg-sweep.svg") top center/contain no-repeat;
    content: "";
  }
  .stats:after {
    display: none;
  }
  .stats .wrap:before {
    position: absolute;
    top: -250px;
    right: 0;
    height: 205px;
    width: 205px;
    background: url("../library/images/icons/orange-star.svg") center/contain no-repeat;
    content: "";
    z-index: 3;
  }
  .stats .left {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .stats .wrap {
    display: flex;
    align-items: center;
  }
  .stats .left {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-bottom: 0;
  }
  .stats .statistic {
    flex-direction: column;
  }
  .stats .content {
    max-width: 500px;
  }
  .stats .btn, .stats .contact-form input.button, .contact-form .stats input.button {
    min-width: none;
  }
}
@media only screen and (min-width: 1280px) {
  .stats {
    padding-top: 200px;
  }
  .stats .left {
    max-width: 460px;
    gap: 30px 75px;
  }
  .stats .icon-container {
    min-height: 100px;
    width: auto;
    margin-bottom: 0;
  }
  .stats .icon-container img {
    max-width: none;
    max-height: none;
  }
  .stats .stat {
    font-size: 30px;
    line-height: 32px;
  }
  .stats .stat span {
    font-size: 56px;
    line-height: 60px;
  }
  .stats .content {
    max-width: 510px;
  }
}
.icon-grid .intro-content {
  margin-bottom: 60px;
}
.icon-grid .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.icon-grid .icon {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.icon-grid .icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  margin-bottom: 20px;
}
.icon-grid .icon-container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60px;
}

@media only screen and (min-width: 768px) {
  .icon-grid .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 50px;
  }
  .icon-grid .icon-container {
    height: 80px;
  }
  .icon-grid .icon-container img {
    max-height: 80px;
  }
}
.generic-content.centralise-content .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.generic-content .buttons {
  margin-top: 40px;
}

.available-roles {
  position: relative;
  z-index: 2;
}
.available-roles.background-sweep:before {
  position: absolute;
  right: -600px;
  top: -600px;
  height: 1200px;
  width: 2725px;
  background: url("../library/images/available-roles-background-sweep.svg") top center/contain no-repeat;
  content: "";
}
.available-roles .wrap {
  position: relative;
}
.available-roles .wrap:not(.no-bg) {
  padding: 30px 20px;
  max-width: 1220px;
}
.available-roles .intro-content {
  max-width: 620px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.available-roles .intro-content p {
  max-width: 470px;
  margin: 0 auto;
}
.available-roles .no-roles {
  text-align: center;
}
.available-roles .roles-grid {
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
}
.available-roles .roles-grid h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.available-roles .roles-grid .inner-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}
.available-roles .roles-grid .role {
  border-radius: 20px;
  border: 1px solid #171B4B;
  display: flex;
  align-items: center;
  min-height: 130px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  transition: 0.25s all ease-in-out;
  background: #FFF;
  color: #171B4B;
}
.available-roles .roles-grid .role .left {
  margin-right: auto;
}
.available-roles .roles-grid .role h4 {
  text-align: left;
  color: #4AA3DA;
  margin-bottom: 5px;
  transition: 0.25s all ease-in-out;
}
.available-roles .roles-grid .role .btn, .available-roles .roles-grid .role .contact-form input.button, .contact-form .available-roles .roles-grid .role input.button {
  flex-shrink: 0;
  margin-left: 30px;
  margin-bottom: 30px;
  pointer-events: none;
}
.available-roles .roles-grid .role:hover {
  background: #4AA3DA;
  color: #FFF;
  border-color: #4AA3DA;
}
.available-roles .roles-grid .role:hover h4 {
  color: #FFF;
}
.available-roles .roles-grid .role:hover .btn, .available-roles .roles-grid .role:hover .contact-form input.button, .contact-form .available-roles .roles-grid .role:hover input.button {
  border-color: #FFF;
  color: #FFF;
}
.available-roles .roles-grid .role:only-child {
  max-width: 375px;
  margin: 0 auto;
  grid-column: 1/span 2;
}
.available-roles .no-roles {
  grid-column: 1/span 2;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .available-roles {
    position: relative;
    z-index: 2;
  }
  .available-roles.background-sweep:before {
    position: absolute;
    right: -600px;
    top: -600px;
    height: 1200px;
    width: 2725px;
    background: url("../library/images/available-roles-background-sweep.svg") top center/contain no-repeat;
    content: "";
  }
  .available-roles .intro-content {
    margin: 0 auto 60px auto;
  }
  .available-roles .intro-content p {
    font-size: 20px;
  }
  .available-roles .roles-grid .inner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .available-roles .roles-grid .role {
    padding: 10px 20px 10px 30px;
  }
  .available-roles .roles-grid .role h4 {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .available-roles.background-sweep:before {
    position: absolute;
    right: -600px;
    top: -600px;
    height: 1200px;
    width: 2725px;
    background: url("../library/images/available-roles-background-sweep.svg") top center/contain no-repeat;
    content: "";
  }
  .available-roles .roles-grid .inner-grid {
    gap: 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .available-roles .wrap:not(.no-bg) {
    border-radius: 40px;
    padding: 50px;
    max-width: 1220px;
  }
}
.full-width-content-and-image {
  position: relative;
}
.full-width-content-and-image .wrap {
  display: flex;
  flex-direction: column;
}
.full-width-content-and-image .content {
  order: 2;
  margin-top: 40px;
}
.full-width-content-and-image .buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.full-width-content-and-image .btn, .full-width-content-and-image .contact-form input.button, .contact-form .full-width-content-and-image input.button {
  min-width: 150px;
}
.full-width-content-and-image img {
  height: auto;
  width: 100%;
  max-width: 520px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.full-width-content-and-image .image-container {
  position: relative;
  max-width: 350px;
}
.full-width-content-and-image .image-container .main-image {
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 290px;
  position: relative;
  z-index: 2;
}
.full-width-content-and-image .image-container.sweep-enabled:before {
  position: absolute;
  z-index: 3;
  bottom: -10px;
  left: 30px;
  height: 60px;
  width: 100px;
  content: "";
  background: url("../library/images/under-shape.svg") center/cover;
}
.full-width-content-and-image .image-container.sweep-enabled .shape {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 645px;
  height: auto;
}
.full-width-content-and-image .image-container.sweep-enabled .shape path {
  fill: #FFF;
}
.full-width-content-and-image .image-container.sweep-enabled .shape.before-shape {
  left: -5px;
}
.full-width-content-and-image .image-container.sweep-enabled .shape.after-shape {
  z-index: 3;
}
.full-width-content-and-image .image-container.custom-image-width {
  margin: 0;
  padding: 0;
  width: 100%;
}
.full-width-content-and-image .image-container.custom-image-width img {
  border-radius: 0;
  height: auto;
  margin: 0;
  max-width: none;
}
.full-width-content-and-image .icons {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.full-width-content-and-image .icons img {
  position: absolute;
  max-width: 100%;
  opacity: 0;
}
.full-width-content-and-image .icons .icon {
  position: absolute;
}
.full-width-content-and-image .icons .icon-star {
  max-width: 50px;
  bottom: 70px;
  right: 20px;
}
.full-width-content-and-image .icons .icon-g {
  max-width: 70px;
  transform: rotate(-40deg);
  top: 20px;
  left: 0px;
}
.full-width-content-and-image .icons .icon-compass {
  max-width: 80px;
  right: 0px;
  top: 65px;
}
.full-width-content-and-image .icons .icon-campfire {
  max-width: 90px;
  bottom: -20px;
  left: 60px;
}
.full-width-content-and-image.animateelement .main-image {
  animation: animatepop 1 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.full-width-content-and-image.animateelement .icons img {
  animation: animatepop 1 0.3s cubic-bezier(0.26, 0.53, 0.74, 1.48) forwards;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(1n) {
  animation-delay: 0s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(2n) {
  animation-delay: 0.4s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(3n) {
  animation-delay: 0.8s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(4n) {
  animation-delay: 1.2s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(5n) {
  animation-delay: 1.6s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(6n) {
  animation-delay: 2s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(7n) {
  animation-delay: 2.4s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(8n) {
  animation-delay: 2.8s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(9n) {
  animation-delay: 3.2s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(10n) {
  animation-delay: 3.6s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(11n) {
  animation-delay: 4s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(12n) {
  animation-delay: 4.4s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(13n) {
  animation-delay: 4.8s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(14n) {
  animation-delay: 5.2s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(15n) {
  animation-delay: 5.6s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(16n) {
  animation-delay: 6s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(17n) {
  animation-delay: 6.4s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(18n) {
  animation-delay: 6.8s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(19n) {
  animation-delay: 7.2s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(20n) {
  animation-delay: 7.6s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(21n) {
  animation-delay: 8s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(22n) {
  animation-delay: 8.4s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(23n) {
  animation-delay: 8.8s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(24n) {
  animation-delay: 9.2s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(25n) {
  animation-delay: 9.6s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(26n) {
  animation-delay: 10s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(27n) {
  animation-delay: 10.4s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(28n) {
  animation-delay: 10.8s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(29n) {
  animation-delay: 11.2s;
}
.full-width-content-and-image.animateelement .icons img:nth-of-type(30n) {
  animation-delay: 11.6s;
}

@media only screen and (min-width: 768px) {
  .full-width-content-and-image .image-container {
    position: relative;
    max-width: 480px;
    padding-left: 120px;
    padding-bottom: 60px;
    padding-right: 80px;
  }
  .full-width-content-and-image .image-container .main-image {
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 465px;
    position: relative;
    z-index: 2;
  }
  .full-width-content-and-image .image-container.sweep-enabled:before {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 100px;
    height: 130px;
    width: 220px;
    content: "";
    background: url("../library/images/under-shape.svg") center/cover;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: auto;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape path {
    fill: #FFF;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape.before-shape {
    left: -8px;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape.after-shape {
    z-index: 3;
  }
  .full-width-content-and-image .icons {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .full-width-content-and-image .icons img {
    position: absolute;
    max-width: 100%;
  }
  .full-width-content-and-image .icons .icon {
    position: absolute;
  }
  .full-width-content-and-image .icons .icon-star {
    max-width: 100px;
    bottom: 160px;
    right: -40px;
  }
  .full-width-content-and-image .icons .icon-g {
    max-width: 150px;
    transform: rotate(-40deg);
    top: -30px;
    left: -30px;
  }
  .full-width-content-and-image .icons .icon-compass {
    max-width: 125px;
    right: -40px;
    top: 70px;
  }
  .full-width-content-and-image .icons .icon-campfire {
    max-width: 145px;
    bottom: 20px;
    left: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .full-width-content-and-image .content {
    max-width: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .full-width-content-and-image .wrap {
    flex-direction: row;
    align-items: center;
    max-width: 1160px;
  }
  .full-width-content-and-image.left-image .image-container {
    order: 1;
  }
  .full-width-content-and-image.left-image .content {
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }
  .full-width-content-and-image .content {
    order: 0;
    max-width: 590px;
    margin: 0;
    margin-right: auto;
  }
  .full-width-content-and-image img {
    height: auto;
    width: 100%;
    max-width: 520px;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .full-width-content-and-image .image-container {
    margin-right: -40px;
    position: relative;
    max-width: 480px;
    padding-left: 60px;
    padding-bottom: 60px;
    padding-right: 80px;
  }
  .full-width-content-and-image .image-container .main-image {
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 465px;
    position: relative;
    z-index: 2;
  }
  .full-width-content-and-image .image-container.sweep-enabled:before {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 100px;
    height: 130px;
    width: 220px;
    content: "";
    background: url("../library/images/under-shape.svg") center/cover;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape path {
    fill: #FFF;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape.before-shape {
    left: -8px;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape.after-shape {
    z-index: 3;
  }
  .full-width-content-and-image .icons {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .full-width-content-and-image .icons img {
    position: absolute;
    max-width: 100%;
  }
  .full-width-content-and-image .icons .icon {
    position: absolute;
  }
  .full-width-content-and-image .icons .icon-star {
    max-width: 100px;
    bottom: 160px;
    right: -40px;
  }
  .full-width-content-and-image .icons .icon-g {
    max-width: 150px;
    transform: rotate(-40deg);
    top: -30px;
    left: -30px;
  }
  .full-width-content-and-image .icons .icon-compass {
    max-width: 125px;
    right: -40px;
    top: 70px;
  }
  .full-width-content-and-image .icons .icon-campfire {
    max-width: 145px;
    bottom: 20px;
    left: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .full-width-content-and-image {
    position: relative;
  }
  .full-width-content-and-image .wrap {
    display: flex;
    align-items: center;
    max-width: 1160px;
  }
  .full-width-content-and-image.left-image .image-container {
    order: 1;
  }
  .full-width-content-and-image.left-image .content {
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }
  .full-width-content-and-image .content {
    max-width: 590px;
    margin-right: auto;
  }
  .full-width-content-and-image .buttons {
    margin-top: 35px;
    display: flex;
    gap: 15px;
  }
  .full-width-content-and-image .btn, .full-width-content-and-image .contact-form input.button, .contact-form .full-width-content-and-image input.button {
    min-width: 150px;
  }
  .full-width-content-and-image img {
    height: auto;
    width: 100%;
    max-width: 520px;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .full-width-content-and-image .image-container {
    margin-right: -40px;
    position: relative;
    max-width: 480px;
    padding-left: 120px;
    padding-bottom: 60px;
    padding-right: 80px;
  }
  .full-width-content-and-image .image-container .main-image {
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 465px;
    position: relative;
    z-index: 2;
  }
  .full-width-content-and-image .image-container.sweep-enabled:before {
    position: absolute;
    z-index: 3;
    bottom: 38px;
    left: 100px;
    height: 88px;
    width: 350px;
    content: "";
    background: url("../library/images/under-shape.svg") center/cover;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape path {
    fill: #FFF;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape.before-shape {
    left: -8px;
  }
  .full-width-content-and-image .image-container.sweep-enabled .shape.after-shape {
    z-index: 3;
  }
  .full-width-content-and-image .image-container.custom-image-width {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .full-width-content-and-image .image-container.custom-image-width img {
    border-radius: 0;
    height: auto;
    margin: 0;
    max-width: none;
  }
  .full-width-content-and-image .icons {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .full-width-content-and-image .icons img {
    position: absolute;
    max-width: 100%;
  }
  .full-width-content-and-image .icons .icon {
    position: absolute;
  }
  .full-width-content-and-image .icons .icon-star {
    max-width: 100px;
    bottom: 160px;
    right: -40px;
  }
  .full-width-content-and-image .icons .icon-g {
    max-width: 150px;
    transform: rotate(-40deg);
    top: -30px;
    left: -30px;
  }
  .full-width-content-and-image .icons .icon-compass {
    max-width: 125px;
    right: -40px;
    top: 70px;
  }
  .full-width-content-and-image .icons .icon-campfire {
    max-width: 145px;
    bottom: 20px;
    left: 60px;
  }
}
.fundraising {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fundraising {
    padding-bottom: 100px !important;
  }
}
.fundraising .wrap {
  position: relative;
  max-width: 1160px;
  background: #F2F4F5;
  padding: 25px;
  border-radius: 20px;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
.fundraising .top-row {
  display: contents;
}
.fundraising .content {
  order: 2;
  margin-bottom: 20px;
}
.fundraising .buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.fundraising .btn, .fundraising .contact-form input.button, .contact-form .fundraising input.button {
  min-width: 150px;
}
.fundraising .image-container {
  display: contents;
  position: relative;
  order: 1;
}
.fundraising img {
  height: auto;
  width: 100%;
  max-width: 565px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.fundraising .lower-row {
  order: 3;
}
.fundraising .lower-row .content {
  margin-bottom: 30px;
}
.fundraising .sticky-note {
  order: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  background: url("../library/images/sticky-note.svg") center/contain no-repeat;
  margin: 0 auto -120px auto;
}
.fundraising .sticky-note:after {
  position: absolute;
  top: 45px;
  right: 70px;
  height: 65px;
  width: 65px;
  background: url("../library/images/icons/camera-icon.svg") center/contain no-repeat;
  content: "";
}
.fundraising .sticky-note .sticky-content {
  position: relative;
  max-width: 255px;
  transform: rotate(-10deg);
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.fundraising .sticky-note .sticky-content h3 {
  color: #171B4B;
  font-size: 22px;
  line-height: 38px;
}
.fundraising .sticky-note .sticky-content p {
  font-size: 13px;
  line-height: 20px;
}
.fundraising .sticky-note .sticky-content a {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .fundraising {
    position: relative;
  }
  .fundraising * {
    order: 0;
  }
  .fundraising .wrap {
    position: relative;
    max-width: 1160px;
    background: #F2F4F5;
    padding: 50px 20px;
    display: block;
  }
  .fundraising .wrap:before {
    position: absolute;
    top: -275px;
    right: -700px;
    width: 1020px;
    height: 560px;
    content: "";
    background: url("../library/images/fund-raising-bg-shape.svg") bottom left/contain no-repeat;
  }
  .fundraising .top-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fundraising .top-row .content {
    margin-bottom: 0;
  }
  .fundraising .buttons {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .fundraising .btn, .fundraising .contact-form input.button, .contact-form .fundraising input.button {
    min-width: 150px;
  }
  .fundraising .image-container {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  .fundraising img {
    height: auto;
    width: 100%;
    max-width: 565px;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0;
  }
  .fundraising .lower-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
  }
  .fundraising .lower-row .content {
    order: 2;
    margin-right: 0;
  }
  .fundraising .sticky-note {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 320px;
    bottom: -100px;
    right: -40px;
    background: url("../library/images/sticky-note.svg") center/contain no-repeat;
    margin: 0 auto 0px auto;
  }
  .fundraising .sticky-note:after {
    position: absolute;
    top: 45px;
    right: 70px;
    height: 65px;
    width: 65px;
    background: url("../library/images/icons/camera-icon.svg") center/contain no-repeat;
    content: "";
  }
  .fundraising .sticky-note .sticky-content {
    position: relative;
    max-width: 255px;
    transform: rotate(-10deg);
    padding-top: 60px;
    padding-left: 10px;
  }
  .fundraising .sticky-note .sticky-content h3 {
    font-size: 35px;
    line-height: 49px;
  }
  .fundraising .sticky-note .sticky-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .fundraising .sticky-note .sticky-content a {
    font-weight: bold;
  }
}
@media only screen and (min-width: 1024px) {
  .fundraising .top-row {
    flex-direction: row;
  }
  .fundraising .content {
    max-width: 395px;
    margin-right: auto;
    order: 1;
  }
  .fundraising .image-container {
    margin-bottom: 0;
  }
  .fundraising img {
    height: auto;
    width: 100%;
    max-width: 565px;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fundraising .lower-row {
    flex-direction: row;
    align-items: center;
  }
  .fundraising .lower-row .content {
    order: 1;
    max-width: 395px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .fundraising .sticky-note {
    order: 2;
    margin-top: -175px;
    width: 320px;
    height: 320px;
    margin-bottom: 0;
    animation-delay: 1s;
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .fundraising .wrap {
    border-radius: 40px;
    padding: 50px;
  }
  .fundraising .sticky-note {
    left: -60px;
  }
}
.link-mods .intro-content {
  margin-bottom: 70px;
}
.link-mods .mods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto;
}
.link-mods .link-mod {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #FFF;
  background-size: 120%;
  background-repeat: no-repeat;
  aspect-ratio: 1/0.8;
  padding: 20px 50px;
  text-align: center;
  border-radius: 20px;
  transition: 0.25s all ease-in-out;
  background-position: left bottom;
}
.link-mods .link-mod h4 {
  font-size: 25px;
  line-height: 30px;
  transition: 0.25s all ease-in-out;
}
.link-mods .link-mod .icon-container {
  margin-top: -30px;
  display: flex;
  align-items: flex-end;
  height: 130px;
  margin-bottom: 10px;
  transition: 0.25s all ease-in-out;
}
.link-mods.blue-text .link-mod {
  color: #171B4B;
}

@media only screen and (min-width: 768px) {
  .link-mods .intro-content {
    margin-bottom: 70px;
  }
  .link-mods .link-mod {
    flex: none;
    width: calc(50% - 15px);
    aspect-ratio: 1/0.8;
    padding: 20px 50px;
    background-position: center;
  }
}
@media only screen and (min-width: 1024px) {
  .link-mods .link-mod {
    width: calc(25% - 23px);
    aspect-ratio: 1/1;
  }
  .link-mods .link-mod:hover {
    background-size: 150%;
  }
  .link-mods .link-mod:hover .icon-container {
    transform: scale(1.1) rotate(4deg);
    margin-bottom: 15px;
  }
  .link-mods .link-mod:hover h4 {
    transform: scale(1.1);
  }
  .link-mods .link-mod:nth-of-type(1n) {
    animation-delay: 0s;
  }
  .link-mods .link-mod:nth-of-type(2n) {
    animation-delay: 0.4s;
  }
  .link-mods .link-mod:nth-of-type(3n) {
    animation-delay: 0.8s;
  }
  .link-mods .link-mod:nth-of-type(4n) {
    animation-delay: 1.2s;
  }
  .link-mods .link-mod:nth-of-type(5n) {
    animation-delay: 1.6s;
  }
  .link-mods .link-mod:nth-of-type(6n) {
    animation-delay: 2s;
  }
  .link-mods .link-mod:nth-of-type(7n) {
    animation-delay: 2.4s;
  }
  .link-mods .link-mod:nth-of-type(8n) {
    animation-delay: 2.8s;
  }
  .link-mods .link-mod:nth-of-type(9n) {
    animation-delay: 3.2s;
  }
  .link-mods .link-mod:nth-of-type(10n) {
    animation-delay: 3.6s;
  }
  .link-mods .link-mod:nth-of-type(11n) {
    animation-delay: 4s;
  }
  .link-mods .link-mod:nth-of-type(12n) {
    animation-delay: 4.4s;
  }
  .link-mods .link-mod:nth-of-type(13n) {
    animation-delay: 4.8s;
  }
  .link-mods .link-mod:nth-of-type(14n) {
    animation-delay: 5.2s;
  }
  .link-mods .link-mod:nth-of-type(15n) {
    animation-delay: 5.6s;
  }
  .link-mods .link-mod:nth-of-type(16n) {
    animation-delay: 6s;
  }
  .link-mods .link-mod:nth-of-type(17n) {
    animation-delay: 6.4s;
  }
  .link-mods .link-mod:nth-of-type(18n) {
    animation-delay: 6.8s;
  }
  .link-mods .link-mod:nth-of-type(19n) {
    animation-delay: 7.2s;
  }
  .link-mods .link-mod:nth-of-type(20n) {
    animation-delay: 7.6s;
  }
  .link-mods .link-mod:nth-of-type(21n) {
    animation-delay: 8s;
  }
  .link-mods .link-mod:nth-of-type(22n) {
    animation-delay: 8.4s;
  }
  .link-mods .link-mod:nth-of-type(23n) {
    animation-delay: 8.8s;
  }
  .link-mods .link-mod:nth-of-type(24n) {
    animation-delay: 9.2s;
  }
  .link-mods .link-mod:nth-of-type(25n) {
    animation-delay: 9.6s;
  }
  .link-mods .link-mod:nth-of-type(26n) {
    animation-delay: 10s;
  }
  .link-mods .link-mod:nth-of-type(27n) {
    animation-delay: 10.4s;
  }
  .link-mods .link-mod:nth-of-type(28n) {
    animation-delay: 10.8s;
  }
  .link-mods .link-mod:nth-of-type(29n) {
    animation-delay: 11.2s;
  }
  .link-mods .link-mod:nth-of-type(30n) {
    animation-delay: 11.6s;
  }
}
.current-opportunities .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #D5EAF9;
  border-radius: 35px;
  padding: 40px;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.current-opportunities .content {
  order: 2;
}
.current-opportunities .content br {
  display: none;
}
.current-opportunities h2 {
  margin-bottom: 35px;
}
.current-opportunities .btn, .current-opportunities .contact-form input.button, .contact-form .current-opportunities input.button {
  margin-top: 30px;
}
.current-opportunities .image-container {
  max-width: 345px;
  margin: 0 auto 50px auto;
}
.current-opportunities .image-container img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .current-opportunities .inner {
    flex-direction: row;
    padding: 30px 60px;
    text-align: left;
  }
  .current-opportunities .content {
    order: 0;
    margin: 0;
    margin-right: auto;
  }
  .current-opportunities .content br {
    display: block;
  }
  .current-opportunities h2 {
    margin-bottom: 50px;
  }
  .current-opportunities .btn, .current-opportunities .contact-form input.button, .contact-form .current-opportunities input.button {
    margin-top: 35px;
  }
  .current-opportunities .image-container {
    margin: 0;
  }
}
.int-trip-resources .wrap {
  padding: 0;
}
.int-trip-resources .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #A3D2F1;
  padding: 60px 30px;
  margin: 0 auto;
}
.int-trip-resources .intro-content {
  text-align: center;
  margin-bottom: 35px;
  max-width: 760px;
}
.int-trip-resources .mods {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.int-trip-resources .resource {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3073BC;
  color: #FFF;
  text-align: center;
  border-radius: 15px;
  padding: 20px 30px;
}
.int-trip-resources .resource .icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 15px;
}
.int-trip-resources .resource .icon-container img {
  max-height: 50px;
}
.int-trip-resources .resource .content {
  flex: 1;
}
.int-trip-resources .resource h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: auto;
}
.int-trip-resources .resource .btn, .int-trip-resources .resource .contact-form input.button, .contact-form .int-trip-resources .resource input.button {
  flex-shrink: 0;
  margin-top: 15px;
}
.int-trip-resources .resource .btn:hover, .int-trip-resources .resource .contact-form input.button:hover, .contact-form .int-trip-resources .resource input.button:hover {
  background: #FFF;
  border-color: #FFF;
}

@media only screen and (min-width: 768px) {
  .int-trip-resources .inner {
    padding: 90px 60px;
  }
  .int-trip-resources .intro-content {
    text-align: center;
    margin-bottom: 75px;
    max-width: 760px;
    width: 100%;
  }
  .int-trip-resources .mods {
    gap: 35px;
  }
  .int-trip-resources .resource {
    aspect-ratio: 1/1;
    padding: 20px 30px;
  }
  .int-trip-resources .resource .icon-container {
    height: 75px;
    margin-bottom: 10px;
  }
  .int-trip-resources .resource .icon-container img {
    max-height: none;
  }
  .int-trip-resources .resource h4 {
    font-size: 21px;
    line-height: 24px;
  }
  .int-trip-resources .resource .btn, .int-trip-resources .resource .contact-form input.button, .contact-form .int-trip-resources .resource input.button {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .int-trip-resources .mods {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .int-trip-resources .wrap {
    padding: 0 30px;
  }
  .int-trip-resources .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #A3D2F1;
    border-radius: 35px;
    padding: 90px 60px;
    margin: 0 auto;
  }
  .int-trip-resources .intro-content {
    text-align: center;
    margin-bottom: 75px;
    max-width: 760px;
  }
  .int-trip-resources .mods {
    display: grid;
    max-width: 760px;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .int-trip-resources .resource {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #3073BC;
    color: #FFF;
    text-align: center;
    border-radius: 15px;
    padding: 20px 30px;
  }
  .int-trip-resources .resource .icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 75px;
    margin-bottom: 10px;
  }
  .int-trip-resources .resource h4 {
    font-size: 21px;
    margin-bottom: auto;
  }
  .int-trip-resources .resource .btn, .int-trip-resources .resource .contact-form input.button, .contact-form .int-trip-resources .resource input.button {
    flex-shrink: 0;
    margin-top: 20px;
  }
  .int-trip-resources .resource .btn:hover, .int-trip-resources .resource .contact-form input.button:hover, .contact-form .int-trip-resources .resource input.button:hover {
    background: #FFF;
    border-color: #FFF;
  }
}
.previous-trips .wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px 40px;
  max-width: 1005px;
}
.previous-trips .mod {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  text-align: center;
  background: #171B4B;
  color: #FFF;
  padding: 15px 15px 35px 15px;
}
.previous-trips .mod .image-container {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}
.previous-trips .mod img {
  width: 100%;
  height: 190px;
  transition: 0.5s all ease-in-out;
}
.previous-trips .mod h4 {
  margin-bottom: 25px;
}
.previous-trips .mod .btn, .previous-trips .mod .contact-form input.button, .contact-form .previous-trips .mod input.button {
  margin-top: auto;
}
.previous-trips .mod .btn:hover, .previous-trips .mod .contact-form input.button:hover, .contact-form .previous-trips .mod input.button:hover {
  color: #FFF;
}
.previous-trips .mod:hover img {
  transform: scale(1.1);
}
.previous-trips .mod:hover .btn, .previous-trips .mod:hover .contact-form input.button, .contact-form .previous-trips .mod:hover input.button {
  background: none;
}

@media only screen and (min-width: 768px) {
  .previous-trips .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 40px;
  }
  .previous-trips .mod h4 {
    font-size: 31px;
    margin-bottom: 25px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .previous-trips .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.applications-mods .mods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto;
}
.applications-mods .applications-mod {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #FFF;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 50px;
  text-align: center;
  border-radius: 20px;
  transition: 0.25s all ease-in-out;
  background: url("../library/images/blue-mod-bg.jpg") center/cover;
  height: 250px;
}
.applications-mods .applications-mod:nth-of-type(2) {
  background: url("../library/images/purple-mod-bg.jpg") center/cover;
}
.applications-mods .applications-mod:nth-of-type(2) .btn, .applications-mods .applications-mod:nth-of-type(2) .contact-form input.button, .contact-form .applications-mods .applications-mod:nth-of-type(2) input.button {
  color: #6E3986;
}
.applications-mods .applications-mod h3 {
  margin-bottom: 50px;
}
.applications-mods .applications-mod .btn, .applications-mods .applications-mod .contact-form input.button, .contact-form .applications-mods .applications-mod input.button {
  pointer-events: none;
  color: #4AA3DA;
  width: 180px;
}
.applications-mods .applications-mod:hover {
  transform: translateY(-10px);
}

@media only screen and (min-width: 768px) {
  .applications-mods .mods {
    flex-wrap: nowrap;
    gap: 40px;
  }
  .applications-mods .applications-mod {
    flex: auto;
    max-width: 385px;
    width: 100%;
    height: 295px;
    padding: 20px 50px;
  }
  .applications-mods .applications-mod h3 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 50px;
  }
}
.columned-number-list {
  position: relative;
  background: #F7F7F7;
}
.columned-number-list .wrap {
  position: relative;
  max-width: 910px;
}
.columned-number-list .icon {
  position: absolute;
}
.columned-number-list .icon-orange-star {
  max-width: 100px;
  top: 0;
  right: 30px;
  transform: translateY(-50%);
}
.columned-number-list .icon-semi-circle {
  max-width: 100px;
  right: -40px;
  bottom: 10px;
}
.columned-number-list .icon-swirl {
  display: none;
}
.columned-number-list .intro-content {
  margin-bottom: 50px;
}
.columned-number-list .list {
  margin: 0;
}
.columned-number-list .list li {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.columned-number-list .list .number {
  color: #4AA3DA;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  width: 35px;
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  .columned-number-list .icon {
    position: absolute;
  }
  .columned-number-list .icon-orange-star {
    top: 0;
    right: 30px;
    transform: translateY(-50%);
    max-width: none;
  }
  .columned-number-list .icon-semi-circle {
    display: none;
  }
  .columned-number-list .intro-content {
    margin-bottom: 70px;
  }
  .columned-number-list .list {
    -moz-column-count: 2;
         column-count: 2;
    list-style: none;
  }
}
@media only screen and (min-width: 1024px) {
  .columned-number-list .icon {
    position: absolute;
  }
  .columned-number-list .icon-orange-star {
    top: 0;
    right: 160px;
    transform: translateY(-50%);
  }
  .columned-number-list .icon-semi-circle {
    right: -40px;
    bottom: 100px;
  }
  .columned-number-list .icon-swirl {
    bottom: 90px;
    left: 60px;
  }
  .columned-number-list .list li {
    margin: 0 0 45px;
  }
  .columned-number-list .list .number {
    font-size: 48px;
    line-height: 48px;
    width: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .columned-number-list .icon {
    position: absolute;
  }
  .columned-number-list .icon-orange-star {
    top: 0;
    right: 160px;
    transform: translateY(-50%);
  }
  .columned-number-list .icon-semi-circle {
    display: block;
    right: -40px;
    bottom: 100px;
  }
  .columned-number-list .icon-swirl {
    display: block;
    bottom: 90px;
    left: 20px;
  }
}
.guiding-vibes .intro-content {
  text-align: center;
  margin-bottom: 60px;
}
.guiding-vibes .guiding-vibes-container {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 0;
}
.guiding-vibes .mod {
  display: flex;
  align-items: center;
  background: #6E3986;
  color: #FFF;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.guiding-vibes .mod .image-container {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1/1;
  width: 100%;
  width: 160px;
  margin-right: 20px;
}
.guiding-vibes .mod img {
  width: 100%;
  height: 100%;
  transition: 1s all ease-in-out;
}
.guiding-vibes .mod .content {
  width: 100%;
  max-width: 110px;
  text-align: center;
  margin: 0 auto;
}
.guiding-vibes .mod h4 {
  font-size: 20px;
}
.guiding-vibes .mod p {
  margin-top: 20px;
}
.guiding-vibes .mod .btn:not(.midblue), .guiding-vibes .mod .contact-form input.button:not(.midblue), .contact-form .guiding-vibes .mod input.button:not(.midblue) {
  margin-top: 15px;
  background: #FFF;
  color: #6E3986;
  border: none;
}
.guiding-vibes .mod:nth-of-type(2) {
  background: #4AA3DA;
}
.guiding-vibes .mod:nth-of-type(2) .btn:not(.midblue), .guiding-vibes .mod:nth-of-type(2) .contact-form input.button:not(.midblue), .contact-form .guiding-vibes .mod:nth-of-type(2) input.button:not(.midblue) {
  color: #4AA3DA;
}
.guiding-vibes .mod:nth-of-type(3) {
  background: #48A16D;
}
.guiding-vibes .mod:nth-of-type(3) .btn:not(.midblue), .guiding-vibes .mod:nth-of-type(3) .contact-form input.button:not(.midblue), .contact-form .guiding-vibes .mod:nth-of-type(3) input.button:not(.midblue) {
  color: #48A16D;
}
.guiding-vibes .mod:nth-of-type(4) {
  background: #E9A239;
}
.guiding-vibes .mod:nth-of-type(4) .btn:not(.midblue), .guiding-vibes .mod:nth-of-type(4) .contact-form input.button:not(.midblue), .contact-form .guiding-vibes .mod:nth-of-type(4) input.button:not(.midblue) {
  color: #171B4B;
}
.guiding-vibes .mod:hover img {
  transform: scale(1.1);
}
.guiding-vibes .toggle-content-container {
  grid-column: 1/2;
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.guiding-vibes .toggle-content {
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", "Geomanist", sans-serif;
  font-size: 15px;
  cursor: pointer;
}
.guiding-vibes .toggle-content:after {
  margin-bottom: 2px;
  content: "";
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background: url("../library/images/toggle-content-icon.svg") center/contain no-repeat;
  transition: 0.25s all ease-in-out;
}
.guiding-vibes .toggle-content:hover:after {
  transform: scale(1.1);
}
.guiding-vibes .toggle-content.active:after {
  transform: rotate(45deg);
}
.guiding-vibes .read-more-container {
  gap: 30px 20px;
  display: none;
}
.guiding-vibes .read-more-container.active {
  display: grid;
}

@media only screen and (min-width: 768px) {
  .guiding-vibes .guiding-vibes-container {
    gap: 30px 20px;
  }
  .guiding-vibes .guiding-vibes-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .guiding-vibes .toggle-content-container {
    grid-column: 1/3;
  }
  .guiding-vibes .read-more-container {
    grid-column: 1/3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .guiding-vibes .mod {
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 30px 15px;
    max-width: none;
    margin: 0;
  }
  .guiding-vibes .mod .image-container {
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1/1;
    margin-bottom: 35px;
    width: 100%;
    margin-right: 0;
  }
  .guiding-vibes .mod .content {
    max-width: none;
  }
  .guiding-vibes .mod h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .guiding-vibes .mod p {
    font-size: 20px;
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .guiding-vibes .guiding-vibes-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .guiding-vibes .toggle-content-container {
    grid-column: 1/5;
  }
  .guiding-vibes .read-more-container {
    grid-column: 1/5;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.events-training-comp .intro-content {
  margin-bottom: 60px;
}
.events-training-comp .filters {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -30px;
  padding-left: 30px;
  width: 100vw;
}
.events-training-comp .filters .filter {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  flex-shrink: 0;
}
.events-training-comp .filters .filter:before {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #4AA3DA;
  content: "";
  transition: 0.25s all ease-in-out;
  transform: scale(0);
}
.events-training-comp .filters .filter:hover:before, .events-training-comp .filters .filter.active:before {
  transform: scale(1);
}
.events-training-comp .inner-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px 15px;
  padding: 0;
}
.events-training-comp .inner-grid.loading {
  min-height: 400px;
  animation: fadeOut 0.5s both;
}
.events-training-comp .inner-grid.loaded {
  min-height: 0;
  animation: fadeIn 0.5s 0.5s both;
}
.events-training-comp .event-post {
  cursor: pointer;
  font-size: 16px;
}
.events-training-comp .event-post .image-container {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.events-training-comp .event-post .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.events-training-comp .event-post .event-status {
  padding: 12px 20px 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #171B4B;
  color: #FFF;
  display: block;
  margin: 10px 0 20px 0;
  font-size: 14px;
}
.events-training-comp .event-post .event-status.event-closed {
  opacity: 0.4;
  filter: grayscale(100%);
}
.events-training-comp .event-post img {
  height: 100%;
  width: 100%;
  transition: 0.25s all ease-in-out;
}
.events-training-comp .event-post h4 {
  color: #4AA3DA;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.events-training-comp .event-post:hover img {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .events-training-comp .filters {
    gap: 50px;
    margin-bottom: 105px;
  }
  .events-training-comp .inner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .events-training-comp .event-post {
    font-size: 20px;
  }
  .events-training-comp .event-post h4 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .events-training-comp .inner-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}
.error404__content h1 {
  font-size: 7em;
  color: #171B4B;
  line-height: 170px;
  margin-bottom: 30px;
}

.gallery-carousel {
  max-width: 675px;
  margin: 95px auto 100px auto;
}
.gallery-carousel img {
  aspect-ratio: 2/1.5;
}
.gallery-carousel .slick-list {
  border-radius: 20px;
}
.gallery-carousel .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background: url("../library/images/carousel-arrow.svg") center/contain no-repeat;
  border: none;
  font-size: 0;
  outline: 0;
}
.gallery-carousel .slick-arrow.slick-next {
  left: calc(50% + 30px);
}
.gallery-carousel .slick-arrow.slick-prev {
  left: calc(50% - 30px);
  transform: translateX(-50%) scaleX(-1);
}

@media only screen and (min-width: 768px) {
  .gallery-carousel img {
    aspect-ratio: auto;
    height: 450px;
  }
  .gallery-carousel .slick-arrow.slick-next {
    left: calc(50% + 35px);
  }
  .gallery-carousel .slick-arrow.slick-prev {
    left: calc(50% - 35px);
  }
}
.search-page-container {
  padding: 0 35px 0 35px;
}
.search-page-container .results-container {
  margin-top: 40px;
  width: 100%;
}
.search-page-container .results-container .result {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA;
}
.search-page-container .results-container .result:first-of-type {
  border-top: 1px solid #EAEAEA;
}
.search-page-container .results-container h4 {
  position: relative;
  font-size: 24px;
  margin-bottom: 25px;
}
.search-page-container .results-container p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
}
.search-page-container .results-container p:last-of-type {
  margin: 0;
}
.search-page-container p {
  margin-bottom: 30px;
}
.search-page-container .btn, .search-page-container .contact-form input.button, .contact-form .search-page-container input.button {
  max-width: 180px;
  text-align: right;
}

/*# sourceMappingURL=style.css.map*/