.max-wrap > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-medium > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-large > .content {
  max-width: 1510px !important;
  margin: 0 auto;
}

.max-wrap-small > .content {
  max-width: 900px !important;
  margin: 0 auto;
}

.max-wrap-xsmall > .content {
  max-width: 800px !important;
  margin: 0 auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div {
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

figcaption {
  text-align: center;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

[role=button] {
  cursor: pointer;
}

/*! END normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** Pannos Normalize  */
html {
  color: #222;
  font-size: 62.5%;
} /* BASE FONT 10px - Line Height  24px */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.625;
} /* Font Smoothing */
/* Font Loading Fix*/
html.wf-loading {
  font-family: "Arial", Tahoma, sans-serif;
  line-height: 1.5;
  visibility: hidden;
}

html.wf-active, html.wf-inactive {
  visibility: visible;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*Hide visually and from screen readers:*/
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 980px) {
  .hideOnMobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.l-row:before,
.l-row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after,
.l-row:after {
  clear: both;
}

/** Button Reset */
button {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #34393B;
}

body {
  font-family: "fieldwork", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin: 0;
  font-size: inherit !important;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

a * {
  pointer-events: none;
}

a .js-delete-cta, a .js-move-cta-left, a .js-move-cta-right, a .icon-bin {
  pointer-events: all;
}
a[href*=tel] {
  white-space: nowrap;
}

.copy > p {
  max-width: 900px;
}

.hydrated a[data-speedbump] {
  position: relative;
}

.no-top-padding * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

[data-inline-editor="Kentico.InlineEditor.RichText"] {
  min-width: 150px;
}

a {
  color: #007742;
}
a:hover, a:focus {
  text-decoration: none;
}

.content {
  font-family: "fieldwork", sans-serif;
}

main a:not([class]), main a[class=speedbump] {
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration-color: #bc8c3d;
}
main a:not([class]):hover, main a:not([class]):focus, main a[class=speedbump]:hover, main a[class=speedbump]:focus {
  text-decoration-thickness: 3px;
}

@media screen and (max-width: 980px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top, .no-top-padding {
  padding-top: 0 !important;
}

.no-padding-bottom, .no-bottom-padding {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

.CodeMirror-code {
  font-size: 12px;
  text-transform: none;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) {
  /* TRY WITHOUT THIS BUT MIGHT CAUSE ISSUES WITH JAVASCRIPT WHEN CLICKING ON SPEEDBUMP LINK WITH IMAGE IN IT
  @include tablet {
      a * {
          pointer-events: none;
      }
  }
  */
}
html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1, h1:not([class]) {
  font-weight: 900;
  font-size: clamp(2.8rem, 3.5vw, 7rem);
  line-height: 0.9;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
@media screen and (max-width: 980px) {
  .f-h1, h1:not([class]) {
    line-height: 1.3;
  }
}
.f-h1 strong, h1:not([class]) strong {
  color: #007742;
  font-weight: 900;
}

.f-h2 {
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h2 strong {
  color: #007742;
  font-weight: 900;
}

.f-h2-alt, h2:not([class]) {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h2-alt strong, h2:not([class]) strong {
  color: #007742;
  font-weight: 900;
}

.f-h3-alt {
  font-weight: 900;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  color: #06334F;
}
.f-h3-alt strong {
  color: #007742;
  font-weight: 900;
}

.f-h3, h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h4, h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h4-alt {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "fave-script-pro", sans-serif;
}

.f-h5, h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h5-alt {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
  color: #06334F;
}

.f-h6, h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "altivo", sans-serif;
}

main {
  text-wrap: pretty;
}

@media screen and (max-width: 980px) {
  img[class*=fr-], span[class*=fr-] {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 980px) {
  img.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  img.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  img.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption {
    max-width: 100%;
    position: relative;
  }
  span.fr-img-caption.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video {
    position: relative;
    text-align: center;
  }
  .fr-video.fr-rv {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
  .fr-video.fr-rv embed, .fr-video.fr-rv object, .fr-video.fr-rv > iframe {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
  .fr-video > * {
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
  }
  .fr-video.fr-dvb {
    clear: both;
    display: block;
  }
  .fr-video.fr-dvb.fr-fvl {
    text-align: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvb.fr-fvr {
    text-align: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi {
    display: inline-block;
  }
  .fr-video.fr-dvi.fr-fvl {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi.fr-fvr {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  a.fr-strong {
    font-weight: 700;
  }
  a.fr-green {
    color: green;
  }
  .fr-img-caption {
    text-align: center;
  }
  .fr-img-caption .fr-img-wrap {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap a {
    display: block;
  }
  .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding: 20px 20px 40px;
    text-align: center;
    width: 100%;
  }
}
.bg-charcoal {
  background: #34393B !important;
  color: #fff;
  --bgColor: #34393B;
}
.bg-charcoal h2, .bg-charcoal p, .bg-charcoal span, .bg-charcoal a:not(.cta-btn):not(.cta-btn-white), .bg-charcoal h3, .bg-charcoal h1 {
  color: #fff;
}

.bg-la-salle-green {
  background: #007742 !important;
  color: #fff;
  --bgColor: #007742;
}
.bg-la-salle-green h2, .bg-la-salle-green p, .bg-la-salle-green span, .bg-la-salle-green a:not(.cta-btn):not(.cta-btn-white), .bg-la-salle-green h3, .bg-la-salle-green h1 {
  color: #fff;
}

.bg-tiger-orange {
  background: #BC8C3D !important;
  color: #fff;
  --bgColor: #BC8C3D;
}
.bg-tiger-orange h2, .bg-tiger-orange p, .bg-tiger-orange span, .bg-tiger-orange a:not(.cta-btn):not(.cta-btn-white), .bg-tiger-orange h3, .bg-tiger-orange h1 {
  color: #fff;
}

.bg-shamrock-green {
  background: #06984F !important;
  color: #fff;
  --bgColor: #06984F;
}
.bg-shamrock-green h2, .bg-shamrock-green p, .bg-shamrock-green span, .bg-shamrock-green a:not(.cta-btn):not(.cta-btn-white), .bg-shamrock-green h3, .bg-shamrock-green h1 {
  color: #fff;
}

.bg-blue-whale {
  background: #06334F !important;
  color: #fff;
  --bgColor: #06334F;
}
.bg-blue-whale h2, .bg-blue-whale p, .bg-blue-whale span, .bg-blue-whale a:not(.cta-btn):not(.cta-btn-white), .bg-blue-whale h3, .bg-blue-whale h1 {
  color: #fff;
}

.bg-cherrywood {
  background: #63191A !important;
  color: #fff;
  --bgColor: #63191A;
}
.bg-cherrywood h2, .bg-cherrywood p, .bg-cherrywood span, .bg-cherrywood a:not(.cta-btn):not(.cta-btn-white), .bg-cherrywood h3, .bg-cherrywood h1 {
  color: #fff;
}

.bg-dark-green-blue {
  background: #186164 !important;
  color: #34393B;
  --bgColor: #186164;
}
.bg-dark-green-blue h2, .bg-dark-green-blue p, .bg-dark-green-blue span, .bg-dark-green-blue a:not(.cta-btn):not(.cta-btn-white), .bg-dark-green-blue h3, .bg-dark-green-blue h1 {
  color: #34393B;
}

.bg-persian-green {
  background: #009C9A !important;
  color: #fff;
  --bgColor: #009C9A;
}
.bg-persian-green h2, .bg-persian-green p, .bg-persian-green span, .bg-persian-green a:not(.cta-btn):not(.cta-btn-white), .bg-persian-green h3, .bg-persian-green h1 {
  color: #fff;
}

.bg-merino {
  background: #F3F0EB !important;
  color: #34393B;
  --bgColor: #F3F0EB;
}
.bg-merino h2, .bg-merino p, .bg-merino span, .bg-merino a:not(.cta-btn):not(.cta-btn-white), .bg-merino h3, .bg-merino h1 {
  color: #34393B;
}

.force-dark *:not(.cta-btn):not(.cta-btn-white) {
  color: #34393B !important;
}

.force-white *:not(.cta-btn):not(.cta-btn-white) {
  color: #fff !important;
}

.hydrated .ktc-rich-text-wrapper .fr-wCounter {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Body and Header */
html {
  background-color: #C20F2F;
  color: white;
}

.main-header-bar {
  background-color: #C20F2F;
}

.main-header-bar .logo:after {
  display: none;
}

.everything-content .f-h1, .nothing-content .f-h1, .intro-section .f-h1 {
  color: #FFF;
}

.main-header-bar {
  position: relative;
  text-align: left;
  padding-top: 60px;
}

.main-header-bar .logo {
  width: clamp(140px, 14vw, 210px);
  padding: 0 0 0 30px;
  margin-top: -1rem;
}

/* General Section Styles */
h1, h2, h3, h4, .f-h1, .f-h2, .f-h3, .f-h4 {
  font-weight: 900;
}

h1, .f-h1 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
}

p, li, div {
  font-size: 16px;
  line-height: 1.37;
}

.content ul {
  margin-bottom: 2em;
  padding: 0;
}

.content li {
  list-style: disc inside;
  margin-bottom: 2.35rem;
}

strong, .cta-btn {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section .content {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.section {
  background-repeat: no-repeat;
}

.section.parallax {
  background-attachment: fixed;
}

.cta-btn {
  border-radius: 2em;
  background: #0E1C2C;
  border: 2px solid #0E1C2C;
  margin: 0;
  display: inline-block;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  font-size: 16px;
}

.cta-btn:hover {
  background: #0E1C2C;
  border: 2px solid #0E1C2C;
}

.cta-btn:focus, .dark-text .cta-btn:focus {
  border: 2px solid white;
  background: #0E1C2C;
}

.section.dark-text {
  color: #0e1c2c;
}

.dark-text .cta-btn {
  background: #c20f2f;
  border: 2px solid #c20f2f;
}

main .dark-text .content a:not(.cta-btn) {
  color: #0e1c2c;
  font-weight: 500;
}

.section.dark-text .content li {
  list-style: disc inside;
  margin-bottom: 0.75rem;
}

.section:not(.dark-text) .content a {
  color: white;
}

/* Intro Section */
.section.intro-section {
  background-color: #C20F2F;
  background-position: 0 175px;
  background-size: clamp(200px, 22.5%, 460px);
  padding-bottom: 5%;
}

.cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.actions {
  padding: 2em 0 4em;
  position: relative;
}

span.cta-divider {
  color: #0E1C2C;
  font-weight: bold;
}

/* CTA Form */
button.js-form-toggle {
  font-size: 16px !important;
}

.cta-form {
  position: absolute;
  width: 100%;
  top: 0;
  background: #C20F2F;
  left: 0%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s, clip-path 0.5s ease-in;
  transition: opacity 0.5s, clip-path 0.5s ease-in;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.cta-form-container:focus-within .cta-form {
  left: 0;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.cta-form-container + .js-form-toggle-off {
  opacity: 0;
  position: absolute;
  bottom: -2em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: underline;
}

.cta-form-container:focus-within + .js-form-toggle-off {
  opacity: 1;
}

/* Sponsors Section */
.section.sponsors-section {
  background-color: #0E1C2C;
  padding: 10% 10% calc(10% + 200px);
  background-size: clamp(200px, 22.5%, 460px), 100% 200px;
  background-position: right -10%, bottom center;
  background-attachment: fixed, scroll;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin-bottom: 3em;
}

/* Options Section */
.section.options-section {
  background-color: #C7C7C7;
  padding: 10%;
  position: relative;
}

.floating-graphic {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
  overflow: hidden;
}

.option-row {
  margin-bottom: 10%;
}

.option-row .graphic img {
  margin-bottom: 5rem;
}

.option-row .heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4rem;
}

.option-row .heading strong {
  font-size: 30px;
  font-weight: 900;
}

/* Everything/Nothing Section */
.everything-nothing-section {
  background-color: #c20f2f;
  padding: 0;
  position: relative;
}

.everything-nothing-section .everything-content {
  background-size: 100%, 100%;
  background-position: bottom, bottom;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.nothing-content {
  background: #c20f2f;
}

/* Give Back Section */
.section.give-back-section {
  background-color: #C7C7C7;
  padding: 7.5% 10%;
  position: relative;
  background-size: clamp(70px, 20%, 300px) 100%, clamp(70px, 20%, 300px) 100%;
  background-position: left, right;
  background-attachment: fixed, fixed;
  background-repeat: no-repeat;
}

.section.give-back-section .content {
  width: 60%;
  max-width: 720px;
}

.f-h1 {
  max-width: 700px;
  margin: 0 auto 1em;
}

h3.book {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 2em;
}

/* Footer */
.disclosure {
  background-color: #0E1C2C;
  padding: 5rem 5%;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.disclosure-content {
  color: #c7c7c7;
  padding: 10px;
}

.disclosure-content p {
  font-size: 13px;
}

.footer-bugs img {
  height: 60px;
  width: auto;
}

/* Responsive Overrides */
@media screen and (min-width: 1050px) {
  /* General Styles */
  h1, .f-h1 {
    font-size: 55px;
    margin-bottom: 0.5em;
    letter-spacing: -1px;
  }
  a.cta-btn {
    font-size: 16px;
  }
  p a.cta-btn {
    margin-top: 6rem;
  }
  .intro-copy p {
    font-size: 20px;
    max-width: 400px;
    margin: 0 auto 1em;
    line-height: 1.6;
  }
  .iso-card img {
    max-width: 33.3vw;
  }
  /* Section Styles */
  .section.options-section {
    padding: 0;
  }
  .section.options-section .content {
    width: calc(100% - 45vw);
  }
  .section.options-section .inner {
    /*padding: 0 10% 25%;*/
    /*padding: 0 10% 10%;*/
    width: 100%;
  }
  .floating-graphic img {
    -webkit-transform: translate(25%, 0);
            transform: translate(25%, 0);
  }
  .parallax-floating-graphic {
    position: sticky;
    bottom: 15%;
    pointer-events: none;
  }
  .parallax-floating-graphic img.last {
    /*margin-bottom: -10%;*/
    margin-top: -15%;
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
    width: auto;
  }
  /*.section.options-section:after {*/
  /*    content: '';*/
  /*    position: absolute;*/
  /*    display: block;*/
  /*    width: 100%;*/
  /*    height: auto;*/
  /*    bottom: 0;*/
  /*    background-color: #0E1C2C;*/
  /*    left: 0;*/
  /*    padding: 7.5%;*/
  /*}*/
  .everything-nothing-section .everything-content {
    padding-top: 10%;
    /*margin-top: -15%;*/
  }
  .everything-nothing-section .content {
    padding: 7.5% 0;
  }
  .everything-nothing-section .divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding-bottom: 15%;
    margin-top: -1.5rem;
    background: none !important;
  }
  .everything-nothing-section .divider .content {
    margin: 0;
  }
  .floating-image.sticky img {
    position: sticky;
    top: 50%;
    -webkit-filter: drop-shadow(15px 50px 20px rgba(0, 0, 0, 0.5019607843));
            filter: drop-shadow(15px 50px 20px rgba(0, 0, 0, 0.5019607843));
  }
  .everything-nothing-section .everything-content > .content {
    padding: 0;
  }
  .section.give-back-section .f-h1 {
    max-width: 700px;
    margin: 0 auto 1em;
  }
  .section.give-back-section .inner {
    width: 80%;
    margin: 0 auto;
  }
  .footer-bugs {
    min-width: 35%;
    text-align: right;
  }
}
@media screen and (max-width: 1049px) {
  .main-header-bar {
    padding-top: 15px;
  }
  .main-header-bar .logo {
    max-width: 35%;
  }
  .section.parallax {
    background-attachment: scroll;
  }
  .section.intro-section {
    padding: 1em;
  }
  .intro-copy {
    max-width: 360px;
    margin: 0 auto;
    width: 90%;
  }
  .stack-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
  .section.intro-section, .section.sponsors-section {
    background-size: clamp(155px, 35.5%, 500px), 0;
  }
  .section.sponsors-section {
    background-position: right;
    padding-bottom: 15%;
  }
  .floating-graphic {
    position: relative;
    width: 100%;
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
  .section.options-section {
    padding: 0;
  }
  .section.options-section .inner {
    padding: 0 10%;
  }
  .parallax-floating-graphic {
    padding-top: 2em;
    overflow: hidden;
  }
  .floating-graphic img {
    position: relative;
    left: 25%;
  }
  .parallax-floating-graphic img {
    position: relative;
    right: 25%;
  }
  .everything-nothing-section, .everything-nothing-section .everything-content {
    background: #0e1c2c !important;
  }
  .everything-nothing-section.section {
    background-size: 100%, 100%;
    background-position: center, center;
    padding: 0%;
  }
  .everything-nothing-section .content {
    padding: 10%;
  }
  .give-back-section.parallax.section {
    background-size: 60px, 60px;
  }
  .section.give-back-section .content {
    width: 100%;
  }
  .section.give-back-section .content p {
    padding: 0 3rem;
  }
  .divider {
    padding: 2em 5px 6em 4em;
    text-align: right;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    clip-path: polygon(0 2%, 100% 2%, 100% 99%, 0 99%);
    margin-bottom: -5%;
    margin-top: -5%;
  }
  .divider .content {
    display: none;
  }
  .floating-image.sticky img {
    -webkit-filter: drop-shadow(10px 30px 15px rgba(0, 0, 0, 0.5019607843));
            filter: drop-shadow(10px 30px 15px rgba(0, 0, 0, 0.5019607843));
  }
  .fsborderradius .fsBody .fsForm {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .fsborderradius .fsBody .fsForm div.fsError {
    position: relative !important;
    left: 0 !important;
  }
  .cta-form-container {
    position: relative;
  }
  .cta-form {
    border: 2px solid black;
    padding: 2rem 1rem;
    border-radius: 1em;
    top: 65px;
    width: 130%;
    margin-left: -15%;
    margin-top: 1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .cta-form-container + .js-form-toggle-off {
    /*bottom: -3.5em;*/
    top: 22.5rem;
    right: 10%;
    height: 2em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .cta-form-container:hover .cta-form, .cta-form-container:focus-within .cta-form {
    left: 0;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .cta-form-container:hover + .js-form-toggle-off, .cta-form-container:focus-within + .js-form-toggle-off {
    opacity: 1;
  }
}
/*# sourceMappingURL=johnny.css.map */
