:root {
  --lusc_blue: #0a3d91;
  --kings_dark-grey: #414042;
  --lusc_red: #ff2500;
  --lusc_dark-blue: #062a66;
  --white-smoke: #f1f1f1;
  --kings_orange: #fff;
  --deep-grey: #2d2c2e;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}

a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1rem;
  text-decoration: none;
}

a:hover {
  color: #e98829;
}

ul {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container.centre {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
  font-weight: 600;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section, .section.footer {
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.page_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.div-block-15 {
  text-align: center;
}

.heading-3 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  font-size: 1.9em;
  display: flex;
  position: relative;
}

.overlay {
  z-index: 100;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  transition: all .45s;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-top-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.overlay-menu-link-wrapper {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.overlay-menu-link-wrapper:hover {
  opacity: .44;
  color: #c97c12;
}

.overlay-menu-link-wrapper.w--current {
  opacity: .39;
  color: #b57e9d;
}

.overlay-menu-link-wrapper.bottom {
  margin-bottom: 0;
}

.menu-bg {
  z-index: 99;
  color: #333;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.menu-grid {
  z-index: 100;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.overlay-menu-social-link {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  transition: all .45s, opacity .2s;
  transform: none;
}

.overlay-menu-social-link:hover {
  opacity: .56;
  transform: scale(.9);
}

.social-link-wrapper {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.social-link-wrapper:hover {
  opacity: .6;
}

.social-link-wrapper.tiktok {
  margin-left: 1rem;
}

.menu-wrapper---full-screen {
  z-index: 10;
  justify-content: center;
  display: none;
}

.menu-open {
  z-index: 1;
  color: #0000;
  text-align: center;
  cursor: pointer;
  background-color: #fffefe00;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 2em;
  margin-right: 2em;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-open:hover {
  background-color: #2e2e2e;
}

.overlay-menu-contact-details {
  color: #fff;
  text-align: right;
  margin-bottom: .3em;
  font-size: 1.4em;
  font-weight: 300;
}

.overlay-menu-link {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 400;
  display: inline-block;
}

.overlay-menu-contact-details-wrapper {
  text-align: right;
  width: 80%;
  line-height: 1;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-size: .7rem;
  font-weight: 400;
  display: flex;
}

.nav-link:hover {
  color: #ffffff94;
  font-weight: 800;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 600;
}

.nav-link.home {
  display: none;
}

.contact-details-wrapper---home-hero {
  font-size: 1.2em;
}

.contact-details---home-hero {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
}

.phone-link---home-hero {
  color: #fff;
}

.phone-link---home-hero:hover {
  color: #ffffffb0;
}

.menu-close {
  z-index: 110;
  color: #333;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 2em;
  margin-right: 2em;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-close:hover {
  opacity: .44;
  transform: scale(.9);
}

.menu-close-cross {
  width: 30%;
}

.hamburger-icon {
  transform-style: preserve-3d;
  width: 40%;
  transform: scale3d(1.4, 1, 1);
}

.footer-wrapper {
  background-color: var(--lusc_blue);
  padding-top: 4em;
}

.footer-wrapper_content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3;
}

.footer-text.fineprint {
  text-align: center;
  letter-spacing: 1px;
  font-size: .9em;
  line-height: 1.6;
}

.footer_wrapper_links {
  text-align: center;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.hero-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
  position: relative;
}

.wrapper_home-content {
  z-index: 2;
  text-align: center;
  position: relative;
}

.duties-rich-text {
  text-transform: none;
  line-height: 1.4;
}

.duties-rich-text h3 {
  letter-spacing: 0;
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
}

.duties-rich-text blockquote {
  border-top: 1px solid #0000005e;
  border-bottom: 1px solid #0000005e;
  border-left: 10px solid #e98829;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1.2em;
  line-height: 1.4;
}

.duties-rich-text h5 {
  margin-top: .8em;
  margin-bottom: .8em;
  font-size: 1.2em;
  font-weight: 400;
}

.duties-rich-text p {
  font-size: 1.1em;
}

.duties-rich-text h2, .duties-rich-text h4 {
  font-weight: 600;
}

.nav-menu-2 {
  text-align: right;
  font-size: 1em;
}

.navbar-2 {
  background-color: var(--kings_dark-grey);
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.footer_red-strip {
  background-color: var(--lusc_red);
  height: .5em;
  margin-top: 3em;
}

.supplier-logos {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1.25fr 1fr .75fr .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1800px;
  margin: 4em auto 2em;
  padding: 1.2em 2em;
  display: flex;
}

.footer-fineprint {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 3rem;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.3;
}

.footer-link {
  color: #fff;
}

.footer_logo-link {
  width: 7em;
  margin-bottom: 2em;
}

.footer_logo-link.w--current {
  width: 8em;
}

.brand {
  width: 15em;
  max-width: 200px;
  padding-left: 0;
  transition: all .3s;
}

.brand:hover {
  transform: scale(.98);
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-home-1-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.section---services {
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 20rem;
  display: flex;
  position: relative;
}

.logo_menu {
  width: 10em;
  margin-top: 3em;
}

.tagline-menu {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 4em;
  font-family: Merriweather, serif;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1;
}

.logo_main {
  width: 17rem;
  margin-bottom: 5rem;
}

.header_main {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.heading_hero {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 300;
}

.blue-strip_hero {
  z-index: 2;
  background-color: var(--lusc_blue);
  height: 3em;
  position: absolute;
  inset: auto 0% 0%;
}

.red-strip_hero {
  background-color: var(--lusc_red);
  height: .5em;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_social {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .5em;
  display: flex;
}

.footer_social-link {
  width: 2.5em;
  height: 2.5em;
  margin-left: .5em;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: .5em;
  font-family: Merriweather, serif;
  font-size: 1.6em;
  line-height: 1.1;
}

.div-block-89 {
  margin-bottom: 2em;
}

.h3_home-heading {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 6rem;
  font-size: 1.8rem;
  font-weight: 400;
}

.h3_home-heading.merchandise {
  margin-bottom: 3rem;
}

.h3_home-heading.contact {
  margin-bottom: 4rem;
}

.h4_home-heading {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph {
  text-align: center;
  grid-template-columns: 1fr .25fr;
  font-size: 1em;
}

.image-8 {
  width: 6em;
  margin-top: 2em;
  margin-bottom: 3em;
}

.facebook-feed-link {
  border-bottom: 1px solid var(--lusc_red);
  background-color: var(--lusc_blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5em;
  margin-bottom: 1em;
  padding: .8em 1.8em;
  display: flex;
}

.facebook-feed-link:hover {
  background-color: var(--lusc_dark-blue);
}

.image-9 {
  height: 80%;
}

.text-block-18 {
  color: #fff;
  font-size: 1.2em;
}

.facebook-feed {
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  flex-flow: column;
  width: 45%;
  display: inline-flex;
}

.facebook-feed.juniors {
  border-bottom-style: none;
  width: 45%;
}

.code-embed {
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
}

.section---merchandise {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.h5_sub {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.italic-tagline {
  color: var(--lusc_blue);
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: Merriweather, serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
}

.wrapper_facebook-feed {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sponsor-link_footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flying-colours {
  width: 4.5em;
}

.sjs {
  width: 4em;
}

.tradeport {
  width: 5em;
}

.country-club {
  width: 6.5em;
}

.pharmacist-advice {
  width: 10em;
}

.kemlec {
  width: 8em;
}

.harcourts {
  width: 5.5em;
  max-width: 150px;
}

.floorworld {
  max-width: 250px;
  height: 2em;
}

.link_reverse-blue {
  color: #fff;
  text-align: center;
  line-height: 2.2;
}

.link_reverse-blue:hover {
  color: #ffffff75;
}

.wrapper_page-header {
  border-bottom: 5px solid var(--lusc_red);
  background-color: var(--lusc_blue);
  text-align: center;
  height: 7em;
}

.wrapper_page-top-logo {
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  transition: all .2s;
  position: relative;
}

.wrapper_page-top-logo:hover {
  transform: scale(.95);
}

.page-top-logo {
  width: 12em;
}

.h1_internal-page-head {
  text-align: center;
  margin-bottom: .25em;
  font-size: 3.2em;
  font-weight: 500;
}

.h2_internal-page-sub {
  border-bottom: 1px solid var(--lusc_red);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 3em;
  padding-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
}

.h3_internal-page {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
}

.wrapper_content {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.rule_red {
  background-color: var(--lusc_red);
  width: 5em;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 4em;
}

.h4_internal-page {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.section_internal-page {
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 7.5em;
  display: flex;
  position: relative;
}

.wrapper-content-1000 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.grid_committee {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white-smoke);
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  margin: 5em auto 2em;
  padding: 2em;
}

.committee-head {
  border-bottom: 1px dotted var(--lusc_blue);
  color: var(--lusc_blue);
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
}

.committee-name {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
}

.committee-name.group {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #fff9;
  width: 20rem;
  margin: 5rem auto 1em;
  padding: 1em .5em;
}

.button:hover {
  color: #000;
  background-color: #ffffff80;
  border-color: #0009;
}

.button._1000 {
  max-width: 1000px;
  margin-bottom: 2em;
}

.button.email-contact {
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .8em;
}

.button.white {
  background-color: #fff;
}

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

.button.blue {
  background-color: var(--lusc_blue);
  color: #fff;
}

.button.blue:hover {
  background-color: var(--lusc_dark-blue);
}

.button.services {
  margin-top: 2rem;
}

.button.hero {
  cursor: auto;
}

.wrapper_committee-member {
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000004a;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1em 1.1em .5em;
  display: flex;
}

.wrapper_committee-member.group {
  justify-content: flex-start;
}

.link_text {
  color: #000;
}

.link_text:hover {
  color: var(--lusc_blue);
}

.wrapper_information {
  border-bottom: 2px solid var(--lusc_blue);
  background-color: var(--white-smoke);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 1em auto 3em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.contact-text {
  font-size: 1.2em;
}

.wrapper-sponsors {
  border: 1px solid #0006;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 5.5em 5em;
  display: flex;
}

.link-block {
  width: 100%;
}

.grid_sponsors_3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4em;
  display: grid;
}

.grid_sponsors_4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4em;
  display: grid;
}

.h4-subhead-bold {
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
}

.wrapper_life-members {
  width: 100%;
  margin-top: 1em;
}

.life-member {
  background-color: var(--white-smoke);
  border-bottom-width: 1px;
  border-bottom-color: #0000004d;
  margin-top: .5em;
  padding: .7em 1em;
}

.life-member-year {
  font-size: 1em;
  font-weight: 700;
}

.text-block-19 {
  border-bottom: 1px solid #000;
  margin-top: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: .5em;
}

._w-accordion-item-a {
  background-color: #fff;
  border-bottom: 1px solid #bda04e;
  padding: 2em 2em 1.5em;
}

.c-accordion-item-q-text {
  background-color: var(--lusc_blue);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.c-accordion-item-q-text:hover {
  background-color: var(--lusc_dark-blue);
}

._w-accordion-item-q {
  flex-flow: column;
  display: flex;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

._w-accordion-item {
  cursor: pointer;
  border-color: #0000;
  border-radius: 10px;
  transition: all .25s;
}

._w-accordion-item:hover {
  background-color: #f1ebd9;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #bda04e;
  width: 100%;
  height: .3em;
  position: relative;
}

.accordion-item-q-text {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-accordion-item {
  flex-flow: column;
  width: 80%;
  display: flex;
}

.c-accordion-item-a {
  background-color: #fff;
  overflow: hidden;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.text-link {
  color: #666;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #bda04e;
  width: .3em;
  height: 100%;
  position: absolute;
}

.text-block-20, .life-member-name {
  font-size: 1.1em;
}

.game-changer-logo {
  width: 5em;
  margin-top: 1em;
}

.harcourts-logo {
  height: 100%;
}

.sponsor-link {
  border: 1px solid #00000040;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  padding: 1.5em;
  transition: all .2s;
  display: flex;
  transform: none;
}

.sponsor-link:hover {
  transform: scale(.97);
}

.jackson-volkswagen {
  width: 13em;
  max-width: 250px;
}

.grid_sponsors {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-14, .image-15, .image-16, .country-club-logo {
  height: 100%;
}

.pycsam {
  width: 6.5em;
}

.kpi-sports {
  width: 8em;
}

.pycsam-logo {
  height: 100%;
}

.jd-cuts-logo-mark_menu {
  width: 8rem;
  margin-bottom: 6rem;
}

.text-block-21 {
  color: gray;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}

.text-block-22 {
  font-size: 1rem;
}

.tagline_overlay {
  color: #505050;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.hero-image-wrapper {
  z-index: 1;
  background-image: linear-gradient(169deg, #0000001c 65%, #000 94%), linear-gradient(#000000cf, #000000cf), url('../images/young-man-barbershop-trimming-hair_WEB.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 140vh;
  position: absolute;
  inset: 0%;
}

.navbar-3 {
  text-align: center;
  background-color: #0000;
  background-image: radial-gradient(circle closest-corner, #000 29%, #000000cf 59%, #0000 88%);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
  inset: 0%;
}

.menu-button {
  margin-top: 1rem;
  padding: 0 0 0;
}

.social-wrapper_menu {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.social-icon {
  width: 1.8rem;
  height: 2rem;
}

.nav {
  z-index: 3;
  background-color: #0000;
  background-image: radial-gradient(circle, #000 65%, #0000 88%);
  border-bottom: 1px solid #202020;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 60%;
  display: flex;
}

.section---contact {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.social-wrapper_contact {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.social-link-wrapper_contact {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.social-link-wrapper_contact:hover {
  opacity: .45;
}

.social-link-wrapper_contact.tiktok {
  margin-left: 1rem;
}

.social-icon_contact {
  width: 2.5rem;
  height: 2.5rem;
}

.wrapper_services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #ffffff80;
  border-top-left-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3.3rem 4rem;
  display: grid;
}

.scissors-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 350%;
  display: flex;
  position: relative;
  top: -8rem;
}

.services-heading {
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.services-text {
  text-align: center;
  letter-spacing: 3px;
  font-size: 1.1rem;
}

.scissors-icon {
  width: 3rem;
  height: 3rem;
}

.services-rule {
  background-color: #ffffff80;
  width: 1px;
  height: 100%;
  margin-bottom: 1rem;
}

.top-heading-wrapper {
  max-width: 1200px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.centre-rule {
  background-color: #fff;
  width: 5rem;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.centre-rule.wide {
  background-color: #ffffff80;
  width: 80%;
}

.centre-rule.footer {
  background-color: #ffffff80;
  width: 3rem;
}

.merch-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5rem;
  font-size: 1.2rem;
  font-weight: 300;
  display: none;
}

.wrapper_merchandise {
  grid-column-gap: 3rem;
  grid-row-gap: 7rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.merch-content-wrapper {
  width: 100%;
  display: none;
}

.merch-heading {
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.merch-image-wrapper {
  background-color: #8f8f8f;
  height: 22rem;
  margin-bottom: 1rem;
}

.footer-image-wrapper {
  background-image: linear-gradient(186deg, #000 20%, #0000 66%), linear-gradient(#000000b0, #000000b0), url('../images/close-up-hands-using-styling-tools_WEB.png');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 130vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wrapper_footer {
  z-index: 2;
  text-align: center;
  margin-top: 12rem;
  position: relative;
}

.footer-logo {
  width: 9rem;
}

.footer-fineprint-link {
  letter-spacing: 1px;
  font-size: .6rem;
}

.footer-fineprint-link:hover {
  color: #fff;
  font-weight: 400;
}

.nav-rule {
  background-color: #fff;
  width: 30%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.merch-text_coming-soon {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5rem;
  font-size: 1.2rem;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.7em;
  }

  .container {
    align-items: flex-end;
  }

  .c-rich-text h3 {
    font-size: 1.6em;
  }

  .heading-3 {
    font-size: 2.2em;
  }

  .overlay {
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
  }

  .menu-top-wrapper {
    z-index: 100;
  }

  .menu-bg {
    display: block;
  }

  .menu-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr .25fr;
    grid-auto-columns: 1fr;
  }

  .social-link-wrapper {
    margin-left: 2.2rem;
    margin-right: 2.2rem;
  }

  .social-link-wrapper.tiktok {
    margin-left: 0;
  }

  .menu-wrapper---full-screen {
    display: flex;
  }

  .menu-open {
    z-index: 100;
    border-radius: 50px;
    width: 4em;
    height: 4em;
  }

  .overlay-menu-contact-details {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .overlay-menu-contact-details-wrapper {
    width: 100%;
    font-size: 1em;
  }

  .nav-link {
    letter-spacing: 5px;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .nav-link.home {
    display: flex;
  }

  .contact-details-wrapper---home-hero {
    margin-right: 2em;
    padding-right: 0;
  }

  .contact-details---home-hero {
    font-size: 1em;
  }

  .menu-close {
    width: 3.5em;
    height: 3.5em;
    margin-top: 1.5em;
    margin-right: 1.5em;
  }

  .footer_wrapper_content {
    padding-top: 0;
  }

  .footer-text {
    line-height: 1.4;
  }

  .footer_wrapper_links {
    justify-content: flex-end;
  }

  .hero-wrapper {
    background-image: none;
  }

  .duties-rich-text blockquote {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .navbar-2 {
    z-index: 99;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .supplier-logos {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr 1.25fr 1fr .75fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2.1em;
    padding-bottom: 2.1em;
    display: flex;
  }

  .brand {
    z-index: 101;
    display: flex;
  }

  .section---services {
    min-height: 0;
    display: block;
  }

  .logo_menu {
    width: 6em;
    margin-top: 0;
  }

  .tagline-menu {
    margin-top: 0;
    font-size: 1.7em;
  }

  .logo_main {
    width: 20rem;
  }

  .header_main {
    font-size: 1.7rem;
  }

  .heading_hero, .h4_home-heading {
    letter-spacing: 2px;
  }

  .text-block-18 {
    font-size: 1.1em;
  }

  .facebook-feed {
    justify-content: flex-end;
  }

  .code-embed {
    width: 100%;
  }

  .harcourts {
    width: 5em;
  }

  .floorworld {
    max-width: 100%;
  }

  .page-top-logo {
    width: 12em;
  }

  .h2_internal-page-sub {
    letter-spacing: 2px;
  }

  .rule_red {
    margin-bottom: 4em;
  }

  .section_internal-page {
    min-height: 0;
    display: block;
  }

  .grid_committee {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .button._1000 {
    width: 90%;
  }

  .button.services {
    width: 100%;
  }

  .button.contact {
    margin-top: 3rem;
  }

  .wrapper-sponsors {
    padding-left: 2.1em;
    padding-right: 2.1em;
  }

  .grid_sponsors_3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .sponsor-link {
    padding: 1.7em;
  }

  .jackson-volkswagen {
    max-width: 100%;
  }

  .navbar-3 {
    z-index: 3;
    background-image: none;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-right: 1rem;
    inset: 0%;
  }

  .nav-menu {
    z-index: 1;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 5rem;
    inset: 0%;
  }

  .menu-button {
    margin-top: 1rem;
    padding-top: 0;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #424242;
  }

  .icon {
    font-size: 2.5rem;
  }

  .social-wrapper_menu {
    margin-top: 3rem;
    margin-left: 0;
    display: flex;
  }

  .social-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav {
    justify-content: center;
    align-items: flex-end;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hamburger {
    font-size: 2.1rem;
    display: flex;
  }

  .menu-button-2 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    display: flex;
  }

  .menu-button-2.w--open {
    text-align: center;
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
  }

  .hero-content {
    width: 80%;
  }

  .cross {
    width: 100%;
    height: 1.3rem;
    padding-top: .3rem;
    display: inline-flex;
  }

  .social-wrapper_contact {
    margin-top: 3rem;
    margin-left: 0;
    display: flex;
  }

  .social-link-wrapper_contact {
    margin-left: 2.2rem;
    margin-right: 2.2rem;
  }

  .social-link-wrapper_contact.tiktok {
    margin-left: 0;
  }

  .social-icon_contact {
    width: 2.5rem;
    height: 2.5rem;
  }

  .wrapper_services {
    grid-template-columns: 1fr .25fr 1fr;
  }

  .scissors-wrapper {
    height: 300%;
  }

  .service-content-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.4em;
  }

  .c-rich-text h3 {
    font-size: 1.4em;
    line-height: 1.3;
  }

  .div-block-15 {
    font-size: 12px;
  }

  .heading-3 {
    line-height: 1.2;
  }

  .menu-bg {
    display: block;
  }

  .menu-grid {
    grid-column-gap: 17px;
    grid-row-gap: 11px;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  .overlay-menu-contact-details-wrapper {
    margin-top: 2em;
  }

  .contact-details-wrapper---home-hero {
    width: 50%;
  }

  .contact-details---home-hero {
    margin-bottom: .2em;
    font-size: 1.1em;
  }

  .footer-wrapper {
    padding-top: 5.5em;
  }

  .footer_wrapper_content {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer_wrapper_links {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2em;
  }

  .duties-rich-text {
    font-size: 14px;
  }

  .duties-rich-text h3 {
    font-size: 1.3em;
  }

  .duties-rich-text blockquote {
    font-size: 1.1em;
    line-height: 1.4;
  }

  .duties-rich-text h5 {
    font-size: 1em;
    line-height: 1.3;
  }

  .duties-rich-text p {
    font-size: 1em;
    line-height: 1.5;
  }

  .duties-rich-text h1 {
    line-height: 1.1;
  }

  .duties-rich-text h2 {
    line-height: 1.3;
  }

  .navbar-2 {
    height: auto;
  }

  .supplier-logos {
    grid-template-columns: 1.75fr 1fr 1.25fr 1fr;
  }

  .footer-fineprint {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    width: 12em;
  }

  .tagline-menu {
    font-size: 1.4em;
  }

  .logo_main {
    width: 15rem;
    margin-bottom: 4rem;
  }

  .heading_hero {
    margin-top: 1em;
    font-size: 1.2rem;
  }

  .footer_social {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .footer_social-link {
    width: 3em;
    height: 3em;
    margin-left: 1em;
    margin-right: 1em;
  }

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

  .image-8 {
    margin-bottom: 2em;
  }

  .facebook-feed-link {
    flex-flow: column;
    height: auto;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .image-9 {
    width: 20px;
    height: 20px;
    margin-bottom: .5em;
  }

  .text-block-18 {
    font-size: 1em;
  }

  .facebook-feed {
    border-bottom: 1px solid var(--lusc_blue);
    width: 100%;
    margin-left: 0;
  }

  .facebook-feed.juniors {
    border-bottom-style: solid;
    width: 100%;
    margin-top: 5em;
  }

  .h1_internal-page-head {
    font-size: 2.8em;
  }

  .h2_internal-page-sub {
    letter-spacing: 1px;
  }

  .section_internal-page {
    padding-bottom: 4.9em;
  }

  .wrapper-content-1000 {
    width: 100%;
  }

  .grid_committee {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper_committee-member {
    padding-bottom: 1em;
  }

  .wrapper-sponsors {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid_sponsors_4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .c-accordion-item {
    width: 100%;
  }

  .harcourts-logo {
    height: auto;
  }

  .sponsor-link {
    height: 12em;
    padding: 1.6em;
  }

  .grid_sponsors {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-2 {
    width: 4em;
    max-width: 70px;
  }

  .wrapper_services {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .scissors-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    position: absolute;
    inset: auto 0% -6rem;
  }

  .service-content-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .services-rule {
    height: 8rem;
  }

  .centre-rule.wide {
    margin-top: 3rem;
  }

  .merch-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper_merchandise {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .merch-image-wrapper {
    width: 60%;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .merch-text_coming-soon {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .c-rich-text h3 {
    font-size: 1.3em;
  }

  .heading-3 {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .menu-links {
    font-size: 1.5em;
  }

  .overlay {
    align-content: flex-start;
  }

  .overlay-menu-link-wrapper.w--current {
    font-size: 7vw;
  }

  .menu-grid {
    grid-template-rows: auto auto auto;
    grid-auto-columns: .25fr;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .social-link-wrapper {
    align-self: flex-start;
  }

  .menu-open {
    width: 3em;
    height: 3em;
    margin-top: 1em;
    margin-right: 1em;
    text-decoration: line-through;
  }

  .overlay-menu-contact-details {
    font-size: .8em;
    line-height: 1.2;
  }

  .overlay-menu-link {
    font-size: 1.3rem;
  }

  .overlay-menu-contact-details-wrapper {
    align-items: flex-start;
    margin-top: 2em;
  }

  .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }

  .contact-details-wrapper---home-hero {
    margin-top: 1em;
    display: none;
  }

  .contact-details---home-hero {
    text-align: left;
    font-size: 1em;
  }

  .menu-close {
    width: 2em;
    height: 2em;
    margin-top: 1em;
    margin-right: 1em;
    font-size: 1.2em;
  }

  .menu-close-cross {
    width: 50%;
  }

  .footer-wrapper {
    padding-top: 3em;
    position: relative;
  }

  .footer_wrapper_content {
    margin-top: 1em;
  }

  .footer-text, .footer-text.fineprint {
    text-align: center;
  }

  .footer_wrapper_links {
    margin-bottom: 1em;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 25%;
  }

  .duties-rich-text {
    font-size: 13px;
  }

  .duties-rich-text h3 {
    line-height: 1.2;
  }

  .duties-rich-text blockquote {
    padding: 1.5em 1.2em 1.5em 1.6em;
  }

  .duties-rich-text p {
    font-size: 1em;
    line-height: 1.5;
  }

  .navbar-2 {
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .footer_red-strip {
    margin-top: 2em;
  }

  .supplier-logos {
    text-align: center;
    margin-bottom: 1em;
    padding-top: 2.2em;
    padding-bottom: 2.2em;
  }

  .footer_logo-link {
    width: 6em;
  }

  .brand {
    width: 9em;
  }

  .wrapper-home-1-content {
    width: 100%;
  }

  .section---services {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }

  .tagline-menu {
    letter-spacing: 2px;
    font-size: 1em;
  }

  .logo_main {
    width: 75vw;
    max-width: 12rem;
    margin-bottom: 3rem;
  }

  .header_main {
    letter-spacing: 3px;
    width: 100%;
    margin-top: 2em;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .heading_hero {
    margin-top: 2em;
    font-size: 1rem;
    line-height: 1.2;
  }

  .blue-strip_hero {
    height: 2em;
  }

  .red-strip_hero {
    height: .3em;
  }

  .text-block-17 {
    font-size: 1.2em;
  }

  .h3_home-heading {
    margin-bottom: .5em;
    font-size: 1.6rem;
  }

  .h4_home-heading {
    letter-spacing: 1px;
    font-size: 1.1em;
  }

  .facebook-feed {
    border-bottom: 1px solid var(--lusc_blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .facebook-feed.juniors {
    margin-top: 5em;
  }

  .section---merchandise {
    padding-top: 6rem;
  }

  .italic-tagline {
    font-size: 1.3em;
  }

  .sponsor-link_footer {
    margin: .5em .9em;
    display: inline-block;
  }

  .harcourts {
    width: 6em;
  }

  .wrapper_page-top-logo {
    padding-top: 1.5em;
  }

  .page-top-logo {
    width: 9em;
  }

  .h1_internal-page-head {
    margin-bottom: .5em;
    font-size: 2.2em;
  }

  .h2_internal-page-sub {
    letter-spacing: 0;
    font-size: 1.1em;
  }

  .rule_red {
    margin-bottom: 2em;
  }

  .section_internal-page {
    padding-top: 6em;
  }

  .wrapper-content-1000 {
    width: 100%;
  }

  .grid_committee {
    grid-template-columns: 1fr;
  }

  .button, .button._1000 {
    width: 100%;
  }

  .button.white {
    line-height: 1.4;
  }

  .button.contact {
    width: 90%;
    max-width: 18rem;
  }

  .button.hero {
    margin-top: 2rem;
  }

  .wrapper_committee-member {
    padding-top: 1em;
    padding-bottom: .5em;
  }

  .wrapper_committee-member.group {
    padding-bottom: 1em;
  }

  .wrapper_information {
    width: 100%;
  }

  .contact-text {
    margin-top: .5em;
    line-height: 1.3;
  }

  .wrapper-sponsors {
    width: 100%;
    padding: 2.6em 2.4em;
  }

  .jackson-ford {
    width: 100%;
    max-width: 250px;
  }

  .grid_sponsors_3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 2em;
  }

  .grid_sponsors_4 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    margin-top: 2em;
  }

  ._w-accordion-item-a {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .c-accordion-item {
    width: 100%;
  }

  .harcourts-logo {
    height: 100%;
  }

  .sponsor-link {
    height: 10em;
    padding: 1.5em;
  }

  .image-12 {
    max-width: 200px;
  }

  .grid_sponsors {
    grid-template-columns: 1fr;
  }

  .kemlec-logo {
    max-width: 180px;
  }

  .jd-cuts-logo-mark_menu {
    width: 6rem;
  }

  .tagline_overlay {
    font-size: 1rem;
  }

  .nav-menu {
    padding-top: 15%;
  }

  .social-wrapper_menu {
    margin-top: 2rem;
  }

  .nav {
    background-color: #000;
    background-image: none;
    border-bottom-style: none;
  }

  .section---contact {
    padding-top: 6rem;
  }

  .social-link-wrapper_contact {
    align-self: flex-start;
  }

  .wrapper_services {
    width: 90%;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .scissors-wrapper {
    bottom: -7rem;
  }

  .services-heading {
    font-size: 1.2rem;
  }

  .services-text {
    line-height: 1.2;
  }

  .centre-rule.wide {
    width: 50%;
  }

  .wrapper_merchandise {
    width: 100%;
  }

  .merch-image-wrapper {
    height: 70vw;
  }
}

#w-node-ef71f464-6b45-b627-c8fb-1b91f213b3a7-9e9108af {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-9e9108af {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-c3356b45-126d-ae3a-6993-f295b93b1755-9e9108af {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_2e7ff571-e53c-08b4-7288-08a0e290c7dc-9e9108af {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c8aac865-f825-2baf-4f58-c56d5b056594-9e9108af {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_7176c01d-c076-316e-af13-da08ba22b37a-9e9108af, #w-node-_7176c01d-c076-316e-af13-da08ba22b386-9e9108af, #w-node-_5c82a7d6-9983-5442-3b40-24234658372a-9e9108af {
  justify-self: center;
}

#w-node-_03c8bd75-1ce9-36e5-1be3-c0fd81321f42-9e9108af {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-ef71f464-6b45-b627-c8fb-1b91f213b3a7-9e9108af {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-9e9108af {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-9e9108af {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: end;
  }

  #w-node-_03c8bd75-1ce9-36e5-1be3-c0fd81321f42-9e9108af {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef71f464-6b45-b627-c8fb-1b91f213b3a7-9e9108af {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-e45bd423-e2c0-c515-76a6-25635ccf5baa-9e9108af {
    grid-area: span 2 / span 3 / span 2 / span 3;
    align-self: end;
  }
}


