@charset "UTF-8";
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600;700&amp;display=swap");
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform .3s,opacity .3s;
  opacity: 0; }

.c-scrollbar:hover {
  transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
  opacity: 1; }

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1); }

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: .5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing; }

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0; }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
@font-face {
  font-family: 'RoxboroughCF-Light';
  src: url("../eot/roxboroughcf-light.eot");
  /* IE9+ */
  src: url("../roxboroughcf-lightd41d.html#iefix") format("embedded-opentype"), url("../woff2/roxboroughcf-light.woff2") format("woff2"), url("../woff/roxboroughcf-light.woff") format("woff"); }

@font-face {
  font-family: 'RoxboroughCF-MediumItalic';
  src: url("../eot/roxboroughcf-mediumitalic.eot");
  /* IE9+ */
  src: url("../roxboroughcf-mediumitalicd41d.html#iefix") format("embedded-opentype"), url("../woff2/roxboroughcf-mediumitalic.woff2") format("woff2"), url("../woff/roxboroughcf-mediumitalic.woff") format("woff"); }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
main {
  background: #FAF4EA; }

/* Typography
--------------------------------------------- */
body.home h1, body.home h2, body.home h3, body.home h4, body.page-template-page-document h1, body.page-template-page-document h2, body.page-template-page-document h3, body.page-template-page-document h4 {
  font-style: normal;
  text-transform: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #231F20; }

body.home .h1-style, body.home .h2-style, body.home .h3-style, body.home .h4-style, body.home .h5-style, body.page-template-page-document .h1-style, body.page-template-page-document .h2-style, body.page-template-page-document .h3-style, body.page-template-page-document .h4-style, body.page-template-page-document .h5-style {
  font-family: "RoxboroughCF-Light", cursive;
  text-transform: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #231F20;
  letter-spacing: 0.02em;
  line-height: 1.25; }

body.home .h1-style, body.page-template-page-document .h1-style {
  font-size: 60px; }
  @media screen and (min-width: 320px) {
    body.home .h1-style, body.page-template-page-document .h1-style {
      font-size: calc(60px + 60 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1440px) {
    body.home .h1-style, body.page-template-page-document .h1-style {
      font-size: 120px; } }
body.home .h2-style, body.page-template-page-document .h2-style {
  font-size: 40px; }
  @media screen and (min-width: 320px) {
    body.home .h2-style, body.page-template-page-document .h2-style {
      font-size: calc(40px + 50 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1440px) {
    body.home .h2-style, body.page-template-page-document .h2-style {
      font-size: 90px; } }
body.home .h3-style, body.page-template-page-document .h3-style {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    body.home .h3-style, body.page-template-page-document .h3-style {
      font-size: calc(24px + 24 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1440px) {
    body.home .h3-style, body.page-template-page-document .h3-style {
      font-size: 48px; } }
body.home .h4-style, body.page-template-page-document .h4-style {
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    body.home .h4-style, body.page-template-page-document .h4-style {
      font-size: calc(20px + 16 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1440px) {
    body.home .h4-style, body.page-template-page-document .h4-style {
      font-size: 36px; } }
body.home .h5-style, body.page-template-page-document .h5-style {
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    body.home .h5-style, body.page-template-page-document .h5-style {
      font-size: calc(16px + 12 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1440px) {
    body.home .h5-style, body.page-template-page-document .h5-style {
      font-size: 28px; } }
body.home, body.page-template-page-document {
  text-rendering: optimizeLegibility;
  font-family: "Overpass", sans-serif;
  text-align: left;
  color: #231F20; }
  body.home a, body.page-template-page-document a {
    color: #231F20;
    text-decoration: underline;
    transition: color ease-in-out 0.15s; }
    body.home a:hover, body.page-template-page-document a:hover {
      color: rgba(35, 31, 32, 0.7); }
  body.home p, body.page-template-page-document p {
    line-height: 2;
    margin-bottom: 1em;
    color: #231F20; }
    body.home p, body.page-template-page-document p {
      font-size: 12px; }
      @media screen and (min-width: 320px) {
        body.home p, body.page-template-page-document p {
          font-size: calc(12px + 2 * ((100vw - 320px) / 1120)); } }
      @media screen and (min-width: 1440px) {
        body.home p, body.page-template-page-document p {
          font-size: 14px; } }
  body.home em, body.page-template-page-document em {
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #231F20;
    letter-spacing: normal;
    padding: 0;
    display: inline; }
    body.home em, body.page-template-page-document em {
      font-size: 12px; }
      @media screen and (min-width: 320px) {
        body.home em, body.page-template-page-document em {
          font-size: calc(12px + 2 * ((100vw - 320px) / 1120)); } }
      @media screen and (min-width: 1440px) {
        body.home em, body.page-template-page-document em {
          font-size: 14px; } }
  body.home .caption, body.page-template-page-document .caption {
    font-family: "RoxboroughCF-MediumItalic", cursive; }
    body.home .caption, body.page-template-page-document .caption {
      font-size: 13px; }
      @media screen and (min-width: 320px) {
        body.home .caption, body.page-template-page-document .caption {
          font-size: calc(13px + 3 * ((100vw - 320px) / 1120)); } }
      @media screen and (min-width: 1440px) {
        body.home .caption, body.page-template-page-document .caption {
          font-size: 16px; } }
/* Forms
--------------------------------------------- */
button:focus {
  outline: none; }

.oldsite-btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  line-height: 1.75;
  color: #231F20;
  padding: 2.5em 2.5em 1.75em 2.5em;
  position: relative;
  z-index: 1; }
  .oldsite-btn {
    font-size: 10px; }
    @media screen and (min-width: 320px) {
      .oldsite-btn {
        font-size: calc(10px + 1 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .oldsite-btn {
        font-size: 11px; } }
  .oldsite-btn span {
    display: inline-block;
    text-align: center; }
  .oldsite-btn:before {
    content: "";
    display: block;
    width: 2.5em;
    height: 2.5em;
    background: url(../svg/starburst.svg) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 2em;
    right: 2em; }
  .oldsite-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../svg/scribble--circle.svg) no-repeat;
    background-size: 100% 100%;
    transition: transform ease-in-out 0.35s; }
  .oldsite-btn:hover span {
    text-decoration: underline; }
  .oldsite-btn:hover:after {
    transform: scale(1.095); }
  @media only screen and (min-width : 1280px) {
    .oldsite-btn {
      padding: 3.5em 3.5em 2.75em 3.5em; }
      .oldsite-btn:before {
        top: 3em;
        right: 3em; } }
.oval-btn {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 25px;
  height: 17px;
  border: 1px solid #231F20;
  border-radius: 50%;
  transition: background ease-in-out 0.4s; }
  .oval-btn img, .oval-btn svg {
    height: 9px; }
    .oval-btn img path, .oval-btn svg path {
      fill: #231F20; }
  .oval-btn:hover {
    background: #231F20; }
    .oval-btn:hover svg path {
      fill: white; }
  .oval-btn.--white {
    border: 1px solid white; }
    .oval-btn.--white svg path {
      fill: white; }
    .oval-btn.--white:hover {
      background: white; }
      .oval-btn.--white:hover svg path {
        fill: #231F20; }
  @media only screen and (min-width : 1024px) {
    .oval-btn {
      width: 29px;
      height: 20px; }
      .oval-btn img, .oval-btn svg {
        height: 11px; } }
.scribble-hover {
  position: relative; }
  .scribble-hover svg {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%); }
    .scribble-hover svg path {
      stroke-dasharray: 300;
      stroke-dashoffset: 300;
      transition: ease-in-out 0.65s; }
    .scribble-hover svg.white path {
      stroke: white; }
    @media only screen and (min-width : 768px) {
      .scribble-hover svg {
        display: block; } }
  .scribble-hover:hover svg path {
    stroke-dashoffset: 0; }

.scribble-hover--large {
  position: relative; }
  .scribble-hover--large svg {
    display: none;
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); }
    .scribble-hover--large svg path {
      stroke-dasharray: 2000;
      stroke-dashoffset: 2000;
      transition: ease-in-out 0.65s; }
    @media only screen and (min-width : 768px) {
      .scribble-hover--large svg {
        display: block; } }
  .scribble-hover--large:hover svg path {
    stroke-dashoffset: 0;
    transition: ease-in-out 1s; }

.marquee {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
  --offset: 10vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 180s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.marquee span {
  font-family: "RoxboroughCF-Light", cursive;
  color: #231F20;
  letter-spacing: 0.02em;
  line-height: 1.25;
  display: inline-block;
  white-space: nowrap; }
  .marquee span {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      .marquee span {
        font-size: calc(40px + 50 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .marquee span {
        font-size: 90px; } }
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0); }
  100% {
    transform: translate3d(var(--move-final), 0, 0); } }

.parallax {
  overflow: hidden; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#landing-header {
  width: 100%;
  padding: 20px 20px 0 20px; }
  @media only screen and (min-width : 768px) {
    #landing-header {
      padding: 30px 30px 0 30px; } }
  @media only screen and (min-width : 1024px) {
    #landing-header {
      padding: 30px 40px 0 40px; } }
  @media only screen and (min-width : 1440px) {
    #landing-header {
      padding: 40px 60px 0 60px; } }
  body.home #landing-header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0; }

#landing-header__container {
  border-bottom: 1px solid #231F20;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px 0; }
  @media only screen and (min-width : 768px) {
    #landing-header__container {
      align-items: flex-end;
      padding: 0 0 16px 0; } }
  @media only screen and (min-width : 1024px) {
    #landing-header__container {
      padding: 0 0 18px 0; } }
  @media only screen and (min-width : 1440px) {
    #landing-header__container {
      padding: 0 0 20px 0; } }
  body.home #landing-header__container {
    border-bottom: 1px solid white; }
    body.home #landing-header__container .scribble-hover svg path {
      stroke: white; }

#landing-header__logo #desktop-logo {
  display: none; }

#landing-header__logo svg {
  height: 30px; }
  #landing-header__logo svg path {
    fill: #231F20; }
    body.home #landing-header__logo svg path {
      fill: white; }

@media only screen and (min-width : 768px) {
  #landing-header__logo {
    flex: 1 1 0;
    order: 2; }
    #landing-header__logo svg {
      display: block;
      margin: 0 auto; } }

@media only screen and (min-width : 1024px) {
  #landing-header__logo #mobile-logo {
    display: none; }
  #landing-header__logo #desktop-logo {
    display: block; } }

#landing-header__contact {
  display: none; }
  @media only screen and (min-width : 768px) {
    #landing-header__contact {
      flex: 1 1 0;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      order: 1; }
      #landing-header__contact ul {
        display: flex;
        flex-flow: row nowrap; }
        #landing-header__contact ul li:not(:first-of-type) {
          margin-left: 12px; }
      #landing-header__contact > a {
        text-decoration: none;
        color: #231F20;
        text-transform: uppercase;
        letter-spacing: 0.125em;
        margin-left: 1.5em; }
        #landing-header__contact > a {
          font-size: 10px; } }
      @media only screen and (min-width : 768px) and (min-width: 320px) {
        #landing-header__contact > a {
          font-size: calc(10px + 1 * ((100vw - 320px) / 1120)); } }
      @media only screen and (min-width : 768px) and (min-width: 1440px) {
        #landing-header__contact > a {
          font-size: 11px; } }
  @media only screen and (min-width : 768px) {
        body.home #landing-header__contact > a {
          color: white; }
      body.home #landing-header__contact .oval-btn {
        border: 1px solid white; }
        body.home #landing-header__contact .oval-btn svg path {
          fill: white; }
        body.home #landing-header__contact .oval-btn:hover {
          background: white; }
          body.home #landing-header__contact .oval-btn:hover svg path {
            fill: #231F20; } }
#landing-header__links a {
  text-decoration: none;
  color: #231F20;
  text-transform: uppercase;
  letter-spacing: 0.125em; }
  #landing-header__links a {
    font-size: 10px; }
    @media screen and (min-width: 320px) {
      #landing-header__links a {
        font-size: calc(10px + 1 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      #landing-header__links a {
        font-size: 11px; } }
  #landing-header__links a:first-of-type {
    display: none; }
  body.home #landing-header__links a {
    color: white; }

@media only screen and (min-width : 768px) {
  #landing-header__links {
    flex: 1 1 0;
    order: 3;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end; }
    #landing-header__links a {
      margin-left: 1.5em; }
      #landing-header__links a:first-of-type {
        display: block; } }

#landing-footer {
  background: #FAF4EA;
  padding: 30px;
  text-align: center; }
  @media only screen and (min-width : 1024px) {
    #landing-footer {
      padding: 45px 45px 30px 45px; } }
  @media only screen and (min-width : 1440px) {
    #landing-footer {
      padding: 60px 60px 40px 60px; } }
#landing-footer__main {
  padding: 30px 0;
  border-top: 1px solid #231F20;
  border-bottom: 1px solid #231F20; }
  @media only screen and (min-width : 1024px) {
    #landing-footer__main {
      padding: 45px 0;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-around;
      align-items: center; } }
  @media only screen and (min-width : 1440px) {
    #landing-footer__main {
      padding: 60px 0; } }
#landing-footer__content {
  padding: 40px 0; }
  #landing-footer__content > img {
    margin-bottom: 20px;
    width: 80%;
    max-width: 360px; }
    @media only screen and (min-width : 1440px) {
      #landing-footer__content > img {
        max-width: 480px; } }
  #landing-footer__content ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 8px 0; }
    #landing-footer__content ul li {
      padding: 0 6px; }
  #landing-footer__content a[href^="mailto:"] {
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: #231F20;
    text-decoration: none; }
    #landing-footer__content a[href^="mailto:"] {
      font-size: 10px; }
      @media screen and (min-width: 320px) {
        #landing-footer__content a[href^="mailto:"] {
          font-size: calc(10px + 1 * ((100vw - 320px) / 1120)); } }
      @media screen and (min-width: 1440px) {
        #landing-footer__content a[href^="mailto:"] {
          font-size: 11px; } }
#landing-footer__address {
  text-transform: uppercase;
  letter-spacing: 0.125em;
  line-height: 1.8; }
  #landing-footer__address {
    font-size: 10px; }
    @media screen and (min-width: 320px) {
      #landing-footer__address {
        font-size: calc(10px + 1 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      #landing-footer__address {
        font-size: 11px; } }
  #landing-footer__address a {
    color: #231F20;
    text-decoration: none; }

#landing-footer__meta {
  padding-top: 20px; }
  #landing-footer__meta ul {
    font-size: 11px; }
    #landing-footer__meta ul li {
      display: inline;
      line-height: 1.5; }
      #landing-footer__meta ul li:nth-of-type(n+2) {
        padding-left: 0.5em;
        margin-left: 0.5em;
        position: relative; }
        #landing-footer__meta ul li:nth-of-type(n+2):before {
          content: "|";
          display: inline;
          position: absolute;
          left: 0;
          transform: translateX(-100%); }
    #landing-footer__meta ul a {
      color: #231F20; }
      #landing-footer__meta ul a[href^="#"] {
        text-decoration: none; }

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/* PAGES
--------------------------------------------- */
body.home {
  /*
	*
	*
	*  LANDING - COVER
	*
	*
	*/
  /*
	*
	*  LANDING - CALENDAR
	*
	*
	*/
  /*
	#landing-calendar__featured{
		padding:0 20px;
		max-width:1800px;
		margin:0 auto 20px auto;
		@media only screen and (min-width : 768px) {
			padding:0px 30px;
			display:flex;
			flex-flow:row nowrap;
		}
		@media only screen and (min-width : 1024px) {
			padding:0 40px;
		}
		@media only screen and (min-width : 1440px) {
			padding:0 60px;
		}
		a{
			text-decoration:none;
		}
	}

	#landing-calendar__featured__img{
		@include fit-img(100%);
		@media only screen and (min-width : 768px) {
			width:60%;
			align-self:flex-start;
		}
	}

	#landing-calendar__featured__text{
		header{
			padding:30px 0;
			margin:20px 0;
			border-top:1px solid $grey;	
			border-bottom:1px solid $grey;	
			.date{
				@include label(s);
			}
			h4{
				margin:0.35em 0 0.25em 0;
			}
		}
		a.link{
			display:table;
			margin:2em 0 0 auto;
			@include label(m);
			text-decoration:none;
			color:$black;
		}
		@media only screen and (min-width : 768px) {
			width:40%;
			padding-left:5%;
			header{
				margin:0 0 20px 0;
			}
		}
	}

	#landing-calendar__featured__links{
		display:flex;
		flex-flow:row wrap;
		justify-content:flex-end;
		a.link{
			display:inline-block;
			text-decoration:none;
			margin-left:1.5em;
			@include label(m);
			color:$black;
		}
	}
	*/
  /*
	*
	*
	*  LANDING - INTRO
	*
	*
	*/
  /*
	*
	*
	*  LANDING - FEATURES
	*
	*
	*/
  /*
	*
	*
	*  LANDING - TESTIMONIALS
	*
	*
	*/
  /*
	*
	*
	*  LANDING - TIERS
	*
	*
	*/ }
  body.home section {
    max-width: 100vw; }
  body.home #landing-cover {
    height: 75vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end; }
    @media (orientation: landscape) {
      body.home #landing-cover {
        height: 100vh; } }
    body.home #landing-cover:after {
      display: none; }
    @media only screen and (min-width : 768px) {
      body.home #landing-cover {
        justify-content: space-between; }
        body.home #landing-cover:before {
          content: "";
          display: block;
          height: 70px; } }
    @media only screen and (min-width : 1024px) {
      body.home #landing-cover:before {
        height: 15vh; } }
  body.home #landing-cover__images {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0; }
    body.home #landing-cover__images .slick-list, body.home #landing-cover__images .slick-track {
      height: 100%; }
    body.home #landing-cover__images .slick-track:after {
      content: "";
      position: absolute;
      z-index: 1000;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(35, 31, 32, 0.5);
      mix-blend-mode: multiply;
      pointer-events: none; }
    body.home #landing-cover__images img {
      -o-object-fit: cover;
         object-fit: cover; }
  body.home #landing-cover__content {
    position: relative;
    z-index: 10;
    color: white;
    padding: 0 20px;
    margin-bottom: 20px; }
    body.home #landing-cover__content .slick-track {
      display: flex; }
      body.home #landing-cover__content .slick-track .slick-slide {
        display: flex;
        flex-flow: column nowrap;
        height: auto;
        justify-content: flex-end; }
    body.home #landing-cover__content .tagline {
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.125em; }
      body.home #landing-cover__content .tagline {
        font-size: 10px; }
        @media screen and (min-width: 320px) {
          body.home #landing-cover__content .tagline {
            font-size: calc(10px + 1 * ((100vw - 320px) / 1120)); } }
        @media screen and (min-width: 1440px) {
          body.home #landing-cover__content .tagline {
            font-size: 11px; } }
    body.home #landing-cover__content h2, body.home #landing-cover__content p {
      color: white; }
    body.home #landing-cover__content h2 {
      margin-bottom: 0.35em; }
    body.home #landing-cover__content a {
      text-transform: uppercase;
      letter-spacing: 0.125em;
      text-decoration: none;
      color: white; }
      body.home #landing-cover__content a {
        font-size: 12px; }
        @media screen and (min-width: 320px) {
          body.home #landing-cover__content a {
            font-size: calc(12px + 2 * ((100vw - 320px) / 1120)); } }
        @media screen and (min-width: 1440px) {
          body.home #landing-cover__content a {
            font-size: 14px; } }
    body.home #landing-cover__content p:last-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width : 768px) {
      body.home #landing-cover__content {
        padding: 0 30px;
        margin: 0; }
        body.home #landing-cover__content .tagline {
          text-transform: uppercase;
          letter-spacing: 0.125em; }
          body.home #landing-cover__content .tagline {
            font-size: 12px; } }
      @media only screen and (min-width : 768px) and (min-width: 320px) {
        body.home #landing-cover__content .tagline {
          font-size: calc(12px + 2 * ((100vw - 320px) / 1120)); } }
      @media only screen and (min-width : 768px) and (min-width: 1440px) {
        body.home #landing-cover__content .tagline {
          font-size: 14px; } }
    @media only screen and (min-width : 768px) {
        body.home #landing-cover__content p {
          max-width: 600px; } }
    @media only screen and (min-width : 1024px) {
      body.home #landing-cover__content {
        padding: 0 40px; } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-cover__content {
        padding: 0 60px; } }
  body.home #landing-cover__nav {
    position: relative;
    z-index: 10; }
    @media only screen and (min-width : 1024px) {
      body.home #landing-cover__nav {
        margin: 40px 40px 10px 40px;
        padding-top: 15px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        position: relative;
        z-index: 10;
        color: white;
        margin: 30px 30px 10px 30px;
        border-top: 1px solid white; } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-cover__nav {
        margin: 60px 60px 10px 60px; } }
  body.home .landing-cover__nav__item {
    display: none; }
    @media only screen and (min-width : 1024px) {
      body.home .landing-cover__nav__item {
        width: 25%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end; }
        body.home .landing-cover__nav__item .label, body.home .landing-cover__nav__item p {
          display: block;
          color: white; }
        body.home .landing-cover__nav__item .label {
          text-transform: uppercase;
          letter-spacing: 0.125em;
          margin-bottom: 0.5em; }
          body.home .landing-cover__nav__item .label {
            font-size: 10px; } }
      @media only screen and (min-width : 1024px) and (min-width: 320px) {
        body.home .landing-cover__nav__item .label {
          font-size: calc(10px + 1 * ((100vw - 320px) / 1120)); } }
      @media only screen and (min-width : 1024px) and (min-width: 1440px) {
        body.home .landing-cover__nav__item .label {
          font-size: 11px; } }
    @media only screen and (min-width : 1024px) {
        body.home .landing-cover__nav__item p {
          line-height: 1; }
        body.home .landing-cover__nav__item h3 {
          font-family: "Overpass", sans-serif;
          font-weight: 700;
          -webkit-text-stroke: 1px #231F20;
          color: transparent;
          text-transform: uppercase;
          letter-spacing: 0.02em;
          -webkit-text-stroke: 1px white; }
          body.home .landing-cover__nav__item h3 {
            font-size: 26px; } }
      @media only screen and (min-width : 1024px) and (min-width: 320px) {
        body.home .landing-cover__nav__item h3 {
          font-size: calc(26px + 6 * ((100vw - 320px) / 1120)); } }
      @media only screen and (min-width : 1024px) and (min-width: 1440px) {
        body.home .landing-cover__nav__item h3 {
          font-size: 32px; } }
    @media only screen and (min-width : 1024px) {
        body.home .landing-cover__nav__item button {
          text-align: left;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          padding: 15px 30px 0px 0px;
          margin: 0;
          background: none;
          border: none; }
          body.home .landing-cover__nav__item button:hover {
            cursor: pointer; } }
  body.home #landing-cover__progress .progress-bar {
    display: block;
    width: 100%;
    height: 12px; }
  body.home #landing-cover__progress .progress-bar__indicator {
    display: block;
    height: 100%;
    background: white;
    width: 0%; }
  @media only screen and (min-width : 1024px) {
    body.home #landing-cover__progress {
      width: 25%;
      position: absolute;
      top: 0;
      left: 0%; }
      body.home #landing-cover__progress .progress-bar__indicator {
        width: 50%; } }
  body.home #landing-calendar {
    padding-top: calc(120px * 0.25);
    padding-right: calc(0px * 0.25);
    padding-bottom: calc(120px * 0.25);
    padding-left: calc(0px * 0.25); }
    @media only screen and (min-width : 768px) {
      body.home #landing-calendar {
        padding-top: calc(120px * 0.5);
        padding-right: calc(0px * 0.5);
        padding-bottom: calc(120px * 0.5);
        padding-left: calc(0px * 0.5); } }
    @media only screen and (min-width : 1280px) {
      body.home #landing-calendar {
        padding-top: calc(120px * 0.75);
        padding-right: calc(0px * 0.75);
        padding-bottom: calc(120px * 0.75);
        padding-left: calc(0px * 0.75); } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-calendar {
        padding-top: 120px;
        padding-right: 0px;
        padding-bottom: 120px;
        padding-left: 0px; } }
  body.home #landing-calendar__marquee {
    padding: 4em 0;
    margin-bottom: 40px; }
    body.home #landing-calendar__marquee span {
      padding-right: 1.3em;
      margin-right: 1.3em;
      position: relative; }
      body.home #landing-calendar__marquee span:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateX(50%) translateY(-50%);
        width: 1.25em;
        height: 100%;
        background: url(../svg/globe-badge.svg) no-repeat;
        background-size: contain;
        background-position: center center; }
  body.home #landing-calendar__upcoming {
    width: calc(100% - 40px);
    margin: 12.5vh auto 0 auto;
    max-width: 1280px; }
    @media only screen and (min-width : 768px) {
      body.home #landing-calendar__upcoming {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 2.5%; } }
  body.home .landing-calendar__upcoming__event {
    margin-bottom: 4rem; }
  body.home .landing-calendar__upcoming__img {
    position: relative; }
    body.home .landing-calendar__upcoming__img:before {
      content: "";
      display: block;
      padding-top: 66%; }
    body.home .landing-calendar__upcoming__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body.home .landing-calendar__upcoming__text {
    padding: 15px 0 0 0;
    margin: 20px 0;
    border-bottom: 1px solid #979797;
    min-height: 120px; }
    @media only screen and (min-width : 768px) {
      body.home .landing-calendar__upcoming__text {
        min-height: 130px; } }
    @media only screen and (min-width : 1440px) {
      body.home .landing-calendar__upcoming__text {
        min-height: 140px; } }
    body.home .landing-calendar__upcoming__text .tier {
      text-transform: uppercase;
      letter-spacing: 0.125em; }
      body.home .landing-calendar__upcoming__text .tier {
        font-size: 10px; }
        @media screen and (min-width: 320px) {
          body.home .landing-calendar__upcoming__text .tier {
            font-size: calc(10px + 1 * ((100vw - 320px) / 1120)); } }
        @media screen and (min-width: 1440px) {
          body.home .landing-calendar__upcoming__text .tier {
            font-size: 11px; } }
    body.home .landing-calendar__upcoming__text h4 {
      margin: 0.1em 0; }
    body.home .landing-calendar__upcoming__text a {
      text-decoration: none; }
  body.home .landing-calendar__upcoming__links {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end; }
    body.home .landing-calendar__upcoming__links a.link {
      display: inline-block;
      text-decoration: none;
      margin-left: 1.5em;
      text-transform: uppercase;
      letter-spacing: 0.125em;
      color: #231F20; }
      body.home .landing-calendar__upcoming__links a.link {
        font-size: 12px; }
        @media screen and (min-width: 320px) {
          body.home .landing-calendar__upcoming__links a.link {
            font-size: calc(12px + 2 * ((100vw - 320px) / 1120)); } }
        @media screen and (min-width: 1440px) {
          body.home .landing-calendar__upcoming__links a.link {
            font-size: 14px; } }
  body.home #landing-intro {
    padding-top: calc(0px * 0.25);
    padding-right: calc(0px * 0.25);
    padding-bottom: calc(90px * 0.25);
    padding-left: calc(0px * 0.25);
    max-width: 1440px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width : 768px) {
      body.home #landing-intro {
        padding-top: calc(0px * 0.5);
        padding-right: calc(0px * 0.5);
        padding-bottom: calc(90px * 0.5);
        padding-left: calc(0px * 0.5); } }
    @media only screen and (min-width : 1280px) {
      body.home #landing-intro {
        padding-top: calc(0px * 0.75);
        padding-right: calc(0px * 0.75);
        padding-bottom: calc(90px * 0.75);
        padding-left: calc(0px * 0.75); } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-intro {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 90px;
        padding-left: 0px; } }
  body.home #landing-intro__link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding: 0 60px 60px 0; }
    @media only screen and (min-width : 768px) {
      body.home #landing-intro__link {
        width: 100%; } }
  @media only screen and (min-width : 768px) {
    body.home #landing-intro__content {
      position: relative;
      display: flex;
      flex-flow: row wrap; } }
  body.home #landing-intro__marquee {
    padding: 2em 0; }
    body.home #landing-intro__marquee span {
      padding-right: 1.3em;
      margin-right: 1.3em;
      position: relative; }
      body.home #landing-intro__marquee span:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateX(50%) translateY(-50%);
        width: 1.25em;
        height: 100%;
        background: url(../svg/globe-badge.svg) no-repeat;
        background-size: contain;
        background-position: center center; }
    @media only screen and (min-width : 768px) {
      body.home #landing-intro__marquee {
        padding: 0;
        position: absolute;
        top: 140px;
        left: 50%;
        transform: translateX(-50%) translateY(-100%); } }
    @media only screen and (min-width : 1024px) {
      body.home #landing-intro__marquee {
        top: 200px; } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-intro__marquee {
        top: 260px; } }
  body.home #landing-intro__img {
    padding: 0 20px; }
    body.home #landing-intro__img img {
      height: auto; }
    @media only screen and (min-width : 768px) {
      body.home #landing-intro__img {
        width: 50%;
        padding: 0 5%; } }
    @media only screen and (min-width : 1024px) {
      body.home #landing-intro__img {
        padding: 0 7.5%; } }
  body.home #landing-intro__text {
    padding: 0 20px; }
    body.home #landing-intro__text p {
      max-width: 480px; }
      body.home #landing-intro__text p {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          body.home #landing-intro__text p {
            font-size: calc(16px + 5 * ((100vw - 320px) / 1120)); } }
        @media screen and (min-width: 1440px) {
          body.home #landing-intro__text p {
            font-size: 21px; } }
    @media only screen and (min-width : 768px) {
      body.home #landing-intro__text {
        width: 50%;
        padding-top: 180px; } }
    @media only screen and (min-width : 1024px) {
      body.home #landing-intro__text {
        padding: 240px 10% 0 0; } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-intro__text {
        padding: 300px 10% 0 0; } }
  body.home #landing-features {
    padding-top: calc(180px * 0.25);
    padding-right: calc(0px * 0.25);
    padding-bottom: calc(180px * 0.25);
    padding-left: calc(0px * 0.25); }
    @media only screen and (min-width : 768px) {
      body.home #landing-features {
        padding-top: calc(180px * 0.5);
        padding-right: calc(0px * 0.5);
        padding-bottom: calc(180px * 0.5);
        padding-left: calc(0px * 0.5); } }
    @media only screen and (min-width : 1280px) {
      body.home #landing-features {
        padding-top: calc(180px * 0.75);
        padding-right: calc(0px * 0.75);
        padding-bottom: calc(180px * 0.75);
        padding-left: calc(0px * 0.75); } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-features {
        padding-top: 180px;
        padding-right: 0px;
        padding-bottom: 180px;
        padding-left: 0px; } }
  body.home #landing-features__slider {
    touch-action: none;
    -webkit-user-select: none;
    -webkit-user-drag: none; }
  body.home .landing-features__slide {
    width: 280px;
    height: calc(280px * 1.5);
    margin: 0 10px;
    position: relative;
    overflow: hidden; }
    body.home .landing-features__slide:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(35, 31, 32, 0.25); }
    body.home .landing-features__slide img {
      position: absolute;
      top: 50%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media only screen and (min-width : 768px) {
      body.home .landing-features__slide {
        width: 360px;
        height: calc(360px * 1.5); }
        body.home .landing-features__slide img {
          height: calc(360px * 1.5);
          transform: scale(1.3); } }
    @media only screen and (min-width : 1024px) {
      body.home .landing-features__slide {
        width: 400px;
        height: calc(400px * 1.5); }
        body.home .landing-features__slide img {
          height: calc(400px * 1.5); } }
    @media only screen and (min-width : 1440px) {
      body.home .landing-features__slide {
        width: 480px;
        height: calc(480px * 1.5); }
        body.home .landing-features__slide img {
          height: calc(480px * 1.5); } }
    @media only screen and (min-width : 1800px) {
      body.home .landing-features__slide {
        width: 600px;
        height: calc(600px * 1.5); }
        body.home .landing-features__slide img {
          height: calc(600px * 1.5); } }
  body.home .landing-features__text {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    transition-delay: 0.3s;
    transition: -webkit-backdrop-filter ease-out 0.4s;
    transition: backdrop-filter ease-out 0.4s;
    transition: backdrop-filter ease-out 0.4s, -webkit-backdrop-filter ease-out 0.4s;
    padding: 0 20px; }
    body.home .landing-features__text h4 {
      padding-bottom: 0.4em; }
    body.home .landing-features__text h4, body.home .landing-features__text p {
      color: white; }
  body.home #landing-features__nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: calc(90px * 0.3333333333);
    padding-right: calc(60px * 0.3333333333);
    padding-bottom: calc(90px * 0.3333333333);
    padding-left: calc(60px * 0.3333333333); }
    @media only screen and (min-width : 768px) {
      body.home #landing-features__nav {
        padding-top: calc(90px * 0.5);
        padding-right: calc(60px * 0.5);
        padding-bottom: calc(90px * 0.5);
        padding-left: calc(60px * 0.5); } }
    @media only screen and (min-width : 1280px) {
      body.home #landing-features__nav {
        padding-top: calc(90px * 0.75);
        padding-right: calc(60px * 0.75);
        padding-bottom: calc(90px * 0.75);
        padding-left: calc(60px * 0.75); } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-features__nav {
        padding-top: 90px;
        padding-right: 60px;
        padding-bottom: 90px;
        padding-left: 60px; } }
    body.home #landing-features__nav button {
      border: none;
      border-radius: 0;
      padding: 15px 0;
      width: 50px;
      height: 9px;
      cursor: pointer; }
  body.home #landing-features__progress {
    flex: 1;
    height: 1px;
    background: #D3D3D3; }
  body.home #landing-features__progress__bar {
    height: 1px;
    background: #231F20; }
  body.home #landing-features__prev {
    background: url("../svg/arrow--left.svg") no-repeat;
    background-position: center center;
    margin: 0 20px 0 0; }
  body.home #landing-features__next {
    background: url("../svg/arrow--right.svg") no-repeat;
    background-position: center center;
    margin: 0 0 0 20px; }
  body.home #landing-testimonials {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: calc(180px * 0.3333333333);
    padding-right: calc(60px * 0.3333333333);
    padding-bottom: calc(180px * 0.3333333333);
    padding-left: calc(60px * 0.3333333333);
    text-align: center;
    background-image: url("../png/map.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: 90%; }
    @media only screen and (min-width : 768px) {
      body.home #landing-testimonials {
        padding-top: calc(180px * 0.5);
        padding-right: calc(60px * 0.5);
        padding-bottom: calc(180px * 0.5);
        padding-left: calc(60px * 0.5); } }
    @media only screen and (min-width : 1280px) {
      body.home #landing-testimonials {
        padding-top: calc(180px * 0.75);
        padding-right: calc(60px * 0.75);
        padding-bottom: calc(180px * 0.75);
        padding-left: calc(60px * 0.75); } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-testimonials {
        padding-top: 180px;
        padding-right: 60px;
        padding-bottom: 180px;
        padding-left: 60px; } }
    @media only screen and (min-width : 768px) {
      body.home #landing-testimonials {
        background-size: 80%; } }
    @media only screen and (min-width : 1280px) {
      body.home #landing-testimonials {
        background-size: 70%; } }
  body.home #landing-testimonials__slider {
    margin-bottom: 0; }
    body.home #landing-testimonials__slider .slick-prev, body.home #landing-testimonials__slider .slick-next {
      visibility: hidden;
      border: none;
      border-radius: 0;
      padding: 15px 0;
      margin: 0;
      width: 50px;
      height: 9px;
      transform: translateY(-50%); }
      body.home #landing-testimonials__slider .slick-prev:before, body.home #landing-testimonials__slider .slick-next:before {
        display: none; }
      @media only screen and (min-width : 1024px) {
        body.home #landing-testimonials__slider .slick-prev, body.home #landing-testimonials__slider .slick-next {
          visibility: visible; } }
    body.home #landing-testimonials__slider .slick-prev {
      background: url("../svg/arrow--left.svg") no-repeat;
      background-position: center center; }
    body.home #landing-testimonials__slider .slick-next {
      background: url("../svg/arrow--right.svg") no-repeat;
      background-position: center center; }
    body.home #landing-testimonials__slider .slick-track {
      display: flex; }
      body.home #landing-testimonials__slider .slick-track .slick-slide {
        display: flex;
        flex-flow: column nowrap;
        height: auto;
        align-items: center;
        justify-content: center; }
    body.home #landing-testimonials__slider blockquote {
      padding-top: calc(60px * 0.3333333333);
      padding-right: calc(0px * 0.3333333333);
      padding-bottom: calc(60px * 0.3333333333);
      padding-left: calc(0px * 0.3333333333); }
      @media only screen and (min-width : 768px) {
        body.home #landing-testimonials__slider blockquote {
          padding-top: calc(60px * 0.5);
          padding-right: calc(0px * 0.5);
          padding-bottom: calc(60px * 0.5);
          padding-left: calc(0px * 0.5); } }
      @media only screen and (min-width : 1280px) {
        body.home #landing-testimonials__slider blockquote {
          padding-top: calc(60px * 0.75);
          padding-right: calc(0px * 0.75);
          padding-bottom: calc(60px * 0.75);
          padding-left: calc(0px * 0.75); } }
      @media only screen and (min-width : 1440px) {
        body.home #landing-testimonials__slider blockquote {
          padding-top: 60px;
          padding-right: 0px;
          padding-bottom: 60px;
          padding-left: 0px; } }
      @media only screen and (min-width : 768px) {
        body.home #landing-testimonials__slider blockquote {
          width: 80%;
          margin: 0 auto; } }
    body.home #landing-testimonials__slider figcaption span {
      display: block; }
    body.home #landing-testimonials__slider .author-name {
      text-transform: uppercase;
      letter-spacing: 0.125em;
      margin-bottom: 1em; }
      body.home #landing-testimonials__slider .author-name {
        font-size: 12px; }
        @media screen and (min-width: 320px) {
          body.home #landing-testimonials__slider .author-name {
            font-size: calc(12px + 2 * ((100vw - 320px) / 1120)); } }
        @media screen and (min-width: 1440px) {
          body.home #landing-testimonials__slider .author-name {
            font-size: 14px; } }
  body.home #landing-tiers {
    padding-top: calc(200px * 0.3333333333);
    padding-right: calc(0px * 0.3333333333);
    padding-bottom: calc(300px * 0.3333333333);
    padding-left: calc(0px * 0.3333333333); }
    @media only screen and (min-width : 768px) {
      body.home #landing-tiers {
        padding-top: calc(200px * 0.5);
        padding-right: calc(0px * 0.5);
        padding-bottom: calc(300px * 0.5);
        padding-left: calc(0px * 0.5); } }
    @media only screen and (min-width : 1280px) {
      body.home #landing-tiers {
        padding-top: calc(200px * 0.75);
        padding-right: calc(0px * 0.75);
        padding-bottom: calc(300px * 0.75);
        padding-left: calc(0px * 0.75); } }
    @media only screen and (min-width : 1440px) {
      body.home #landing-tiers {
        padding-top: 200px;
        padding-right: 0px;
        padding-bottom: 300px;
        padding-left: 0px; } }
  body.home #landing-tiers__marquee {
    background: url("../svg/exclamation.svg") no-repeat;
    background-position: center center;
    padding: 40px 0; }
    body.home #landing-tiers__marquee .marquee span {
      padding-right: 0.5em;
      margin-right: 0.5em;
      position: relative; }
      body.home #landing-tiers__marquee .marquee span:after {
        content: "";
        width: 0.2em;
        height: 0.144em;
        background: #231F20;
        border-radius: 50%;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateX(50%) translateY(-50%); }

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(-100%, 0, 0); } }
  body.home #landing-tiers__rows {
    max-width: 1800px;
    margin: 0 auto; }
    @media only screen and (min-width : 768px) {
      body.home #landing-tiers__rows {
        padding: 60px 0;
        position: relative; }
        body.home #landing-tiers__rows:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          width: 1px;
          height: 100%;
          background-color: #979797; } }
  body.home .landing-tiers__row {
    padding: 20px;
    margin: 40px 0; }
    @media only screen and (min-width : 768px) {
      body.home .landing-tiers__row {
        padding: 0;
        margin: 40px 0 80px 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between; } }
  body.home .landing-tiers__row__img img {
    height: auto;
    margin-bottom: 20px; }
  @media only screen and (min-width : 768px) {
    body.home .landing-tiers__row__img {
      width: 45%; }
      body.home .landing-tiers__row__img img {
        margin: 0;
        width: 100%; }
      body.home .landing-tiers__row__img.odd {
        order: 2; } }
  body.home .landing-tiers__row__text h3 {
    padding: 0.5em 0;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    -webkit-text-stroke: 1px #231F20;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
    body.home .landing-tiers__row__text h3 {
      font-size: 36px; }
      @media screen and (min-width: 320px) {
        body.home .landing-tiers__row__text h3 {
          font-size: calc(36px + 12 * ((100vw - 320px) / 1120)); } }
      @media screen and (min-width: 1440px) {
        body.home .landing-tiers__row__text h3 {
          font-size: 48px; } }
  body.home .landing-tiers__row__text ul {
    margin: 0 0 20px 0; }
    body.home .landing-tiers__row__text ul li {
      text-transform: uppercase;
      letter-spacing: 0.125em;
      padding: 1em 0;
      border-bottom: 1px solid #979797; }
      body.home .landing-tiers__row__text ul li {
        font-size: 12px; }
        @media screen and (min-width: 320px) {
          body.home .landing-tiers__row__text ul li {
            font-size: calc(12px + 2 * ((100vw - 320px) / 1120)); } }
        @media screen and (min-width: 1440px) {
          body.home .landing-tiers__row__text ul li {
            font-size: 14px; } }
  @media only screen and (min-width : 768px) {
    body.home .landing-tiers__row__text {
      width: 45%; }
      body.home .landing-tiers__row__text h3 {
        background: #EBDBC7; }
      body.home .landing-tiers__row__text.odd {
        order: 1;
        text-align: right;
        padding-left: 5%; }
        body.home .landing-tiers__row__text.odd h3 {
          transform: translateX(17.5%); }
      body.home .landing-tiers__row__text.even {
        padding-right: 5%; }
        body.home .landing-tiers__row__text.even h3 {
          transform: translateX(-17.5%); } }
  @media only screen and (min-width : 1280px) {
    body.home .landing-tiers__row__text.odd {
      padding-left: 10%; }
      body.home .landing-tiers__row__text.odd h3 {
        transform: translateX(24%); }
    body.home .landing-tiers__row__text.even {
      padding-right: 10%; }
      body.home .landing-tiers__row__text.even h3 {
        transform: translateX(-24%); } }
body.page-template-page-document header.entry-header {
  margin-bottom: 2rem; }

body.page-template-page-document section {
  max-width: 800px;
  padding: 10vh 0; }
  body.page-template-page-document section p:last-of-type {
    margin-bottom: 0; }
  body.page-template-page-document section h1, body.page-template-page-document section h2, body.page-template-page-document section h3, body.page-template-page-document section h4, body.page-template-page-document section h5 {
    font-style: normal;
    text-transform: none;
    border: none;
    font-family: "RoxboroughCF-Light", cursive;
    text-transform: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #231F20;
    letter-spacing: 0.02em;
    line-height: 1.25; }
  body.page-template-page-document section h1 {
    font-size: 36px; }
    @media screen and (min-width: 320px) {
      body.page-template-page-document section h1 {
        font-size: calc(36px + 12 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      body.page-template-page-document section h1 {
        font-size: 48px; } }
  body.page-template-page-document section h2 {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      body.page-template-page-document section h2 {
        font-size: calc(32px + 8 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      body.page-template-page-document section h2 {
        font-size: 40px; } }
  body.page-template-page-document section h3 {
    font-size: 24px; }
    @media screen and (min-width: 320px) {
      body.page-template-page-document section h3 {
        font-size: calc(24px + 8 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      body.page-template-page-document section h3 {
        font-size: 32px; } }
  body.page-template-page-document section h4 {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      body.page-template-page-document section h4 {
        font-size: calc(20px + 4 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      body.page-template-page-document section h4 {
        font-size: 24px; } }
  body.page-template-page-document section h5, body.page-template-page-document section h6 {
    font-size: 12px; }
    @media screen and (min-width: 320px) {
      body.page-template-page-document section h5, body.page-template-page-document section h6 {
        font-size: calc(12px + 4 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      body.page-template-page-document section h5, body.page-template-page-document section h6 {
        font-size: 16px; } }
  body.page-template-page-document section ul {
    margin-left: 0;
    padding-left: 1.75rem;
    list-style: none; }
    body.page-template-page-document section ul li {
      margin-bottom: 0.5em;
      padding-left: 0.5rem;
      position: relative; }
      body.page-template-page-document section ul li:before {
        content: "·";
        position: absolute;
        left: -1rem;
        top: 0.25rem;
        font-size: 1.5rem;
        vertical-align: middle;
        line-height: 20px; }
/*# sourceMappingURL=style.css.map */