:root {
  --ask-bluegreen: #1e90b6;
  --white: white;
  --ask-bluegreen-lt: #49b1d4;
  --ask-bluegreen-dk: #277a96;
  --ask-bluegreen-trans-25: #49b1d440;
  --black: black;
  --ask-tab-bg: #eaf5fa;
  --ask-base-font: 1.1rem;
  --ask-page-width: 1600px;
  --ask-border-radius: 8px;
  --ask-blugreen-trans12: #49b1d41f;
  --ask-bluegreen-trans50: #49b1d480;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--ask-bluegreen);
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.ask-nav-lnk {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: .75rem 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.ask-nav-lnk:hover {
  background-color: var(--ask-bluegreen-lt);
  border-color: #0003;
  text-decoration: none;
}

.ask-nav-lnk.w--current {
  background-color: var(--ask-bluegreen-lt);
  color: var(--white);
}

.ask-nav-lnk.w--current:hover {
  background-color: var(--ask-bluegreen-dk);
}

.ask-nav-lnk.dropdown-toggle {
  padding-right: 30px;
}

.ask-nav-lnk.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.ask-nav-lnk.dropdown-toggle.light {
  padding-right: 30px;
}

.ask-nav-lnk.light {
  color: #fff;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.ask-nav-lnk.light:hover, .ask-nav-lnk.light.w--current {
  border-color: #fff3;
}

.logo {
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  z-index: 1;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  margin-top: 5px;
}

.ask-dropdn {
  display: none;
}

.ask-navbar {
  background-color: var(--ask-bluegreen-lt);
  border-bottom: 3px solid #fff;
  position: sticky;
  top: -136px;
  left: 0;
  right: 0;
}

.ask-logo {
  z-index: 10;
  opacity: 1;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.mask {
  z-index: 1;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.ask-nopad-btm {
  padding-bottom: 0;
}

.ask-is-bluegreen {
  background-color: #206fb2;
}

.ask-is-bluegreen.sty-style-swatch {
  background-color: var(--ask-bluegreen);
  color: var(--ask-bluegreen);
}

.ask-col-4 {
  width: 33.3333%;
  position: relative;
}

.ask-col-4.wide-md {
  position: relative;
}

.ask-lnk {
  color: var(--ask-bluegreen-dk);
  border-radius: 6px;
  margin-bottom: -.125rem;
  padding-bottom: .125rem;
  padding-left: .25rem;
  padding-right: .125rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.ask-lnk:hover {
  background-color: var(--ask-bluegreen-lt);
  color: #fff;
  text-decoration: none;
}

.ask-lnk.is-h-lnk {
  margin-bottom: 1rem;
  display: block;
}

.ask-lnk.is-h-lnk:hover {
  background-color: var(--ask-bluegreen-trans-25);
}

.ask-h1 {
  color: var(--ask-bluegreen);
  text-transform: none;
  margin-bottom: 1.1rem;
  font-family: Lino Chisel, sans-serif;
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-h1.is-centre.is-xl {
  font-size: 3.55rem;
}

.ask-h1.ask-tagline-top {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 4px var(--black);
  width: 100%;
  margin-top: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.ask-h1.ask-tagline-btm {
  color: var(--ask-bluegreen-dk);
  text-align: center;
  width: 100%;
  font-size: 3.55rem;
  position: absolute;
  inset: auto 0% -89px;
}

.ask-rtb {
  color: #3c3c3c;
}

.ask-show-xs {
  display: none;
}

.ask-col-6 {
  width: 50%;
  position: relative;
}

.ask-is-font-bluegreen-lt {
  color: var(--ask-bluegreen-lt);
}

.fs_accordion-1_label {
  font-size: 1.25rem;
  font-weight: 700;
}

.ask-vsep {
  width: 100%;
  height: 2rem;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.ask-pad-lrg {
  padding: 8rem;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--ask-bluegreen-dk);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #206fb2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible, .fs_accordion-1_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ask-is-font-normal {
  color: var(--ask-bluegreen-dk);
}

.ask-is-rotup {
  transform-origin: 50%;
  transform: rotate(-90deg);
}

.ask-is-rotup.ask-is-font-normal {
  display: inline-block;
  position: relative;
  top: .125rem;
}

.ask-h3 {
  color: var(--ask-bluegreen);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-family: Lino Chisel, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-show-sm {
  display: none;
}

.ask-nopad-v {
  padding-top: 0;
  padding-bottom: 0;
}

.ask-sec-inner {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.ask-page-wrap {
  color: #3c3c3c;
  background-color: #fff;
  padding-bottom: 8rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.ask-cont {
  width: 100%;
  max-width: 100%;
}

.ask-is-style-h3 {
  color: #09f;
  margin-bottom: 1.1rem;
  font-family: Lino Chisel, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-is-black {
  background-color: #000;
}

.ask-nopad-top {
  padding-top: 0;
}

.skh-style-layout-block {
  border: 2px solid #036003;
  width: 100%;
  min-height: 2.55rem;
  margin-bottom: 1rem;
  display: block;
}

.fs_accordion-1_paragraph {
  color: #3c3c3c;
  margin-bottom: 0;
}

.ask-img-flink {
  border: 1px solid #0099ff80;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}

.ask-pad {
  width: 100%;
  padding: 4.1rem;
}

.ask-pad.ask-nopad-top {
  padding-top: 0;
}

.ask-pad.ask-nopad-v {
  padding-top: 0;
  padding-bottom: 0;
}

.ask-is-bluegreen-dk {
  background-color: #017fd3;
}

.ask-is-bluegreen-dk.sty-style-swatch {
  background-color: var(--ask-bluegreen-dk);
}

.ask-is-style-h1 {
  color: #09f;
  text-transform: none;
  margin-bottom: 1.1rem;
  font-family: Lino Chisel, sans-serif;
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-is-bluegreen-lt {
  background-color: #ebf5ff;
}

.ask-is-bluegreen-lt.sty-style-swatch {
  background-color: var(--ask-bluegreen-lt);
}

.ask-rtb-left {
  color: #3c3c3c;
  font-style: normal;
  text-decoration: none;
}

.ask-rtb-left p {
  color: var(--ask-bluegreen-dk);
  font-size: var(--ask-base-font);
  line-height: 1.4;
}

.ask-rtb-left h2 {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 1.95rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-rtb-left h1 {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-rtb-left h3 {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-rtb-left figcaption {
  color: var(--ask-bluegreen-dk);
}

.ask-rtb-left.is-centre {
  text-align: center;
}

.ask-img-flink-inner {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.ask-hide-xs {
  width: 100%;
  height: auto;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
}

.ask-sec {
  max-width: var(--ask-page-width);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.ask-sec.sec-feature {
  border-radius: var(--ask-border-radius);
  background-color: var(--ask-bluegreen-trans-25);
}

.sty-style-swatches {
  flex-wrap: wrap;
  display: flex;
}

.ask-is-style-body {
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.ask-vsep-lrg {
  color: #fff;
  width: 100%;
  height: 4rem;
}

.ask-vsep-lrg.sty-layout-block.ask-is-font-normal {
  color: var(--ask-bluegreen-dk);
}

.fs_accordion-1_body {
  background-color: #0099ff1a;
  margin-top: 3px;
  padding: 1rem 1.5rem;
}

.ask-vsep-sml {
  width: 100%;
  height: 1rem;
}

.ask-is-flip {
  transform-origin: 50%;
  transform: rotate(180deg);
}

.ask-is-flip.ask-is-font-normal {
  display: inline-block;
  position: relative;
  top: .125rem;
}

.ask-is-green {
  background-color: #03be03;
}

.ask-is-font-bold {
  color: var(--ask-bluegreen-dk);
  font-weight: 700;
}

.ask-h2 {
  color: var(--ask-bluegreen);
  text-transform: none;
  margin-bottom: 1.1rem;
  font-family: Lino Chisel, sans-serif;
  font-size: 1.95rem;
  font-weight: 400;
}

.ask-h2.is-centre {
  border-radius: var(--ask-border-radius);
  text-align: center;
}

.ask-h2.is-centre.is-footer {
  color: var(--white);
}

.ask-h2.ask-tagline-top {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.ask-h2.is-tight-v {
  margin-top: 0;
  margin-bottom: 0;
}

.ask-nopad-right {
  padding-right: 0;
}

.fs_accordion-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.skh-is-blue, .skh-is-blue.skh-style-swatch {
  background-color: #1aa4ff;
}

.ask-p {
  color: var(--ask-bluegreen-dk);
  font-size: var(--ask-base-font);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.ask-p.is-footer {
  color: var(--white);
}

.ask-nopad-h {
  padding-left: 0;
  padding-right: 0;
}

.ask-is-style-h2 {
  color: #09f;
  margin-bottom: 1.1rem;
  font-family: Lino Chisel, sans-serif;
  font-size: 1.95rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-nopad-left {
  padding-left: 0;
}

.ask-row {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.ask-show-md {
  display: none;
}

.ask-pad-sml {
  width: 100%;
  padding: 2rem;
}

.ask-pad-sml.sty-layout-block {
  border: 1px dashed #000;
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.ask-is-red {
  background-color: #db001c;
}

.ask-is-slant {
  transform-origin: 0 100%;
  color: #1aa4ff;
  transform: rotate(-5deg);
}

.ask-style-h {
  color: #036003;
  border: 1px solid #036003;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .7rem;
  font-family: Oswald, sans-serif;
}

.sty-style-swatch {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.sty-layout-block {
  border: 1px dashed #000;
}

.heading {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-2 {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 1.95rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-3 {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.paragraph {
  color: var(--ask-bluegreen-dk);
}

.ask-home-intro-wrap {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.section-description {
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.ask-intro-ul {
  color: var(--ask-bluegreen-dk);
  font-size: var(--ask-base-font);
  padding-left: 0;
  line-height: 1.4;
  list-style-type: none;
}

.ask-navbar-cont {
  text-align: center;
  max-width: 100%;
  position: relative;
}

.ask-sentinel {
  width: 1px;
  height: 1px;
}

.ask-navbar-inner {
  max-width: var(--ask-page-width);
  background-color: var(--ask-bluegreen);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ask-logo-fouc {
  z-index: 10;
  opacity: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.ask-flink-full {
  padding-bottom: 1%;
}

.ask-flink-full-lnk {
  text-decoration: none;
  position: relative;
}

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

.ask-img-flink-iverlay {
  height: 120%;
}

.ask-flink-overlay-v-wrap {
  background-image: url('../images/skiff-plan-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 0;
  padding-top: 40%;
  position: absolute;
  inset: -10% 0% auto auto;
}

.ask-flink-overlay-img {
  object-fit: scale-down;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ask-sec-footer {
  background-color: var(--ask-bluegreen-lt);
  margin-bottom: 40px;
  position: relative;
}

.ask-sec-footer-inner {
  max-width: var(--ask-page-width);
  background-color: var(--ask-bluegreen);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.is-icn {
  font-family: Ask, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.is-icn.icn-fb {
  color: var(--ask-bluegreen);
  font-size: 1.55rem;
  position: relative;
  top: .25rem;
}

.is-icn.icn-fb.is-footer {
  color: var(--white);
}

.is-icn.icn-email {
  color: var(--ask-bluegreen);
  font-size: 1.55rem;
  position: relative;
  top: .25rem;
}

.is-icn.icn-email.is-footer {
  color: var(--white);
}

.is-icn.is-go {
  position: relative;
  top: .25rem;
  left: -.125rem;
}

.is-icn.is-go.is-go-h2 {
  top: .5rem;
  left: -.25rem;
}

.ask-rtb-centre {
  color: #3c3c3c;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.ask-rtb-centre p {
  color: var(--ask-bluegreen-dk);
  font-size: var(--ask-base-font);
  line-height: 1.4;
}

.ask-rtb-centre h2 {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 1.95rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-rtb-centre h1 {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-rtb-centre h3 {
  color: var(--ask-bluegreen);
  font-family: Lino Chisel, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.ask-rtb-centre figcaption {
  color: var(--ask-bluegreen-dk);
}

.ask-rtb-centre.is-centre {
  text-align: center;
}

.ask-rtb-centre.is-events {
  border: 1px solid var(--ask-bluegreen-dk);
  border-top-left-radius: var(--ask-border-radius);
  border-top-right-radius: var(--ask-border-radius);
}

.ask-rtb-centre.is-events blockquote {
  color: var(--ask-bluegreen-dk);
  font-size: var(--ask-base-font);
  border-left-style: none;
  border-left-width: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 2rem 2rem;
  line-height: 1.4;
}

.ask-rtb-centre ul {
  color: var(--ask-bluegreen-dk);
  font-size: var(--ask-base-font);
  text-align: center;
  padding-left: 0;
  list-style-type: square;
  list-style-position: inside;
}

.ask-rtb-centre li {
  margin-bottom: 1rem;
}

.ask-footer-logo-lnk {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ask-footer-logo-lnk.show-md, .ask-footer-logo-lnk.show-md.w--current {
  display: none;
}

.prog-wrap {
  max-width: 400px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.prog-mask {
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.prog-overlay {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.prog-bar {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 97% 0% 0%;
}

.prog-outer {
  flex-flow: row;
  justify-content: center;
  padding-right: 2rem;
  display: block;
}

.is-impact {
  margin-right: .125rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  top: .1rem;
}

.is-text-sml {
  font-size: 1.6rem;
  font-style: normal;
  position: relative;
  top: -.56rem;
}

.target {
  border-radius: var(--ask-border-radius);
  background-color: var(--ask-blugreen-trans12);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.is-button {
  background-color: var(--ask-bluegreen-trans-25);
  text-align: center;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.is-big-button {
  border-radius: var(--ask-border-radius);
  background-color: var(--ask-bluegreen-lt);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem 2rem;
  font-family: Lino Chisel, sans-serif;
  font-size: 1.95rem;
  font-weight: 400;
  transition: background-color .3s;
  display: block;
}

.is-big-button:hover {
  background-color: var(--ask-bluegreen-trans-25);
  color: var(--ask-bluegreen-dk);
  text-decoration: none;
}

.is-big-button.is-events {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.is-footer {
  color: var(--white);
}

.is-value {
  font-style: normal;
  font-weight: 400;
}

.link {
  font-weight: 400;
}

.ask-tabs-menu {
  z-index: 2;
  text-align: center;
}

.ask-col-12-narrow {
  padding-left: 20%;
  padding-right: 20%;
}

.ask-tab-lnk {
  border: 2px solid var(--ask-bluegreen-dk);
  border-top-left-radius: var(--ask-border-radius);
  border-top-right-radius: var(--ask-border-radius);
  background-color: var(--ask-bluegreen-trans-25);
  margin-left: .125rem;
  margin-right: .25rem;
  padding: .5rem 4rem;
}

.ask-tab-lnk:hover {
  background-color: var(--ask-blugreen-trans12);
  text-decoration: none;
}

.ask-tab-lnk.w--current {
  border-bottom-color: var(--white);
  background-color: var(--white);
}

.ask-tabs-content {
  z-index: 1;
  top: -2px;
}

.ask-tab-pane {
  border-top: 2px solid var(--ask-bluegreen-dk);
  border-bottom: 2px solid var(--ask-bluegreen-dk);
}

.ask-btn-foot {
  border-radius: var(--ask-border-radius);
  background-color: var(--ask-bluegreen-trans-25);
  text-align: center;
  margin-bottom: 1rem;
  padding-top: .125rem;
  padding-bottom: 1rem;
  transition: background-color .3s;
  display: block;
}

.ask-btn-foot:hover {
  background-color: var(--ask-bluegreen-lt);
  text-decoration: none;
}

.ask-btn-foot.ask-h3.is-white {
  color: var(--white);
  padding-top: .5rem;
}

.slide-nav {
  z-index: 3;
  text-align: right;
  padding-right: 8px;
}

.left-arrow, .right-arrow {
  z-index: 2;
}

.ask-logo-as-h {
  opacity: 0;
  color: var(--white);
  text-transform: none;
  width: auto;
  margin-bottom: 1.1rem;
  font-family: Lino Chisel, sans-serif;
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1.1;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.ask-logo-as-h.is-centre.is-xl {
  font-size: 3.55rem;
}

.ask-logo-as-h.ask-tagline-top {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 4px var(--black);
  width: 100%;
  margin-top: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.ask-logo-as-h.ask-tagline-btm {
  color: var(--ask-bluegreen-dk);
  text-align: center;
  width: 100%;
  font-size: 3.55rem;
  position: absolute;
  inset: auto 0% -89px;
}

.ask-prog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-over-lg {
  z-index: 2;
  position: relative;
}

.content-under {
  z-index: 1;
  position: relative;
}

.show-xs {
  display: none;
}

.ask-post-footer {
  text-align: center;
  padding-top: .25rem;
  font-size: .9rem;
  line-height: 2;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.ask-gallery-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.ask-gallery-tmb-lnk {
  width: 25%;
}

.ask-gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.ask-gallery-intro-wrap {
  text-align: center;
  width: 60%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ask-gallery-img-wrap {
  border: 1px solid var(--ask-bluegreen-dk);
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.ask-sentinel-lnk {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -3rem;
  left: 0;
}

.is-icn-2 {
  text-transform: none;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  display: inline;
}

.is-icn-2.in-button {
  font-size: 1.95rem;
  position: relative;
  top: .6rem;
}

.is-icn-2.in-button.is-icn-small {
  font-size: 1.55rem;
  top: .5rem;
}

.map-outer {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.map-outer.is-underl {
  width: 100%;
}

.map {
  position: absolute;
  inset: 0%;
}

.button {
  background-color: #6799c6;
  border-radius: 3px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 9px 12px;
  font-size: 1.25rem;
  line-height: 1;
  transition: background-color .25s;
}

.button:hover {
  color: #333;
  background-color: #b9ddee;
  text-decoration: none;
}

.map-view-lnk {
  z-index: 401;
  background-color: #6799c645;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.map-wrap {
  height: 0;
  padding-bottom: 75%;
  display: block;
  position: relative;
}

.maps-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.ask-tmp-menu {
  display: none;
}

.ask-row-button {
  display: flex;
}

@media screen and (max-width: 991px) {
  .dropdown-icon {
    margin-right: 30px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .ask-nav-lnk {
    color: #fff;
    text-align: center;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
  }

  .ask-nav-lnk:hover {
    background-color: var(--ask-bluegreen-lt);
    color: #fff;
  }

  .ask-nav-lnk.dropdown-toggle {
    color: #fff;
  }

  .ask-nav-lnk.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .ask-nav-lnk.light:hover {
    background-color: #000;
  }

  .ask-nav-lnk.light.w--current {
    border-color: #0000;
  }

  .transparant-menu-button {
    z-index: 12;
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0 auto;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: var(--ask-bluegreen-lt);
  }

  .nav-menu {
    background-color: var(--ask-bluegreen-dk);
    border-radius: 0;
    width: auto;
    margin-top: 162px;
    margin-right: 16px;
    display: block;
    right: -20px;
  }

  .ask-dropdn {
    width: 100%;
    max-width: 1500px;
  }

  .ask-navbar {
    padding-bottom: 0;
    top: -75px;
  }

  .ask-logo {
    text-align: left;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .ask-col-4.is-footer.is-wide-md, .ask-col-4.wide-md {
    width: 100%;
  }

  .ask-col-4.hide-md {
    display: none;
  }

  .ask-h1.is-centre.is-xl {
    word-break: normal;
    overflow-wrap: normal;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .ask-h1.ask-tagline-top {
    background-color: var(--ask-tab-bg);
    color: var(--ask-bluegreen-dk);
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .ask-h1.ask-tagline-btm {
    color: var(--ask-bluegreen-dk);
    font-size: 2.55rem;
    line-height: 1.1;
    bottom: -25%;
  }

  .ask-page-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ask-hide-md {
    display: none;
  }

  .ask-main-wrap {
    padding-top: 57px;
  }

  .ask-pad.ask-nopad-v.nopad-md {
    padding-left: 0;
    padding-right: 0;
  }

  .ask-h2.is-centre.has-bg-md {
    background-color: var(--ask-bluegreen-trans-25);
    margin-left: -2rem;
    margin-right: -2rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .ask-row.ask-is-wrap-md {
    flex-flow: wrap;
  }

  .ask-show-md {
    display: block;
  }

  .ask-home-intro-wrap {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .ask-sentinel {
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .ask-logo-fouc {
    text-align: left;
  }

  .ask-footer-logo-lnk.w--current {
    width: 40%;
  }

  .ask-footer-logo-lnk.show-md {
    display: block;
  }

  .prog-outer, .target {
    width: 100%;
  }

  .is-big-button {
    margin-top: 1rem;
  }

  .ask-col-12-narrow {
    padding-left: 0%;
    padding-right: 0%;
  }

  .ask-btn-foot {
    min-height: 6px;
  }

  .ask-btn-foot.ask-h3.is-white {
    padding-bottom: .9rem;
  }

  .slide-nav {
    display: none;
  }

  .ask-logo-as-h {
    margin-bottom: 0;
  }

  .ask-logo-as-h.ask-tagline-top {
    text-shadow: 0 1px 4px var(--black);
  }

  .ask-logo-as-h.ask-tagline-btm {
    color: var(--ask-bluegreen-dk);
    font-size: 2.55rem;
    line-height: 1.1;
    bottom: -25%;
  }

  .ask-prog-grid {
    grid-column-gap: 8px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .div-block, .div-block-2 {
    width: 100%;
  }

  .img-under, .content-over-lg {
    z-index: 1;
    position: relative;
  }

  .ask-gallery-wrap {
    justify-content: center;
    width: 75%;
    position: relative;
  }

  .ask-gallery-tmb-lnk {
    flex: none;
  }

  .ask-gallery-intro-wrap {
    width: 85%;
    margin-bottom: 40px;
  }

  .ask-sentinel-lnk {
    position: absolute;
    inset: -4rem auto auto 0%;
  }

  .map-outer.is-underl {
    padding-left: 15%;
    padding-right: 15%;
  }

  .button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .maps-wrap {
    flex-flow: wrap;
  }

  .ask-tmp-menu {
    background-color: var(--ask-bluegreen-trans-25);
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 2px;
    display: none;
  }

  .ask-tmp-menu-lnk {
    padding: .25rem .5rem;
  }

  .ask-tmp-menu-lnk.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ask-row-button {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .ask-nav-lnk {
    padding-left: 25px;
  }

  .ask-nav-lnk.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    padding-top: 8px;
  }

  .logo {
    height: 80px;
    margin-top: 0;
  }

  .nav-menu {
    margin-top: 122px;
    margin-right: 20px;
  }

  .ask-navbar {
    top: -44px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .ask-col-4.is-footer.is-wide-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ask-h1.is-centre {
    word-break: normal;
  }

  .ask-h1.ask-tagline-top {
    margin-top: 0;
  }

  .ask-h1.ask-tagline-btm {
    overflow-wrap: normal;
    object-fit: fill;
    max-width: 100%;
    bottom: -40%;
  }

  .ask-col-6.wide-sm {
    width: 100%;
  }

  .ask-show-sm {
    display: block;
  }

  .ask-pad {
    padding: 2rem;
  }

  .ask-hide-sm {
    display: none;
  }

  .ask-h2.is-tight-v.ask-h3-sm {
    font-size: 1.55rem;
  }

  .ask-row.ask-is-wrap-xs, .ask-row.ask-is-wrap-sm {
    flex-wrap: wrap;
  }

  .ask-row.ask-wide-sm {
    flex-flow: wrap;
  }

  .ask-home-intro-wrap {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .ask-sentinel {
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .is-big-button {
    overflow-wrap: normal;
    line-height: 1.1;
  }

  .is-big-button.is-events {
    font-size: 1.55rem;
  }

  .ask-tab-lnk {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ask-logo-as-h.is-centre {
    word-break: normal;
  }

  .ask-logo-as-h.ask-tagline-top {
    margin-top: 0;
  }

  .ask-logo-as-h.ask-tagline-btm {
    overflow-wrap: normal;
    object-fit: fill;
    max-width: 100%;
    bottom: -40%;
  }

  .ask-gallery-intro-wrap {
    width: 95%;
    margin-bottom: 40px;
  }

  .map-outer.is-underl {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 1.15rem;
  }

  .hide-sm {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .transparant-menu-button {
    margin-right: 18px;
  }

  .logo {
    margin-top: 5px;
  }

  .nav-menu {
    margin-top: 128px;
  }

  .ask-h1 {
    text-align: center;
    font-size: 1.95rem;
  }

  .ask-h1.is-centre.is-xl {
    font-size: 1.95rem;
  }

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

  .ask-show-xs {
    width: 100%;
    height: auto;
    display: block;
  }

  .ask-col-6 {
    width: 100%;
  }

  .ask-sec-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .ask-pad {
    padding: .5rem;
  }

  .ask-rtb-left {
    text-align: center;
  }

  .ask-hide-xs {
    display: none;
  }

  .ask-sec.sec-feature {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ask-vsep-lrg {
    height: 2rem;
  }

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

  .ask-h2.is-centre.has-bg-md {
    margin-left: 0;
    margin-right: 0;
  }

  .ask-h2.is-tight-v.ask-h3-sm {
    width: auto;
  }

  .ask-home-intro-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .ask-rtb-centre {
    text-align: center;
  }

  .ask-footer-logo-lnk.w--current {
    width: 75%;
  }

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

  .prog-outer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .is-big-button {
    font-size: 1.55rem;
  }

  .ask-tabs-menu {
    justify-content: center;
    display: flex;
  }

  .ask-col-12-narrow {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ask-tab-lnk.w--current {
    border-bottom-color: var(--ask-tab-bg);
    background-color: var(--ask-tab-bg);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ask-tab-pane {
    background-color: var(--ask-tab-bg);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ask-logo-as-h {
    text-align: center;
    font-size: 1.95rem;
  }

  .ask-prog-grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .hide-xs {
    display: none;
  }

  .show-xs {
    display: block;
  }

  .ask-gallery-wrap {
    flex-flow: wrap;
    width: 100%;
  }

  .ask-gallery-tmb-lnk {
    width: 40%;
  }

  .ask-gallery-intro-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .map-outer.is-underl {
    padding-left: 0%;
    padding-right: 0%;
  }

  .ask-tmp-menu {
    background-color: var(--ask-bluegreen-trans-25);
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 2px;
    display: none;
  }

  .ask-tmp-menu-lnk {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ask-wide-sm {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_8e8efdf1-61a5-8fb6-dbb4-cfab7238bf36-726eb320 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: center;
}

#w-node-c4b9176d-455b-ddd9-a0d7-31b2c2bae4eb-726eb320 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b3e5d701-a0a4-b15f-d2a1-e7a4ab2dc0b2-726eb320 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-e67fba28-7a1d-f501-ffa1-175eb30370ca-726eb320 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-b537bebd-77a0-48a1-f290-4cd33a2ed00f-726eb320 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8e8efdf1-61a5-8fb6-dbb4-cfab7238bf36-726eb320 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-c4b9176d-455b-ddd9-a0d7-31b2c2bae4eb-726eb320 {
    align-self: center;
  }

  #w-node-e67fba28-7a1d-f501-ffa1-175eb30370ca-726eb320 {
    grid-column: 1 / 2;
    align-self: start;
  }

  #w-node-b537bebd-77a0-48a1-f290-4cd33a2ed00f-726eb320 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e8efdf1-61a5-8fb6-dbb4-cfab7238bf36-726eb320 {
    place-self: start center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e8efdf1-61a5-8fb6-dbb4-cfab7238bf36-726eb320 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-c4b9176d-455b-ddd9-a0d7-31b2c2bae4eb-726eb320 {
    grid-column: 1 / 2;
  }

  #w-node-e67fba28-7a1d-f501-ffa1-175eb30370ca-726eb320 {
    grid-row: 3 / 4;
  }

  #w-node-b537bebd-77a0-48a1-f290-4cd33a2ed00f-726eb320 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Lino Chisel';
  src: url('../fonts/lino-chisel.regular-webfont.woff2') format('woff2'), url('../fonts/lino-chisel.regular-webfont.woff') format('woff'), url('../fonts/lino-chisel.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ask';
  src: url('../fonts/ask.eot') format('embedded-opentype'), url('../fonts/ask.woff') format('woff'), url('../fonts/ask.ttf') format('truetype'), url('../fonts/ask.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}