@charset "UTF-8";
/*
Theme Name: South Hampstead High School
Author: Taylor/Thomas
Author URI: http://www.taylorthomas.co.uk
Text Domain: shhs
*/
.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

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

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/* Settings */
/* ----- SETTINGS: BREAKPOINTS ----- */
/* ----- SETTINGS: COLORS ----- */
/* ----- SETTINGS: VARIABLES ----- */
/* Header heights at each breakpoint */
/* Spacing */
/* Transitions */
/* Tools */
/* ----- TOOLS: ANIMATION ----- */
@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-6px); }
  100% {
    transform: translateY(0); } }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateY(-20px); } }

@keyframes grow {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ----- TOOLS: BOX-SHADOW ----- */
/* ----- TOOLS: COLORS ----- */
/* Return hex value when given color name */
/* Create utility classes for each color */
.u-color--astronaut {
  color: #294f74; }

.u-bg--astronaut {
  background-color: #294f74; }

.c-signpost.c-signpost--astronaut {
  color: #294f74; }
  .c-signpost.c-signpost--astronaut svg {
    fill: #294f74; }
  .c-signpost.c-signpost--astronaut:hover {
    color: #294f74; }

.u-color--baja-white {
  color: #fff7cd; }

.u-bg--baja-white {
  background-color: #fff7cd; }

.c-signpost.c-signpost--baja-white {
  color: #fff7cd; }
  .c-signpost.c-signpost--baja-white svg {
    fill: #fff7cd; }
  .c-signpost.c-signpost--baja-white:hover {
    color: #fff7cd; }

.u-color--black {
  color: #000000; }

.u-bg--black {
  background-color: #000000; }

.c-signpost.c-signpost--black {
  color: #000000; }
  .c-signpost.c-signpost--black svg {
    fill: #000000; }
  .c-signpost.c-signpost--black:hover {
    color: #000000; }

.u-color--buddha {
  color: #bc9b00; }

.u-bg--buddha {
  background-color: #bc9b00; }

.c-signpost.c-signpost--buddha {
  color: #bc9b00; }
  .c-signpost.c-signpost--buddha svg {
    fill: #bc9b00; }
  .c-signpost.c-signpost--buddha:hover {
    color: #bc9b00; }

.u-color--chambray {
  color: #345e84; }

.u-bg--chambray {
  background-color: #345e84; }

.c-signpost.c-signpost--chambray {
  color: #345e84; }
  .c-signpost.c-signpost--chambray svg {
    fill: #345e84; }
  .c-signpost.c-signpost--chambray:hover {
    color: #345e84; }

.u-color--dust {
  color: #999999; }

.u-bg--dust {
  background-color: #999999; }

.c-signpost.c-signpost--dust {
  color: #999999; }
  .c-signpost.c-signpost--dust svg {
    fill: #999999; }
  .c-signpost.c-signpost--dust:hover {
    color: #999999; }

.u-color--eton {
  color: #83bea2; }

.u-bg--eton {
  background-color: #83bea2; }

.c-signpost.c-signpost--eton {
  color: #83bea2; }
  .c-signpost.c-signpost--eton svg {
    fill: #83bea2; }
  .c-signpost.c-signpost--eton:hover {
    color: #83bea2; }

.u-color--gallery {
  color: #ebebeb; }

.u-bg--gallery {
  background-color: #ebebeb; }

.c-signpost.c-signpost--gallery {
  color: #ebebeb; }
  .c-signpost.c-signpost--gallery svg {
    fill: #ebebeb; }
  .c-signpost.c-signpost--gallery:hover {
    color: #ebebeb; }

.u-color--gold {
  color: #ebd201; }

.u-bg--gold {
  background-color: #ebd201; }

.c-signpost.c-signpost--gold {
  color: #ebd201; }
  .c-signpost.c-signpost--gold svg {
    fill: #ebd201; }
  .c-signpost.c-signpost--gold:hover {
    color: #ebd201; }

.u-color--granite {
  color: #666666; }

.u-bg--granite {
  background-color: #666666; }

.c-signpost.c-signpost--granite {
  color: #666666; }
  .c-signpost.c-signpost--granite svg {
    fill: #666666; }
  .c-signpost.c-signpost--granite:hover {
    color: #666666; }

.u-color--guardsman {
  color: #c50600; }

.u-bg--guardsman {
  background-color: #c50600; }

.c-signpost.c-signpost--guardsman {
  color: #c50600; }
  .c-signpost.c-signpost--guardsman svg {
    fill: #c50600; }
  .c-signpost.c-signpost--guardsman:hover {
    color: #c50600; }

.u-color--gunmetal {
  color: #2e2c42; }

.u-bg--gunmetal {
  background-color: #2e2c42; }

.c-signpost.c-signpost--gunmetal {
  color: #2e2c42; }
  .c-signpost.c-signpost--gunmetal svg {
    fill: #2e2c42; }
  .c-signpost.c-signpost--gunmetal:hover {
    color: #2e2c42; }

.u-color--isabelline {
  color: #efebec; }

.u-bg--isabelline {
  background-color: #efebec; }

.c-signpost.c-signpost--isabelline {
  color: #efebec; }
  .c-signpost.c-signpost--isabelline svg {
    fill: #efebec; }
  .c-signpost.c-signpost--isabelline:hover {
    color: #efebec; }

.u-color--ivory {
  color: #FBFAFB; }

.u-bg--ivory {
  background-color: #FBFAFB; }

.c-signpost.c-signpost--ivory {
  color: #FBFAFB; }
  .c-signpost.c-signpost--ivory svg {
    fill: #FBFAFB; }
  .c-signpost.c-signpost--ivory:hover {
    color: #FBFAFB; }

.u-color--jet {
  color: #333333; }

.u-bg--jet {
  background-color: #333333; }

.c-signpost.c-signpost--jet {
  color: #333333; }
  .c-signpost.c-signpost--jet svg {
    fill: #333333; }
  .c-signpost.c-signpost--jet:hover {
    color: #333333; }

.u-color--pastel {
  color: #b4a1ab; }

.u-bg--pastel {
  background-color: #b4a1ab; }

.c-signpost.c-signpost--pastel {
  color: #b4a1ab; }
  .c-signpost.c-signpost--pastel svg {
    fill: #b4a1ab; }
  .c-signpost.c-signpost--pastel:hover {
    color: #b4a1ab; }

.u-color--safety {
  color: #ebc201; }

.u-bg--safety {
  background-color: #ebc201; }

.c-signpost.c-signpost--safety {
  color: #ebc201; }
  .c-signpost.c-signpost--safety svg {
    fill: #ebc201; }
  .c-signpost.c-signpost--safety:hover {
    color: #ebc201; }

.u-color--silver {
  color: #cccccc; }

.u-bg--silver {
  background-color: #cccccc; }

.c-signpost.c-signpost--silver {
  color: #cccccc; }
  .c-signpost.c-signpost--silver svg {
    fill: #cccccc; }
  .c-signpost.c-signpost--silver:hover {
    color: #cccccc; }

.u-color--snow {
  color: #fdf9fa; }

.u-bg--snow {
  background-color: #fdf9fa; }

.c-signpost.c-signpost--snow {
  color: #fdf9fa; }
  .c-signpost.c-signpost--snow svg {
    fill: #fdf9fa; }
  .c-signpost.c-signpost--snow:hover {
    color: #fdf9fa; }

.u-color--steel {
  color: #242335; }

.u-bg--steel {
  background-color: #242335; }

.c-signpost.c-signpost--steel {
  color: #242335; }
  .c-signpost.c-signpost--steel svg {
    fill: #242335; }
  .c-signpost.c-signpost--steel:hover {
    color: #242335; }

.u-color--sunflower {
  color: #ffd302; }

.u-bg--sunflower {
  background-color: #ffd302; }

.c-signpost.c-signpost--sunflower {
  color: #ffd302; }
  .c-signpost.c-signpost--sunflower svg {
    fill: #ffd302; }
  .c-signpost.c-signpost--sunflower:hover {
    color: #ffd302; }

.u-color--supernova {
  color: #ffc901; }

.u-bg--supernova {
  background-color: #ffc901; }

.c-signpost.c-signpost--supernova {
  color: #ffc901; }
  .c-signpost.c-signpost--supernova svg {
    fill: #ffc901; }
  .c-signpost.c-signpost--supernova:hover {
    color: #ffc901; }

.u-color--swan {
  color: #c0afb8; }

.u-bg--swan {
  background-color: #c0afb8; }

.c-signpost.c-signpost--swan {
  color: #c0afb8; }
  .c-signpost.c-signpost--swan svg {
    fill: #c0afb8; }
  .c-signpost.c-signpost--swan:hover {
    color: #c0afb8; }

.u-color--timberwolf {
  color: #DDD4D8; }

.u-bg--timberwolf {
  background-color: #DDD4D8; }

.c-signpost.c-signpost--timberwolf {
  color: #DDD4D8; }
  .c-signpost.c-signpost--timberwolf svg {
    fill: #DDD4D8; }
  .c-signpost.c-signpost--timberwolf:hover {
    color: #DDD4D8; }

.u-color--white {
  color: #ffffff; }

.u-bg--white {
  background-color: #ffffff; }

.c-signpost.c-signpost--white {
  color: #ffffff; }
  .c-signpost.c-signpost--white svg {
    fill: #ffffff; }
  .c-signpost.c-signpost--white:hover {
    color: #ffffff; }

.u-color--granny-apple {
  color: #d2f5e1; }

.u-bg--granny-apple {
  background-color: #d2f5e1; }

.c-signpost.c-signpost--granny-apple {
  color: #d2f5e1; }
  .c-signpost.c-signpost--granny-apple svg {
    fill: #d2f5e1; }
  .c-signpost.c-signpost--granny-apple:hover {
    color: #d2f5e1; }

.u-color--padua {
  color: #a5e6c8; }

.u-bg--padua {
  background-color: #a5e6c8; }

.c-signpost.c-signpost--padua {
  color: #a5e6c8; }
  .c-signpost.c-signpost--padua svg {
    fill: #a5e6c8; }
  .c-signpost.c-signpost--padua:hover {
    color: #a5e6c8; }

.u-color--elm {
  color: #238c7d; }

.u-bg--elm {
  background-color: #238c7d; }

.c-signpost.c-signpost--elm {
  color: #238c7d; }
  .c-signpost.c-signpost--elm svg {
    fill: #238c7d; }
  .c-signpost.c-signpost--elm:hover {
    color: #238c7d; }

/* ----- TOOLS: FLEXBOX ----- */
@media (min-width: 20em) {
  .u-flex-column-from-mobile {
    flex-direction: column; } }

@media (max-width: 19.99em) {
  .u-flex-column-until-mobile {
    flex-direction: column; } }

@media (min-width: 46.25em) {
  .u-flex-column-from-tablet {
    flex-direction: column; } }

@media (max-width: 46.24em) {
  .u-flex-column-until-tablet {
    flex-direction: column; } }

@media (min-width: 65.625em) {
  .u-flex-column-from-desktop {
    flex-direction: column; } }

@media (max-width: 65.615em) {
  .u-flex-column-until-desktop {
    flex-direction: column; } }

@media (min-width: 81.25em) {
  .u-flex-column-from-wide {
    flex-direction: column; } }

@media (max-width: 81.24em) {
  .u-flex-column-until-wide {
    flex-direction: column; } }

@media (min-width: 90.625em) {
  .u-flex-column-from-xwide {
    flex-direction: column; } }

@media (max-width: 90.615em) {
  .u-flex-column-until-xwide {
    flex-direction: column; } }

@media (min-width: 71.25em) {
  .u-flex-column-from-x1140 {
    flex-direction: column; } }

@media (max-width: 71.24em) {
  .u-flex-column-until-x1140 {
    flex-direction: column; } }

/* ----- TOOLS: FONT-FACE ----- */
/* ----- TOOLS: HIDE ----- */
@media (min-width: 20em) {
  .u-hide-from-mobile {
    display: none; } }

@media (max-width: 19.99em) {
  .u-hide-until-mobile {
    display: none; } }

@media (min-width: 46.25em) {
  .u-hide-from-tablet {
    display: none; } }

@media (max-width: 46.24em) {
  .u-hide-until-tablet {
    display: none; } }

@media (min-width: 65.625em) {
  .u-hide-from-desktop {
    display: none; } }

@media (max-width: 65.615em) {
  .u-hide-until-desktop {
    display: none; } }

@media (min-width: 81.25em) {
  .u-hide-from-wide {
    display: none; } }

@media (max-width: 81.24em) {
  .u-hide-until-wide {
    display: none; } }

@media (min-width: 90.625em) {
  .u-hide-from-xwide {
    display: none; } }

@media (max-width: 90.615em) {
  .u-hide-until-xwide {
    display: none; } }

@media (min-width: 71.25em) {
  .u-hide-from-x1140 {
    display: none; } }

@media (max-width: 71.24em) {
  .u-hide-until-x1140 {
    display: none; } }

.u-hide {
  display: none !important; }

/* ----- TOOLS: HIGHLIGHTER ----- */
/* ----- TOOLS: POSITION ----- */
/* ----- TOOLS: SPACING ----- */
.u-margin-top--small {
  margin-top: 20px; }
  @media (min-width: 46.25em) {
    .u-margin-top--small {
      margin-top: 40px; } }
  @media (min-width: 65.625em) {
    .u-margin-top--small {
      margin-top: 60px; } }

.u-padding-top--small {
  padding-top: 20px; }
  @media (min-width: 46.25em) {
    .u-padding-top--small {
      padding-top: 40px; } }
  @media (min-width: 65.625em) {
    .u-padding-top--small {
      padding-top: 60px; } }

.u-margin-top--medium {
  margin-top: 30px; }
  @media (min-width: 46.25em) {
    .u-margin-top--medium {
      margin-top: 60px; } }
  @media (min-width: 65.625em) {
    .u-margin-top--medium {
      margin-top: 90px; } }

.u-padding-top--medium {
  padding-top: 30px; }
  @media (min-width: 46.25em) {
    .u-padding-top--medium {
      padding-top: 60px; } }
  @media (min-width: 65.625em) {
    .u-padding-top--medium {
      padding-top: 90px; } }

.u-margin-top--large {
  margin-top: 40px; }
  @media (min-width: 46.25em) {
    .u-margin-top--large {
      margin-top: 80px; } }
  @media (min-width: 65.625em) {
    .u-margin-top--large {
      margin-top: 120px; } }

.u-padding-top--large {
  padding-top: 40px; }
  @media (min-width: 46.25em) {
    .u-padding-top--large {
      padding-top: 80px; } }
  @media (min-width: 65.625em) {
    .u-padding-top--large {
      padding-top: 120px; } }

.u-margin-right--small {
  margin-right: 20px; }
  @media (min-width: 46.25em) {
    .u-margin-right--small {
      margin-right: 40px; } }
  @media (min-width: 65.625em) {
    .u-margin-right--small {
      margin-right: 60px; } }

.u-padding-right--small {
  padding-right: 20px; }
  @media (min-width: 46.25em) {
    .u-padding-right--small {
      padding-right: 40px; } }
  @media (min-width: 65.625em) {
    .u-padding-right--small {
      padding-right: 60px; } }

.u-margin-right--medium {
  margin-right: 30px; }
  @media (min-width: 46.25em) {
    .u-margin-right--medium {
      margin-right: 60px; } }
  @media (min-width: 65.625em) {
    .u-margin-right--medium {
      margin-right: 90px; } }

.u-padding-right--medium {
  padding-right: 30px; }
  @media (min-width: 46.25em) {
    .u-padding-right--medium {
      padding-right: 60px; } }
  @media (min-width: 65.625em) {
    .u-padding-right--medium {
      padding-right: 90px; } }

.u-margin-right--large {
  margin-right: 40px; }
  @media (min-width: 46.25em) {
    .u-margin-right--large {
      margin-right: 80px; } }
  @media (min-width: 65.625em) {
    .u-margin-right--large {
      margin-right: 120px; } }

.u-padding-right--large {
  padding-right: 40px; }
  @media (min-width: 46.25em) {
    .u-padding-right--large {
      padding-right: 80px; } }
  @media (min-width: 65.625em) {
    .u-padding-right--large {
      padding-right: 120px; } }

.u-margin-bottom--small {
  margin-bottom: 20px; }
  @media (min-width: 46.25em) {
    .u-margin-bottom--small {
      margin-bottom: 40px; } }
  @media (min-width: 65.625em) {
    .u-margin-bottom--small {
      margin-bottom: 60px; } }

.u-padding-bottom--small {
  padding-bottom: 20px; }
  @media (min-width: 46.25em) {
    .u-padding-bottom--small {
      padding-bottom: 40px; } }
  @media (min-width: 65.625em) {
    .u-padding-bottom--small {
      padding-bottom: 60px; } }

.u-margin-bottom--medium {
  margin-bottom: 30px; }
  @media (min-width: 46.25em) {
    .u-margin-bottom--medium {
      margin-bottom: 60px; } }
  @media (min-width: 65.625em) {
    .u-margin-bottom--medium {
      margin-bottom: 90px; } }

.u-padding-bottom--medium {
  padding-bottom: 30px; }
  @media (min-width: 46.25em) {
    .u-padding-bottom--medium {
      padding-bottom: 60px; } }
  @media (min-width: 65.625em) {
    .u-padding-bottom--medium {
      padding-bottom: 90px; } }

.u-margin-bottom--large {
  margin-bottom: 40px; }
  @media (min-width: 46.25em) {
    .u-margin-bottom--large {
      margin-bottom: 80px; } }
  @media (min-width: 65.625em) {
    .u-margin-bottom--large {
      margin-bottom: 120px; } }

.u-padding-bottom--large {
  padding-bottom: 40px; }
  @media (min-width: 46.25em) {
    .u-padding-bottom--large {
      padding-bottom: 80px; } }
  @media (min-width: 65.625em) {
    .u-padding-bottom--large {
      padding-bottom: 120px; } }

.u-margin-left--small {
  margin-left: 20px; }
  @media (min-width: 46.25em) {
    .u-margin-left--small {
      margin-left: 40px; } }
  @media (min-width: 65.625em) {
    .u-margin-left--small {
      margin-left: 60px; } }

.u-padding-left--small {
  padding-left: 20px; }
  @media (min-width: 46.25em) {
    .u-padding-left--small {
      padding-left: 40px; } }
  @media (min-width: 65.625em) {
    .u-padding-left--small {
      padding-left: 60px; } }

.u-margin-left--medium {
  margin-left: 30px; }
  @media (min-width: 46.25em) {
    .u-margin-left--medium {
      margin-left: 60px; } }
  @media (min-width: 65.625em) {
    .u-margin-left--medium {
      margin-left: 90px; } }

.u-padding-left--medium {
  padding-left: 30px; }
  @media (min-width: 46.25em) {
    .u-padding-left--medium {
      padding-left: 60px; } }
  @media (min-width: 65.625em) {
    .u-padding-left--medium {
      padding-left: 90px; } }

.u-margin-left--large {
  margin-left: 40px; }
  @media (min-width: 46.25em) {
    .u-margin-left--large {
      margin-left: 80px; } }
  @media (min-width: 65.625em) {
    .u-margin-left--large {
      margin-left: 120px; } }

.u-padding-left--large {
  padding-left: 40px; }
  @media (min-width: 46.25em) {
    .u-padding-left--large {
      padding-left: 80px; } }
  @media (min-width: 65.625em) {
    .u-padding-left--large {
      padding-left: 120px; } }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: inherit; }

@-ms-viewport {
  width: device-width; }

/* ----- GENERIC: FONTS ----- */
/* FS Brabo */
@font-face {
  font-family: "FS Brabo";
  src: url("/wp-content/themes/shhs/fonts/FSBraboWeb-LightItalic.eot");
  src: url("/wp-content/themes/shhs/fonts/FSBraboWeb-LightItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shhs/fonts/FSBraboWeb-LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300; }

@font-face {
  font-family: "FS Brabo";
  src: url("/wp-content/themes/shhs/fonts/FSBraboWeb-Italic.eot");
  src: url("/wp-content/themes/shhs/fonts/FSBraboWeb-Italic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shhs/fonts/FSBraboWeb-Italic.woff") format("woff");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "FS Brabo";
  src: url("/wp-content/themes/shhs/fonts/FSBraboWeb-SemiBdItalic.eot");
  src: url("/wp-content/themes/shhs/fonts/FSBraboWeb-SemiBdItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shhs/fonts/FSBraboWeb-SemiBdItalic.woff") format("woff");
  font-style: italic;
  font-weight: 600; }

/* FS Elliot */
@font-face {
  font-family: "FS Elliot";
  src: url("/wp-content/themes/shhs/fonts/FSElliotWeb-Regular.eot");
  src: url("/wp-content/themes/shhs/fonts/FSElliotWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shhs/fonts/FSElliotWeb-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "FS Elliot";
  src: url("/wp-content/themes/shhs/fonts/FSElliotWeb-Bold.eot");
  src: url("/wp-content/themes/shhs/fonts/FSElliotWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shhs/fonts/FSElliotWeb-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "FS Elliot";
  src: url("/wp-content/themes/shhs/fonts/FSElliotWeb-Italic.eot");
  src: url("/wp-content/themes/shhs/fonts/FSElliotWeb-Italic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shhs/fonts/FSElliotWeb-Italic.woff") format("woff");
  font-style: italic;
  font-weight: normal; }

/* ----- GENERIC: BODY ----- */
* {
  box-sizing: border-box; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  display: flex;
  flex-direction: column;
  font-family: "FS Elliot";
  font-size: 16px;
  line-height: 1.63;
  margin-top: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  transition: transform 0.2s ease-in-out; }
  body.alert-hidden {
    transform: translateY(-140px); }

p + p {
  margin-top: 13px; }

ul {
  line-height: 1; }

b, strong {
  font-weight: bold; }

::selection {
  background-color: #ffd302; }

::-moz-selection {
  background-color: #ffd302; }

/* ----- GENERIC: TAP HIGHLIGHTING ----- */
a,
.c-button,
.c-header *,
.c-close-button,
.c-menu-button,
.c-filter__clear,
.c-navigation__link,
.c-next-section * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* Elements */
/* ----- ELEMENTS: FORM ----- */
input,
.acf-form .acf-input input {
  font-family: "FS Elliot";
  border-radius: 0; }

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #333333 !important; }

select,
.acf-form .acf-field-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "FS Elliot";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  outline: none;
  padding: 7px 0;
  width: 100%; }

select::-ms-expand {
  display: none; }

/* ----- ELEMENTS: LINKS ----- */
a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #999999; }

/* ----- ELEMENTS: MAIN ----- */
main {
  background-color: #ffffff;
  flex: 1 0 auto;
  margin-top: 95px;
  overflow: hidden;
  position: relative;
  z-index: 3; }
  .alert-shown main {
    margin-top: 234px; }
  @media (min-width: 46.25em) {
    main {
      margin-top: 115px; }
      .alert-shown main {
        margin-top: 254px; } }
  @media (min-width: 65.625em) {
    main {
      margin-top: 140px; }
      .alert-shown main {
        margin-top: 279px; } }

/* Objects */
/* ----- OBJECTS: ACF FORM ----- */
/*
  This stylesheet contains lots of horrible overrides of ACF styling for front-end forms. This is the only place where we're using "@extend" functionality because it's the only place it makes sense to do so!
*/
.acf-form {
  /* Labels get c-label styling */
  /* Hide "required" asterisks */
  /* ACF Field wrappers take on c-fieldgroup styling */
  /* Title of repeater section gets u-section-title styles */
  /* ACF Input fields take on c-input styling */
  /* ACF Select fields take on c-select styling */
  /* Form validation alert styling */
  /* Field validation message styling */ }
  .acf-form .acf-row-handle {
    display: none; }
  .acf-form .acf-table, .acf-form td {
    border: 0 !important; }
  .acf-form .acf-required {
    opacity: 0; }
  .acf-form .acf-fields {
    background: transparent; }
  .acf-form .acf-fields > .acf-field {
    border-top: 0;
    border-left: 0 !important;
    padding: 0; }
    @media (min-width: 46.25em) {
      .acf-form .acf-fields > .acf-field {
        padding: 0 16px 0 0; } }
    .acf-form .acf-fields > .acf-field[data-name="opt_in"] label {
      color: #999999; }
    .acf-form .acf-fields > .acf-field[data-name="opt_in"] .acf-label {
      display: none; }
    @media (max-width: 46.24em) {
      .acf-form .acf-fields > .acf-field[data-width] {
        width: 100% !important; } }
  .acf-form .acf-field[data-type="repeater"] > .acf-label label {
    margin-bottom: 40px; }
  .acf-form .acf-input {
    display: flex;
    flex-direction: column; }
    .acf-form .acf-input .acf-notice {
      order: 2; }
    .acf-form .acf-input input {
      background-color: transparent; }
    .acf-form .acf-input input[type="checkbox"] {
      height: 16px;
      margin-right: 10px;
      width: auto; }
    .acf-form .acf-input input:-webkit-autofill {
      -webkit-text-fill-color: #333333 !important; }
  .acf-form .acf-field-select {
    /* And chevron */ }
    .acf-form .acf-field-select .acf-input::after {
      border-color: #333333 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 5px;
      content: '';
      margin-top: -3px;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 22px;
      width: 0; }
  .acf-form .acf-repeater {
    /* Add another child button styling */ }
    .acf-form .acf-repeater .acf-row td.acf-fields:not(:last-child) {
      padding-bottom: 60px !important; }
    .acf-form .acf-repeater > table {
      margin: 0;
      background: transparent; }
    .acf-form .acf-repeater td {
      border-left: 0; }
    .acf-form .acf-repeater .acf-table {
      border: 0; }
    .acf-form .acf-repeater .acf-actions {
      text-align: left; }
      .acf-form .acf-repeater .acf-actions a {
        align-items: center;
        display: flex; }
        .acf-form .acf-repeater .acf-actions a::before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ccc' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 13'%3e%3cpath fill-rule='evenodd' d='M8 5H5V2H3v3H0v2h3v3h2V7h3V5zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 0 18 0c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86 0 1.07-.34 2.04-.9 2.86.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 0 13 0c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16C20.45 8.89 21 9.82 21 11v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 8c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z'/%3e%3c/svg%3e");
          content: '';
          display: block;
          width: 24px;
          height: 13px;
          margin-right: 10px;
          transition: background-image 0.3s ease-in-out; }
        .acf-form .acf-repeater .acf-actions a:hover::before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 13'%3e%3cpath fill-rule='evenodd' d='M8 5H5V2H3v3H0v2h3v3h2V7h3V5zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 0 18 0c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86 0 1.07-.34 2.04-.9 2.86.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 0 13 0c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16C20.45 8.89 21 9.82 21 11v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 8c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z'/%3e%3c/svg%3e"); }
  .acf-form > .acf-notice {
    padding: 20px; }
    .acf-form > .acf-notice p, .acf-form > .acf-notice a {
      display: none; }
    .acf-form > .acf-notice::before {
      align-items: center;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='c-warning-icon' fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 20 20'%3e%3cpath fill-rule='evenodd' d='M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm1 15H9v-2h2v2zm0-4H9V5h2v6z'/%3e%3c/svg%3e ");
      content: 'These are some errors or omissions in your enquiry. Please try again...';
      display: flex;
      display: inline-block;
      height: 20px;
      line-height: 1;
      margin-right: 8px;
      margin-bottom: 0 !important;
      width: 100%;
      padding: 0 0 0 30px !important;
      background-size: 20px 20px;
      background-repeat: no-repeat; }
    .acf-form > .acf-notice.-error {
      background-color: #c50600;
      border: 0;
      color: #ffffff; }
  .acf-form .acf-notice-dismiss {
    display: none; }
  .acf-form .acf-field .acf-notice {
    margin: 0;
    padding: 0; }
    .acf-form .acf-field .acf-notice.-error {
      background: none; }
    .acf-form .acf-field .acf-notice p {
      font-size: 12px;
      line-height: 1; }

.acf-notice.-error + .acf-input-wrap input,
.acf-notice.-error + select {
  border-bottom: solid 2px #c50600 !important; }

/* ----- OBJECTS: CONTAINER ----- */
.o-container {
  margin: 0 auto;
  max-width: 1084px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media (min-width: 46.25em) {
    .o-container {
      padding: 0 30px; } }
  @media (min-width: 1144px) {
    .o-container {
      padding: 0; } }

main .o-container {
  animation: fadeIn 0.2s ease-in-out both 0.3s; }

@media (min-width: 46.25em) {
  .o-container-from-tablet {
    margin: 0 auto;
    max-width: 1084px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 2; } }

@media (min-width: 65.625em) {
  .o-container-from-desktop {
    margin: 0 auto;
    max-width: 1084px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 2; } }

@media (max-width: 46.24em) {
  .o-container-until-tablet {
    margin: 0 auto;
    max-width: 1084px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 2; } }

/* ----- OBJECTS: GRAVITY FORM ----- */
.gform_wrapper.gravity-theme form .gform_fields {
  column-gap: 16px;
  row-gap: 24px; }
  @media (min-width: 65.625em) {
    .gform_wrapper.gravity-theme form .gform_fields {
      row-gap: 40px; } }

.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: unset; }

.gform_wrapper.gravity-theme form input[type="text"],
.gform_wrapper.gravity-theme form input[type="tel"],
.gform_wrapper.gravity-theme form input[type="email"],
.gform_wrapper.gravity-theme form textarea {
  padding-inline: 0; }

.gform_wrapper.gravity-theme form .gfield input,
.gform_wrapper.gravity-theme form .gfield textarea {
  border-bottom: solid 2px #cccccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #333333;
  font-family: "FS Elliot";
  font-size: 16px;
  height: 38px;
  outline: none;
  width: 100%;
  background: transparent; }
  .gform_wrapper.gravity-theme form .gfield input.has-error,
  .gform_wrapper.gravity-theme form .gfield textarea.has-error {
    border-color: #c50600; }

.gform_wrapper.gravity-theme form .gfield textarea {
  resize: none; }

.gform_wrapper.gravity-theme form .gfield.gfield_error input,
.gform_wrapper.gravity-theme form .gfield.gfield_error textarea {
  border-bottom-color: #c50600; }

.gform_wrapper.gravity-theme form .gfield_label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333333; }

.gform_wrapper.gravity-theme form .gfield_required_asterisk {
  opacity: 0; }

.gform_wrapper.gravity-theme form .gform_button[type="submit"] {
  background-color: #ffd302;
  border: solid 2px #ffd302;
  box-shadow: none;
  color: #333333;
  cursor: pointer;
  display: block;
  font-family: "FS Elliot";
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  letter-spacing: 0.5px;
  margin: 0;
  outline: none;
  padding: 10px 71px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  user-select: none;
  z-index: 1; }
  .gform_wrapper.gravity-theme form .gform_button[type="submit"]:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff; }

.gform_wrapper.gravity-theme form .gform_footer {
  position: relative;
  width: auto;
  display: inline-block; }
  .gform_wrapper.gravity-theme form .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
    filter: brightness(0.5); }

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: flex;
  box-shadow: none;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 0;
  transition: opacity 0.2s ease-in-out; }
  .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    font-weight: bold; }
  .gform_wrapper.gravity-theme .gform_validation_errors h2:has(.gform-icon) {
    margin-left: 24px; }
  .gform_wrapper.gravity-theme .gform_validation_errors .gform_icon--close:before {
    margin-top: -2px;
    display: block; }

.gform_wrapper.gravity-theme .gfield .gfield_validation_message,
.gform_wrapper.gravity-theme .gform_wrapper .validation_message {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  background: none;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  color: #c50600; }

.gform_validation_errors {
  transform: translateY(10px);
  animation: fadeInUp 0.2s ease-in-out both 0s; }

/* ----- OBJECTS: GRID ----- */
.o-grid {
  display: block;
  font-size: 0;
  list-style: none;
  margin-left: -16px;
  padding: 0; }

.o-grid__item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  padding-left: 16px;
  vertical-align: top;
  width: 100%; }

/* Components */
.c-alumnae-filtering {
  align-items: center;
  display: grid;
  margin-bottom: 60px; }
  @media (max-width: 46.24em) {
    .c-alumnae-filtering {
      column-gap: 10px; } }
  @media (max-width: 65.615em) {
    .c-alumnae-filtering {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: 'filter reset'; } }
  @media (min-width: 46.25em) and (max-width: 65.615em) {
    .c-alumnae-filtering {
      column-gap: 30px; } }
  @media (min-width: 65.625em) {
    .c-alumnae-filtering {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: 'filter . reset';
      column-gap: 60px; } }

.c-alumnae-filtering__filters {
  grid-area: filter; }

.c-alumnae-filtering__reset {
  grid-area: reset; }

/* ----- COMPONENTS: AUTHOR ----- */
.c-author {
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  height: 94px;
  width: 94px; }

/* ----- COMPONENTS: ADDRESS BLOCK ----- */
.c-address-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 292px;
  justify-content: center;
  text-align: center;
  position: relative; }
  .c-address-block a[href*='tel'] {
    text-decoration: none; }
  .c-address-block a:hover {
    color: #ffffff;
    opacity: 0.75; }
  @media (min-width: 46.25em) {
    .c-address-block {
      height: 313px; } }
  @media (min-width: 65.625em) {
    .c-address-block {
      height: 0;
      padding-bottom: 100%; } }

.c-address-block__content {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.3s; }

.c-address-block__title {
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 40px; }
  @media (min-width: 46.25em) {
    .c-address-block__title {
      font-size: 36px; } }
  @media (min-width: 65.625em) {
    .c-address-block__title {
      margin-bottom: 60px; } }

.c-address-block--junior {
  background-color: #345e84;
  color: #ffffff; }
  .c-address-block--junior .c-address-block__content {
    transition-delay: 0.15s; }
  .c-address-block--junior .c-address-block__title {
    box-shadow: inset 0 -0.175em #345e84, inset 0 -0.7em #294f74;
    padding-bottom: 8px; }

.c-address-block--senior {
  background-color: #2e2c42;
  color: #ffffff; }
  .c-address-block--senior .c-address-block__content {
    transition-delay: 0.3s; }
  .c-address-block--senior .c-address-block__title {
    box-shadow: inset 0 -0.175em #2e2c42, inset 0 -0.7em #242335;
    padding-bottom: 8px; }

.c-address-block--sixth-form {
  background-color: #c0afb8;
  color: #333333; }
  .c-address-block--sixth-form a:hover {
    color: #333333; }
  .c-address-block--sixth-form .c-address-block__content {
    transition-delay: 0.45s; }
  .c-address-block--sixth-form .c-address-block__title {
    box-shadow: inset 0 -0.175em #c0afb8, inset 0 -0.7em #b4a1ab;
    padding-bottom: 8px; }

.c-contact-addresses br {
  display: none; }

@media (min-width: 46.25em) {
  .c-contact-addresses {
    display: block; } }

/* ----- COMPONENTS: ALERT ----- */
.c-alert {
  background-color: #ffd302;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: -1px;
  transform: translate3d(0, -100%, 0);
  transition: all 0.2s ease-in-out 0.2s;
  width: 100%;
  z-index: 6; }
  .alert-shown .c-alert {
    transform: translate3d(0, 0, 0);
    height: 141px; }

.c-alert__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .alert-shown .c-alert__content {
    opacity: 1; }
  @media (min-width: 46.25em) {
    .c-alert__content {
      padding: 40px 30px; } }
  @media (min-width: 65.625em) {
    .c-alert__content {
      padding: 40px; } }

.c-alert__text {
  animation: fadeIn 0.5s ease-in-out both 0.25s;
  color: #2e2c42;
  font-family: "FS Brabo";
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  margin-right: 30px;
  width: 680px; }

.c-alert__text a:hover {
  color: #ffffff; }

/* ----- COMPONENTS: BACK TO TOP BUTTON ----- */
.c-back-to-top {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: "FS Brabo";
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  height: 24px;
  justify-content: flex-end;
  user-select: none;
  transition: color 0.2s ease-in-out; }
  .c-back-to-top:hover {
    color: #333333; }
    @media (min-width: 65.625em) {
      .c-back-to-top:hover .c-back-to-top__icon {
        fill: #333333; } }

.c-back-to-top__icon {
  fill: #ffffff;
  height: 24px;
  margin-left: 10px;
  transition: fill 0.2s ease-in-out;
  width: 24px; }
  @media (min-width: 65.625em) {
    .c-back-to-top__icon {
      height: 20px;
      width: 20px; } }

/* ----- COMPONENTS: BREADCRUMBS ----- */
.c-breadcrumbs {
  color: #cccccc;
  display: flex;
  flex-direction: row;
  font-family: "FS Elliot";
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  letter-spacing: 0.5px;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  pointer-events: none;
  text-transform: uppercase;
  position: relative;
  width: 100%; }
  .c-breadcrumbs li {
    white-space: nowrap; }
  @media (min-width: 46.25em) {
    .c-breadcrumbs {
      animation: fadeIn 0.2s ease-in-out both 0.1s;
      height: auto;
      padding: 40px 0;
      pointer-events: auto; } }
  .c-breadcrumbs .is-current-page {
    color: #999999; }
  .c-breadcrumbs li:not(:last-child):after {
    content: '\00A0\2022\00A0'; }
  .c-breadcrumbs a {
    text-decoration: none;
    transition: color 0.2s ease-in-out; }
    .c-breadcrumbs a:hover {
      color: #333333; }

.c-hero .c-breadcrumbs {
  color: #ffffff;
  left: 30px;
  position: absolute;
  top: 0; }
  @media (min-width: 65.625em) {
    .c-hero .c-breadcrumbs {
      left: 0; } }
  .c-hero .c-breadcrumbs a {
    opacity: 0.7; }
  .c-hero .c-breadcrumbs a.is-current-page {
    color: #ffffff;
    opacity: 1; }

.page-template-template-plain-text .c-breadcrumbs::after,
.page-template-default:not(.page-id-211):not(.page-id-212):not(.page-id-15933):not(.page-id-19):not(.page-id-25835):not(.page-id-25873) .c-breadcrumbs::after,
.single-vicky-bingham-blog .c-breadcrumbs::after,
.single-post .c-breadcrumbs::after,
.single-article .c-breadcrumbs::after,
.page-template-template-informational .c-breadcrumbs::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 15px;
  right: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff); }

/* ----- COMPONENTS: BUTTONS ----- */
.c-button, #tribe-events .tribe-events-button,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: "FS Elliot";
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  user-select: none;
  z-index: 1; }

/* Primary */
.c-button--primary, #tribe-events .tribe-events-button,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #ffd302;
  border-color: #ffd302;
  color: #333333; }
  .c-button--primary:hover, #tribe-events .tribe-events-button:hover,
  #tribe-bar-form .tribe-bar-submit input:hover[type=submit] {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff; }

/* Secondary */
.c-button--secondary {
  background-color: #ffffff;
  border-color: #ffd302;
  color: #333333; }
  .c-button--secondary:hover {
    background-color: #ffd302;
    border-color: #ffd302;
    color: #333333; }

.c-button--dark {
  background-color: #333333;
  border-color: #333333;
  color: #ffd302; }
  .c-button--dark:hover {
    background-color: #ffd302;
    border-color: #333333;
    color: #333333; }

/* Small */
.c-button--small {
  border: 0;
  color: #333333;
  font-size: 12px;
  padding: 0; }
  .c-button--small:hover {
    color: #999999; }

/* Close */
.c-close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  user-select: none; }
  .c-close-button .c-cross-icon {
    transition: transform 0.2s ease-in-out; }
  @media (min-width: 65.625em) {
    .c-close-button:hover .c-cross-icon {
      transform: rotate(90deg); } }

.c-close-button--small {
  color: #333333;
  font-family: "FS Elliot";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  text-transform: uppercase; }
  .c-close-button--small .c-cross-icon {
    height: 14px;
    margin-right: 10px;
    width: 14px; }

.c-close-button--large {
  align-items: center;
  background-color: #bc9b00;
  border-radius: 50%;
  height: 47px;
  justify-content: center;
  margin: 0 auto;
  width: 47px; }
  @media (min-width: 46.25em) {
    .c-close-button--large {
      transform: scale(2); } }
  .c-close-button--large .c-cross-icon {
    height: 14px;
    margin: 0;
    width: 14px; }

.c-filter__clear {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  transition: opacity 0.2s ease-in-out;
  user-select: none; }
  .c-filter__clear.is-hidden {
    opacity: 0;
    pointer-events: none; }
  .c-filter__clear .c-cross-icon {
    fill: #999999;
    height: 14px;
    margin-right: 10px;
    transition: transform 0.2s ease-in-out;
    width: 14px; }
  .c-filter__clear:hover .c-cross-icon {
    transform: rotate(90deg); }

/* ----- COMPONENTS: CALENDAR ----- */
/* For Tribe Events plugin overrides, see _components.tribe.scss */
/* Whole top bar */
.c-calendar__date {
  align-items: center;
  border-bottom: solid 1px #ebebeb;
  border-top: solid 1px #ebebeb;
  display: flex;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  height: 56px;
  line-height: 1.42;
  margin-bottom: 20px; }

/* Box, eg. 30 Apr */
.c-calendar__day-month {
  border-right: solid 1px #ebebeb;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 56px; }

/* Eg. 30 */
.c-calendar__day {
  line-height: 1.2; }

/* eg. Apr */
.c-calendar__month {
  color: #2e2c42;
  font-size: 12px;
  font-family: "FS Elliot";
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 1.33;
  text-transform: uppercase; }

/* Eg. Monday */
.c-calendar__day-week {
  padding-left: 20px; }

.c-calendar__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px; }
  .c-calendar__row:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 46.25em) {
    .c-calendar__row {
      flex-direction: row;
      margin-bottom: 0; } }

.c-calendar__time {
  font-family: "FS Brabo";
  font-style: italic;
  font-weight: 600;
  line-height: 1.63;
  width: 90px; }

.c-calendar__event {
  flex: 1 0 auto; }
  @media (min-width: 46.25em) {
    .c-calendar__event {
      padding-left: 20px; } }

/* ----- COMPONENTS: CALL-TO-ACTION ----- */
.c-call-to-action {
  background-color: #fdf9fa;
  min-height: 489px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 46.25em) {
    .c-call-to-action {
      padding: 100px 0; } }
  @media (min-width: 65.625em) {
    .c-call-to-action {
      padding: 60px 0; } }

.c-call-to-action .c-ring {
  color: #c0afb8;
  stroke-opacity: 1; }

.c-call-to-action > .c-ring:nth-of-type(1) {
  left: -35%;
  top: -5%; }
  @media (min-width: 65.625em) {
    .c-call-to-action > .c-ring:nth-of-type(1) {
      left: 0; } }

.c-call-to-action > .c-ring:nth-of-type(2) {
  top: -500px;
  transform: scaleX(-1); }
  @media (min-width: 46.25em) {
    .c-call-to-action > .c-ring:nth-of-type(2) {
      right: -35%; } }
  @media (min-width: 65.625em) {
    .c-call-to-action > .c-ring:nth-of-type(2) {
      right: 0; } }

.c-call-to-action__layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 46.25em) {
    .c-call-to-action__layout {
      flex-direction: row; } }

.c-call-to-action__title {
  box-shadow: inset 0 -0.175em #fdf9fa, inset 0 -0.7em #efebec;
  padding-bottom: 8px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px); }
  .is-lazy-loaded .c-call-to-action__title {
    animation: fadeInUp 0.5s both 0.15s; }
  @media (min-width: 46.25em) {
    .c-call-to-action__title {
      margin-bottom: 40px; } }

.c-call-to-action__text {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px); }
  .is-lazy-loaded .c-call-to-action__text {
    animation: fadeInUp 0.5s both 0.3s; }

.c-call-to-action .c-signpost {
  opacity: 0;
  transform: translateY(20px); }

.c-call-to-action .is-lazy-loaded .c-signpost {
  animation: fadeInUp 0.5s both 0.45s; }

.c-call-to-action__image-container {
  opacity: 0;
  transform: translateY(30px); }
  .is-lazy-loaded .c-call-to-action__image-container {
    animation: fadeInUp 0.5s both 0.6s; }

.c-call-to-action__image {
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  height: 290px;
  margin-left: auto;
  position: relative;
  width: 290px; }
  @media (min-width: 46.25em) {
    .c-call-to-action__image {
      height: 285px;
      width: 285px; } }
  @media (min-width: 65.625em) {
    .c-call-to-action__image {
      height: 369px;
      width: 369px; } }
  .c-call-to-action__image::after {
    background-blend-mode: multiply;
    background-color: #ffd302;
    border-radius: 50%;
    bottom: 0;
    content: '';
    display: block;
    height: 110px;
    left: 0;
    opacity: 0.75;
    position: absolute;
    width: 110px; }

/* ----- COMPONENTS: CAPTION ----- */
.c-caption {
  align-items: stretch;
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%; }
  @media (min-width: 46.25em) {
    .c-caption {
      width: 50%; } }

.c-caption__button {
  align-items: center;
  background-color: #ffd302;
  display: flex;
  flex: 0 0 55px;
  height: 55px;
  justify-content: center;
  width: 55px; }
  .is-expanded .c-caption__button {
    height: auto; }
  .c-caption__button .c-cross-icon {
    cursor: pointer;
    height: 14px;
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out;
    width: 14px; }
    .c-caption__button .c-cross-icon:hover {
      transform: rotate(135deg); }
    .is-expanded .c-caption__button .c-cross-icon {
      transform: rotate(0deg); }
      .is-expanded .c-caption__button .c-cross-icon:hover {
        transform: rotate(90deg); }

.c-caption__text {
  background-color: #ffffff;
  color: #2e2c42;
  font-size: 14px;
  line-height: 1.71;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.3s ease-out; }
  .c-caption__text p {
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s ease-in-out 0.25s; }
  .is-expanded .c-caption__text {
    max-height: 300px;
    opacity: 1;
    transition: max-height 0.3s ease-out; }
    .is-expanded .c-caption__text p {
      visibility: visible;
      opacity: 1; }

/* ----- COMPONENTS: CARD ----- */
/* Cards */
.c-card {
  box-shadow: 0 7.5px 15px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffd302;
  cursor: pointer;
  display: inline-block;
  flex: 1 0 100%;
  height: 360px;
  margin-bottom: 15px;
  transition: transform 0.2s ease-in-out; }
  @media (min-width: 46.25em) {
    .c-card {
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25); } }
  @media (min-width: 65.625em) {
    .c-card {
      box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25); } }
  .c-card a:hover {
    color: #333333; }
  @media (min-width: 65.625em) {
    .c-card:hover {
      transform: scale(1.05); } }
  .c-card:hover .c-signpost__arrow {
    transform: translateX(10px); }
  @media (min-width: 46.25em) {
    .c-card {
      height: 354px;
      margin-bottom: 30px; } }
  @media (min-width: 65.625em) {
    .c-card {
      flex: 0 0 45%;
      height: 540px;
      margin: 0; } }
  .c-card .c-signpost {
    color: #333333; }
    .c-card .c-signpost svg {
      fill: #333333; }

.c-card__layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  @media (min-width: 46.25em) and (max-width: 65.615em) {
    .c-card__layout {
      flex-direction: row; } }

.c-card__image {
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  flex: 0 0 50%;
  width: 100%; }

.c-card__text {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none; }
  @media (min-width: 46.25em) and (max-width: 65.615em) {
    .c-card__text {
      flex: 1 0 auto; } }

.c-card__content {
  background-color: #ffd302;
  display: flex;
  flex-direction: column;
  flex: auto;
  padding: 20px; }
  @media (min-width: 46.25em) {
    .c-card__content {
      justify-content: space-between;
      padding: 40px; } }

.c-card__title {
  box-shadow: inset 0 -0.175em #ffd302, inset 0 -0.7em #ffc901;
  padding-bottom: 8px;
  align-self: flex-start;
  cursor: pointer;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: none; }
  @media (min-width: 46.25em) {
    .c-card__title {
      font-size: 36px;
      margin-bottom: 40px; } }
  @media (min-width: 65.625em) {
    .c-card__title {
      margin-bottom: 0; } }

.c-card__link {
  cursor: pointer;
  margin-top: auto; }

/* Cards with color themes */
.c-card--junior {
  background-color: #345e84; }
  .c-card--junior .c-card__content {
    background-color: #345e84; }
  .c-card--junior .c-card__title {
    box-shadow: inset 0 -0.175em #345e84, inset 0 -0.7em #294f74;
    padding-bottom: 8px; }

.c-card--senior {
  background-color: #2e2c42; }
  .c-card--senior .c-card__content {
    background-color: #2e2c42; }
  .c-card--senior .c-card__title {
    box-shadow: inset 0 -0.175em #2e2c42, inset 0 -0.7em #242335;
    padding-bottom: 8px; }

.c-card--sixth-form {
  background-color: #c0afb8;
  color: #333333; }
  .c-card--sixth-form .c-card__content {
    background-color: #c0afb8; }
  .c-card--sixth-form .c-card__title {
    box-shadow: inset 0 -0.175em #c0afb8, inset 0 -0.7em #b4a1ab;
    padding-bottom: 8px; }

.c-card--junior, .c-card--senior {
  color: #ffffff; }
  .c-card--junior a:hover, .c-card--senior a:hover {
    color: #ffffff; }
  .c-card--junior .c-signpost, .c-card--senior .c-signpost {
    color: #ffffff; }
    .c-card--junior .c-signpost:hover, .c-card--senior .c-signpost:hover {
      color: #ffffff; }
    .c-card--junior .c-signpost svg, .c-card--senior .c-signpost svg {
      fill: #ffffff; }

/* Deck */
.c-card-deck {
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px); }
  .c-card-deck.is-lazy-loaded {
    opacity: 0;
    animation: fadeInUp 0.3s ease-in-out forwards; }

.c-card-deck__layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 2; }

@media (min-width: 65.625em) {
  .c-card:nth-child(odd) {
    margin-top: 55px; } }

@media (min-width: 65.625em) {
  .c-card:nth-child(even) {
    margin-bottom: 120px; } }

/* Background */
/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--1-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (1 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--1-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (1 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--2-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (2 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--2-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (2 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--3-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (3 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--3-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (3 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--4-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (4 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--4-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (4 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--5-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (5 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--5-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (5 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--6-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (6 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--6-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (6 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--7-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (7 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--7-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (7 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--8-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (8 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--8-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (8 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--9-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (9 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--9-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (9 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--10-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (10 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--10-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (10 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--11-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (11 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--11-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (11 - 1))); } }

/*
    Here, 180px refers to half the card height,
    ie. the point at which the background starts/stops

    and 375px refers to the card height (360px) plus its 15px
    of margin bottom

  */
.c-card-deck--12-cards {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
  background-size: 100% 180px, 100% calc(180px + (375px * (12 - 1)));
  background-repeat: no-repeat; }

/*
    Tablet: 177px = 1/2 card height, 384px = card height + 30px margin bottom
  */
@media (min-width: 46.25em) {
  .c-card-deck--12-cards {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 177px, 100% calc(177px + (384px * (12 - 1))); } }

/*
  Desktop: 270px = 1/2 card height, 660px = card height + 120px margin bottom
*/
@media (min-width: 65.625em) {
  .c-card-deck--1-rows {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 270px, 100% calc(325px + (660px * (1 - 1)));
    background-repeat: no-repeat; } }

@media (min-width: 65.625em) {
  .c-card-deck--2-rows {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 270px, 100% calc(325px + (660px * (2 - 1)));
    background-repeat: no-repeat; } }

@media (min-width: 65.625em) {
  .c-card-deck--3-rows {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 270px, 100% calc(325px + (660px * (3 - 1)));
    background-repeat: no-repeat; } }

@media (min-width: 65.625em) {
  .c-card-deck--4-rows {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 270px, 100% calc(325px + (660px * (4 - 1)));
    background-repeat: no-repeat; } }

@media (min-width: 65.625em) {
  .c-card-deck--5-rows {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 270px, 100% calc(325px + (660px * (5 - 1)));
    background-repeat: no-repeat; } }

@media (min-width: 65.625em) {
  .c-card-deck--6-rows {
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ffd302, #ffd302);
    background-size: 100% 270px, 100% calc(325px + (660px * (6 - 1)));
    background-repeat: no-repeat; } }

.c-compact-card {
  box-shadow: 0 7.5px 15px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffd302;
  display: flex;
  flex-direction: column;
  grid-column: auto / span 1;
  transition: transform 0.2s ease-in-out; }
  @media (min-width: 46.25em) {
    .c-compact-card {
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25); } }
  @media (min-width: 65.625em) {
    .c-compact-card {
      box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25); } }
  .c-compact-card--grey {
    background-color: #efebec; }
  .c-compact-card .c-signpost {
    color: #333333; }
    .c-compact-card .c-signpost svg {
      fill: #333333; }
  .c-compact-card a:hover {
    color: #333333; }
  .c-compact-card--button {
    cursor: pointer; }
    @media (min-width: 46.25em) {
      .c-compact-card--button:hover {
        transform: scale(1.05); } }
    .c-compact-card--button:hover .c-signpost__arrow {
      transform: translateX(10px); }

.c-compact-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 20px; }

.c-compact-card__title {
  align-self: flex-start;
  font-family: 'FS Brabo';
  font-size: 24px;
  font-style: italic;
  line-height: 1.28;
  text-decoration: none; }

.c-compact-card__subtitle {
  font-weight: bold;
  margin-top: 10px; }

.c-compact-card__text {
  margin-top: 10px; }

.c-compact-card__image {
  position: relative; }
  .c-compact-card__image > *:first-child {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .c-compact-card__image::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 66.66667%; }
  .c-compact-card__image img {
    object-fit: cover;
    object-position: center; }

.c-compact-card__footer {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-top: 40px; }

.c-css-grid {
  display: grid; }
  @media (max-width: 46.24em) {
    .c-css-grid {
      row-gap: 20px;
      grid-template-columns: 1fr; } }
  @media (min-width: 46.25em) and (max-width: 65.615em) {
    .c-css-grid {
      grid-template-columns: 1fr 1fr;
      column-gap: 30px;
      row-gap: 30px; } }
  @media (min-width: 65.625em) {
    .c-css-grid {
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 60px;
      row-gap: 60px; } }

/* ----- COMPONENTS: DOWNLOAD ----- */
.c-downloads {
  position: relative; }
  .c-downloads .c-ring {
    color: #ffd302;
    stroke-opacity: 0.75;
    top: 300px;
    transform: scaleX(-1); }

.c-downloads.u-lazy-load .c-download {
  opacity: 0; }
  .is-lazy-loaded .c-downloads.u-lazy-load .c-download {
    animation: fadeIn 0.2s ease-in-out both 0s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(1) {
  animation-delay: 0.05s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(2) {
  animation-delay: 0.1s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(3) {
  animation-delay: 0.15s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(4) {
  animation-delay: 0.2s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(5) {
  animation-delay: 0.25s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(6) {
  animation-delay: 0.3s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(7) {
  animation-delay: 0.35s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(8) {
  animation-delay: 0.4s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(9) {
  animation-delay: 0.45s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(10) {
  animation-delay: 0.5s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(11) {
  animation-delay: 0.55s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(12) {
  animation-delay: 0.6s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(13) {
  animation-delay: 0.65s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(14) {
  animation-delay: 0.7s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(15) {
  animation-delay: 0.75s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(16) {
  animation-delay: 0.8s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(17) {
  animation-delay: 0.85s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(18) {
  animation-delay: 0.9s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(19) {
  animation-delay: 0.95s; }

.c-downloads.is-lazy-loaded .c-download:nth-child(20) {
  animation-delay: 1s; }

.c-downloads__footer a {
  text-decoration: underline; }

.c-download {
  align-items: center;
  border-bottom: solid 1px #ebebeb;
  color: #333333;
  display: flex;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  justify-content: space-between;
  line-height: 1.28;
  overflow: hidden;
  padding: 10px 0 10px 4px;
  position: relative;
  text-decoration: none;
  z-index: 1; }
  @media (min-width: 46.25em) {
    .c-download {
      font-size: 30px;
      line-height: 1.33;
      padding: 15px 0 15px 4px; } }
  @media (min-width: 65.625em) {
    .c-download {
      font-size: 36px;
      padding: 20px 0 20px 4px; }
      .c-download::after {
        background-color: #ffd302;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transform: translateX(-110%);
        transition: transform 0.4s ease-in-out;
        width: 100%;
        z-index: -1; }
      .c-download:hover {
        color: #333333; }
        .c-download:hover::after {
          transform: translateY(0); } }
  .c-download:hover #arrow {
    animation: bounce 0.4s ease-out both; }
  .c-download .c-download-icon {
    fill: #cccccc;
    height: 17px;
    width: 14px;
    overflow: visible; }

.c-download__file-type {
  color: #999999;
  font-size: 18px;
  line-height: 1.56; }

.c-enquiry-form {
  background-color: #fdf9fa;
  padding-block: 60px;
  position: relative;
  overflow: hidden; }

.c-enquiry-form__heading {
  transform: translateY(15px);
  opacity: 0;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.41;
  margin-bottom: 60px;
  max-width: 400px; }
  .c-enquiry-form__heading.is-lazy-loaded {
    animation: fadeInUp 0.2s ease-in-out both 0s; }

@media (min-width: 65.625em) {
  .c-enquiry-form__form {
    transform: translateY(15px);
    opacity: 0;
    max-width: clamp(754px, 52vw, 52vw); }
    .c-enquiry-form__form.is-lazy-loaded {
      animation: fadeInUp 0.2s ease-in-out both 0.2s; } }

/* ----- COMPONENTS: FIELDGROUP ----- */
/*
  This stylesheet contains some @extend functionality which is mostly in place for use in ACF Pro front-end forms. This is one of the few times the @extend functionality is best practice.
*/
.c-fieldgroup,
.acf-form .acf-fields > .acf-field {
  margin-bottom: 40px; }
  .c-fieldgroup .c-label,
  .acf-form .acf-fields > .acf-field .c-label {
    margin-bottom: 5px; }

.c-input,
.acf-form .acf-input input,
#tribe-bar-form input[type=text] {
  border-bottom: solid 2px #cccccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #333333;
  font-family: "FS Elliot";
  font-size: 16px;
  height: 38px;
  outline: none;
  width: 100%; }
  .c-input.has-error,
  .acf-form .acf-input input.has-error,
  #tribe-bar-form input.has-error[type=text] {
    border-color: #c50600; }

.c-error,
.acf-form .acf-field .acf-notice.-error {
  color: #c50600;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 5px;
  text-transform: uppercase; }

.c-input--block {
  display: block !important; }

.c-add-child-icon {
  fill: #cccccc;
  height: 13px;
  margin-right: 5px;
  width: 24px; }

.c-checkbox {
  height: 16px;
  vertical-align: bottom;
  width: 16px; }

/* ----- COMPONENTS: FLEXIBLE CONTENT BLOCK ----- */
.c-flexible-content ul:not(.c-list), .c-flexible-content ol:not(.c-list) {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px; }
  .c-flexible-content ul:not(.c-list) li, .c-flexible-content ol:not(.c-list) li {
    line-height: 1.71;
    list-style-type: disc;
    margin-bottom: 1em; }

.page-template-template-plain-text .c-introduction__title,
.page-template-template-informational .c-introduction__title,
.page-template-template-timeline .c-introduction__title {
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease-in-out both 0.4s; }

.page-template-template-plain-text .c-introduction__paragraph,
.page-template-template-informational .c-introduction__paragraph,
.page-template-template-timeline .c-introduction__paragraph {
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease-in-out both 0.6s; }

.page-template-template-plain-text .c-downloads,
.page-template-template-plain-text .c-flexible-content,
.page-template-template-plain-text .c-video,
.page-template-template-informational .c-downloads,
.page-template-template-informational .c-flexible-content,
.page-template-template-informational .c-video,
.page-template-template-timeline .c-downloads,
.page-template-template-timeline .c-flexible-content,
.page-template-template-timeline .c-video {
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease-in-out both 0.8s; }

/* ----- COMPONENTS: FOOTER ----- */
.c-footer {
  background-color: #ffd302;
  padding: 40px 0; }
  @media (min-width: 65.625em) {
    .c-footer {
      padding: 60px 0; } }

.c-footer__address {
  font-size: 14px; }
  .c-footer__address div {
    margin-bottom: 0; }
  .c-footer__address a {
    color: inherit;
    transition: color 0.2s ease-in-out; }
    .c-footer__address a:hover {
      color: #ffffff; }
  .c-footer__address a[href*="tel"] {
    text-decoration: none; }

.c-footer__award {
  width: 112px;
  height: 147px; }

/* ----- COMPONENTS: FORM-ALERT ----- */
.c-form-alert,
.acf-form > .acf-notice::before {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 20px;
  transition: opacity 0.2s ease-in-out; }
  .c-form-alert.c-form-alert--danger,
  .acf-form > .c-form-alert--danger.acf-notice::before {
    background-color: #c50600;
    color: #ffffff; }

.c-warning-icon {
  fill: #ffffff;
  height: 20px;
  margin-right: 8px;
  width: 20px; }

/* ----- COMPONENTS: GALLERY ----- */
.c-post__gallery {
  position: relative; }
  .c-post__gallery .c-pagination {
    margin: 20px 0;
    height: 24px; }
  .c-post__gallery .c-caption {
    bottom: 44px;
    z-index: 2; }

.c-gallery {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; }

.c-gallery__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out; }
  .c-gallery__slide.is-selected {
    opacity: 1; }

/* ----- COMPONENTS: HEADER ----- */
.c-header {
  align-items: center;
  background-color: #ffffff;
  border-bottom: solid 1px #ebebeb;
  border-top: solid 5px #ffd302;
  display: flex;
  height: 95px;
  position: fixed;
  z-index: 5;
  transform: translateY(0);
  transition: transform 0.3s ease-out 0.2s;
  width: 100%;
  top: 0; }
  .alert-shown .c-header:not(.is-hidden) {
    transform: translateY(140px); }
  .c-header.is-hidden {
    transform: translateY(-110%);
    transition: transform 0.5s ease-in-out 0.2s, top 0.5s ease-in-out 0.2s; }
  .c-header.is-visible {
    transform: translateY(0); }
  @media (min-width: 46.25em) {
    .c-header {
      height: 115px; } }
  @media (min-width: 65.625em) {
    .c-header {
      height: 140px; } }

.c-header__logo {
  height: 70px;
  width: 167.2px; }
  @media (min-width: 46.25em) {
    .c-header__logo {
      height: 95px;
      width: 227px; } }

.c-header__navigation {
  display: none; }
  @media (min-width: 65.625em) {
    .c-header__navigation {
      align-items: flex-end;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 30px; } }
  .c-header__navigation input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset; }

/* ----- COMPONENTS: HERO ----- */
.c-hero {
  height: calc(75vh - 95px);
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media (min-width: 46.25em) {
    .c-hero {
      height: calc(75vh - 115px); } }
  @media (min-width: 65.625em) {
    .c-hero {
      height: calc(75vh - 140px); } }

/* C-HERO--HOME */
.c-hero--home {
  height: calc(100vh - 95px); }
  @media (min-width: 46.25em) {
    .c-hero--home {
      height: calc(100vh - 115px);
      min-height: 945px; } }
  @media (min-width: 65.625em) {
    .c-hero--home {
      height: calc(100vh - 140px); } }
  @media (min-width: 81.25em) {
    .c-hero--home {
      min-height: 870px; } }

.c-hero--spacer {
  flex: 1 0 auto; }

.c-hero__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1; }

.c-hero--home .c-hero__content {
  align-items: center;
  flex: 1.5; }
  @media (min-width: 46.25em) {
    .c-hero--home .c-hero__content {
      flex: 1; } }
  @media (min-width: 81.25em) {
    .c-hero--home .c-hero__content {
      padding-bottom: 0; } }

.c-hero__image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }
  #js-carousel .c-hero__image {
    opacity: 0; }
    #js-carousel .c-hero__image.u-blur {
      opacity: 1; }

.c-hero__title {
  animation: fadeIn 0.2s ease-in-out both 0.6s;
  color: #ffffff;
  font-family: "FS Brabo";
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.27;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1; }
  @media (min-width: 46.25em) {
    .c-hero__title {
      font-size: 72px;
      line-height: normal; } }

.c-hero--home .c-hero__title {
  font-size: 36px;
  line-height: normal; }
  @media (min-width: 46.25em) {
    .c-hero--home .c-hero__title {
      font-size: 108px; } }
  @media (min-width: 65.625em) {
    .c-hero--home .c-hero__title {
      font-size: 144px; } }
  .c-hero--home .c-hero__title::after {
    background-color: #ebebeb;
    border-radius: 40px;
    content: '';
    display: block;
    height: 40px;
    margin: 15px auto 0;
    width: 1px; }

.c-hero__subtitle {
  animation: fadeIn 0.3s ease-in-out both 0.75s;
  color: #ffffff;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  @media (min-width: 46.25em) {
    .c-hero__subtitle {
      font-size: 36px;
      margin-bottom: 40px; } }

.c-hero__text {
  margin-left: auto;
  margin-right: auto;
  animation: fadeIn 0.3s ease-in-out both 0.9s;
  color: #ffffff;
  font-family: "FS Brabo";
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.42;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px #000000;
  width: 100%;
  max-width: 300px; }
  @media (min-width: 46.25em) {
    .c-hero__text {
      font-size: 24px;
      margin-bottom: 40px;
      padding: 0 90px;
      max-width: 100%; } }
  @media (min-width: 65.625em) {
    .c-hero__text {
      padding: 0 60px;
      width: 60%; } }

.c-hero__scroll-hint {
  animation: fadeIn 1s ease-in-out both 2s;
  color: #ffffff;
  display: none;
  font-family: "FS Elliot";
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  margin-top: auto; }
  @media (min-width: 46.25em) {
    .c-hero__scroll-hint {
      display: block; } }

.c-hero--home > .c-ring:first-of-type {
  left: -47%;
  top: 50%; }
  @media (min-width: 65.625em) {
    .c-hero--home > .c-ring:first-of-type {
      left: -3.5%; } }

.c-hero--home > .c-ring:nth-of-type(2) {
  right: -42%;
  top: -140px;
  transform: scaleX(-1); }
  @media (min-width: 65.625em) {
    .c-hero--home > .c-ring:nth-of-type(2) {
      right: 0; } }

.c-hero--home .c-signpost {
  animation: fadeIn 0.3s ease-in-out both 1.05s;
  color: #ffffff; }
  @media (min-width: 65.625em) {
    .c-hero--home .c-signpost {
      margin-bottom: 40px; } }
  .c-hero--home .c-signpost:hover {
    color: #ffffff; }
  .c-hero--home .c-signpost svg {
    fill: #ffffff; }

@media (max-width: 46.24em) {
  .page__support-us .c-hero {
    height: auto;
    position: relative; }
    .page__support-us .c-hero::before {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .page__support-us .c-hero .o-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }

/* ----- COMPONENTS: IMAGES ----- */
.c-inline-image {
  animation: fadeIn 0.2s ease-in-out both 0.5s;
  background-position: center center;
  background-size: cover;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56%;
  position: relative;
  width: 100%;
  z-index: 1;
  opacity: 0; }
  .c-inline-image.is-lazy-loaded {
    animation: fadeIn 1s ease-in-out both 0s; }
  @media (min-width: 46.25em) {
    .c-inline-image {
      margin-bottom: 50px; } }

.c-placeholder-thumbnail {
  background-color: #ccc;
  height: 177px;
  width: 314px;
  padding: 10px; }

/* ----- COMPONENTS: INDEX ----- */
.c-post-index {
  transition-duration: 0.5s; }

.c-index__pagination {
  align-items: flex-end;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 46.24em) {
    .c-index__pagination {
      flex-wrap: wrap; }
      .c-index__pagination .c-pagination__showing {
        line-height: 2.6; }
        .c-index__pagination .c-pagination__showing .c-label {
          margin-bottom: 5px; }
      .c-index__pagination .c-pagination__showing,
      .c-index__pagination .c-pagination__items {
        order: 2; }
      .c-index__pagination .c-pagination__controls {
        flex: 1 0 100%;
        margin-bottom: 15px;
        width: 100%; } }

.c-index__filtering {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }

/* ----- COMPONENTS: INTRODUCTION ----- */
.c-introduction {
  text-align: left; }

.c-introduction__title {
  animation: fadeIn 0.2s ease-in-out both 0.65s; }

.c-introduction__paragraph {
  animation: fadeIn 0.2s ease-in-out both 0.8s; }

/* Welcome */
.c-introduction--welcome {
  opacity: 0;
  margin: 0 auto;
  text-align: center; }
  .c-introduction--welcome.is-lazy-loaded {
    animation: fadeIn 0.4s ease-in-out both 0s; }
  .c-introduction--welcome .c-introduction__title::after {
    background-color: #333333;
    content: '';
    display: block;
    height: 20px;
    margin: 20px auto;
    width: 1px; }
    @media (min-width: 46.25em) {
      .c-introduction--welcome .c-introduction__title::after {
        height: 40px; } }
    @media (min-width: 65.625em) {
      .c-introduction--welcome .c-introduction__title::after {
        margin: 30px auto 20px; } }
  .c-introduction--welcome .c-introduction__paragraph {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2; }
    @media (min-width: 65.625em) {
      .c-introduction--welcome .c-introduction__paragraph {
        width: 70%; } }
  .c-introduction--welcome .c-introduction__circle {
    background-blend-mode: multiply;
    background-color: rgba(255, 211, 2, 0.75);
    border-radius: 50%;
    content: '';
    display: block;
    height: 204px;
    margin-top: -102px;
    position: absolute;
    right: -106px;
    top: 50%;
    width: 204px;
    z-index: -1; }
    @media (min-width: 46.25em) and (max-width: 65.615em) {
      .c-introduction--welcome .c-introduction__circle {
        right: 0; } }

/* Template-specific adjustments */
.page-template-template-intro-from-head .c-introduction--welcome {
  opacity: 0; }
  .page-template-template-intro-from-head .c-introduction--welcome.is-lazy-loaded {
    animation: fadeIn 0.4s ease-in-out both 0.75s; }

.single-vicky-bingham-blog .c-post__content .u-intro {
  margin-bottom: 6px; }

/* ----- COMPONENTS: KIOSK ----- */
body:has(.c-kiosk-container) {
  display: grid;
  min-height: 100vh;
  place-items: center; }

/* ----- COMPONENTS: LABEL ----- */
.c-label,
.acf-form .acf-label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase; }

/* ----- COMPONENTS: LIST  ----- */
.c-list {
  line-height: 1.63;
  list-style: none; }
  .c-list li {
    margin-bottom: 20px; }
    .c-list li::before {
      content: '\2022'; }

.c-list--ruled {
  border-top: solid 1px #ebebeb;
  color: #2e2c42;
  font-family: "FS Brabo";
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: 20px 0; }
  @media (min-width: 65.625em) {
    .c-list--ruled {
      margin: 20px 0 40px; } }
  .c-list--ruled .c-list__item {
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 0;
    padding: 9px 0; }
    .c-list--ruled .c-list__item::before {
      content: '\2022 '; }

.c-list--large .c-list__item {
  font-size: 24px;
  padding: 10px 0; }
  @media (min-width: 65.625em) {
    .c-list--large .c-list__item {
      font-size: 36px;
      padding: 20px 0; } }

.c-list--large.c-list--ruled .c-list__item::before {
  content: ''; }

.c-list--downloads {
  border-top: solid 1px #ebebeb;
  margin: 20px 0; }
  @media (min-width: 46.25em) {
    .c-list--downloads {
      margin: 40px 0; } }

/* ----- COMPONENTS: MAP ----- */
.c-map__key {
  display: flex;
  gap: 16px;
  font-weight: bold;
  flex-direction: column; }
  @media (min-width: 46.25em) {
    .c-map__key {
      flex-direction: row; } }
  .c-map__key li:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: -2.5px; }
  .c-map__key li[data-color="junior"]:before {
    background-color: #2e2c42; }
  .c-map__key li[data-color="senior"]:before {
    background-color: #345e84; }
  .c-map__key li[data-color="sports"]:before {
    background-color: #ffd302; }

.c-map__embed {
  height: 0;
  margin: 20px 0;
  padding-bottom: 100%;
  width: 100%; }
  @media (min-width: 46.25em) {
    .c-map__embed {
      margin-bottom: 60px;
      padding-bottom: 56.27%; } }

/* ----- COMPONENTS: MENU BUTTON ----- */
.c-menu-button {
  cursor: pointer;
  text-align: right;
  text-transform: uppercase; }

.c-menu-button__label {
  display: none;
  color: #333333;
  font-family: "FS Elliot";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  margin-right: 10px; }
  @media (min-width: 46.25em) {
    .c-menu-button__label {
      display: inline-block; } }

/* ------ COMPONENTS: META NAVIGATION ----- */
.c-meta-navigation__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 65.625em) {
    .c-meta-navigation__container {
      flex-wrap: nowrap; } }

.c-meta-navigation {
  flex: 1 0 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase; }
  @media (min-width: 65.625em) {
    .c-meta-navigation {
      margin-bottom: 20px; } }
  @media (min-width: 65.625em) {
    .c-meta-navigation {
      flex: unset;
      margin-bottom: 0; } }
  .c-meta-navigation ul {
    display: inline-block; }
  .c-meta-navigation .c-navigation__item {
    display: block;
    margin-top: 10px; }
    @media (min-width: 65.625em) {
      .c-meta-navigation .c-navigation__item {
        display: inline-block;
        margin-top: 0; } }
  .c-meta-navigation .c-navigation__link {
    transition: color 0.2s ease-in-out; }
    .c-meta-navigation .c-navigation__link:hover {
      color: #ffffff; }

.c-mehr-licht-logo {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 46.24em) {
    .c-mehr-licht-logo {
      height: 160px;
      margin-bottom: 30px;
      width: 160px; } }
  @media (min-width: 46.25em) {
    .c-mehr-licht-logo {
      margin-bottom: 40px; } }
  @media (min-width: 46.25em) and (max-width: 65.615em) {
    .c-mehr-licht-logo {
      margin-top: -30px; } }
  @media (min-width: 65.625em) {
    .c-mehr-licht-logo {
      margin-top: -70px; } }

/* ----- COMPONENTS: MODAL ----- */
.c-modal {
  -webkit-overflow-scrolling: touch;
  background-color: #ffd302;
  bottom: 0;
  left: 0;
  max-width: 100vw;
  overflow-y: scroll;
  padding: 0 15px 15px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 7;
  will-change: auto; }
  .c-modal ::selection {
    background-color: #ebc201; }
  .c-modal.is-visible {
    pointer-events: auto;
    opacity: 1; }
  .c-modal .c-close-button--small {
    padding-top: 7px; }
  @media (min-width: 46.25em) {
    .c-modal {
      padding: 0 30px 30px; } }
  .c-modal .c-close-button--small {
    flex-direction: row-reverse;
    margin-left: auto;
    position: relative;
    z-index: 2; }
    @media (min-width: 46.25em) {
      .c-modal .c-close-button--small {
        margin-left: 0; } }
    .c-modal .c-close-button--small .c-cross-icon {
      line-height: 26px;
      margin-left: 10px;
      margin-right: 0;
      transition: transform 0.2s ease-in-out; }

.c-modal--image-and-text {
  padding: 0 15px 80px; }
  @media (min-width: 46.25em) {
    .c-modal--image-and-text {
      padding: 0 30px 80px; } }
  @media (min-width: 65.625em) {
    .c-modal--image-and-text {
      padding: 0 40px 80px; } }

.c-modal__container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative; }
  .c-modal--image-and-text .c-modal__container {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out; }
    .c-modal--image-and-text .c-modal__container.is-visible {
      opacity: 1;
      pointer-events: auto; }

.c-modal__background {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  max-height: 100vh;
  opacity: 0.33;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0; }
  .c-modal--image-and-text .c-modal__background {
    opacity: 0.25; }

.c-modal__crest {
  height: 213.9px;
  width: 151px; }
  @media (min-width: 46.25em) {
    .c-modal__crest {
      height: 427.7px;
      width: 302px; } }
  .c-modal--image-and-text .c-modal__crest {
    display: none; }
    @media (min-width: 65.625em) {
      .c-modal--image-and-text .c-modal__crest {
        display: block; } }

.c-modal__header {
  align-items: flex-start;
  display: flex;
  padding: 40px 0; }
  @media (min-width: 46.25em) {
    .c-modal__header {
      height: 171px; } }
  @media (min-width: 65.625em) {
    .c-modal__header {
      height: 191px; } }
  .c-modal--image-and-text .c-modal__header {
    justify-content: flex-end; }
    @media (min-width: 65.625em) {
      .c-modal--image-and-text .c-modal__header {
        height: 191px; } }

.c-modal__logo {
  display: none; }
  @media (min-width: 46.25em) {
    .c-modal__logo {
      display: block;
      height: 95px;
      margin: 0 auto;
      width: 255px; } }
  @media (min-width: 65.625em) {
    .c-modal__logo {
      display: block;
      height: 100px;
      width: 267.7px; } }

.c-modal__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  padding: 15px; }
  .c-modal--image-and-text .c-modal__content {
    padding: 0;
    z-index: 1; }
  @media (min-width: 65.625em) {
    .c-modal__content {
      padding: 40px; } }
  .c-modal--image-and-text .c-modal__content {
    margin-bottom: 80px; }
    @media (min-width: 65.625em) {
      .c-modal--image-and-text .c-modal__content {
        flex-direction: row; } }
  .c-modal--menu .c-modal__content {
    background-color: #ebc201;
    width: 100%; }
    @media (min-width: 65.625em) {
      .c-modal--menu .c-modal__content {
        width: 50%; } }
    .c-modal--menu .c-modal__content input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px #ebc201 inset; }
  .c-modal__content .c-navigation__item {
    display: block;
    line-height: 1.42; }
  .c-modal__content .c-modal__primary-navigation {
    font-family: "FS Brabo";
    font-size: 24px;
    font-style: italic;
    margin-bottom: 60px; }
    .c-modal__content .c-modal__primary-navigation .c-navigation__item.current-menu-item > .c-navigation__sub-menu,
    .c-modal__content .c-modal__primary-navigation .c-navigation__item.current-menu-ancestor > .c-navigation__sub-menu {
      max-height: 500px ; }
    .c-modal__content .c-modal__primary-navigation .c-navigation__link::after {
      transition: transform 0.2s ease-in-out; }
    .c-modal__content .c-modal__primary-navigation .c-navigation__item.is-expanded > .c-navigation__sub-menu {
      max-height: 500px !important; }
    .c-modal__content .c-modal__primary-navigation .c-navigation__item.is-expanded > .c-navigation__link::after {
      transform: translateY(3px) rotate(180deg); }
    .c-modal__content .c-modal__primary-navigation .c-navigation__item.is-not-expanded > .c-navigation__sub-menu {
      max-height: 0 !important; }
    .c-modal__content .c-modal__primary-navigation .c-navigation__link {
      display: block;
      overflow: hidden;
      padding-left: 3px; }
  .c-modal__content .c-navigation__sub-menu {
    max-height: 0;
    transition: max-height 0.4s; }
    .c-modal__content .c-navigation__sub-menu .menu-item-has-children > .c-navigation__sub-menu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s; }
      .c-modal__content .c-navigation__sub-menu .menu-item-has-children > .c-navigation__sub-menu .sub-menu {
        padding: 5px 0; }
      .c-modal__content .c-navigation__sub-menu .menu-item-has-children > .c-navigation__sub-menu .c-navigation__link::before {
        content: '– ';
        display: inline; }
    .c-modal__content .c-navigation__sub-menu .menu-item-has-children > .c-navigation__link::after {
      content: "\0025BE";
      display: inline-block;
      font-family: "FS Elliot";
      font-style: normal;
      margin-left: 3px; }
    .c-modal__content .c-navigation__sub-menu ul {
      padding: 10px; }
      @media (min-width: 46.25em) {
        .c-modal__content .c-navigation__sub-menu ul {
          padding: 20px; } }
    .c-modal__content .c-navigation__sub-menu .c-navigation__item {
      display: block;
      font-size: 18px;
      line-height: 1.56; }

.c-modal__secondary-navigation {
  margin-bottom: 40px;
  position: relative;
  z-index: 2; }
  @media (min-width: 46.25em) and (max-width: 65.615em) {
    .c-modal__secondary-navigation {
      line-height: 2; } }
  @media (min-width: 65.625em) {
    .c-modal__secondary-navigation {
      max-width: 325px; } }
  .c-modal__secondary-navigation .c-navigation__item {
    display: inline-block;
    font-weight: bold;
    margin-right: 14px; }
    .c-modal__secondary-navigation .c-navigation__item:last-child {
      margin-right: 0; }

.c-modal__image {
  background-position: center center;
  background-size: cover;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 100%;
  opacity: 0; }
  @media (min-width: 65.625em) {
    .c-modal__image {
      height: auto;
      margin-bottom: 0;
      padding-bottom: 0; } }

.c-modal__text {
  opacity: 0; }
  @media (min-width: 65.625em) {
    .c-modal__text {
      padding: 40px 60px; } }
  @media (min-width: 81.25em) {
    .c-modal__text {
      padding: 40px 120px; } }

.c-modal .c-close-button--large {
  opacity: 0; }

.c-modal.is-visible .c-modal__image {
  animation: fadeIn 0.3s ease-in-out both 0.3s; }

.c-modal.is-visible .c-modal__text {
  animation: fadeIn 0.3s ease-in-out both 0.6s; }

.c-modal.is-visible .c-close-button--large {
  animation: fadeIn 0.5s ease-in-out both 0.9s; }

.c-modal.is-visible .c-modal__primary-navigation {
  animation: fadeIn 0.5s ease-in-out both 0.5s; }

/* ----- COMPONENTS: MULTIBOX ----- */
.c-multibox {
  background-color: #fdf9fa;
  color: #c0afb8;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-bottom: 30px; }
  @media (min-width: 46.25em) {
    .c-multibox {
      padding-bottom: 40px;
      padding-top: 80px;
      margin-bottom: 60px; } }
  @media (min-width: 65.625em) {
    .c-multibox {
      margin-bottom: 120px; } }

.c-multibox .c-pagination {
  display: none; }
  @media (min-width: 46.25em) {
    .c-multibox .c-pagination {
      display: flex;
      transition: opacity 0.5s ease-in-out 1s !important; }
      .c-multibox .c-pagination .is-lazy-loaded {
        opacity: 1; } }

.c-multibox__content {
  color: #333333;
  position: relative;
  min-height: 315px; }
  @media (min-width: 46.25em) {
    .c-multibox__content {
      min-height: 600px; } }

.c-multibox__slide {
  background-color: #fdf9fa;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 0s ease-in-out 0.1s;
  z-index: 1; }
  @media (min-width: 46.25em) {
    .c-multibox__slide {
      position: absolute; } }
  .c-multibox__slide.is-hidden {
    opacity: 0;
    position: absolute;
    pointer-events: none; }

.c-multibox__layout {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px 0 40px; }
  @media (min-width: 46.25em) {
    .c-multibox__layout {
      flex-direction: row; } }

.c-multibox__navigation {
  margin-bottom: 20px;
  z-index: 3;
  transform: translateY(20px);
  opacity: 0; }
  .is-lazy-loaded .c-multibox__navigation {
    animation: fadeInUp 0.5s ease-in-out both 0.1s; }
  @media (min-width: 46.25em) {
    .c-multibox__navigation {
      margin-bottom: 0;
      position: absolute;
      width: 100%; } }

.c-multibox__title {
  color: #333333;
  font-family: "FS Brabo";
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.17;
  margin-bottom: 20px; }
  @media (min-width: 46.25em) {
    .c-multibox__title {
      font-size: 64px;
      line-height: 1.16;
      margin-bottom: 40px;
      padding-right: 60px; } }
  @media (min-width: 65.625em) {
    .c-multibox__title {
      padding-right: 0; } }

.c-multibox__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: calc(50vw + 40px); }
  .is-hidden .c-multibox__text {
    animation: none; }
  .c-multibox__slide:not(.is-hidden) .c-multibox__text {
    transform: translateY(20px);
    opacity: 0; }
    .is-lazy-loaded .c-multibox__slide:not(.is-hidden) .c-multibox__text {
      animation: fadeInUp 0.5s ease-in-out both 0.4s; }
  @media (min-width: 46.25em) {
    .c-multibox__text {
      padding-top: 40px; } }
  @media (min-width: 46.25em) {
    .c-multibox__text {
      margin-top: 0; } }

.c-multibox__graphic {
  background-color: #ffd302;
  border-radius: 50%;
  height: 50vw;
  left: 50%;
  margin: 0 auto 20px;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 50vw;
  z-index: 3; }
  @media (min-width: 46.25em) {
    .c-multibox__graphic {
      position: relative;
      transform: none;
      left: auto;
      width: 352px;
      height: 0;
      padding-bottom: 50%; } }
  @media (min-width: 65.625em) {
    .c-multibox__graphic {
      width: 534px;
      height: 0;
      padding-bottom: 50%;
      transition: all 0.3s ease-in-out;
      transform: translateY(20px);
      opacity: 0; }
      .is-lazy-loaded .c-multibox__graphic {
        animation: fadeInUp 1s ease-in-out both 0.5s; }
      .c-multibox__graphic .is-hidden {
        animation: none; } }

.c-multibox__image-container {
  height: 100%;
  position: absolute;
  transform: translateY(20px);
  width: 100%;
  z-index: 2; }
  @media (min-width: 46.25em) {
    .c-multibox__image-container {
      transform: translateY(60px); } }

.c-multibox__image {
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute; }
  .is-hidden .c-multibox__image {
    animation: none; }
  .c-multibox__slide:not(.is-hidden) .c-multibox__image {
    transform: translateY(20px);
    opacity: 0; }
    .is-lazy-loaded .c-multibox__slide:not(.is-hidden) .c-multibox__image {
      animation: fadeInUp 0.5s ease-in-out both 0.45s; }

.c-multibox__navigation-link {
  border-bottom: solid 1px #999999;
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-family: "FS Brabo";
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  height: 28px;
  line-height: 1.56;
  width: calc(50% - 10px);
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
  .c-multibox__navigation-link:not(:last-of-type) {
    margin-right: 16px; }
  .c-multibox__navigation-link:hover, .c-multibox__navigation-link.is-selected {
    border-color: #333333;
    color: #333333; }
  @media (min-width: 46.25em) {
    .c-multibox__navigation-link {
      width: calc(25% - 8px); } }

/* ----- COMPONENTS: NAVIGATION ----- */
.c-navigation__item {
  display: inline-block;
  line-height: normal;
  overflow: hidden; }
  @media (min-width: 46.25em) {
    .c-navigation__item {
      margin-right: 15px;
      white-space: nowrap; } }
  @media (min-width: 81.25em) {
    .c-navigation__item {
      margin-right: 25px; } }

.c-navigation__link {
  color: inherit;
  text-decoration: none; }
  .c-navigation__link:hover {
    color: #333333; }
  @media (min-width: 65.625em) {
    .c-navigation__link:hover {
      color: #999999; } }

/* ----- COMPONENTS: NEXT SECTION LINK ----- */
.c-next-section__container {
  margin-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  @media (min-width: 65.625em) {
    .c-next-section__container {
      transform: translateY(15px);
      opacity: 0; }
      .c-next-section__container.is-lazy-loaded {
        animation: fadeInUp 0.3s ease-in-out both 0s; } }
  @media (min-width: 46.25em) {
    .c-next-section__container {
      margin-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 65.625em) {
    .c-next-section__container {
      margin-top: 120px;
      padding-bottom: 120px; } }

.c-next-section {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media (min-width: 65.625em) {
    .c-next-section {
      cursor: pointer; } }
  .c-next-section:hover .c-next-section__link {
    color: #333333; }
    @media (max-width: 65.615em) {
      .c-next-section:hover .c-next-section__link::before {
        background-color: #ffd302;
        opacity: 1; } }
    @media (min-width: 65.625em) {
      .c-next-section:hover .c-next-section__link::after {
        transform: translateX(0); } }

.c-next-section__label {
  color: #2e2c42;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.83;
  text-transform: uppercase; }
  .c-next-section__label::after {
    background-color: #333333;
    content: '';
    display: block;
    height: 20px;
    margin: 10px auto;
    width: 1px; }

.c-next-section__link {
  color: #333333;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  padding: 0 10px;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 46.25em) {
    .c-next-section__link {
      font-size: 30px; } }
  @media (min-width: 65.625em) {
    .c-next-section__link {
      font-size: 36px; }
      .c-next-section__link::after {
        background-color: #ffd302;
        bottom: 0;
        content: '';
        display: block;
        height: 12px;
        position: absolute;
        transform: translateX(-101%);
        transition: transform 0.4s ease-in-out;
        width: 100%;
        z-index: -1; } }
    @media (min-width: 65.625em) and (min-width: 46.25em) {
      .c-next-section__link::after {
        height: 15px; } }
    @media (min-width: 65.625em) and (min-width: 65.625em) {
      .c-next-section__link::after {
        height: 18px; } }
  .c-next-section__link::before {
    background-color: #c0afb8;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    opacity: 0.25;
    position: absolute;
    transition: transform 0.4s ease-in-out;
    width: 100%;
    z-index: -1; }
    @media (min-width: 46.25em) {
      .c-next-section__link::before {
        height: 15px; } }
    @media (min-width: 65.625em) {
      .c-next-section__link::before {
        height: 18px; } }

/* ----- COMPONENTS: PAGINATION ----- */
.c-pagination {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 4; }
  .c-multibox .c-pagination {
    transition: opacity 0.3s ease-in-out 0.5s; }
  .c-pagination.is-lazy-loaded {
    opacity: 1; }

.c-pagination__numbers {
  color: #333333;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  line-height: 24px;
  margin: 0 10px; }

.c-pagination__arrow {
  cursor: pointer;
  line-height: 24px;
  margin-top: 5px;
  width: 30px; }
  .c-pagination__arrow svg {
    display: block;
    fill: #cccccc; }
  .c-pagination__arrow .c-arrow {
    transition: transform 0.2s ease-in-out; }
  .c-pagination__arrow:hover .c-arrow--left {
    transform: translateX(-10px); }
  .c-pagination__arrow:hover .c-arrow--right {
    transform: translateX(10px); }

/* ----- COMPONENTS: PARTNERSHIP NETWORK ----- */
.c-partnership-network__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

.c-partnership-network__list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 46.24em) {
    .c-partnership-network__list {
      justify-content: space-around; } }
  @media (min-width: 46.25em) {
    .c-partnership-network__list {
      justify-content: center; } }

.c-partnership-network__item {
  text-align: center; }
  @media (max-width: 46.24em) {
    .c-partnership-network__item {
      flex-basis: 150px;
      margin-top: 20px; } }
  @media (min-width: 46.25em) {
    .c-partnership-network__item {
      flex-basis: 240px; } }

.c-partnership-network__icon {
  display: inline-block;
  height: 56px;
  margin-bottom: 10px;
  width: 56px; }

.c-partnership-network__name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  text-transform: uppercase; }

.c-partnership-network__text {
  box-shadow: inset 0 -0.7em #fff7cd;
  display: inline-block;
  font-family: "FS Brabo";
  font-size: 18px;
  font-style: italic;
  margin-top: 8px; }

/* ----- COMPONENTS: POST ----- */
.c-post__preview {
  border-bottom: solid 1px #ebebeb;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 20px 0; }
  @media (min-width: 46.25em) {
    .c-post__preview {
      padding: 40px 0; } }
  .c-post__preview a {
    text-decoration: none; }
  .c-post__preview .c-post__category {
    animation: none; }

.c-post .c-caption,
.c-post .c-pagination {
  animation: fadeIn 0.3s ease-in-out both 0.5s; }

.c-post__preview-container {
  position: relative; }
  .c-post__preview-container:first-of-type .c-post__preview {
    border-top: solid 1px #ebebeb; }
  .c-post__preview-container:last-of-type .c-post__preview {
    border-bottom: 0; }
  .c-post__preview-container:nth-child(1) {
    z-index: 1; }
  .c-post__preview-container:nth-child(2) {
    z-index: 2; }
  .c-post__preview-container:nth-child(3) {
    z-index: 3; }
  .c-post__preview-container:nth-child(4) {
    z-index: 4; }
  .c-post__preview-container:nth-child(5) {
    z-index: 5; }
  .c-post__preview-container:nth-child(6) {
    z-index: 6; }
  .c-post__preview-container:nth-child(7) {
    z-index: 7; }
  .c-post__preview-container:nth-child(8) {
    z-index: 8; }
  .c-post__preview-container:nth-child(9) {
    z-index: 9; }
  .c-post__preview-container:nth-child(10) {
    z-index: 10; }
  .c-post__preview-container:nth-child(11) {
    z-index: 11; }
  .c-post__preview-container:nth-child(12) {
    z-index: 12; }
  .c-post__preview-container:nth-child(13) {
    z-index: 13; }
  .c-post__preview-container:nth-child(14) {
    z-index: 14; }
  .c-post__preview-container:nth-child(15) {
    z-index: 15; }
  .c-post__preview-container:nth-child(16) {
    z-index: 16; }
  .c-post__preview-container:nth-child(17) {
    z-index: 17; }
  .c-post__preview-container:nth-child(18) {
    z-index: 18; }
  .c-post__preview-container:nth-child(19) {
    z-index: 19; }
  .c-post__preview-container:nth-child(20) {
    z-index: 20; }

.c-post__title {
  animation: fadeIn 0.2s ease-in-out both 0s;
  color: #333333;
  flex: 1 0 auto;
  font-family: "FS Brabo";
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.27;
  margin-bottom: 20px; }
  .c-post-index--venue .c-post__title {
    flex: none;
    margin-bottom: 8px; }
  .c-post__title a {
    background-size: 1px 1em;
    box-shadow: inset 0 -0.175em white, inset 0 -0.2em rgba(0, 0, 0, 0);
    text-decoration: none;
    transition: box-shadow 0.1s ease-in-out;
    /* IE/Edge box-shadow browser hacks */ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .c-post__title a {
        box-shadow: none; } }
    @supports (-ms-ime-align: auto) {
      .c-post__title a {
        box-shadow: none; } }
  .c-post__title a:hover {
    box-shadow: inset 0 -0.175em white, inset 0 -0.2em #333;
    color: #333333;
    display: inline; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .c-post__title a:hover {
        box-shadow: none;
        text-decoration: underline; } }
    @supports (-ms-ime-align: auto) {
      .c-post__title a:hover {
        box-shadow: none;
        text-decoration: underline; } }
  @media (min-width: 46.25em) {
    .c-post__title {
      padding-right: 40px; } }
  @media (min-width: 65.625em) {
    .c-post__title {
      font-size: 36px;
      line-height: 1.28; } }

.c-post__features {
  display: flex;
  column-gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap; }
  .c-post__features li:before {
    background-color: #ffd302; }

.c-post__features,
.c-post__category {
  animation: fadeIn 0.2s ease-in-out both 0.35s;
  font-family: "FS Elliot";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  margin-bottom: 20px; }
  .c-post__features a, .c-post__features li,
  .c-post__category a,
  .c-post__category li {
    align-items: center;
    display: flex;
    text-decoration: none; }
    .c-post__features a::before, .c-post__features li::before,
    .c-post__category a::before,
    .c-post__category li::before {
      border-radius: 50%;
      content: '';
      display: inline-block;
      flex: 0 0 16px;
      height: 16px;
      margin-right: 5px;
      vertical-align: middle;
      width: 16px; }

.c-post__date {
  animation: fadeIn 0.2s ease-in-out both 0.2s;
  color: #999999;
  font-family: "FS Elliot";
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 20px; }
  @media (min-width: 65.625em) {
    .c-post__date {
      margin-bottom: 0; } }

.c-post__content {
  animation: fadeIn 0.2s ease-in-out both 0.5s; }
  .c-post__content :nth-child(1) {
    animation: fadeIn 0.2s ease-in-out both 0.5s; }
  .c-post__content :nth-child(2) {
    animation: fadeIn 0.2s ease-in-out both 0.6s; }
  .c-post__content :nth-child(3) {
    animation: fadeIn 0.2s ease-in-out both 0.7s; }
  .c-post__content :nth-child(4) {
    animation: fadeIn 0.2s ease-in-out both 0.8s; }
  .c-post__content :nth-child(5) {
    animation: fadeIn 0.2s ease-in-out both 0.9s; }
  .c-post__content :nth-child(n+6) {
    animation: fadeIn 0.2s ease-in-out both 1.15s; }
  .c-post__content ul, .c-post__content ol {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px; }
    .c-post__content ul li, .c-post__content ol li {
      margin-bottom: 1em;
      list-style-type: disc;
      line-height: 1.71; }
  .c-post--venue .c-post__content h3 {
    margin-top: 32px;
    margin-bottom: 8px;
    text-transform: uppercase; }

.c-post__category a::before {
  background-color: #ffd302; }

.c-post__category a[href*="junior-school"]::before {
  background-color: #345e84; }

.c-post__category a[href*="senior-school"]::before {
  background-color: #2e2c42; }

.c-post__category a[href*="sixth-form"]::before {
  background-color: #2e2c42; }

.c-post__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  z-index: 2; }
  @media (min-width: 46.25em) {
    .c-post__description {
      padding-right: clamp(60px, 6vw, 91px); } }
  @media (max-width: 46.24em) {
    .c-post-index--venue .c-post__description {
      margin-bottom: 20px; } }

.c-post__thumbnail-link {
  display: block;
  position: relative; }
  .c-post__thumbnail-link::before {
    background-blend-mode: multiply;
    background-color: #ffd302;
    border-radius: 50%;
    content: '';
    display: block;
    height: 110px;
    opacity: 0.75;
    overflow: visible;
    position: absolute;
    width: 110px;
    z-index: 1; }
  .c-post__thumbnail-link.is-invisible {
    opacity: 0;
    pointer-events: none; }

.c-post__thumbnail {
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  width: 100%; }
  .c-post__thumbnail::after {
    background: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease-in-out; }
  .c-post__thumbnail:hover::after {
    transform: scale(1.05); }

/* Positioning of yellow circle */
.c-post__preview-container:nth-of-type(4n+1) .c-post__thumbnail-link::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-post__preview-container:nth-of-type(4n+2) .c-post__thumbnail-link::before {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%); }

.c-post__preview-container:nth-of-type(4n+3) .c-post__thumbnail-link::before {
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0; }

.c-post__preview-container:nth-of-type(4n+4) .c-post__thumbnail-link::before {
  right: 0;
  transform: translate(50%, -50%);
  top: 50%; }

.c-post__related {
  margin-top: 90px; }
  .c-post__related .c-post__preview {
    margin-bottom: 0; }

/* ----- COMPONENTS: PRIMARY NAVIGATION ----- */
.c-primary-navigation {
  display: flex;
  flex-direction: row;
  /* Link styling */
  /* Selected state */
  /* Sub menu popovers */
  /* End of submenus */ }
  .c-primary-navigation .c-navigation__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    overflow: visible;
    position: relative;
    /*
      Target the last two menus for different alignment
    */ }
    .c-primary-navigation .c-navigation__item:last-child {
      margin-right: 0; }
    .c-primary-navigation .c-navigation__item:nth-last-child(2) .c-navigation__sub-menu, .c-primary-navigation .c-navigation__item:last-child .c-navigation__sub-menu {
      left: auto;
      right: 0; }
      .c-primary-navigation .c-navigation__item:nth-last-child(2) .c-navigation__sub-menu::after, .c-primary-navigation .c-navigation__item:last-child .c-navigation__sub-menu::after {
        left: auto;
        margin-left: 0;
        margin-right: -10px;
        right: 15%; }
  .c-primary-navigation .c-navigation__link {
    color: inherit;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
    height: 50px; }
    .c-primary-navigation .c-navigation__link::after {
      background-color: #333333;
      content: '';
      display: block;
      height: 1px;
      opacity: 0;
      margin-top: 5px;
      width: 100%; }
    .c-primary-navigation .c-navigation__link:hover::after {
      opacity: 1; }
  .c-primary-navigation .c-navigation__item.current-menu-item .c-navigation__link::after {
    animation: fadeIn 0.2s ease-in-out both 0.3s; }
  .c-primary-navigation > .c-navigation__item.menu-item-has-children:hover > .c-navigation__sub-menu,
  .c-primary-navigation .c-navigation__sub-menu .menu-item-has-children.is-expanded > .c-navigation__sub-menu {
    opacity: 1;
    pointer-events: auto; }
  .c-primary-navigation .c-navigation__sub-menu {
    background-color: #ffffff;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    font-family: "FS Brabo";
    font-style: italic;
    margin-top: 40px;
    min-width: 300px;
    opacity: 0;
    padding: 30px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s ease-in-out;
    width: auto;
    /* Nested sub-menu */ }
    .c-primary-navigation .c-navigation__sub-menu::after {
      border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 10px;
      bottom: 100%;
      content: '';
      height: 0;
      left: 15%;
      margin-left: -10px;
      position: absolute;
      width: 0; }
    .c-primary-navigation .c-navigation__sub-menu .menu-item-has-children {
      /* Arrow styling */ }
      .c-primary-navigation .c-navigation__sub-menu .menu-item-has-children.is-expanded .c-navigation__sub-menu {
        max-height: 200px; }
      .c-primary-navigation .c-navigation__sub-menu .menu-item-has-children > .c-navigation__link::after {
        background-color: transparent;
        content: '\25BE';
        display: inline-block;
        font-family: "FS Elliot";
        font-style: normal;
        height: auto;
        margin-left: 6px;
        margin-top: 0;
        opacity: 1;
        transform: none;
        transition: transform 0.2s ease-in-out;
        width: auto; }
      .c-primary-navigation .c-navigation__sub-menu .menu-item-has-children.is-expanded > .c-navigation__link::after {
        transform: translateY(3px) rotate(180deg); }
    .c-primary-navigation .c-navigation__sub-menu .c-navigation__link {
      font-size: 18px;
      font-weight: normal;
      text-transform: none; }
      .c-primary-navigation .c-navigation__sub-menu .c-navigation__link:not(:last-child) {
        margin-bottom: 9px; }
      .c-primary-navigation .c-navigation__sub-menu .c-navigation__link::after {
        content: none; }
      @media (min-width: 65.625em) {
        .c-primary-navigation .c-navigation__sub-menu .c-navigation__link:hover {
          color: #999999; } }
    .c-primary-navigation .c-navigation__sub-menu .c-navigation__item {
      display: block;
      margin-right: 0; }
      .c-primary-navigation .c-navigation__sub-menu .c-navigation__item:not(:last-of-type) {
        margin-bottom: 5px; }
    .c-primary-navigation .c-navigation__sub-menu .c-navigation__sub-menu {
      background-color: #ffffff;
      filter: none;
      margin-top: 0;
      max-height: 0;
      padding: 0;
      position: relative;
      transition-timing-function: cubic-bezier(0.67, 0.93, 0.76, 1.05);
      transition: all 0.4s; }
      .c-primary-navigation .c-navigation__sub-menu .c-navigation__sub-menu::after {
        border-width: 0; }
      .c-primary-navigation .c-navigation__sub-menu .c-navigation__sub-menu .c-navigation__item {
        padding-top: 5px; }
        .c-primary-navigation .c-navigation__sub-menu .c-navigation__sub-menu .c-navigation__item:first-child {
          padding-top: 10px; }
      .c-primary-navigation .c-navigation__sub-menu .c-navigation__sub-menu .c-navigation__link::before {
        content: '– '; }

/* ----- COMPONENTS: QUOTE ----- */
.c-quote {
  background-color: #ffffff;
  margin-bottom: 60px;
  position: relative;
  text-align: center; }
  @media (min-width: 46.25em) {
    .c-quote {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 65.625em) {
    .c-quote {
      margin-bottom: 120px; } }

.c-quote__text {
  color: #333333;
  font-family: "FS Brabo";
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.27;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transform: translateY(20px);
  opacity: 0; }
  .is-lazy-loaded .c-quote__text {
    animation: fadeInUp 0.3s ease-in-out both 0.1s; }
  @media (min-width: 46.25em) {
    .c-quote__text {
      font-size: 48px;
      line-height: 1.21; } }
  .c-quote__text::before {
    content: '“';
    margin-right: -8px; }
  .c-quote__text::after {
    content: '”';
    margin-left: -8px; }

.c-quote__footer {
  color: #999999;
  line-height: 1.63;
  margin-bottom: 10px;
  transform: translateY(20px);
  opacity: 0; }
  .is-lazy-loaded .c-quote__footer {
    animation: fadeInUp 0.3s ease-in-out both 0.3s; }
  .c-quote__footer::before {
    content: '— '; }

.c-quote__image {
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  height: 94px;
  margin: 0 auto;
  width: 94px;
  transform: translateY(10px);
  opacity: 0; }
  .is-lazy-loaded .c-quote__image {
    animation: fadeInUp 0.3s ease-in-out both 0.6s; }

/* ----- COMPONENTS: RING ----- */
.c-ring {
  color: #ffd302;
  display: none;
  height: 1038px;
  pointer-events: none;
  position: absolute;
  right: 0;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-width: 1;
  top: 10%;
  width: 524px;
  z-index: 1;
  /*
   * Shameful.
   * Hides rings outside of '.main' container unless you're in a modal.
  */ }
  html:not(.u-prevent-scrolling) body > .c-ring {
    display: none; }
  .u-prevent-scrolling .c-ring {
    color: #ffffff !important;
    opacity: 0.5 !important;
    z-index: 8 !important; }
  @media (min-width: 46.25em) {
    .c-ring {
      display: block; } }
  @media (min-width: 65.625em) {
    .c-ring {
      height: 1038px;
      width: 524px; } }
  .c-ring.is-lazy-loaded {
    animation: draw 3s ease-in-out both; }

.blog .c-ring, .c-index .c-ring, .u-prevent-scrolling .c-ring {
  color: #ffd302; }

.blog .c-ring:nth-of-type(1), .c-index .c-ring:nth-of-type(1), .u-prevent-scrolling .c-ring:nth-of-type(1) {
  right: 0;
  top: 325px;
  transform: scaleX(-1); }

.blog .c-ring:nth-of-type(2), .c-index .c-ring:nth-of-type(2), .u-prevent-scrolling .c-ring:nth-of-type(2) {
  left: 0;
  top: 680px; }

.single-format-standard .c-ring {
  color: #ffd302; }

.single-format-standard .c-ring:nth-of-type(1) {
  right: 0;
  top: 870px;
  transform: scaleX(-1); }

.single-format-standard .c-ring:nth-of-type(2) {
  left: 0;
  top: 1535px; }

.page-template-template-plain-text main .c-statistics .c-ring,
.page-template-template-form main .c-statistics .c-ring {
  opacity: 0; }

.page-template-template-plain-text main > .c-ring,
.page-template-template-form main > .c-ring {
  color: #ffd302;
  display: none; }
  @media (min-width: 46.25em) {
    .page-template-template-plain-text main > .c-ring,
    .page-template-template-form main > .c-ring {
      display: block; } }

.page-template-template-plain-text main > .c-ring:nth-of-type(1),
.page-template-template-form main > .c-ring:nth-of-type(1) {
  right: -300px;
  top: 534px;
  transform: scaleX(-1); }
  @media (min-width: 65.625em) {
    .page-template-template-plain-text main > .c-ring:nth-of-type(1),
    .page-template-template-form main > .c-ring:nth-of-type(1) {
      right: -50px; } }

.page-template-template-plain-text main > .c-ring:nth-of-type(2),
.page-template-template-form main > .c-ring:nth-of-type(2) {
  left: -20%;
  top: 1058px; }
  @media (min-width: 65.625em) {
    .page-template-template-plain-text main > .c-ring:nth-of-type(2),
    .page-template-template-form main > .c-ring:nth-of-type(2) {
      left: -50px; } }

.page-template-template-informational main > .c-ring {
  color: #ffd302;
  display: none; }
  @media (min-width: 46.25em) {
    .page-template-template-informational main > .c-ring {
      display: block; } }

.page-template-template-informational main > .c-ring:nth-of-type(1) {
  right: 0;
  top: 534px;
  transform: scaleX(-1); }
  @media (min-width: 46.25em) {
    .page-template-template-informational main > .c-ring:nth-of-type(1) {
      right: -50px; } }

.page-template-template-informational main > .c-ring:nth-of-type(2) {
  left: 0;
  top: 1058px; }
  @media (min-width: 46.25em) {
    .page-template-template-informational main > .c-ring:nth-of-type(2) {
      left: -50px; } }

/* All pages with custom template, eg. Contact */
.page-template-default main > .c-ring {
  color: #ffd302;
  display: none; }
  @media (min-width: 46.25em) {
    .page-template-default main > .c-ring {
      display: block; } }

.page-template-default main > .c-ring:nth-of-type(1) {
  right: 0;
  top: 236px;
  transform: scaleX(-1); }

.page-template-default main > .c-ring:nth-of-type(2) {
  left: 0;
  top: 760px; }

/* Within Multibox component */
.c-multibox__slide .c-ring {
  stroke-opacity: 0.5;
  z-index: 2; }

.c-multibox__slide > .c-ring:nth-of-type(1) {
  left: -40%;
  top: 70%; }
  @media (min-width: 65.625em) {
    .c-multibox__slide > .c-ring:nth-of-type(1) {
      left: 0;
      top: 50%; } }

.c-multibox__slide > .c-ring:nth-of-type(2) {
  right: -35%;
  top: -50px;
  transform: scaleX(-1); }
  @media (min-width: 65.625em) {
    .c-multibox__slide > .c-ring:nth-of-type(2) {
      right: 0;
      top: -80px; } }

/* Within Quote component */
.c-quote {
  /* Quote on plain text template */ }
  .c-quote > .c-ring:nth-of-type(1) {
    left: -30%;
    opacity: 0;
    top: 50%; }
    @media (min-width: 46.25em) {
      .c-quote > .c-ring:nth-of-type(1) {
        opacity: 1; } }
    @media (min-width: 65.625em) {
      .c-quote > .c-ring:nth-of-type(1) {
        left: 0; } }
  .c-quote > .c-ring:nth-of-type(2) {
    right: -45%;
    top: -45%;
    transform: scaleX(-1); }
    @media (min-width: 46.25em) {
      .c-quote > .c-ring:nth-of-type(2) {
        top: -450px; } }
    @media (min-width: 65.625em) {
      .c-quote > .c-ring:nth-of-type(2) {
        right: 0; } }
  .page-template-template-plain-text .c-quote .c-ring {
    visibility: hidden; }

/* Within Staff story component and enquiry form */
.c-enquiry-form .c-ring,
.c-staff-story .c-ring {
  color: #c0afb8;
  stroke-opacity: 0.5; }

.c-enquiry-form > .c-ring:nth-of-type(1),
.c-staff-story > .c-ring:nth-of-type(1) {
  left: -40%;
  top: 50%; }
  @media (min-width: 46.25em) {
    .c-enquiry-form > .c-ring:nth-of-type(1),
    .c-staff-story > .c-ring:nth-of-type(1) {
      left: -25%;
      top: 80%; } }
  @media (min-width: 65.625em) {
    .c-enquiry-form > .c-ring:nth-of-type(1),
    .c-staff-story > .c-ring:nth-of-type(1) {
      left: 0;
      top: 60%; } }

.c-enquiry-form > .c-ring:nth-of-type(2),
.c-staff-story > .c-ring:nth-of-type(2) {
  right: -50%;
  top: -5%;
  transform: scaleX(-1); }
  @media (min-width: 46.25em) {
    .c-enquiry-form > .c-ring:nth-of-type(2),
    .c-staff-story > .c-ring:nth-of-type(2) {
      right: -25%;
      top: 0; } }
  @media (min-width: 65.625em) {
    .c-enquiry-form > .c-ring:nth-of-type(2),
    .c-staff-story > .c-ring:nth-of-type(2) {
      right: 0;
      top: 0; } }

/* ----- COMPONENTS: ROW ----- */
.c-row {
  color: #ffd302;
  position: relative;
  margin-bottom: 60px; }
  @media (min-width: 46.25em) {
    .c-row {
      margin-bottom: 80px; } }
  @media (min-width: 65.625em) {
    .c-row {
      margin-bottom: 120px; } }

.c-row__layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 46.25em) {
    .c-row__layout {
      flex-direction: row; } }

.c-row__text {
  color: #333333;
  opacity: 0;
  margin-bottom: 60px; }
  .c-row__text ul, .c-row__text ol {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px; }
    .c-row__text ul li, .c-row__text ol li {
      margin-bottom: 1em;
      list-style-type: disc;
      line-height: 1.71; }
  @media (min-width: 46.25em) {
    .c-row__text {
      margin-bottom: 0; } }
  .is-lazy-loaded .c-row__text {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out; }
  .c-row__text .c-signpost__arrow svg {
    fill: #000; }

.c-row__image-container {
  height: 0;
  margin-bottom: 15px;
  opacity: 0;
  padding-bottom: 100%;
  position: relative;
  margin-left: auto;
  width: calc(100% - 15px); }
  @media (min-width: 46.25em) {
    .c-row__image-container {
      margin-bottom: 55px;
      width: 100%; } }
  .is-lazy-loaded .c-row__image-container {
    animation-delay: 0.2s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out; }

.c-row__image, .c-row__squarallax {
  height: 100%;
  position: absolute;
  width: 100%; }

.c-row__image {
  background-position: center center;
  background-size: cover;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
  opacity: 0;
  transform: translateY(60px); }
  .c-row__image.is-lazy-loaded {
    animation: fadeInUp 0.5s ease-in-out forwards; }

.c-row__squarallax {
  background-color: #ffd302;
  bottom: -15px;
  left: -15px;
  z-index: 1; }
  @media (min-width: 46.25em) {
    .c-row__squarallax {
      bottom: -35px;
      left: -35px; } }
  @media (min-width: 65.625em) {
    .c-row__squarallax {
      bottom: -55px;
      left: -55px; } }

/* Reverse row */
.c-row--reverse .c-row__image-container {
  margin-bottom: 0;
  margin-top: 15px;
  margin-left: unset;
  margin-right: auto;
  width: calc(100% - 15px); }
  @media (min-width: 46.25em) {
    .c-row--reverse .c-row__image-container {
      margin-bottom: 0;
      margin-top: 55px;
      width: 100%; } }

.c-row--reverse .c-row__text {
  animation-delay: 0.3s;
  margin-bottom: 0;
  margin-top: 60px; }
  @media (min-width: 46.25em) {
    .c-row--reverse .c-row__text {
      margin-top: 0; } }

.c-row--reverse .c-row__squarallax {
  left: 0;
  bottom: 0; }

.c-row--reverse .c-row__image {
  animation-delay: 0s;
  left: 15px;
  bottom: 15px; }
  @media (min-width: 46.25em) {
    .c-row--reverse .c-row__image {
      bottom: 35px;
      left: 35px; } }
  @media (min-width: 65.625em) {
    .c-row--reverse .c-row__image {
      bottom: 55px;
      left: 55px; } }

/* ----- COMPONENTS: SEARCH FORM ----- */
.c-search-form {
  align-items: center;
  border-bottom: solid 2px #999999;
  display: flex;
  justify-content: space-between;
  margin-bottom: -2px;
  overflow: visible;
  padding: 8px 0;
  width: 100%; }
  .c-search-form ::-webkit-input-placeholder {
    color: #333333; }
  .c-search-form :-moz-placeholder {
    color: #333333; }
  .c-search-form ::-moz-placeholder {
    color: #333333; }
  .c-search-form :-ms-input-placeholder {
    color: #333333; }
  @media (min-width: 46.25em) {
    .c-search-form {
      max-width: 324px; } }
  .c-search-form .c-search-icon {
    height: 18px;
    width: 18px;
    overflow: visible;
    padding: 1px; }
  .c-modal--menu .c-search-form {
    border-bottom: solid 2px #bc9b00; }

.c-search-form__input {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #333333;
  font-size: 16px;
  outline: none;
  width: 100%; }

.c-search-form__button {
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
  overflow: visible; }

.c-search-results .c-post__title {
  cursor: pointer; }

/* ----- COMPONENTS: SECONDARY NAVIGATION ----- */
.c-secondary-navigation__container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  width: 100%; }
  .c-secondary-navigation__container .c-search-form {
    border-bottom: 0;
    max-width: 18px;
    padding: 0;
    transition: max-width 0.5s ease-in-out; }
    .c-secondary-navigation__container .c-search-form ::-webkit-input-placeholder {
      color: #999999; }
    .c-secondary-navigation__container .c-search-form :-moz-placeholder {
      color: #999999; }
    .c-secondary-navigation__container .c-search-form ::-moz-placeholder {
      color: #999999; }
    .c-secondary-navigation__container .c-search-form :-ms-input-placeholder {
      color: #999999; }
    .is-selected .c-secondary-navigation__container .c-search-form {
      max-width: 187px; }
    .c-secondary-navigation__container .c-search-form .c-search-form__input {
      color: #999999;
      font-family: "FS Elliot";
      font-size: 14px;
      margin-bottom: 8px;
      margin-top: 8px; }
    .c-secondary-navigation__container .c-search-form.is-selected {
      max-width: 205px;
      border-bottom: solid 2px #999999; }
      .c-secondary-navigation__container .c-search-form.is-selected .c-search-icon {
        fill: #333333; }
    .c-secondary-navigation__container .c-search-form .c-search-icon {
      fill: #cccccc; }

.c-secondary-navigation {
  line-height: 1; }
  .c-secondary-navigation .c-navigation__link {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.2s ease-in-out; }
    .c-secondary-navigation .c-navigation__link:hover {
      color: #333333; }
  .c-secondary-navigation .current-menu-item .c-navigation__link {
    color: #333333; }

/* ----- COMPONENTS: SELECT ----- */
.c-select,
.acf-form .acf-field-select select {
  border-bottom: solid 2px #cccccc;
  position: relative;
  width: 100%; }
  .c-select:after,
  .acf-form .acf-field-select select:after {
    border-color: #333333 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px;
    content: '';
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0; }

form {
  width: 100%; }

/* ----- COMPONENTS: SIGNPOST ----- */
.c-signpost {
  align-items: center;
  display: flex;
  flex-direction: row;
  text-decoration: none; }
  .c-signpost svg {
    fill: #ffd302; }
  .c-signpost:hover {
    color: #333333; }
    .c-signpost:hover .c-signpost__arrow {
      transform: translateX(10px); }

.c-signpost__arrow {
  height: 26px;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
  transform: translateX(0);
  width: 30px; }

.c-signpost__text {
  font-family: "FS Elliot";
  font-size: 16px !important;
  font-weight: bold; }

/* ----- COMPONENTS: SITEMAP ----- */
@media (min-width: 46.25em) {
  .c-sitemap {
    column-count: 2; } }

.c-sitemap .page_item a:hover {
  border-bottom: solid 1px #333333; }

.c-sitemap .page_item_has_children {
  break-inside: avoid-column; }

.c-sitemap > .page_item {
  break-after: never;
  column-break-after: never;
  list-style: none; }
  .c-sitemap > .page_item:first-child {
    margin-top: 0; }
  .c-sitemap > .page_item a {
    text-decoration: none; }

.c-sitemap .children {
  break-inside: avoid-column;
  margin-left: 20px; }
  .c-sitemap .children .page_item a {
    transition: text-decoration 0.2s ease-in-out; }
  .c-sitemap .children .page_item_has_children {
    break-inside: avoid-column; }
    .c-sitemap .children .page_item_has_children .children .page_item::before {
      content: '– '; }

/* ----- COMPONENTS: SOCIAL ----- */
.c-social-links .c-navigation__link {
  font-size: 6px;
  height: 20px;
  opacity: 0;
  overflow: hidden;
  position: absolute; }

.c-social-links .c-navigation__item {
  margin-right: 12px; }

.c-social-links .c-navigation__item:last-child {
  margin-right: 0; }

.c-social-icon {
  background-position: center;
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px; }
  @media (min-width: 65.625em) {
    .c-social-icon {
      height: 20px;
      width: 20px; } }

.c-social-icon--instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMi4xNjNjMy4yMDQgMCAzLjU4NC4wMTIgNC44NS4wNyAzLjI1Mi4xNDggNC43NzEgMS42OTEgNC45MTkgNC45MTkuMDU4IDEuMjY1LjA2OSAxLjY0NS4wNjkgNC44NDkgMCAzLjIwNS0uMDEyIDMuNTg0LS4wNjkgNC44NDktLjE0OSAzLjIyNS0xLjY2NCA0Ljc3MS00LjkxOSA0LjkxOS0xLjI2Ni4wNTgtMS42NDQuMDctNC44NS4wNy0zLjIwNCAwLTMuNTg0LS4wMTItNC44NDktLjA3LTMuMjYtLjE0OS00Ljc3MS0xLjY5OS00LjkxOS00LjkyLS4wNTgtMS4yNjUtLjA3LTEuNjQ0LS4wNy00Ljg0OSAwLTMuMjA0LjAxMy0zLjU4My4wNy00Ljg0OS4xNDktMy4yMjcgMS42NjQtNC43NzEgNC45MTktNC45MTkgMS4yNjYtLjA1NyAxLjY0NS0uMDY5IDQuODQ5LS4wNjl6bTAtMi4xNjNjLTMuMjU5IDAtMy42NjcuMDE0LTQuOTQ3LjA3Mi00LjM1OC4yLTYuNzggMi42MTgtNi45OCA2Ljk4LS4wNTkgMS4yODEtLjA3MyAxLjY4OS0uMDczIDQuOTQ4IDAgMy4yNTkuMDE0IDMuNjY4LjA3MiA0Ljk0OC4yIDQuMzU4IDIuNjE4IDYuNzggNi45OCA2Ljk4IDEuMjgxLjA1OCAxLjY4OS4wNzIgNC45NDguMDcyIDMuMjU5IDAgMy42NjgtLjAxNCA0Ljk0OC0uMDcyIDQuMzU0LS4yIDYuNzgyLTIuNjE4IDYuOTc5LTYuOTguMDU5LTEuMjguMDczLTEuNjg5LjA3My00Ljk0OCAwLTMuMjU5LS4wMTQtMy42NjctLjA3Mi00Ljk0Ny0uMTk2LTQuMzU0LTIuNjE3LTYuNzgtNi45NzktNi45OC0xLjI4MS0uMDU5LTEuNjktLjA3My00Ljk0OS0uMDczem0wIDUuODM4Yy0zLjQwMyAwLTYuMTYyIDIuNzU5LTYuMTYyIDYuMTYyczIuNzU5IDYuMTYzIDYuMTYyIDYuMTYzIDYuMTYyLTIuNzU5IDYuMTYyLTYuMTYzYzAtMy40MDMtMi43NTktNi4xNjItNi4xNjItNi4xNjJ6bTAgMTAuMTYyYy0yLjIwOSAwLTQtMS43OS00LTQgMC0yLjIwOSAxLjc5MS00IDQtNHM0IDEuNzkxIDQgNGMwIDIuMjEtMS43OTEgNC00IDR6bTYuNDA2LTExLjg0NWMtLjc5NiAwLTEuNDQxLjY0NS0xLjQ0MSAxLjQ0cy42NDUgMS40NCAxLjQ0MSAxLjQ0Yy43OTUgMCAxLjQzOS0uNjQ1IDEuNDM5LTEuNDRzLS42NDQtMS40NC0xLjQzOS0xLjQ0eiIvPjwvc3ZnPg=="); }

.c-social-icon--instagram:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPHBhdGggZD0iTTEyLDIuMTYzQzE1LjIwNCwyLjE2MyAxNS41ODQsMi4xNzUgMTYuODUsMi4yMzNDMjAuMTAyLDIuMzgxIDIxLjYyMSwzLjkyNCAyMS43NjksNy4xNTJDMjEuODI3LDguNDE3IDIxLjgzOCw4Ljc5NyAyMS44MzgsMTIuMDAxQzIxLjgzOCwxNS4yMDYgMjEuODI2LDE1LjU4NSAyMS43NjksMTYuODVDMjEuNjIsMjAuMDc1IDIwLjEwNSwyMS42MjEgMTYuODUsMjEuNzY5QzE1LjU4NCwyMS44MjcgMTUuMjA2LDIxLjgzOSAxMiwyMS44MzlDOC43OTYsMjEuODM5IDguNDE2LDIxLjgyNyA3LjE1MSwyMS43NjlDMy44OTEsMjEuNjIgMi4zOCwyMC4wNyAyLjIzMiwxNi44NDlDMi4xNzQsMTUuNTg0IDIuMTYyLDE1LjIwNSAyLjE2MiwxMkMyLjE2Miw4Ljc5NiAyLjE3NSw4LjQxNyAyLjIzMiw3LjE1MUMyLjM4MSwzLjkyNCAzLjg5NiwyLjM4IDcuMTUxLDIuMjMyQzguNDE3LDIuMTc1IDguNzk2LDIuMTYzIDEyLDIuMTYzWk0xMiwwQzguNzQxLDAgOC4zMzMsMC4wMTQgNy4wNTMsMC4wNzJDMi42OTUsMC4yNzIgMC4yNzMsMi42OSAwLjA3Myw3LjA1MkMwLjAxNCw4LjMzMyAtMCw4Ljc0MSAtMCwxMkMtMCwxNS4yNTkgMC4wMTQsMTUuNjY4IDAuMDcyLDE2Ljk0OEMwLjI3MiwyMS4zMDYgMi42OSwyMy43MjggNy4wNTIsMjMuOTI4QzguMzMzLDIzLjk4NiA4Ljc0MSwyNCAxMiwyNEMxNS4yNTksMjQgMTUuNjY4LDIzLjk4NiAxNi45NDgsMjMuOTI4QzIxLjMwMiwyMy43MjggMjMuNzMsMjEuMzEgMjMuOTI3LDE2Ljk0OEMyMy45ODYsMTUuNjY4IDI0LDE1LjI1OSAyNCwxMkMyNCw4Ljc0MSAyMy45ODYsOC4zMzMgMjMuOTI4LDcuMDUzQzIzLjczMiwyLjY5OSAyMS4zMTEsMC4yNzMgMTYuOTQ5LDAuMDczQzE1LjY2OCwwLjAxNCAxNS4yNTksLTAgMTIsLTBaTTEyLDUuODM4QzguNTk3LDUuODM4IDUuODM4LDguNTk3IDUuODM4LDEyQzUuODM4LDE1LjQwMyA4LjU5NywxOC4xNjMgMTIsMTguMTYzQzE1LjQwMywxOC4xNjMgMTguMTYyLDE1LjQwNCAxOC4xNjIsMTJDMTguMTYyLDguNTk3IDE1LjQwMyw1LjgzOCAxMiw1LjgzOFpNMTIsMTZDOS43OTEsMTYgOCwxNC4yMSA4LDEyQzgsOS43OTEgOS43OTEsOCAxMiw4QzE0LjIwOSw4IDE2LDkuNzkxIDE2LDEyQzE2LDE0LjIxIDE0LjIwOSwxNiAxMiwxNlpNMTguNDA2LDQuMTU1QzE3LjYxLDQuMTU1IDE2Ljk2NSw0LjggMTYuOTY1LDUuNTk1QzE2Ljk2NSw2LjM5IDE3LjYxLDcuMDM1IDE4LjQwNiw3LjAzNUMxOS4yMDEsNy4wMzUgMTkuODQ1LDYuMzkgMTkuODQ1LDUuNTk1QzE5Ljg0NSw0LjggMTkuMjAxLDQuMTU1IDE4LjQwNiw0LjE1NVoiIHN0eWxlPSJmaWxsOndoaXRlO2ZpbGwtcnVsZTpub256ZXJvOyIvPgo8L3N2Zz4K"); }

.c-social-icon--linked-in {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDMxMCAzMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9IlhNTElEXzgwMV8iPg0KCTxwYXRoIGlkPSJYTUxJRF84MDJfIiBkPSJNNzIuMTYsOTkuNzNIOS45MjdjLTIuNzYyLDAtNSwyLjIzOS01LDV2MTk5LjkyOGMwLDIuNzYyLDIuMjM4LDUsNSw1SDcyLjE2YzIuNzYyLDAsNS0yLjIzOCw1LTVWMTA0LjczDQoJCUM3Ny4xNiwxMDEuOTY5LDc0LjkyMiw5OS43Myw3Mi4xNiw5OS43M3oiLz4NCgk8cGF0aCBpZD0iWE1MSURfODAzXyIgZD0iTTQxLjA2NiwwLjM0MUMxOC40MjIsMC4zNDEsMCwxOC43NDMsMCw0MS4zNjJDMCw2My45OTEsMTguNDIyLDgyLjQsNDEuMDY2LDgyLjQNCgkJYzIyLjYyNiwwLDQxLjAzMy0xOC40MSw0MS4wMzMtNDEuMDM4QzgyLjEsMTguNzQzLDYzLjY5MiwwLjM0MSw0MS4wNjYsMC4zNDF6Ii8+DQoJPHBhdGggaWQ9IlhNTElEXzgwNF8iIGQ9Ik0yMzAuNDU0LDk0Ljc2MWMtMjQuOTk1LDAtNDMuNDcyLDEwLjc0NS01NC42NzksMjIuOTU0VjEwNC43M2MwLTIuNzYxLTIuMjM4LTUtNS01aC01OS41OTkNCgkJYy0yLjc2MiwwLTUsMi4yMzktNSw1djE5OS45MjhjMCwyLjc2MiwyLjIzOCw1LDUsNWg2Mi4wOTdjMi43NjIsMCw1LTIuMjM4LDUtNXYtOTguOTE4YzAtMzMuMzMzLDkuMDU0LTQ2LjMxOSwzMi4yOS00Ni4zMTkNCgkJYzI1LjMwNiwwLDI3LjMxNywyMC44MTgsMjcuMzE3LDQ4LjAzNHY5Ny4yMDRjMCwyLjc2MiwyLjIzOCw1LDUsNUgzMDVjMi43NjIsMCw1LTIuMjM4LDUtNVYxOTQuOTk1DQoJCUMzMTAsMTQ1LjQzLDMwMC41NDksOTQuNzYxLDIzMC40NTQsOTQuNzYxeiIvPg0KPC9nPg0KPC9zdmc+"); }

.c-social-icon--linked-in:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDgwMCA4MDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8ZyBpZD0iWE1MSURfODAxXyI+CiAgICAgICAgPHBhdGggaWQ9IlhNTElEXzgwMl8iIGQ9Ik0xODYuMjE5LDI1Ny4zNjhMMjUuNjE4LDI1Ny4zNjhDMTguNDksMjU3LjM2OCAxMi43MTUsMjYzLjE0NiAxMi43MTUsMjcwLjI3MUwxMi43MTUsNzg2LjIxNEMxMi43MTUsNzkzLjM0MiAxOC40OSw3OTkuMTE3IDI1LjYxOCw3OTkuMTE3TDE4Ni4yMTksNzk5LjExN0MxOTMuMzQ3LDc5OS4xMTcgMTk5LjEyMyw3OTMuMzQyIDE5OS4xMjMsNzg2LjIxNEwxOTkuMTIzLDI3MC4yNzFDMTk5LjEyMywyNjMuMTQ2IDE5My4zNDcsMjU3LjM2OCAxODYuMjE5LDI1Ny4zNjhaIiBzdHlsZT0iZmlsbDp3aGl0ZTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBpZD0iWE1MSURfODAzXyIgZD0iTTEwNS45NzcsMC44OEM0Ny41NDEsMC44OCAwLDQ4LjM2OSAwLDEwNi43NDFDMCwxNjUuMTM4IDQ3LjU0MSwyMTIuNjQ1IDEwNS45NzcsMjEyLjY0NUMxNjQuMzY2LDIxMi42NDUgMjExLjg2OCwxNjUuMTM1IDIxMS44NjgsMTA2Ljc0MUMyMTEuODcxLDQ4LjM2OSAxNjQuMzY2LDAuODggMTA1Ljk3NywwLjg4WiIgc3R5bGU9ImZpbGw6d2hpdGU7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggaWQ9IlhNTElEXzgwNF8iIGQ9Ik01OTQuNzIsMjQ0LjU0NUM1MzAuMjE3LDI0NC41NDUgNDgyLjUzNCwyNzIuMjc0IDQ1My42MTMsMzAzLjc4MUw0NTMuNjEzLDI3MC4yNzFDNDUzLjYxMywyNjMuMTQ2IDQ0Ny44MzcsMjU3LjM2OCA0NDAuNzEsMjU3LjM2OEwyODYuOTA2LDI1Ny4zNjhDMjc5Ljc3OCwyNTcuMzY4IDI3NC4wMDMsMjYzLjE0NiAyNzQuMDAzLDI3MC4yNzFMMjc0LjAwMyw3ODYuMjE0QzI3NC4wMDMsNzkzLjM0MiAyNzkuNzc4LDc5OS4xMTcgMjg2LjkwNiw3OTkuMTE3TDQ0Ny4xNTYsNzk5LjExN0M0NTQuMjg0LDc5OS4xMTcgNDYwLjA1OSw3OTMuMzQyIDQ2MC4wNTksNzg2LjIxNEw0NjAuMDU5LDUzMC45NDJDNDYwLjA1OSw0NDQuOTIxIDQ4My40MjUsNDExLjQwOSA1NDMuMzg4LDQxMS40MDlDNjA4LjY5NCw0MTEuNDA5IDYxMy44ODQsNDY1LjEzMyA2MTMuODg0LDUzNS4zNjhMNjEzLjg4NCw3ODYuMjE3QzYxMy44ODQsNzkzLjM0NSA2MTkuNjU5LDc5OS4xMiA2MjYuNzg3LDc5OS4xMkw3ODcuMDk3LDc5OS4xMkM3OTQuMjI1LDc5OS4xMiA4MDAsNzkzLjM0NSA4MDAsNzg2LjIxN0w4MDAsNTAzLjIxM0M4MDAsMzc1LjMwMyA3NzUuNjEsMjQ0LjU0NSA1OTQuNzIsMjQ0LjU0NVoiIHN0eWxlPSJmaWxsOndoaXRlO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgPC9nPgo8L3N2Zz4K"); }

/* ----- COMPONENTS: STAFF LIST ----- */
.c-staff-list__layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 46.25em) {
    .c-staff-list__layout {
      flex-direction: row; } }
  .c-staff-list__layout ul {
    margin-bottom: 16px; }

.c-staff-lists {
  position: relative;
  color: #ffd302; }
  .c-staff-lists li {
    line-height: 1.63;
    margin-bottom: 7.5px; }
  .c-staff-lists .c-ring {
    stroke-opacity: 0.75; }
  .c-staff-lists > .c-ring:nth-of-type(1) {
    right: 0;
    top: 0;
    transform: scaleX(-1); }
  .c-staff-lists > .c-ring:nth-of-type(2) {
    left: 0;
    top: 16%; }

/* ----- COMPONENTS: STAFF STORY ----- */
.c-staff-story {
  min-height: 770px;
  overflow: hidden;
  position: relative;
  z-index: 2; }

.c-staff-story__layout {
  display: flex;
  flex-direction: column;
  padding-top: 40px; }
  @media (min-width: 46.25em) {
    .c-staff-story__layout {
      margin-left: 50%; } }
  @media (min-width: 46.25em) {
    .c-staff-story__layout {
      padding-top: 0; } }

.c-staff-story__header {
  color: #333333;
  order: 1;
  padding-bottom: 20px;
  transform: translateY(20px);
  opacity: 0; }
  .is-lazy-loaded .c-staff-story__header {
    animation: fadeInUp 0.3s ease-in-out both 1s; }
  @media (min-width: 46.25em) {
    .c-staff-story__header {
      margin-bottom: 10px;
      padding-top: 80px; } }

.c-staff-story__title {
  align-self: flex-start;
  color: #333333;
  display: inline-block;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  box-shadow: inset 0 -0.175em #fdf9fa, inset 0 -0.7em #DDD4D8;
  padding-bottom: 8px; }

.c-staff-story__image {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: solid 1px #ebebeb;
  height: 100%;
  margin-bottom: 20px;
  order: 2;
  padding-bottom: 100%;
  width: 100%;
  will-change: auto;
  transform: translateY(20px);
  opacity: 0; }
  .c-staff-story__image.is-lazy-loaded {
    animation: fadeInUp 0.4s ease-in-out both 0.2s; }
  @media (min-width: 46.25em) {
    .c-staff-story__image {
      background-position: 73% bottom;
      background-size: cover;
      border-bottom: none;
      left: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      position: absolute;
      top: 0;
      width: 50%; } }
  @media (min-width: 65.625em) {
    .c-staff-story__image {
      background-position: right bottom;
      background-size: contain; } }

.c-staff-story__quote {
  color: #333333;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.33;
  order: 3;
  padding-bottom: 40px;
  position: relative;
  transform: translateY(20px);
  z-index: 1;
  transform: translateY(20px);
  opacity: 0; }
  .is-lazy-loaded .c-staff-story__quote {
    animation: fadeInUp 0.4s ease-in-out both 1.25s; }
  @media (min-width: 46.25em) {
    .c-staff-story__quote {
      font-size: 30px;
      padding-bottom: 60px; } }
  @media (min-width: 65.625em) {
    .c-staff-story__quote {
      font-size: 36px;
      line-height: 1.28; } }
  .c-staff-story__quote q::before {
    content: '“';
    margin-right: -4px; }
  .c-staff-story__quote q::after {
    content: '”';
    margin-left: -8px; }

.c-staff-story__biography {
  order: 4;
  transform: translateY(20px);
  opacity: 0; }
  .is-lazy-loaded .c-staff-story__biography {
    animation: fadeInUp 0.4s ease-in-out both 1.25s; }

/* ----- COMPONENTS: STATISTICS ----- */
.c-statistics {
  color: #ffd302;
  margin: 60px 0;
  position: relative; }
  @media (min-width: 46.25em) {
    .c-statistics {
      margin: 80px 0; } }
  @media (min-width: 65.625em) {
    .c-statistics {
      margin: 120px 0; } }
  .c-statistics .c-ring {
    display: none; }
  .page-template-templatestemplate-plain-text-php .c-statistics .c-ring {
    display: block;
    left: 0;
    stroke-opacity: 0.75; }

.c-statistics__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 46.25em) {
    .c-statistics__container {
      flex-direction: row; } }
  @media (min-width: 65.625em) {
    .c-statistics__container {
      width: 90%; } }

.c-statistic {
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 26px;
  text-align: center; }
  .c-statistic:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  @media (min-width: 46.25em) {
    .c-statistic {
      border: none;
      display: inline-block;
      margin-bottom: 0;
      padding: 0 5% 0;
      text-align: left;
      max-width: calc(100% / 3); }
      .c-statistic:not(:last-of-type) {
        border-right: solid 1px #ebebeb; } }

.c-statistic__number {
  box-shadow: inset 0 -0.175em #ffffff, inset 0 -0.7em #FBFAFB;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  color: #ffd302;
  display: inline-block;
  font-family: "FS Brabo";
  font-size: 64px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 24px;
  text-align: center; }
  .c-statistic__number::before {
    left: unset; }
  @media (min-width: 46.25em) {
    .c-statistic__number {
      margin-bottom: 20px;
      text-align: left;
      width: auto; } }
  @media (min-width: 65.625em) {
    .c-statistic__number {
      font-size: 92px; } }
  .c-statistic__number::selection {
    color: #ffffff; }

.c-statistic__definition {
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  font-family: "FS Elliot";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  width: 190px; }
  .c-statistic__definition:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 46.25em) {
    .c-statistic__definition {
      line-height: 1.63;
      margin-bottom: 0;
      text-align: left;
      width: auto; } }

/* Animations */
.c-statistic {
  opacity: 0; }
  .is-lazy-loaded .c-statistic {
    animation: fadeIn 0.4s ease-in-out both 0s; }

.c-statistic:nth-child(1) {
  animation-delay: 0.4s; }

.c-statistic:nth-child(2) {
  animation-delay: 0.8s; }

.c-statistic:nth-child(3) {
  animation-delay: 1.2s; }

.c-icon-card-deck {
  background-color: #efebec;
  position: relative;
  z-index: 0; }
  .c-icon-card-deck--support {
    background-color: #238c7d;
    overflow: hidden; }
  .c-icon-card-deck::before, .c-icon-card-deck::after {
    content: "";
    display: block;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    height: calc((100vw - 30px) / 2); }
    @media (min-width: 46.25em) {
      .c-icon-card-deck::before, .c-icon-card-deck::after {
        height: calc((100vw - 60px) / 2); } }
    @media (min-width: 71.25em) {
      .c-icon-card-deck::before, .c-icon-card-deck::after {
        height: calc(1084px / 4); } }
  .c-icon-card-deck::before {
    top: 0; }
  .c-icon-card-deck::after {
    bottom: 0; }
  .c-icon-card-deck--partnerships {
    background-color: #fff7cd; }

.c-icon-card__container {
  transform: translateY(20px);
  opacity: 0; }
  .c-icon-card__container.is-lazy-loaded {
    animation: fadeInUp 0.2s ease-in-out both 0.2s; }
  .c-icon-card__container:hover .c-icon-card--zoom {
    cursor: pointer; }
    @media (min-width: 65.625em) {
      .c-icon-card__container:hover .c-icon-card--zoom {
        transform: scale(1.05); } }
    .c-icon-card__container:hover .c-icon-card--zoom .c-icon-card .c-signpost__arrow {
      transform: translateX(10px); }

.c-icon-card--capital-development {
  background-color: #e6f2ec; }
  .c-icon-card--capital-development .c-icon-card__title {
    box-shadow: inset 0 -0.175em #e6f2ec, inset 0 -0.7em rgba(131, 190, 162, 0.2); }
  .c-icon-card--capital-development .c-progress-bar {
    background-color: #e6f2ec; }
  .c-icon-card--capital-development .c-progress-bar__fill {
    background-color: #83bea2; }

.c-icon-card--community-leadership {
  background-color: #ecf1f8; }
  .c-icon-card--community-leadership .c-icon-card__title {
    box-shadow: inset 0 -0.175em #ecf1f8, inset 0 -0.7em rgba(161, 184, 221, 0.2); }
  .c-icon-card--community-leadership .c-progress-bar {
    background-color: #ecf1f8; }
  .c-icon-card--community-leadership .c-progress-bar__fill {
    background-color: #a1b8dd; }

.c-icon-card--breadth-accessibility {
  background-color: #f2eff1; }
  .c-icon-card--breadth-accessibility .c-icon-card__title {
    box-shadow: inset 0 -0.175em #f2eff1, inset 0 -0.7em rgba(192, 175, 184, 0.2); }
  .c-icon-card--breadth-accessibility .c-progress-bar {
    background-color: #f2eff1; }
  .c-icon-card--breadth-accessibility .c-progress-bar__fill {
    background-color: #c0afb8; }

.c-icon-card--teaching-learning {
  background-color: #fff6cc; }
  .c-icon-card--teaching-learning .c-icon-card__title {
    box-shadow: inset 0 -0.175em #fff6cc, inset 0 -0.7em rgba(255, 211, 2, 0.2); }
  .c-icon-card--teaching-learning .c-progress-bar {
    background-color: #fff6cc; }
  .c-icon-card--teaching-learning .c-progress-bar__fill {
    background-color: #ffd302; }

.c-icon-card--partnerships {
  background-color: #ffd302; }
  .c-icon-card--partnerships .c-icon-card__title {
    box-shadow: inset 0 -0.175em #ffd302, inset 0 -0.7em #ffc901;
    padding-bottom: 8px;
    cursor: default; }
  .c-icon-card--partnerships .c-icon-card__icon:after {
    content: '';
    border-radius: 50%;
    border-style: solid;
    border-color: white;
    box-sizing: border-box;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    @media (max-width: 46.24em) {
      .c-icon-card--partnerships .c-icon-card__icon:after {
        border-width: 1px; } }
    @media (min-width: 46.25em) {
      .c-icon-card--partnerships .c-icon-card__icon:after {
        border-width: 2px; } }

.c-icon-card--opportunity,
.c-icon-card--wellbeing {
  background-color: #d2f5e1; }
  .c-icon-card--opportunity .c-icon-card__title,
  .c-icon-card--wellbeing .c-icon-card__title {
    box-shadow: inset 0 -0.175em #a5e6c8, inset 0 -0.7em #a5e6c8;
    padding-bottom: 8px;
    cursor: default; }
  .c-icon-card--opportunity .c-icon-card__icon,
  .c-icon-card--wellbeing .c-icon-card__icon {
    width: 56px;
    height: 56px; }
    .c-icon-card--opportunity .c-icon-card__icon svg,
    .c-icon-card--wellbeing .c-icon-card__icon svg {
      width: 100%;
      height: 100%; }
    @media (min-width: 46.25em) {
      .c-icon-card--opportunity .c-icon-card__icon,
      .c-icon-card--wellbeing .c-icon-card__icon {
        height: 88px;
        width: 88px; } }

.c-icon-card__link {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.c-icon-card {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease-in-out; }
  .c-icon-card .c-signpost__arrow svg {
    fill: currentColor; }
  @media (min-width: 46.25em) {
    .c-icon-card {
      flex-direction: row;
      margin-bottom: 80px; } }
  @media (min-width: 65.625em) {
    .c-icon-card {
      margin-bottom: 120px; } }
  .c-icon-card li + li {
    margin-top: 13px; }
  .c-icon-card ul > li {
    margin-left: 2ch;
    line-height: 1.63;
    list-style-type: disc; }

@media (min-width: 46.25em) {
  .c-icon-card__container:nth-child(even) .c-icon-card {
    flex-direction: row-reverse; } }

.c-icon-card__title {
  align-self: flex-start;
  cursor: pointer;
  display: block;
  font-family: "FS Brabo";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 20px;
  padding-bottom: 8px;
  text-decoration: none; }
  @media (min-width: 46.25em) {
    .c-icon-card__title {
      font-size: 36px;
      margin-top: 0; } }

.c-icon-card__header {
  display: flex;
  gap: 10px;
  align-items: center; }
  @media (min-width: 46.25em) {
    .c-icon-card__header {
      gap: 16px;
      margin-bottom: 40px; } }

.c-icon-card__icon {
  display: block;
  height: 28px;
  position: relative;
  width: 28px; }
  @media (min-width: 46.25em) {
    .c-icon-card__icon {
      height: 56px;
      width: 56px; } }

.c-icon-card__category {
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.71;
  text-transform: uppercase;
  text-decoration: none; }

.c-icon-card__text,
.c-icon-card__image {
  flex: 1 0 50%;
  display: block; }

.c-icon-card__text {
  padding: 20px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 46.25em) {
    .c-icon-card__text {
      padding: 40px; } }

.c-icon-card__description {
  margin-bottom: 20px;
  display: block; }
  @media (min-width: 65.625em) {
    .c-icon-card__description {
      margin-bottom: 40px; } }

.c-icon-card__image {
  display: block;
  background-size: cover;
  background-position: center center; }
  .c-icon-card__image::before {
    content: "";
    display: block;
    padding-bottom: 100%; }

.c-progress-bar {
  display: block;
  height: 2px;
  margin-top: 20px;
  mix-blend-mode: multiply;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 46.25em) {
    .c-progress-bar {
      margin-top: 50px; } }
  @media (min-width: 65.625em) {
    .c-progress-bar {
      margin-top: auto; } }

.c-progress-bar__fill {
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .c-icon-card__container.is-lazy-loaded .c-progress-bar__fill {
    animation: progress 1.5s ease-out backwards 0.4s; }

@keyframes progress {
  from {
    transform: translateX(-100%); } }

.c-wellbeing-background,
.c-opportunity-background {
  position: absolute; }
  @media (max-width: 46.24em) {
    .c-wellbeing-background,
    .c-opportunity-background {
      display: none; } }

.c-wellbeing-background {
  left: 0; }
  @media (min-width: 46.25em) {
    .c-wellbeing-background {
      top: calc(calc((100vw - 60px) / 2) + 128px); } }
  @media (min-width: 71.25em) {
    .c-wellbeing-background {
      top: calc(calc(1084px / 4) + 128px); } }

.c-opportunity-background {
  right: 0; }
  @media (min-width: 46.25em) {
    .c-opportunity-background {
      bottom: calc(calc((100vw - 60px) / 2) + 128px); } }
  @media (min-width: 71.25em) {
    .c-opportunity-background {
      bottom: calc(calc(1084px / 4) + 128px); } }

/* ----- COMPONENTS: TIMELINE ----- */
.c-timeline {
  padding-bottom: 60px;
  overflow: hidden;
  text-align: center; }
  .c-timeline > .c-ring {
    color: #ffd302; }
  .c-timeline > .c-ring:nth-of-type(1) {
    top: 350px;
    right: -35%;
    transform: scaleX(-1); }
    @media (min-width: 65.625em) {
      .c-timeline > .c-ring:nth-of-type(1) {
        top: 800px;
        right: 0; } }
  .c-timeline > .c-ring:nth-of-type(2) {
    top: 955px;
    left: -35%; }
    @media (min-width: 65.625em) {
      .c-timeline > .c-ring:nth-of-type(2) {
        left: 0; } }

.c-timeline__title {
  font-family: 'FS Brabo';
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.27;
  color: #333333; }

.c-timeline__subtitle {
  margin-bottom: 120px; }
  @media (min-width: 46.25em) {
    .c-timeline__subtitle {
      margin-bottom: 40px; } }

.c-timeline__vline {
  display: none; }
  @media (min-width: 46.25em) {
    .c-timeline__vline {
      display: inline-block;
      opacity: 0; }
      .is-lazy-loaded .c-timeline__vline {
        animation: fadeIn 0.4s ease-in-out both 1s; } }

.c-timeline__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 120px; }
  .c-timeline__item:last-child {
    margin-bottom: 60px; }
  @media (min-width: 46.25em) {
    .c-timeline__item {
      flex-direction: row;
      margin-bottom: 0;
      margin-top: 120px;
      padding-bottom: 20px; }
      .c-timeline__item:nth-child(even) {
        flex-direction: row-reverse; }
      .c-timeline__item:last-child .c-timeline__vline {
        position: relative;
        stroke: #fff;
        z-index: 1; } }

.c-timeline__circle {
  overflow: visible; }

.c-timeline__description {
  position: relative;
  text-align: left;
  z-index: 2;
  opacity: 0; }
  .c-timeline__description.is-lazy-loaded {
    animation: fadeIn 0.5s ease-in-out both 0.7s; }

.c-timeline__marker {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex: 0 0 105px;
  height: 105px;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
  width: 105px;
  opacity: 0; }
  .c-timeline__marker.is-lazy-loaded {
    animation: fadeIn 0.5s ease-in-out both 0.2s; }
  @media (min-width: 46.25em) {
    .c-timeline__marker {
      margin-bottom: 0; } }
  @media (min-width: 65.625em) {
    .c-timeline__marker {
      flex: 0 0 149px;
      height: 149px;
      width: 149px; } }

.c-timeline__number {
  color: #333333;
  display: block;
  font-family: "FS Brabo";
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  left: 0;
  line-height: 105px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0; }
  .is-lazy-loaded .c-timeline__number {
    animation: fadeIn 0.5s ease-in-out both 0.5s; }
  @media (min-width: 46.25em) {
    .c-timeline__number {
      font-size: 60px; } }
  @media (min-width: 65.625em) {
    .c-timeline__number {
      line-height: 149px; } }

.c-timeline__sun {
  transform-origin: 50% 50%; }

.c-timeline__halo {
  stroke-width: 2; }
  @media (min-width: 46.25em) {
    .c-timeline__halo {
      stroke-width: 1.5; } }

/* ----- COMPONENTS: TRIBE CALENDAR PLUGIN OVERRIDES ----- */
.tribe-events-ajax-loading {
  background: transparent;
  top: 278px;
  animation: loader 1.1s infinite linear;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid #ffffff;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
  border-top: 10px solid rgba(0, 0, 0, 0.2); }
  .tribe-events-ajax-loading img {
    display: none !important; }

.tribe-events-ajax-loading,
.tribe-events-ajax-loading:after {
  border-radius: 50%;
  width: 50px;
  height: 50px; }

#tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav {
  overflow: visible !important; }

#tribe-bar-form {
  background-color: transparent; }
  #tribe-bar-form label {
    font-size: 12px; }
  #tribe-bar-form ::-webkit-input-placeholder {
    color: #999999;
    font-style: normal !important; }
  #tribe-bar-form :-moz-placeholder {
    color: #999999;
    font-style: normal !important; }
  #tribe-bar-form ::-moz-placeholder {
    color: #999999;
    font-style: normal !important; }
  #tribe-bar-form :-ms-input-placeholder {
    color: #999999;
    font-style: normal !important; }
  #tribe-bar-form input[type=text] {
    padding-left: 0;
    font-style: normal !important; }
    #tribe-bar-form input[type=text]:focus {
      border-bottom: solid 2px #999999;
      outline: none; }

.tribe-bar-filters-inner {
  display: flex;
  align-items: center; }

.tribe-bar-submit {
  margin-left: 0;
  padding: 0;
  width: 18px;
  transform: translateX(-34px) translateY(12px); }
  .tribe-bar-submit input[type=submit] {
    font-size: 0 !important;
    border: none !important;
    background-color: transparent !important; }

.tribe-bar-submit::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3e%3cpath fill-rule='evenodd' fill='%23ccc' d='M12.5 11h-.79l-.28-.27A6.471 6.471 0 0 0 13 6.5 6.5 6.5 0 1 0 6.5 13c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L17.49 16l-4.99-5zm-6 0C4.01 11 2 8.99 2 6.5S4.01 2 6.5 2 11 4.01 11 6.5 8.99 11 6.5 11z'%3e%3c/path%3e%3c/svg%3e");
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0; }

.datepicker {
  padding: 0 4px 4px; }
  .datepicker.dropdown-menu {
    border-radius: 0;
    border: solid 1px #ebebeb;
    box-shadow: 0 7.5px 15px 0 rgba(0, 0, 0, 0.25); }
    @media (min-width: 46.25em) {
      .datepicker.dropdown-menu {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25); } }
    @media (min-width: 65.625em) {
      .datepicker.dropdown-menu {
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25); } }
    .datepicker.dropdown-menu th {
      padding-top: 0;
      padding-bottom: 0;
      height: 30px;
      vertical-align: middle; }
  .datepicker.datepicker-orient-top:before {
    border-top-color: #ebebeb; }
  .datepicker thead {
    font-weight: bold; }
    .datepicker thead th {
      border-radius: 0; }
    .datepicker thead th.prev, .datepicker thead th.next {
      padding: 0;
      height: 30px;
      margin: 0;
      display: block;
      font-size: 0; }
      .datepicker thead th.prev::before, .datepicker thead th.prev::after, .datepicker thead th.next::before, .datepicker thead th.next::after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center; }
    .datepicker thead th.prev::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 30 12' width='30' height='12' fill='%23ccc' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 12l1.42-1.42L3.83 7H30V5H3.83l3.59-3.58L6 0 0 6z' fill-rule='evenodd'/%3e%3c/svg%3e"); }
    .datepicker thead th.next::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 30 12' width='30' height='12' fill='%23ccc' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24 12l-1.42-1.42L26.17 7H0V5h26.17l-3.59-3.58L24 0l6 6z' fill-rule='evenodd'/%3e%3c/svg%3e"); }

.tribe-events-list-separator-month {
  background-color: transparent;
  font-family: "FS Brabo" !important;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 40px;
  padding: 0; }

.tribe-events-sub-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  overflow: visible; }
  .tribe-events-sub-nav a {
    opacity: 0;
    position: absolute;
    top: 0;
    user-select: none;
    visibility: hidden; }
  .tribe-events-sub-nav .c-pagination__arrow {
    margin-top: 0;
    transition: transform 0.3s ease-in-out; }

#tribe-events-footer .tribe-events-sub-nav a {
  font-family: "FS Brabo";
  font-size: 24px;
  font-weight: 300;
  opacity: 1;
  position: relative;
  visibility: visible; }
  #tribe-events-footer .tribe-events-sub-nav a span {
    display: none; }

#tribe-events-footer .tribe-events-sub-nav li {
  align-items: center;
  display: flex; }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous .c-pagination__arrow {
  margin-right: 10px; }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous .c-pagination__arrow:hover .c-arrow {
    transform: none; }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous:hover .c-pagination__arrow {
  transform: translateX(-10px); }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous:hover a {
  color: #999999; }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next .c-pagination__arrow {
  margin-left: 10px; }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next .c-pagination__arrow:hover .c-arrow {
    transform: none; }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next:hover .c-pagination__arrow {
  transform: translateX(10px); }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next:hover a {
  color: #999999; }

#tribe-events .tribe-events-button,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  border-radius: 0;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-top: 80px; }
  #tribe-events .tribe-events-button.tribe-events-ical,
  #tribe-bar-form .tribe-bar-submit input[type=submit].tribe-events-ical {
    margin-bottom: 30px; }
    @media (min-width: 46.25em) {
      #tribe-events .tribe-events-button.tribe-events-ical,
      #tribe-bar-form .tribe-bar-submit input[type=submit].tribe-events-ical {
        margin-bottom: 50px; } }
    @media (min-width: 65.625em) {
      #tribe-events .tribe-events-button.tribe-events-ical,
      #tribe-bar-form .tribe-bar-submit input[type=submit].tribe-events-ical {
        margin-bottom: 70px; } }

.tribe-filter-live main {
  overflow: visible; }

/* ----- COMPONENTS: VIDEO ----- */
.c-video {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative; }
  .c-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }

/* ----- COMPONENTS: WYSIWYG ----- */
.c-post .c-post__title.u-h1 {
  margin-bottom: 20px; }

.c-post .c-post__date {
  font-size: 16px;
  margin-bottom: 20px; }

.c-post__content .u-intro, .o-wysiwyg .u-intro {
  margin-bottom: 40px; }

.c-post__content em, .o-wysiwyg em {
  font-family: "FS Elliot";
  font-style: italic;
  font-weight: normal; }

.c-post__content blockquote p, .o-wysiwyg blockquote p {
  font-family: "FS Brabo";
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.21;
  text-align: center;
  margin: 40px 0; }

.c-post__content blockquote p::before, .o-wysiwyg blockquote p::before {
  content: '“'; }

.c-post__content blockquote p::after, .o-wysiwyg blockquote p::after {
  content: '”'; }

@media (max-width: 46.24em) {
  .c-slider .u-h2 {
    margin-bottom: 24px; } }

@media (min-width: 46.25em) and (max-width: 65.615em) {
  .c-slider .u-h2 {
    margin-bottom: 32px; } }

@media (min-width: 65.625em) {
  .c-slider .u-h2 {
    margin-bottom: 60px; } }

.c-slider .c-pagination > *:nth-child(1) {
  order: 1; }

.c-slider .c-pagination > *:nth-child(2) {
  order: 3; }

.c-slider .c-pagination > *:nth-child(3) {
  order: 2; }

.c-slide {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  cursor: grab;
  display: flex;
  margin-bottom: 56px;
  user-select: none; }
  @media (max-width: 46.24em) {
    .c-slide {
      flex-direction: column-reverse;
      width: calc(100vw - 32px); } }
  @media (min-width: 46.25em) and (max-width: 65.615em) {
    .c-slide {
      min-height: 525px;
      width: calc(100vw - 64px); } }
  @media (min-width: 65.625em) {
    .c-slide {
      max-width: 1084px;
      min-height: 542px;
      width: calc(100vw - 64px); } }

.c-slide__text-panel,
.c-slide__image-panel {
  display: block; }
  @media (min-width: 46.25em) {
    .c-slide__text-panel,
    .c-slide__image-panel {
      flex: 1 0 50%; } }

.c-slide__text-panel {
  background-color: #fdf9fa; }
  @media (max-width: 46.24em) {
    .c-slide__text-panel {
      padding: 20px; } }
  @media (min-width: 46.25em) {
    .c-slide__text-panel {
      max-width: 50%;
      padding: 40px; } }

@media (max-width: 46.24em) {
  .c-slide__image-panel {
    padding-top: 100%;
    position: relative; } }

.c-slide__image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%; }
  @media (max-width: 46.24em) {
    .c-slide__image {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; } }

.c-slide__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.63; }

.c-slide__subtitle {
  font-size: 16px;
  line-height: 1.63; }
  @media (max-width: 46.24em) {
    .c-slide__subtitle {
      margin-bottom: 20px; } }
  @media (min-width: 46.25em) {
    .c-slide__subtitle {
      margin-bottom: 48px; } }

.c-slide__quote {
  font-family: "FS Brabo";
  font-style: italic;
  line-height: 1.28; }
  .c-slide__quote::after {
    content: '”'; }
  .c-slide__quote::before {
    content: '“'; }
  @media (max-width: 46.24em) {
    .c-slide__quote {
      font-size: 24px;
      margin-bottom: 20px; } }
  @media (min-width: 46.25em) {
    .c-slide__quote {
      font-size: 36px;
      margin-bottom: 32px; } }

.c-slide__text {
  font-size: 16px;
  line-height: 1.63; }

.tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: unset; }

/* Utilities */
/* ----- UTILITIES: ALIGNMENT ----- */
.u-center {
  margin-left: auto;
  margin-right: auto; }

/* ----- UTILITIES: BORDER ----- */
.u-border-none {
  border: 0; }

/* ----- UTILITIES: COLUMNS ----- */
.u-columns--2 {
  column-count: 2; }

@media (min-width: 65.625em) {
  .u-columns--2\@desktop {
    column-count: 2; } }

/* ----- UTILITIES: DECORATION ----- */
.has-lead-line::after {
  background-color: #333333;
  content: '';
  display: block;
  height: 40px;
  margin: 20px auto;
  width: 1px; }
  @media (min-width: 65.625em) {
    .has-lead-line::after {
      margin: 10px auto 20px; } }

/* ----- UTILITIES: DISPLAY ----- */
.u-inline-block {
  display: inline-block; }

/* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.u-invisible {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.u-transparent {
  opacity: 0;
  pointer-events: none; }

/* ----- UTILITIES: FLEXBOX ----- */
.u-flex {
  display: flex; }

.u-align-center {
  align-items: center; }

.u-flex-1 {
  flex: 1 0 auto; }

.u-flex-column {
  display: flex;
  flex-direction: column; }

.u-flex-stretch {
  display: flex;
  flex: 1 0 auto; }

.u-flex-wrap {
  flex-wrap: wrap; }

.u-flex-space-between {
  justify-content: space-between; }

.u-flex-justify-center {
  justify-content: center; }

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

.u-flex-align-center {
  display: flex;
  align-items: center; }

@media (min-width: 46.25em) {
  .u-flex\@tablet {
    display: flex; }
  .u-flex-column\@tablet {
    flex-direction: column; }
  .u-align-start\@tablet {
    align-items: flex-start; } }

/* ----- UTILITIES: HEADINGS ----- */
/*
  This stylesheet contains some @extend functionality which is mostly in place for use in ACF Pro front-end forms. This is one of the few times the @extend functionality is best practice.
*/
.u-h1, .u-h2, .u-intro, .u-intro-title,
.u-display-title, .u-section-title,
.c-sitemap > .page_item, .acf-form .acf-field[data-type="repeater"] > .acf-label label {
  font-family: 'FS Brabo';
  font-weight: 300;
  font-style: italic; }

.u-intro-title {
  font-size: 36px;
  line-height: 1.28; }
  @media (min-width: 46.25em) {
    .u-intro-title {
      font-size: 64px;
      line-height: 1.16; } }

/* Also used for intro title */
.u-display-title {
  font-size: 36px;
  line-height: 1.28; }
  @media (min-width: 46.25em) {
    .u-display-title {
      font-size: 48px;
      line-height: 1.21; } }
  @media (min-width: 65.625em) {
    .u-display-title {
      font-size: 64px;
      line-height: 1.16; } }

.u-h1 {
  animation: fadeIn 0.2s ease-in-out both 0.25s;
  font-size: 30px;
  line-height: 1.27;
  margin-bottom: 15px; }
  @media (min-width: 46.25em) {
    .u-h1 {
      font-size: 36px;
      line-height: 1.28;
      margin-bottom: 30px; } }
  @media (min-width: 65.625em) {
    .u-h1 {
      font-size: 48px;
      line-height: 1.21;
      margin-bottom: 60px; } }

/* Eg. Since 1867, Staff Story quote, Download */
.u-h2,
.c-sitemap > .page_item {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 46.25em) {
    .u-h2,
    .c-sitemap > .page_item {
      font-size: 30px;
      margin-top: 40px; } }
  @media (min-width: 65.625em) {
    .u-h2,
    .c-sitemap > .page_item {
      font-size: 36px;
      line-height: 1.28;
      margin-top: 60px; } }

/* Eg. get in touch */
.u-section-title, .acf-form .acf-field[data-type="repeater"] > .acf-label label {
  font-size: 24px;
  line-height: 1.42;
  text-transform: none; }

.u-intro {
  font-size: 18px;
  line-height: 1.44; }
  @media (min-width: 46.25em) {
    .u-intro {
      font-size: 24px;
      line-height: 1.42; } }

.u-h3 {
  font-family: 'FS Elliot';
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.63;
  margin-bottom: 20px;
  margin-top: 18px; }

.c-sitemap .children {
  font-family: 'FS Elliot';
  font-size: 16px;
  font-style: normal;
  line-height: 1.63;
  margin-bottom: 20px;
  margin-top: 18px; }

.u-events-title {
  font-family: 'FS Brabo';
  font-size: 24px;
  font-style: italic;
  line-height: 1.33;
  margin-bottom: 40px; }
  @media (min-width: 46.25em) and (max-width: 65.615em) {
    .u-events-title {
      font-size: 30px; } }
  @media (min-width: 65.625em) {
    .u-events-title {
      font-size: 36px;
      line-height: 1.28; } }

/* ----- UTILITIES: HEIGHT ----- */
.u-full-height {
  height: 100%; }

/* ----- UTILITIES: LAZY LOAD ----- */
.u-lazy-reveal {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }

.u-parallaxable {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .u-parallaxable.is-parallaxed {
    opacity: 1; }

.u-blur {
  filter: blur(10px); }

.u-reveal-on-load {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .u-reveal-on-load.is-lazy-loaded {
    opacity: 1; }

.u-hide-until-initd {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .u-hide-until-initd.is-initd {
    opacity: 1; }

/* ----- UTILITIES: HEADINGS ----- */
@media (max-width: 46.24em) {
  .u-mt--120r, .c-call-to-action + .c-downloads {
    margin-top: 60px; } }

@media (min-width: 46.25em) and (max-width: 65.615em) {
  .u-mt--120r, .c-call-to-action + .c-downloads {
    margin-top: 80px; } }

@media (min-width: 65.625em) {
  .u-mt--120r, .c-call-to-action + .c-downloads {
    margin-top: 120px; } }

.u-mb--20 {
  margin-bottom: 20px; }

.u-mb--40 {
  margin-bottom: 40px; }

.u-mb--48 {
  margin-bottom: 48px; }

.u-mb--60 {
  margin-bottom: 60px; }

.u-mb--80 {
  margin-bottom: 80px; }

.u-mb--120 {
  margin-bottom: 120px; }

.u-mt--0 {
  margin-top: 0; }

.u-mt--20 {
  margin-top: 20px; }

.u-mt--40 {
  margin-top: 40px; }

.u-mt--60 {
  margin-top: 60px; }

@media (min-width: 46.25em) {
  .u-mb--0\@tablet {
    margin-bottom: 0; }
  .u-mb--20\@tablet {
    margin-bottom: 20px; }
  .u-mb--40\@tablet {
    margin-bottom: 40px; }
  .u-mt--0\@tablet {
    margin-top: 0; }
  .u-mt--60\@tablet {
    margin-top: 60px; } }

@media (min-width: 65.625em) {
  .u-mb--0\@desktop {
    margin-bottom: 0px; }
  .u-mb--10\@desktop {
    margin-bottom: 10px; }
  .u-mb--40\@desktop {
    margin-bottom: 40px; }
  .u-mb--60\@desktop {
    margin-bottom: 60px; }
  .u-mb--80\@desktop {
    margin-bottom: 80px; }
  .u-mb--120\@desktop {
    margin-bottom: 120px; }
  .u-mt--60\@desktop {
    margin-top: 60px; } }

/* ----- UTILITIES: PADDING ----- */
.u-pb--60 {
  padding-bottom: 60px; }

.u-pb--120 {
  padding-bottom: 120px; }

.u-pt--0 {
  padding-top: 0; }

@media (min-width: 46.25em) {
  .u-pb--60\@tablet {
    padding-bottom: 60px; } }

@media (min-width: 65.625em) {
  .u-pb--55\@desktop {
    padding-bottom: 55px; }
  .u-pb--120\@desktop {
    padding-bottom: 120px; } }

/* ----- UTILITIES: POSITION ----- */
.u-relative {
  position: relative; }

/* Must be used inside flex container */
.u-flex-push-bottom {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.u-absolute-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.u-static {
  position: static; }

/* ------- UTILITIES: SCROLLING ------- */
.u-prevent-scrolling,
.u-prevent-scrolling body {
  overflow: hidden; }

/* ----- UTILITIES: TEXT ----- */
/*
  This stylesheet contains some @extend functionality which is mostly in place for use in ACF Pro front-end forms. This is one of the few times the @extend functionality is best practice.
*/
.u-bold {
  font-weight: bold; }

.u-underline {
  text-decoration: underline; }

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

.u-text-small,
.acf-form .acf-fields > .acf-field[data-name="opt_in"] label,
.acf-form > .acf-notice::before {
  font-size: 14px;
  line-height: 1.71; }

.u-lead {
  font-family: 'FS Brabo';
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal; }
  @media (min-width: 46.25em) {
    .u-lead {
      font-size: 24px;
      line-height: 1.42; } }

/* ----- UTILITIES: WIDTHS ----- */
.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-2\/2 {
  width: 100% !important; }

.u-1\/3 {
  width: 33.33333% !important; }

.u-2\/3 {
  width: 66.66667% !important; }

.u-3\/3 {
  width: 100% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-4\/4 {
  width: 100% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

.u-5\/5 {
  width: 100% !important; }

.u-1\/6 {
  width: 16.66667% !important; }

.u-2\/6 {
  width: 33.33333% !important; }

.u-3\/6 {
  width: 50% !important; }

.u-4\/6 {
  width: 66.66667% !important; }

.u-5\/6 {
  width: 83.33333% !important; }

.u-6\/6 {
  width: 100% !important; }

.u-1\/7 {
  width: 14.28571% !important; }

.u-2\/7 {
  width: 28.57143% !important; }

.u-3\/7 {
  width: 42.85714% !important; }

.u-4\/7 {
  width: 57.14286% !important; }

.u-5\/7 {
  width: 71.42857% !important; }

.u-6\/7 {
  width: 85.71429% !important; }

.u-7\/7 {
  width: 100% !important; }

.u-1\/8 {
  width: 12.5% !important; }

.u-2\/8 {
  width: 25% !important; }

.u-3\/8 {
  width: 37.5% !important; }

.u-4\/8 {
  width: 50% !important; }

.u-5\/8 {
  width: 62.5% !important; }

.u-6\/8 {
  width: 75% !important; }

.u-7\/8 {
  width: 87.5% !important; }

.u-8\/8 {
  width: 100% !important; }

.u-1\/9 {
  width: 11.11111% !important; }

.u-2\/9 {
  width: 22.22222% !important; }

.u-3\/9 {
  width: 33.33333% !important; }

.u-4\/9 {
  width: 44.44444% !important; }

.u-5\/9 {
  width: 55.55556% !important; }

.u-6\/9 {
  width: 66.66667% !important; }

.u-7\/9 {
  width: 77.77778% !important; }

.u-8\/9 {
  width: 88.88889% !important; }

.u-9\/9 {
  width: 100% !important; }

.u-1\/10 {
  width: 10% !important; }

.u-2\/10 {
  width: 20% !important; }

.u-3\/10 {
  width: 30% !important; }

.u-4\/10 {
  width: 40% !important; }

.u-5\/10 {
  width: 50% !important; }

.u-6\/10 {
  width: 60% !important; }

.u-7\/10 {
  width: 70% !important; }

.u-8\/10 {
  width: 80% !important; }

.u-9\/10 {
  width: 90% !important; }

.u-10\/10 {
  width: 100% !important; }

.u-1\/11 {
  width: 9.09091% !important; }

.u-2\/11 {
  width: 18.18182% !important; }

.u-3\/11 {
  width: 27.27273% !important; }

.u-4\/11 {
  width: 36.36364% !important; }

.u-5\/11 {
  width: 45.45455% !important; }

.u-6\/11 {
  width: 54.54545% !important; }

.u-7\/11 {
  width: 63.63636% !important; }

.u-8\/11 {
  width: 72.72727% !important; }

.u-9\/11 {
  width: 81.81818% !important; }

.u-10\/11 {
  width: 90.90909% !important; }

.u-11\/11 {
  width: 100% !important; }

.u-1\/12 {
  width: 8.33333% !important; }

.u-2\/12 {
  width: 16.66667% !important; }

.u-3\/12 {
  width: 25% !important; }

.u-4\/12 {
  width: 33.33333% !important; }

.u-5\/12 {
  width: 41.66667% !important; }

.u-6\/12 {
  width: 50% !important; }

.u-7\/12 {
  width: 58.33333% !important; }

.u-8\/12 {
  width: 66.66667% !important; }

.u-9\/12 {
  width: 75% !important; }

.u-10\/12 {
  width: 83.33333% !important; }

.u-11\/12 {
  width: 91.66667% !important; }

.u-12\/12 {
  width: 100% !important; }

.u-1\/14 {
  width: 7.14286% !important; }

.u-2\/14 {
  width: 14.28571% !important; }

.u-3\/14 {
  width: 21.42857% !important; }

.u-4\/14 {
  width: 28.57143% !important; }

.u-5\/14 {
  width: 35.71429% !important; }

.u-6\/14 {
  width: 42.85714% !important; }

.u-7\/14 {
  width: 50% !important; }

.u-8\/14 {
  width: 57.14286% !important; }

.u-9\/14 {
  width: 64.28571% !important; }

.u-10\/14 {
  width: 71.42857% !important; }

.u-11\/14 {
  width: 78.57143% !important; }

.u-12\/14 {
  width: 85.71429% !important; }

.u-13\/14 {
  width: 92.85714% !important; }

.u-14\/14 {
  width: 100% !important; }

.u-1\/20 {
  width: 5% !important; }

.u-2\/20 {
  width: 10% !important; }

.u-3\/20 {
  width: 15% !important; }

.u-4\/20 {
  width: 20% !important; }

.u-5\/20 {
  width: 25% !important; }

.u-6\/20 {
  width: 30% !important; }

.u-7\/20 {
  width: 35% !important; }

.u-8\/20 {
  width: 40% !important; }

.u-9\/20 {
  width: 45% !important; }

.u-10\/20 {
  width: 50% !important; }

.u-11\/20 {
  width: 55% !important; }

.u-12\/20 {
  width: 60% !important; }

.u-13\/20 {
  width: 65% !important; }

.u-14\/20 {
  width: 70% !important; }

.u-15\/20 {
  width: 75% !important; }

.u-16\/20 {
  width: 80% !important; }

.u-17\/20 {
  width: 85% !important; }

.u-18\/20 {
  width: 90% !important; }

.u-19\/20 {
  width: 95% !important; }

.u-20\/20 {
  width: 100% !important; }

@media (min-width: 20em) {
  .u-1\/1\@mobile {
    width: 100% !important; }
  .u-1\/2\@mobile {
    width: 50% !important; }
  .u-2\/2\@mobile {
    width: 100% !important; }
  .u-1\/3\@mobile {
    width: 33.33333% !important; }
  .u-2\/3\@mobile {
    width: 66.66667% !important; }
  .u-3\/3\@mobile {
    width: 100% !important; }
  .u-1\/4\@mobile {
    width: 25% !important; }
  .u-2\/4\@mobile {
    width: 50% !important; }
  .u-3\/4\@mobile {
    width: 75% !important; }
  .u-4\/4\@mobile {
    width: 100% !important; }
  .u-1\/5\@mobile {
    width: 20% !important; }
  .u-2\/5\@mobile {
    width: 40% !important; }
  .u-3\/5\@mobile {
    width: 60% !important; }
  .u-4\/5\@mobile {
    width: 80% !important; }
  .u-5\/5\@mobile {
    width: 100% !important; }
  .u-1\/6\@mobile {
    width: 16.66667% !important; }
  .u-2\/6\@mobile {
    width: 33.33333% !important; }
  .u-3\/6\@mobile {
    width: 50% !important; }
  .u-4\/6\@mobile {
    width: 66.66667% !important; }
  .u-5\/6\@mobile {
    width: 83.33333% !important; }
  .u-6\/6\@mobile {
    width: 100% !important; }
  .u-1\/7\@mobile {
    width: 14.28571% !important; }
  .u-2\/7\@mobile {
    width: 28.57143% !important; }
  .u-3\/7\@mobile {
    width: 42.85714% !important; }
  .u-4\/7\@mobile {
    width: 57.14286% !important; }
  .u-5\/7\@mobile {
    width: 71.42857% !important; }
  .u-6\/7\@mobile {
    width: 85.71429% !important; }
  .u-7\/7\@mobile {
    width: 100% !important; }
  .u-1\/8\@mobile {
    width: 12.5% !important; }
  .u-2\/8\@mobile {
    width: 25% !important; }
  .u-3\/8\@mobile {
    width: 37.5% !important; }
  .u-4\/8\@mobile {
    width: 50% !important; }
  .u-5\/8\@mobile {
    width: 62.5% !important; }
  .u-6\/8\@mobile {
    width: 75% !important; }
  .u-7\/8\@mobile {
    width: 87.5% !important; }
  .u-8\/8\@mobile {
    width: 100% !important; }
  .u-1\/9\@mobile {
    width: 11.11111% !important; }
  .u-2\/9\@mobile {
    width: 22.22222% !important; }
  .u-3\/9\@mobile {
    width: 33.33333% !important; }
  .u-4\/9\@mobile {
    width: 44.44444% !important; }
  .u-5\/9\@mobile {
    width: 55.55556% !important; }
  .u-6\/9\@mobile {
    width: 66.66667% !important; }
  .u-7\/9\@mobile {
    width: 77.77778% !important; }
  .u-8\/9\@mobile {
    width: 88.88889% !important; }
  .u-9\/9\@mobile {
    width: 100% !important; }
  .u-1\/10\@mobile {
    width: 10% !important; }
  .u-2\/10\@mobile {
    width: 20% !important; }
  .u-3\/10\@mobile {
    width: 30% !important; }
  .u-4\/10\@mobile {
    width: 40% !important; }
  .u-5\/10\@mobile {
    width: 50% !important; }
  .u-6\/10\@mobile {
    width: 60% !important; }
  .u-7\/10\@mobile {
    width: 70% !important; }
  .u-8\/10\@mobile {
    width: 80% !important; }
  .u-9\/10\@mobile {
    width: 90% !important; }
  .u-10\/10\@mobile {
    width: 100% !important; }
  .u-1\/11\@mobile {
    width: 9.09091% !important; }
  .u-2\/11\@mobile {
    width: 18.18182% !important; }
  .u-3\/11\@mobile {
    width: 27.27273% !important; }
  .u-4\/11\@mobile {
    width: 36.36364% !important; }
  .u-5\/11\@mobile {
    width: 45.45455% !important; }
  .u-6\/11\@mobile {
    width: 54.54545% !important; }
  .u-7\/11\@mobile {
    width: 63.63636% !important; }
  .u-8\/11\@mobile {
    width: 72.72727% !important; }
  .u-9\/11\@mobile {
    width: 81.81818% !important; }
  .u-10\/11\@mobile {
    width: 90.90909% !important; }
  .u-11\/11\@mobile {
    width: 100% !important; }
  .u-1\/12\@mobile {
    width: 8.33333% !important; }
  .u-2\/12\@mobile {
    width: 16.66667% !important; }
  .u-3\/12\@mobile {
    width: 25% !important; }
  .u-4\/12\@mobile {
    width: 33.33333% !important; }
  .u-5\/12\@mobile {
    width: 41.66667% !important; }
  .u-6\/12\@mobile {
    width: 50% !important; }
  .u-7\/12\@mobile {
    width: 58.33333% !important; }
  .u-8\/12\@mobile {
    width: 66.66667% !important; }
  .u-9\/12\@mobile {
    width: 75% !important; }
  .u-10\/12\@mobile {
    width: 83.33333% !important; }
  .u-11\/12\@mobile {
    width: 91.66667% !important; }
  .u-12\/12\@mobile {
    width: 100% !important; }
  .u-1\/14\@mobile {
    width: 7.14286% !important; }
  .u-2\/14\@mobile {
    width: 14.28571% !important; }
  .u-3\/14\@mobile {
    width: 21.42857% !important; }
  .u-4\/14\@mobile {
    width: 28.57143% !important; }
  .u-5\/14\@mobile {
    width: 35.71429% !important; }
  .u-6\/14\@mobile {
    width: 42.85714% !important; }
  .u-7\/14\@mobile {
    width: 50% !important; }
  .u-8\/14\@mobile {
    width: 57.14286% !important; }
  .u-9\/14\@mobile {
    width: 64.28571% !important; }
  .u-10\/14\@mobile {
    width: 71.42857% !important; }
  .u-11\/14\@mobile {
    width: 78.57143% !important; }
  .u-12\/14\@mobile {
    width: 85.71429% !important; }
  .u-13\/14\@mobile {
    width: 92.85714% !important; }
  .u-14\/14\@mobile {
    width: 100% !important; }
  .u-1\/20\@mobile {
    width: 5% !important; }
  .u-2\/20\@mobile {
    width: 10% !important; }
  .u-3\/20\@mobile {
    width: 15% !important; }
  .u-4\/20\@mobile {
    width: 20% !important; }
  .u-5\/20\@mobile {
    width: 25% !important; }
  .u-6\/20\@mobile {
    width: 30% !important; }
  .u-7\/20\@mobile {
    width: 35% !important; }
  .u-8\/20\@mobile {
    width: 40% !important; }
  .u-9\/20\@mobile {
    width: 45% !important; }
  .u-10\/20\@mobile {
    width: 50% !important; }
  .u-11\/20\@mobile {
    width: 55% !important; }
  .u-12\/20\@mobile {
    width: 60% !important; }
  .u-13\/20\@mobile {
    width: 65% !important; }
  .u-14\/20\@mobile {
    width: 70% !important; }
  .u-15\/20\@mobile {
    width: 75% !important; }
  .u-16\/20\@mobile {
    width: 80% !important; }
  .u-17\/20\@mobile {
    width: 85% !important; }
  .u-18\/20\@mobile {
    width: 90% !important; }
  .u-19\/20\@mobile {
    width: 95% !important; }
  .u-20\/20\@mobile {
    width: 100% !important; } }

@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important; }
  .u-1\/2\@tablet {
    width: 50% !important; }
  .u-2\/2\@tablet {
    width: 100% !important; }
  .u-1\/3\@tablet {
    width: 33.33333% !important; }
  .u-2\/3\@tablet {
    width: 66.66667% !important; }
  .u-3\/3\@tablet {
    width: 100% !important; }
  .u-1\/4\@tablet {
    width: 25% !important; }
  .u-2\/4\@tablet {
    width: 50% !important; }
  .u-3\/4\@tablet {
    width: 75% !important; }
  .u-4\/4\@tablet {
    width: 100% !important; }
  .u-1\/5\@tablet {
    width: 20% !important; }
  .u-2\/5\@tablet {
    width: 40% !important; }
  .u-3\/5\@tablet {
    width: 60% !important; }
  .u-4\/5\@tablet {
    width: 80% !important; }
  .u-5\/5\@tablet {
    width: 100% !important; }
  .u-1\/6\@tablet {
    width: 16.66667% !important; }
  .u-2\/6\@tablet {
    width: 33.33333% !important; }
  .u-3\/6\@tablet {
    width: 50% !important; }
  .u-4\/6\@tablet {
    width: 66.66667% !important; }
  .u-5\/6\@tablet {
    width: 83.33333% !important; }
  .u-6\/6\@tablet {
    width: 100% !important; }
  .u-1\/7\@tablet {
    width: 14.28571% !important; }
  .u-2\/7\@tablet {
    width: 28.57143% !important; }
  .u-3\/7\@tablet {
    width: 42.85714% !important; }
  .u-4\/7\@tablet {
    width: 57.14286% !important; }
  .u-5\/7\@tablet {
    width: 71.42857% !important; }
  .u-6\/7\@tablet {
    width: 85.71429% !important; }
  .u-7\/7\@tablet {
    width: 100% !important; }
  .u-1\/8\@tablet {
    width: 12.5% !important; }
  .u-2\/8\@tablet {
    width: 25% !important; }
  .u-3\/8\@tablet {
    width: 37.5% !important; }
  .u-4\/8\@tablet {
    width: 50% !important; }
  .u-5\/8\@tablet {
    width: 62.5% !important; }
  .u-6\/8\@tablet {
    width: 75% !important; }
  .u-7\/8\@tablet {
    width: 87.5% !important; }
  .u-8\/8\@tablet {
    width: 100% !important; }
  .u-1\/9\@tablet {
    width: 11.11111% !important; }
  .u-2\/9\@tablet {
    width: 22.22222% !important; }
  .u-3\/9\@tablet {
    width: 33.33333% !important; }
  .u-4\/9\@tablet {
    width: 44.44444% !important; }
  .u-5\/9\@tablet {
    width: 55.55556% !important; }
  .u-6\/9\@tablet {
    width: 66.66667% !important; }
  .u-7\/9\@tablet {
    width: 77.77778% !important; }
  .u-8\/9\@tablet {
    width: 88.88889% !important; }
  .u-9\/9\@tablet {
    width: 100% !important; }
  .u-1\/10\@tablet {
    width: 10% !important; }
  .u-2\/10\@tablet {
    width: 20% !important; }
  .u-3\/10\@tablet {
    width: 30% !important; }
  .u-4\/10\@tablet {
    width: 40% !important; }
  .u-5\/10\@tablet {
    width: 50% !important; }
  .u-6\/10\@tablet {
    width: 60% !important; }
  .u-7\/10\@tablet {
    width: 70% !important; }
  .u-8\/10\@tablet {
    width: 80% !important; }
  .u-9\/10\@tablet {
    width: 90% !important; }
  .u-10\/10\@tablet {
    width: 100% !important; }
  .u-1\/11\@tablet {
    width: 9.09091% !important; }
  .u-2\/11\@tablet {
    width: 18.18182% !important; }
  .u-3\/11\@tablet {
    width: 27.27273% !important; }
  .u-4\/11\@tablet {
    width: 36.36364% !important; }
  .u-5\/11\@tablet {
    width: 45.45455% !important; }
  .u-6\/11\@tablet {
    width: 54.54545% !important; }
  .u-7\/11\@tablet {
    width: 63.63636% !important; }
  .u-8\/11\@tablet {
    width: 72.72727% !important; }
  .u-9\/11\@tablet {
    width: 81.81818% !important; }
  .u-10\/11\@tablet {
    width: 90.90909% !important; }
  .u-11\/11\@tablet {
    width: 100% !important; }
  .u-1\/12\@tablet {
    width: 8.33333% !important; }
  .u-2\/12\@tablet {
    width: 16.66667% !important; }
  .u-3\/12\@tablet {
    width: 25% !important; }
  .u-4\/12\@tablet {
    width: 33.33333% !important; }
  .u-5\/12\@tablet {
    width: 41.66667% !important; }
  .u-6\/12\@tablet {
    width: 50% !important; }
  .u-7\/12\@tablet {
    width: 58.33333% !important; }
  .u-8\/12\@tablet {
    width: 66.66667% !important; }
  .u-9\/12\@tablet {
    width: 75% !important; }
  .u-10\/12\@tablet {
    width: 83.33333% !important; }
  .u-11\/12\@tablet {
    width: 91.66667% !important; }
  .u-12\/12\@tablet {
    width: 100% !important; }
  .u-1\/14\@tablet {
    width: 7.14286% !important; }
  .u-2\/14\@tablet {
    width: 14.28571% !important; }
  .u-3\/14\@tablet {
    width: 21.42857% !important; }
  .u-4\/14\@tablet {
    width: 28.57143% !important; }
  .u-5\/14\@tablet {
    width: 35.71429% !important; }
  .u-6\/14\@tablet {
    width: 42.85714% !important; }
  .u-7\/14\@tablet {
    width: 50% !important; }
  .u-8\/14\@tablet {
    width: 57.14286% !important; }
  .u-9\/14\@tablet {
    width: 64.28571% !important; }
  .u-10\/14\@tablet {
    width: 71.42857% !important; }
  .u-11\/14\@tablet {
    width: 78.57143% !important; }
  .u-12\/14\@tablet {
    width: 85.71429% !important; }
  .u-13\/14\@tablet {
    width: 92.85714% !important; }
  .u-14\/14\@tablet {
    width: 100% !important; }
  .u-1\/20\@tablet {
    width: 5% !important; }
  .u-2\/20\@tablet {
    width: 10% !important; }
  .u-3\/20\@tablet {
    width: 15% !important; }
  .u-4\/20\@tablet {
    width: 20% !important; }
  .u-5\/20\@tablet {
    width: 25% !important; }
  .u-6\/20\@tablet {
    width: 30% !important; }
  .u-7\/20\@tablet {
    width: 35% !important; }
  .u-8\/20\@tablet {
    width: 40% !important; }
  .u-9\/20\@tablet {
    width: 45% !important; }
  .u-10\/20\@tablet {
    width: 50% !important; }
  .u-11\/20\@tablet {
    width: 55% !important; }
  .u-12\/20\@tablet {
    width: 60% !important; }
  .u-13\/20\@tablet {
    width: 65% !important; }
  .u-14\/20\@tablet {
    width: 70% !important; }
  .u-15\/20\@tablet {
    width: 75% !important; }
  .u-16\/20\@tablet {
    width: 80% !important; }
  .u-17\/20\@tablet {
    width: 85% !important; }
  .u-18\/20\@tablet {
    width: 90% !important; }
  .u-19\/20\@tablet {
    width: 95% !important; }
  .u-20\/20\@tablet {
    width: 100% !important; } }

@media (min-width: 65.625em) {
  .u-1\/1\@desktop {
    width: 100% !important; }
  .u-1\/2\@desktop {
    width: 50% !important; }
  .u-2\/2\@desktop {
    width: 100% !important; }
  .u-1\/3\@desktop {
    width: 33.33333% !important; }
  .u-2\/3\@desktop {
    width: 66.66667% !important; }
  .u-3\/3\@desktop {
    width: 100% !important; }
  .u-1\/4\@desktop {
    width: 25% !important; }
  .u-2\/4\@desktop {
    width: 50% !important; }
  .u-3\/4\@desktop {
    width: 75% !important; }
  .u-4\/4\@desktop {
    width: 100% !important; }
  .u-1\/5\@desktop {
    width: 20% !important; }
  .u-2\/5\@desktop {
    width: 40% !important; }
  .u-3\/5\@desktop {
    width: 60% !important; }
  .u-4\/5\@desktop {
    width: 80% !important; }
  .u-5\/5\@desktop {
    width: 100% !important; }
  .u-1\/6\@desktop {
    width: 16.66667% !important; }
  .u-2\/6\@desktop {
    width: 33.33333% !important; }
  .u-3\/6\@desktop {
    width: 50% !important; }
  .u-4\/6\@desktop {
    width: 66.66667% !important; }
  .u-5\/6\@desktop {
    width: 83.33333% !important; }
  .u-6\/6\@desktop {
    width: 100% !important; }
  .u-1\/7\@desktop {
    width: 14.28571% !important; }
  .u-2\/7\@desktop {
    width: 28.57143% !important; }
  .u-3\/7\@desktop {
    width: 42.85714% !important; }
  .u-4\/7\@desktop {
    width: 57.14286% !important; }
  .u-5\/7\@desktop {
    width: 71.42857% !important; }
  .u-6\/7\@desktop {
    width: 85.71429% !important; }
  .u-7\/7\@desktop {
    width: 100% !important; }
  .u-1\/8\@desktop {
    width: 12.5% !important; }
  .u-2\/8\@desktop {
    width: 25% !important; }
  .u-3\/8\@desktop {
    width: 37.5% !important; }
  .u-4\/8\@desktop {
    width: 50% !important; }
  .u-5\/8\@desktop {
    width: 62.5% !important; }
  .u-6\/8\@desktop {
    width: 75% !important; }
  .u-7\/8\@desktop {
    width: 87.5% !important; }
  .u-8\/8\@desktop {
    width: 100% !important; }
  .u-1\/9\@desktop {
    width: 11.11111% !important; }
  .u-2\/9\@desktop {
    width: 22.22222% !important; }
  .u-3\/9\@desktop {
    width: 33.33333% !important; }
  .u-4\/9\@desktop {
    width: 44.44444% !important; }
  .u-5\/9\@desktop {
    width: 55.55556% !important; }
  .u-6\/9\@desktop {
    width: 66.66667% !important; }
  .u-7\/9\@desktop {
    width: 77.77778% !important; }
  .u-8\/9\@desktop {
    width: 88.88889% !important; }
  .u-9\/9\@desktop {
    width: 100% !important; }
  .u-1\/10\@desktop {
    width: 10% !important; }
  .u-2\/10\@desktop {
    width: 20% !important; }
  .u-3\/10\@desktop {
    width: 30% !important; }
  .u-4\/10\@desktop {
    width: 40% !important; }
  .u-5\/10\@desktop {
    width: 50% !important; }
  .u-6\/10\@desktop {
    width: 60% !important; }
  .u-7\/10\@desktop {
    width: 70% !important; }
  .u-8\/10\@desktop {
    width: 80% !important; }
  .u-9\/10\@desktop {
    width: 90% !important; }
  .u-10\/10\@desktop {
    width: 100% !important; }
  .u-1\/11\@desktop {
    width: 9.09091% !important; }
  .u-2\/11\@desktop {
    width: 18.18182% !important; }
  .u-3\/11\@desktop {
    width: 27.27273% !important; }
  .u-4\/11\@desktop {
    width: 36.36364% !important; }
  .u-5\/11\@desktop {
    width: 45.45455% !important; }
  .u-6\/11\@desktop {
    width: 54.54545% !important; }
  .u-7\/11\@desktop {
    width: 63.63636% !important; }
  .u-8\/11\@desktop {
    width: 72.72727% !important; }
  .u-9\/11\@desktop {
    width: 81.81818% !important; }
  .u-10\/11\@desktop {
    width: 90.90909% !important; }
  .u-11\/11\@desktop {
    width: 100% !important; }
  .u-1\/12\@desktop {
    width: 8.33333% !important; }
  .u-2\/12\@desktop {
    width: 16.66667% !important; }
  .u-3\/12\@desktop {
    width: 25% !important; }
  .u-4\/12\@desktop {
    width: 33.33333% !important; }
  .u-5\/12\@desktop {
    width: 41.66667% !important; }
  .u-6\/12\@desktop {
    width: 50% !important; }
  .u-7\/12\@desktop {
    width: 58.33333% !important; }
  .u-8\/12\@desktop {
    width: 66.66667% !important; }
  .u-9\/12\@desktop {
    width: 75% !important; }
  .u-10\/12\@desktop {
    width: 83.33333% !important; }
  .u-11\/12\@desktop {
    width: 91.66667% !important; }
  .u-12\/12\@desktop {
    width: 100% !important; }
  .u-1\/14\@desktop {
    width: 7.14286% !important; }
  .u-2\/14\@desktop {
    width: 14.28571% !important; }
  .u-3\/14\@desktop {
    width: 21.42857% !important; }
  .u-4\/14\@desktop {
    width: 28.57143% !important; }
  .u-5\/14\@desktop {
    width: 35.71429% !important; }
  .u-6\/14\@desktop {
    width: 42.85714% !important; }
  .u-7\/14\@desktop {
    width: 50% !important; }
  .u-8\/14\@desktop {
    width: 57.14286% !important; }
  .u-9\/14\@desktop {
    width: 64.28571% !important; }
  .u-10\/14\@desktop {
    width: 71.42857% !important; }
  .u-11\/14\@desktop {
    width: 78.57143% !important; }
  .u-12\/14\@desktop {
    width: 85.71429% !important; }
  .u-13\/14\@desktop {
    width: 92.85714% !important; }
  .u-14\/14\@desktop {
    width: 100% !important; }
  .u-1\/20\@desktop {
    width: 5% !important; }
  .u-2\/20\@desktop {
    width: 10% !important; }
  .u-3\/20\@desktop {
    width: 15% !important; }
  .u-4\/20\@desktop {
    width: 20% !important; }
  .u-5\/20\@desktop {
    width: 25% !important; }
  .u-6\/20\@desktop {
    width: 30% !important; }
  .u-7\/20\@desktop {
    width: 35% !important; }
  .u-8\/20\@desktop {
    width: 40% !important; }
  .u-9\/20\@desktop {
    width: 45% !important; }
  .u-10\/20\@desktop {
    width: 50% !important; }
  .u-11\/20\@desktop {
    width: 55% !important; }
  .u-12\/20\@desktop {
    width: 60% !important; }
  .u-13\/20\@desktop {
    width: 65% !important; }
  .u-14\/20\@desktop {
    width: 70% !important; }
  .u-15\/20\@desktop {
    width: 75% !important; }
  .u-16\/20\@desktop {
    width: 80% !important; }
  .u-17\/20\@desktop {
    width: 85% !important; }
  .u-18\/20\@desktop {
    width: 90% !important; }
  .u-19\/20\@desktop {
    width: 95% !important; }
  .u-20\/20\@desktop {
    width: 100% !important; } }

@media (min-width: 81.25em) {
  .u-1\/1\@wide {
    width: 100% !important; }
  .u-1\/2\@wide {
    width: 50% !important; }
  .u-2\/2\@wide {
    width: 100% !important; }
  .u-1\/3\@wide {
    width: 33.33333% !important; }
  .u-2\/3\@wide {
    width: 66.66667% !important; }
  .u-3\/3\@wide {
    width: 100% !important; }
  .u-1\/4\@wide {
    width: 25% !important; }
  .u-2\/4\@wide {
    width: 50% !important; }
  .u-3\/4\@wide {
    width: 75% !important; }
  .u-4\/4\@wide {
    width: 100% !important; }
  .u-1\/5\@wide {
    width: 20% !important; }
  .u-2\/5\@wide {
    width: 40% !important; }
  .u-3\/5\@wide {
    width: 60% !important; }
  .u-4\/5\@wide {
    width: 80% !important; }
  .u-5\/5\@wide {
    width: 100% !important; }
  .u-1\/6\@wide {
    width: 16.66667% !important; }
  .u-2\/6\@wide {
    width: 33.33333% !important; }
  .u-3\/6\@wide {
    width: 50% !important; }
  .u-4\/6\@wide {
    width: 66.66667% !important; }
  .u-5\/6\@wide {
    width: 83.33333% !important; }
  .u-6\/6\@wide {
    width: 100% !important; }
  .u-1\/7\@wide {
    width: 14.28571% !important; }
  .u-2\/7\@wide {
    width: 28.57143% !important; }
  .u-3\/7\@wide {
    width: 42.85714% !important; }
  .u-4\/7\@wide {
    width: 57.14286% !important; }
  .u-5\/7\@wide {
    width: 71.42857% !important; }
  .u-6\/7\@wide {
    width: 85.71429% !important; }
  .u-7\/7\@wide {
    width: 100% !important; }
  .u-1\/8\@wide {
    width: 12.5% !important; }
  .u-2\/8\@wide {
    width: 25% !important; }
  .u-3\/8\@wide {
    width: 37.5% !important; }
  .u-4\/8\@wide {
    width: 50% !important; }
  .u-5\/8\@wide {
    width: 62.5% !important; }
  .u-6\/8\@wide {
    width: 75% !important; }
  .u-7\/8\@wide {
    width: 87.5% !important; }
  .u-8\/8\@wide {
    width: 100% !important; }
  .u-1\/9\@wide {
    width: 11.11111% !important; }
  .u-2\/9\@wide {
    width: 22.22222% !important; }
  .u-3\/9\@wide {
    width: 33.33333% !important; }
  .u-4\/9\@wide {
    width: 44.44444% !important; }
  .u-5\/9\@wide {
    width: 55.55556% !important; }
  .u-6\/9\@wide {
    width: 66.66667% !important; }
  .u-7\/9\@wide {
    width: 77.77778% !important; }
  .u-8\/9\@wide {
    width: 88.88889% !important; }
  .u-9\/9\@wide {
    width: 100% !important; }
  .u-1\/10\@wide {
    width: 10% !important; }
  .u-2\/10\@wide {
    width: 20% !important; }
  .u-3\/10\@wide {
    width: 30% !important; }
  .u-4\/10\@wide {
    width: 40% !important; }
  .u-5\/10\@wide {
    width: 50% !important; }
  .u-6\/10\@wide {
    width: 60% !important; }
  .u-7\/10\@wide {
    width: 70% !important; }
  .u-8\/10\@wide {
    width: 80% !important; }
  .u-9\/10\@wide {
    width: 90% !important; }
  .u-10\/10\@wide {
    width: 100% !important; }
  .u-1\/11\@wide {
    width: 9.09091% !important; }
  .u-2\/11\@wide {
    width: 18.18182% !important; }
  .u-3\/11\@wide {
    width: 27.27273% !important; }
  .u-4\/11\@wide {
    width: 36.36364% !important; }
  .u-5\/11\@wide {
    width: 45.45455% !important; }
  .u-6\/11\@wide {
    width: 54.54545% !important; }
  .u-7\/11\@wide {
    width: 63.63636% !important; }
  .u-8\/11\@wide {
    width: 72.72727% !important; }
  .u-9\/11\@wide {
    width: 81.81818% !important; }
  .u-10\/11\@wide {
    width: 90.90909% !important; }
  .u-11\/11\@wide {
    width: 100% !important; }
  .u-1\/12\@wide {
    width: 8.33333% !important; }
  .u-2\/12\@wide {
    width: 16.66667% !important; }
  .u-3\/12\@wide {
    width: 25% !important; }
  .u-4\/12\@wide {
    width: 33.33333% !important; }
  .u-5\/12\@wide {
    width: 41.66667% !important; }
  .u-6\/12\@wide {
    width: 50% !important; }
  .u-7\/12\@wide {
    width: 58.33333% !important; }
  .u-8\/12\@wide {
    width: 66.66667% !important; }
  .u-9\/12\@wide {
    width: 75% !important; }
  .u-10\/12\@wide {
    width: 83.33333% !important; }
  .u-11\/12\@wide {
    width: 91.66667% !important; }
  .u-12\/12\@wide {
    width: 100% !important; }
  .u-1\/14\@wide {
    width: 7.14286% !important; }
  .u-2\/14\@wide {
    width: 14.28571% !important; }
  .u-3\/14\@wide {
    width: 21.42857% !important; }
  .u-4\/14\@wide {
    width: 28.57143% !important; }
  .u-5\/14\@wide {
    width: 35.71429% !important; }
  .u-6\/14\@wide {
    width: 42.85714% !important; }
  .u-7\/14\@wide {
    width: 50% !important; }
  .u-8\/14\@wide {
    width: 57.14286% !important; }
  .u-9\/14\@wide {
    width: 64.28571% !important; }
  .u-10\/14\@wide {
    width: 71.42857% !important; }
  .u-11\/14\@wide {
    width: 78.57143% !important; }
  .u-12\/14\@wide {
    width: 85.71429% !important; }
  .u-13\/14\@wide {
    width: 92.85714% !important; }
  .u-14\/14\@wide {
    width: 100% !important; }
  .u-1\/20\@wide {
    width: 5% !important; }
  .u-2\/20\@wide {
    width: 10% !important; }
  .u-3\/20\@wide {
    width: 15% !important; }
  .u-4\/20\@wide {
    width: 20% !important; }
  .u-5\/20\@wide {
    width: 25% !important; }
  .u-6\/20\@wide {
    width: 30% !important; }
  .u-7\/20\@wide {
    width: 35% !important; }
  .u-8\/20\@wide {
    width: 40% !important; }
  .u-9\/20\@wide {
    width: 45% !important; }
  .u-10\/20\@wide {
    width: 50% !important; }
  .u-11\/20\@wide {
    width: 55% !important; }
  .u-12\/20\@wide {
    width: 60% !important; }
  .u-13\/20\@wide {
    width: 65% !important; }
  .u-14\/20\@wide {
    width: 70% !important; }
  .u-15\/20\@wide {
    width: 75% !important; }
  .u-16\/20\@wide {
    width: 80% !important; }
  .u-17\/20\@wide {
    width: 85% !important; }
  .u-18\/20\@wide {
    width: 90% !important; }
  .u-19\/20\@wide {
    width: 95% !important; }
  .u-20\/20\@wide {
    width: 100% !important; } }

@media (min-width: 90.625em) {
  .u-1\/1\@xwide {
    width: 100% !important; }
  .u-1\/2\@xwide {
    width: 50% !important; }
  .u-2\/2\@xwide {
    width: 100% !important; }
  .u-1\/3\@xwide {
    width: 33.33333% !important; }
  .u-2\/3\@xwide {
    width: 66.66667% !important; }
  .u-3\/3\@xwide {
    width: 100% !important; }
  .u-1\/4\@xwide {
    width: 25% !important; }
  .u-2\/4\@xwide {
    width: 50% !important; }
  .u-3\/4\@xwide {
    width: 75% !important; }
  .u-4\/4\@xwide {
    width: 100% !important; }
  .u-1\/5\@xwide {
    width: 20% !important; }
  .u-2\/5\@xwide {
    width: 40% !important; }
  .u-3\/5\@xwide {
    width: 60% !important; }
  .u-4\/5\@xwide {
    width: 80% !important; }
  .u-5\/5\@xwide {
    width: 100% !important; }
  .u-1\/6\@xwide {
    width: 16.66667% !important; }
  .u-2\/6\@xwide {
    width: 33.33333% !important; }
  .u-3\/6\@xwide {
    width: 50% !important; }
  .u-4\/6\@xwide {
    width: 66.66667% !important; }
  .u-5\/6\@xwide {
    width: 83.33333% !important; }
  .u-6\/6\@xwide {
    width: 100% !important; }
  .u-1\/7\@xwide {
    width: 14.28571% !important; }
  .u-2\/7\@xwide {
    width: 28.57143% !important; }
  .u-3\/7\@xwide {
    width: 42.85714% !important; }
  .u-4\/7\@xwide {
    width: 57.14286% !important; }
  .u-5\/7\@xwide {
    width: 71.42857% !important; }
  .u-6\/7\@xwide {
    width: 85.71429% !important; }
  .u-7\/7\@xwide {
    width: 100% !important; }
  .u-1\/8\@xwide {
    width: 12.5% !important; }
  .u-2\/8\@xwide {
    width: 25% !important; }
  .u-3\/8\@xwide {
    width: 37.5% !important; }
  .u-4\/8\@xwide {
    width: 50% !important; }
  .u-5\/8\@xwide {
    width: 62.5% !important; }
  .u-6\/8\@xwide {
    width: 75% !important; }
  .u-7\/8\@xwide {
    width: 87.5% !important; }
  .u-8\/8\@xwide {
    width: 100% !important; }
  .u-1\/9\@xwide {
    width: 11.11111% !important; }
  .u-2\/9\@xwide {
    width: 22.22222% !important; }
  .u-3\/9\@xwide {
    width: 33.33333% !important; }
  .u-4\/9\@xwide {
    width: 44.44444% !important; }
  .u-5\/9\@xwide {
    width: 55.55556% !important; }
  .u-6\/9\@xwide {
    width: 66.66667% !important; }
  .u-7\/9\@xwide {
    width: 77.77778% !important; }
  .u-8\/9\@xwide {
    width: 88.88889% !important; }
  .u-9\/9\@xwide {
    width: 100% !important; }
  .u-1\/10\@xwide {
    width: 10% !important; }
  .u-2\/10\@xwide {
    width: 20% !important; }
  .u-3\/10\@xwide {
    width: 30% !important; }
  .u-4\/10\@xwide {
    width: 40% !important; }
  .u-5\/10\@xwide {
    width: 50% !important; }
  .u-6\/10\@xwide {
    width: 60% !important; }
  .u-7\/10\@xwide {
    width: 70% !important; }
  .u-8\/10\@xwide {
    width: 80% !important; }
  .u-9\/10\@xwide {
    width: 90% !important; }
  .u-10\/10\@xwide {
    width: 100% !important; }
  .u-1\/11\@xwide {
    width: 9.09091% !important; }
  .u-2\/11\@xwide {
    width: 18.18182% !important; }
  .u-3\/11\@xwide {
    width: 27.27273% !important; }
  .u-4\/11\@xwide {
    width: 36.36364% !important; }
  .u-5\/11\@xwide {
    width: 45.45455% !important; }
  .u-6\/11\@xwide {
    width: 54.54545% !important; }
  .u-7\/11\@xwide {
    width: 63.63636% !important; }
  .u-8\/11\@xwide {
    width: 72.72727% !important; }
  .u-9\/11\@xwide {
    width: 81.81818% !important; }
  .u-10\/11\@xwide {
    width: 90.90909% !important; }
  .u-11\/11\@xwide {
    width: 100% !important; }
  .u-1\/12\@xwide {
    width: 8.33333% !important; }
  .u-2\/12\@xwide {
    width: 16.66667% !important; }
  .u-3\/12\@xwide {
    width: 25% !important; }
  .u-4\/12\@xwide {
    width: 33.33333% !important; }
  .u-5\/12\@xwide {
    width: 41.66667% !important; }
  .u-6\/12\@xwide {
    width: 50% !important; }
  .u-7\/12\@xwide {
    width: 58.33333% !important; }
  .u-8\/12\@xwide {
    width: 66.66667% !important; }
  .u-9\/12\@xwide {
    width: 75% !important; }
  .u-10\/12\@xwide {
    width: 83.33333% !important; }
  .u-11\/12\@xwide {
    width: 91.66667% !important; }
  .u-12\/12\@xwide {
    width: 100% !important; }
  .u-1\/14\@xwide {
    width: 7.14286% !important; }
  .u-2\/14\@xwide {
    width: 14.28571% !important; }
  .u-3\/14\@xwide {
    width: 21.42857% !important; }
  .u-4\/14\@xwide {
    width: 28.57143% !important; }
  .u-5\/14\@xwide {
    width: 35.71429% !important; }
  .u-6\/14\@xwide {
    width: 42.85714% !important; }
  .u-7\/14\@xwide {
    width: 50% !important; }
  .u-8\/14\@xwide {
    width: 57.14286% !important; }
  .u-9\/14\@xwide {
    width: 64.28571% !important; }
  .u-10\/14\@xwide {
    width: 71.42857% !important; }
  .u-11\/14\@xwide {
    width: 78.57143% !important; }
  .u-12\/14\@xwide {
    width: 85.71429% !important; }
  .u-13\/14\@xwide {
    width: 92.85714% !important; }
  .u-14\/14\@xwide {
    width: 100% !important; }
  .u-1\/20\@xwide {
    width: 5% !important; }
  .u-2\/20\@xwide {
    width: 10% !important; }
  .u-3\/20\@xwide {
    width: 15% !important; }
  .u-4\/20\@xwide {
    width: 20% !important; }
  .u-5\/20\@xwide {
    width: 25% !important; }
  .u-6\/20\@xwide {
    width: 30% !important; }
  .u-7\/20\@xwide {
    width: 35% !important; }
  .u-8\/20\@xwide {
    width: 40% !important; }
  .u-9\/20\@xwide {
    width: 45% !important; }
  .u-10\/20\@xwide {
    width: 50% !important; }
  .u-11\/20\@xwide {
    width: 55% !important; }
  .u-12\/20\@xwide {
    width: 60% !important; }
  .u-13\/20\@xwide {
    width: 65% !important; }
  .u-14\/20\@xwide {
    width: 70% !important; }
  .u-15\/20\@xwide {
    width: 75% !important; }
  .u-16\/20\@xwide {
    width: 80% !important; }
  .u-17\/20\@xwide {
    width: 85% !important; }
  .u-18\/20\@xwide {
    width: 90% !important; }
  .u-19\/20\@xwide {
    width: 95% !important; }
  .u-20\/20\@xwide {
    width: 100% !important; } }

@media (min-width: 71.25em) {
  .u-1\/1\@x1140 {
    width: 100% !important; }
  .u-1\/2\@x1140 {
    width: 50% !important; }
  .u-2\/2\@x1140 {
    width: 100% !important; }
  .u-1\/3\@x1140 {
    width: 33.33333% !important; }
  .u-2\/3\@x1140 {
    width: 66.66667% !important; }
  .u-3\/3\@x1140 {
    width: 100% !important; }
  .u-1\/4\@x1140 {
    width: 25% !important; }
  .u-2\/4\@x1140 {
    width: 50% !important; }
  .u-3\/4\@x1140 {
    width: 75% !important; }
  .u-4\/4\@x1140 {
    width: 100% !important; }
  .u-1\/5\@x1140 {
    width: 20% !important; }
  .u-2\/5\@x1140 {
    width: 40% !important; }
  .u-3\/5\@x1140 {
    width: 60% !important; }
  .u-4\/5\@x1140 {
    width: 80% !important; }
  .u-5\/5\@x1140 {
    width: 100% !important; }
  .u-1\/6\@x1140 {
    width: 16.66667% !important; }
  .u-2\/6\@x1140 {
    width: 33.33333% !important; }
  .u-3\/6\@x1140 {
    width: 50% !important; }
  .u-4\/6\@x1140 {
    width: 66.66667% !important; }
  .u-5\/6\@x1140 {
    width: 83.33333% !important; }
  .u-6\/6\@x1140 {
    width: 100% !important; }
  .u-1\/7\@x1140 {
    width: 14.28571% !important; }
  .u-2\/7\@x1140 {
    width: 28.57143% !important; }
  .u-3\/7\@x1140 {
    width: 42.85714% !important; }
  .u-4\/7\@x1140 {
    width: 57.14286% !important; }
  .u-5\/7\@x1140 {
    width: 71.42857% !important; }
  .u-6\/7\@x1140 {
    width: 85.71429% !important; }
  .u-7\/7\@x1140 {
    width: 100% !important; }
  .u-1\/8\@x1140 {
    width: 12.5% !important; }
  .u-2\/8\@x1140 {
    width: 25% !important; }
  .u-3\/8\@x1140 {
    width: 37.5% !important; }
  .u-4\/8\@x1140 {
    width: 50% !important; }
  .u-5\/8\@x1140 {
    width: 62.5% !important; }
  .u-6\/8\@x1140 {
    width: 75% !important; }
  .u-7\/8\@x1140 {
    width: 87.5% !important; }
  .u-8\/8\@x1140 {
    width: 100% !important; }
  .u-1\/9\@x1140 {
    width: 11.11111% !important; }
  .u-2\/9\@x1140 {
    width: 22.22222% !important; }
  .u-3\/9\@x1140 {
    width: 33.33333% !important; }
  .u-4\/9\@x1140 {
    width: 44.44444% !important; }
  .u-5\/9\@x1140 {
    width: 55.55556% !important; }
  .u-6\/9\@x1140 {
    width: 66.66667% !important; }
  .u-7\/9\@x1140 {
    width: 77.77778% !important; }
  .u-8\/9\@x1140 {
    width: 88.88889% !important; }
  .u-9\/9\@x1140 {
    width: 100% !important; }
  .u-1\/10\@x1140 {
    width: 10% !important; }
  .u-2\/10\@x1140 {
    width: 20% !important; }
  .u-3\/10\@x1140 {
    width: 30% !important; }
  .u-4\/10\@x1140 {
    width: 40% !important; }
  .u-5\/10\@x1140 {
    width: 50% !important; }
  .u-6\/10\@x1140 {
    width: 60% !important; }
  .u-7\/10\@x1140 {
    width: 70% !important; }
  .u-8\/10\@x1140 {
    width: 80% !important; }
  .u-9\/10\@x1140 {
    width: 90% !important; }
  .u-10\/10\@x1140 {
    width: 100% !important; }
  .u-1\/11\@x1140 {
    width: 9.09091% !important; }
  .u-2\/11\@x1140 {
    width: 18.18182% !important; }
  .u-3\/11\@x1140 {
    width: 27.27273% !important; }
  .u-4\/11\@x1140 {
    width: 36.36364% !important; }
  .u-5\/11\@x1140 {
    width: 45.45455% !important; }
  .u-6\/11\@x1140 {
    width: 54.54545% !important; }
  .u-7\/11\@x1140 {
    width: 63.63636% !important; }
  .u-8\/11\@x1140 {
    width: 72.72727% !important; }
  .u-9\/11\@x1140 {
    width: 81.81818% !important; }
  .u-10\/11\@x1140 {
    width: 90.90909% !important; }
  .u-11\/11\@x1140 {
    width: 100% !important; }
  .u-1\/12\@x1140 {
    width: 8.33333% !important; }
  .u-2\/12\@x1140 {
    width: 16.66667% !important; }
  .u-3\/12\@x1140 {
    width: 25% !important; }
  .u-4\/12\@x1140 {
    width: 33.33333% !important; }
  .u-5\/12\@x1140 {
    width: 41.66667% !important; }
  .u-6\/12\@x1140 {
    width: 50% !important; }
  .u-7\/12\@x1140 {
    width: 58.33333% !important; }
  .u-8\/12\@x1140 {
    width: 66.66667% !important; }
  .u-9\/12\@x1140 {
    width: 75% !important; }
  .u-10\/12\@x1140 {
    width: 83.33333% !important; }
  .u-11\/12\@x1140 {
    width: 91.66667% !important; }
  .u-12\/12\@x1140 {
    width: 100% !important; }
  .u-1\/14\@x1140 {
    width: 7.14286% !important; }
  .u-2\/14\@x1140 {
    width: 14.28571% !important; }
  .u-3\/14\@x1140 {
    width: 21.42857% !important; }
  .u-4\/14\@x1140 {
    width: 28.57143% !important; }
  .u-5\/14\@x1140 {
    width: 35.71429% !important; }
  .u-6\/14\@x1140 {
    width: 42.85714% !important; }
  .u-7\/14\@x1140 {
    width: 50% !important; }
  .u-8\/14\@x1140 {
    width: 57.14286% !important; }
  .u-9\/14\@x1140 {
    width: 64.28571% !important; }
  .u-10\/14\@x1140 {
    width: 71.42857% !important; }
  .u-11\/14\@x1140 {
    width: 78.57143% !important; }
  .u-12\/14\@x1140 {
    width: 85.71429% !important; }
  .u-13\/14\@x1140 {
    width: 92.85714% !important; }
  .u-14\/14\@x1140 {
    width: 100% !important; }
  .u-1\/20\@x1140 {
    width: 5% !important; }
  .u-2\/20\@x1140 {
    width: 10% !important; }
  .u-3\/20\@x1140 {
    width: 15% !important; }
  .u-4\/20\@x1140 {
    width: 20% !important; }
  .u-5\/20\@x1140 {
    width: 25% !important; }
  .u-6\/20\@x1140 {
    width: 30% !important; }
  .u-7\/20\@x1140 {
    width: 35% !important; }
  .u-8\/20\@x1140 {
    width: 40% !important; }
  .u-9\/20\@x1140 {
    width: 45% !important; }
  .u-10\/20\@x1140 {
    width: 50% !important; }
  .u-11\/20\@x1140 {
    width: 55% !important; }
  .u-12\/20\@x1140 {
    width: 60% !important; }
  .u-13\/20\@x1140 {
    width: 65% !important; }
  .u-14\/20\@x1140 {
    width: 70% !important; }
  .u-15\/20\@x1140 {
    width: 75% !important; }
  .u-16\/20\@x1140 {
    width: 80% !important; }
  .u-17\/20\@x1140 {
    width: 85% !important; }
  .u-18\/20\@x1140 {
    width: 90% !important; }
  .u-19\/20\@x1140 {
    width: 95% !important; }
  .u-20\/20\@x1140 {
    width: 100% !important; } }
