@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --silver: #c7c3b1;
  --black: black;
  --antique-white: #ffe9d5;
  --red: #e01313;
  --medium-turquoise: #42abc3;
  --dim-grey: #666;
  --white: white;
  --light-steel-blue: #b1b5c7;
  --light-pink: #eeb4b0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--silver);
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Squada One, sans-serif;
  font-size: 300%;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Squada One, sans-serif;
  font-size: 200%;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 10px;
  margin-bottom: 1%;
  margin-left: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
}

.desktop-navbar {
  background-color: var(--silver);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-top: 0%;
  display: block;
  position: static;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navmenu {
  float: none;
  clear: none;
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  display: flex;
  position: static;
}

.mobile-navlink {
  background-color: var(--antique-white);
  color: var(--black);
  text-align: center;
  flex: 0 auto;
  width: 16.6667%;
  height: auto;
  padding: 4px 0;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  transition: background-color .4s;
  position: static;
}

.mobile-navlink:hover {
  background-color: var(--silver);
}

.mobile-navlink.w--current {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  align-self: center;
  width: 14.2857%;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
}

.header-div {
  float: right;
  border: 2px solid #42abc3;
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-right: 0%;
}

.para-centre {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
}

.bold-red {
  color: #e01313;
  font-size: 19px;
  font-weight: 600;
}

.section {
  margin-top: 2%;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hp-para {
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
}

.footer {
  background-color: var(--antique-white);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.para-white {
  color: #fff;
  margin-top: 0%;
  margin-bottom: 0;
}

.para-white.footer {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  display: block;
}

.history-image {
  float: right;
  position: relative;
}

.menu-button {
  display: none;
}

.calendar {
  width: auto;
  height: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.dark-link {
  color: #2a798b;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s;
}

.dark-link:hover {
  color: var(--red);
}

.white-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.white-link:hover {
  color: #e01313;
}

.hire-row {
  background-color: #eee;
  padding-top: 32px;
  padding-bottom: 32px;
}

.para-conditions {
  column-count: 3;
  column-rule: 1px solid black;
  column-gap: 1.4em;
  padding-left: 0%;
}

.map {
  margin-top: 10%;
  position: static;
  overflow: hidden;
}

.html {
  display: block;
  position: static;
}

.hp-small {
  margin-top: 77px;
  margin-bottom: 0;
  padding-top: 0;
}

.small {
  font-size: 15px;
}

.brand-bar {
  background-color: var(--silver);
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.link {
  color: #125564;
  font-weight: 400;
}

.volunteer-100vh-div {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.year {
  display: inline-block;
}

.barn-dance-wrapper {
  z-index: 10000;
  background-color: #00090eb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 16px;
  display: none;
  position: fixed;
  inset: 0;
}

.image {
  width: 100%;
  position: fixed;
}

.image-2 {
  width: 90%;
}

.barn-dance-image {
  width: auto;
  height: 90vh;
}

.close-link {
  align-self: flex-end;
  width: 5%;
  margin-top: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.body {
  font-size: 1rem;
  line-height: 1.4;
}

.checkbox-field {
  width: 25%;
  display: inline-block;
}

.checkbox-field-small {
  width: 20%;
  display: inline-block;
}

.text-field {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 100%;
  font-weight: 400;
}

.text-field.caps {
  text-transform: uppercase;
}

.form-block {
  background-color: #fafafa;
  padding: 15px 15px 2rem;
}

.mutliple-choice-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.button {
  background-color: var(--medium-turquoise);
  text-align: center;
  margin-top: 2rem;
  font-family: Open Sans, sans-serif;
}

.button:hover {
  background-color: var(--antique-white);
  color: var(--black);
}

.heading {
  margin-top: 10px;
}

.heading-2 {
  padding-bottom: 0;
}

.thank-you-warpper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.thank-you-text-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centre {
  text-align: center;
}

.brand-bar-wrapper {
  flex-direction: column;
  display: flex;
}

.brain-tumour-wrapper {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 80vw;
  height: auto;
  padding: .5rem;
  display: flex;
}

.centred {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.tumour-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  display: flex;
}

.tumour-column.middle {
  background-color: #f5f7f9;
  border-radius: 10px;
  justify-content: center;
}

.charity-logo {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fontawe {
  color: #e01313;
  font-family: Fontawesome webfont, sans-serif;
}

.paragraph {
  margin-bottom: 0;
}

.big {
  font-size: 200%;
  line-height: .5;
}

.text-span {
  font-weight: 100;
}

.text-span-2 {
  margin-top: 1rem;
  display: inline-block;
}

.text-span-3 {
  display: inline;
}

.text-span-4 {
  line-height: 1;
}

.copyright-text {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
}

.link-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
}

.history-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 2vw 2vw 1vw;
  display: flex;
}

._2col {
  column-count: 2;
  white-space: normal;
  column-gap: 3vw;
}

.image-3 {
  float: left;
  border: 20px solid var(--dim-grey);
  margin-bottom: 1vw;
  margin-right: 2vw;
}

.standard-wrapper {
  flex-direction: column;
  padding: 3vw;
  display: flex;
}

.heading-3 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.gallery {
  column-count: 3;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.gallery-image {
  border: 12px solid var(--dim-grey);
  width: 100%;
  margin-bottom: 2rem;
}

.hero {
  background-color: var(--silver);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.hero_col2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.standard-wrapper {
  padding: 2rem 5rem;
}

.body-2 {
  font-size: 1rem;
}

.hero_grey-box {
  z-index: 0;
  background-color: var(--dim-grey);
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -5% auto auto 5%;
}

.hero-main-image {
  z-index: 1;
  border: 12px solid var(--dim-grey);
  position: relative;
}

.hero_small-image {
  border: 12px solid var(--dim-grey);
}

.heading-4 {
  margin-bottom: 0;
  font-family: Squada One, sans-serif;
}

.standard-wrapper_vert {
  flex-direction: column;
  padding: 3rem 5rem;
  display: block;
}

.header2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header {
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 2rem .5rem .5rem;
  display: flex;
}

.brand-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.header-right {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.div-block {
  border: 12px solid var(--dim-grey);
  padding: 6px;
}

.standard-wrapper_col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.standard-wrapper_horiz {
  flex-flow: wrap;
  justify-content: space-around;
  padding: 3vw 5vw;
  display: flex;
}

.standard-wrapper_col_large {
  width: 65%;
}

.central-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.central-col.left-just {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 13px;
}

.image-4 {
  align-self: center;
}

.heading-5 {
  align-self: flex-start;
}

.paragraph-2 {
  align-self: flex-start;
  margin-left: 0;
}

.contact-image {
  border: 12px solid var(--dim-grey);
}

.sp2 {
  height: 2rem;
}

.standard-wrapper_col2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.map-embed {
  border: 12px solid var(--dim-grey);
}

.standard-wrapper_col2_just-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.border {
  border: 12px solid var(--dim-grey);
}

.mobile-menu {
  display: none;
}

.header3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._100 {
  width: 100%;
}

.gallery-title-wrapper {
  padding: 2.2rem 2.2rem 1rem 2rem;
}

.feedback-header {
  font-size: 150%;
  font-weight: 600;
}

.image-5 {
  align-self: flex-start;
  margin-top: 4vw;
}

@media screen and (max-width: 991px) {
  .desktop-navbar {
    z-index: 10;
    margin-top: 0%;
    display: none;
    position: relative;
    top: 32px;
  }

  .brand {
    z-index: 0;
  }

  .navmenu {
    z-index: 10000;
    float: left;
    clear: none;
    background-color: #0000;
    flex-direction: column;
    width: 50%;
    margin-top: 16%;
    position: fixed;
    top: -6px;
    bottom: 0;
    right: 1px;
  }

  .mobile-navlink {
    width: 100%;
    text-decoration: none;
  }

  .mobile-navlink.w--current {
    color: var(--black);
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    text-decoration: underline;
  }

  .section {
    padding-top: 2rem;
  }

  .footer {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .para-white.footer {
    text-align: center;
  }

  .menu-button {
    z-index: 20;
    background-color: var(--black);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 65px;
    height: 65px;
    margin-top: 1.5rem;
    margin-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
  }

  .menu-button.w--open {
    z-index: 1000;
    color: #fff;
    background-color: #42abc3;
    position: fixed;
    inset: 0 0 auto auto;
  }

  .icon {
    color: #fff;
    font-size: 60px;
  }

  .calendar {
    width: 100%;
    height: 1200px;
  }

  .dark-link {
    font-family: Open Sans, sans-serif;
  }

  .para-conditions {
    column-count: 1;
    padding-left: 1px;
  }

  .hp-small {
    margin-top: 15px;
  }

  .brand-bar {
    z-index: 5;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkbox-field, .checkbox-field-small {
    width: 50%;
  }

  .button {
    width: 80%;
  }

  .brain-tumour-wrapper {
    flex-wrap: wrap;
    padding: .5rem;
    overflow: auto;
  }

  .tumour-column {
    width: 90%;
  }

  .tumour-column.middle {
    margin-top: 2rem;
  }

  .copyright-text {
    text-align: center;
    font-family: Open Sans, sans-serif;
  }

  .standard-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .gallery-image {
    margin-bottom: 1rem;
  }

  .hero {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hero_grey-box {
    display: none;
  }

  .standard-wrapper_vert {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .header-right {
    display: none;
  }

  .standard-wrapper_horiz {
    flex-wrap: wrap;
    padding: 3rem 5rem;
  }

  .standard-wrapper_col_large {
    width: 100%;
  }

  .standard-wrapper_col2_just-bottom {
    width: 100%;
    margin-bottom: 4rem;
  }

  .mobile-menu {
    z-index: 15;
    background-color: var(--antique-white);
    flex-direction: column;
    justify-content: space-around;
    padding-top: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: fixed;
    inset: 0% -100vw 0% auto;
  }

  .mobile-header {
    justify-content: space-between;
    align-items: center;
    margin-right: 2rem;
    display: flex;
  }

  .burger {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .burger-line {
    z-index: 20;
    background-color: var(--white);
    width: 85%;
    height: 6px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-2 {
    right: -100vw;
  }

  .header3 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 250%;
  }

  .brand {
    float: none;
    width: 71%;
    margin-left: 0%;
    padding-left: 0;
    position: static;
  }

  .mobile-navlink {
    padding-top: 30px;
  }

  .mobile-navlink:focus {
    background-color: var(--black);
  }

  .header-div {
    float: none;
    width: 50%;
  }

  .para-centre {
    font-size: 12px;
    line-height: 18px;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hp-para {
    column-count: 1;
  }

  .footer {
    flex-wrap: wrap;
    height: auto;
    padding-top: 1rem;
    padding-left: 13px;
    padding-right: 13px;
  }

  .para-white {
    margin-top: 1%;
    margin-bottom: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .menu-button {
    float: left;
    margin-top: .5rem;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .icon {
    font-size: 40px;
  }

  .para-conditions {
    column-count: 1;
  }

  .hp-small {
    margin-top: 0;
  }

  .barn-dance-wrapper {
    padding: 91px;
  }

  .barn-dance-image {
    height: 95vh;
  }

  .close-link {
    width: 10%;
  }

  .centred {
    font-size: 90%;
  }

  .image-3 {
    float: none;
  }

  .standard-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gallery {
    column-count: 2;
  }

  .hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header {
    grid-template-columns: 2fr 1fr;
  }

  .standard-wrapper_horiz {
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-2 {
    margin-left: 0;
  }

  .standard-wrapper_col2_just-bottom {
    margin-bottom: 2rem;
  }

  .burger-line {
    border-radius: 7px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 200%;
  }

  p {
    font-size: 90%;
  }

  .brand {
    width: 67%;
  }

  .mobile-navlink {
    padding-bottom: 44px;
  }

  .para-centre {
    font-size: 10px;
    line-height: 16px;
  }

  .section {
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .para-conditions {
    margin-left: 5px;
    padding-left: 0;
  }

  .barn-dance-wrapper {
    height: auto;
    padding: 9px;
  }

  .barn-dance-image {
    height: auto;
  }

  .close-link {
    width: 20%;
  }

  .checkbox-field, .checkbox-field-small, .button {
    width: 100%;
  }

  .tumour-column {
    width: 95%;
  }

  .standard-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gallery {
    column-count: 1;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .gallery-image {
    width: 100%;
  }

  .hero, .standard-wrapper_vert {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header {
    grid-template-columns: 3fr 1fr;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .brand-2 {
    width: 100%;
  }

  .standard-wrapper_horiz {
    padding: 3rem 1rem 1rem;
  }

  .column-copy {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#w-node-_19e4b855-1cb2-62dc-1e0d-c694b9554b9d-b2511c74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5cfa9c7c-f38a-8934-fa6b-febc7cec7f30-b2511c74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}