/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.paytone {
  font-family: 'Paytone One', sans-serif;
}
.bree {
  font-family: 'Bree Serif', serif;
}
.candal {
  font-family: 'Candal', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
h2,
h3 {
  font-weight: 400;
}
body {
  font-family: 'Bree Serif', serif;
  color: #3d332a;
  font-weight: 400;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 800px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 875px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.ei-css-grid-tight {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 0;
  row-gap: 0;
}
.ei-css-grid-tight .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 0;
  row-gap: 0;
}
.ei-css-grid-tight .xs12 {
  grid-column: span 12;
}
.ei-css-grid-tight .xs11 {
  grid-column: span 11;
}
.ei-css-grid-tight .xs10 {
  grid-column: span 10;
}
.ei-css-grid-tight .xs9 {
  grid-column: span 9;
}
.ei-css-grid-tight .xs8 {
  grid-column: span 8;
}
.ei-css-grid-tight .xs7 {
  grid-column: span 7;
}
.ei-css-grid-tight .xs6 {
  grid-column: span 6;
}
.ei-css-grid-tight .xs5 {
  grid-column: span 5;
}
.ei-css-grid-tight .xs4 {
  grid-column: span 4;
}
.ei-css-grid-tight .xs3 {
  grid-column: span 3;
}
.ei-css-grid-tight .xs2 {
  grid-column: span 2;
}
.ei-css-grid-tight .xs1 {
  grid-column: span 1;
}
@media (min-width: 800px) {
  .ei-css-grid-tight .t12 {
    grid-column: span 12;
  }
  .ei-css-grid-tight .t11 {
    grid-column: span 11;
  }
  .ei-css-grid-tight .t10 {
    grid-column: span 10;
  }
  .ei-css-grid-tight .t9 {
    grid-column: span 9;
  }
  .ei-css-grid-tight .t8 {
    grid-column: span 8;
  }
  .ei-css-grid-tight .t7 {
    grid-column: span 7;
  }
  .ei-css-grid-tight .t6 {
    grid-column: span 6;
  }
  .ei-css-grid-tight .t5 {
    grid-column: span 5;
  }
  .ei-css-grid-tight .t4 {
    grid-column: span 4;
  }
  .ei-css-grid-tight .t3 {
    grid-column: span 3;
  }
  .ei-css-grid-tight .t2 {
    grid-column: span 2;
  }
  .ei-css-grid-tight .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 875px) {
  .ei-css-grid-tight .d12 {
    grid-column: span 12;
  }
  .ei-css-grid-tight .d11 {
    grid-column: span 11;
  }
  .ei-css-grid-tight .d10 {
    grid-column: span 10;
  }
  .ei-css-grid-tight .d9 {
    grid-column: span 9;
  }
  .ei-css-grid-tight .d8 {
    grid-column: span 8;
  }
  .ei-css-grid-tight .d7 {
    grid-column: span 7;
  }
  .ei-css-grid-tight .d6 {
    grid-column: span 6;
  }
  .ei-css-grid-tight .d5 {
    grid-column: span 5;
  }
  .ei-css-grid-tight .d4 {
    grid-column: span 4;
  }
  .ei-css-grid-tight .d3 {
    grid-column: span 3;
  }
  .ei-css-grid-tight .d2 {
    grid-column: span 2;
  }
  .ei-css-grid-tight .d1 {
    grid-column: span 1;
  }
}
.ei-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .form-control {
    transition: none;
  }
}
.ei-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ei-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:disabled,
.ei-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.ei-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ei-form .form-control-file,
.ei-form .form-control-range {
  display: block;
  width: 100%;
}
.ei-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .btn {
    transition: none;
  }
}
.ei-form .btn:hover,
.ei-form .btn:focus {
  text-decoration: none;
}
.ei-form .btn:focus,
.ei-form .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .btn.disabled,
.ei-form .btn:disabled {
  opacity: 0.65;
}
.ei-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ei-form a.btn.disabled,
.ei-form fieldset:disabled a.btn {
  pointer-events: none;
}
.ei-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.ei-form .btn-primary:focus,
.ei-form .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-primary.disabled,
.ei-form .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.ei-form .btn-secondary:focus,
.ei-form .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-secondary.disabled,
.ei-form .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.ei-form .btn-success:focus,
.ei-form .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-success.disabled,
.ei-form .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active,
.ei-form .btn-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.ei-form .btn-info:focus,
.ei-form .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-info.disabled,
.ei-form .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active,
.ei-form .btn-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.ei-form .btn-warning:focus,
.ei-form .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-warning.disabled,
.ei-form .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.ei-form .btn-danger:focus,
.ei-form .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-danger.disabled,
.ei-form .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.ei-form .btn-light:focus,
.ei-form .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-light.disabled,
.ei-form .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active,
.ei-form .btn-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.ei-form .btn-dark:focus,
.ei-form .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-dark.disabled,
.ei-form .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:focus,
.ei-form .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-primary.disabled,
.ei-form .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:focus,
.ei-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-secondary.disabled,
.ei-form .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.ei-form .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:focus,
.ei-form .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-success.disabled,
.ei-form .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:focus,
.ei-form .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-info.disabled,
.ei-form .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:focus,
.ei-form .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-warning.disabled,
.ei-form .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:focus,
.ei-form .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-danger.disabled,
.ei-form .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:focus,
.ei-form .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-light.disabled,
.ei-form .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:focus,
.ei-form .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-dark.disabled,
.ei-form .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.ei-form .btn-link:focus,
.ei-form .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.ei-form .btn-link:disabled,
.ei-form .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.ei-form .btn-lg,
.ei-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ei-form .btn-sm,
.ei-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ei-form .btn-block {
  display: block;
  width: 100%;
}
.ei-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.ei-form input[type="submit"].btn-block,
.ei-form input[type="reset"].btn-block,
.ei-form input[type="button"].btn-block {
  width: 100%;
}
.ei-form table.listing td,
.ei-form table.listing th {
  padding: 3px 4px;
}
.ei-form table.listing button {
  background: none;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.ei-form table.listing tr:hover button {
  opacity: 1;
}
.ei-form label {
  display: block;
  margin-bottom: 15px;
}
.ei-form input,
.ei-form textarea,
.ei-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  box-sizing: border-box;
  height: auto;
  margin-top: 8px;
}
.ei-form input[type=checkbox],
.ei-form input[type=radio] {
  display: inline-block;
  width: auto;
}
.ei-form .btn {
  border-radius: 0;
}
.ei-form .btn-primary {
  color: white;
  background-color: #6a971f;
  border: #6a971f;
}
.ei-form .btn-primary:hover {
  background-color: #4c6d16;
}
.ei-form .req {
  color: #ef3e00;
}
.ei-form .actions {
  margin-top: 30px;
}
.ei-form input[type=checkbox],
.ei-form input[type=radio] {
  display: inline-block;
  width: 30px;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container .ie6,
.container .ie7,
.container .ie8 {
  max-width: 875px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 875px) {
  .container {
    max-width: 875px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.container-wrapper[data-picsource*="."] {
  padding-bottom: 1px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.use-picture-as-background {
  position: relative;
  isolation: isolate;
}
.use-picture-as-background > picture:first-child {
  user-select: none;
}
.use-picture-as-background > picture:first-child img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.pull-right {
  float: right;
}
.inline-block {
  display: inline-block;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.full-width {
  width: 100%;
  display: block;
}
.full-width img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 875px) {
  .only-desktop {
    display: none;
  }
}
.50-year-logo-no-title-picture img {
  width: 116.5px;
}
.ready-to-load-img .50-year-logo-no-title-picture-background,
.ready-to-load-img .50-year-logo-no-title-picture-background-with-ratio {
  background-image: url("/img/50-year-logo-no-title.png");
}
.webp .ready-to-load-img .50-year-logo-no-title-picture-background,
.webp .ready-to-load-img .50-year-logo-no-title-picture-background-with-ratio {
  background-image: url("/img/50-year-logo-no-title.webp");
}
@media (max-width: 58.25px) {
  .ready-to-load-img .50-year-logo-no-title-picture-background,
  .ready-to-load-img .50-year-logo-no-title-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-no-title-half.png");
  }
  .webp .ready-to-load-img .50-year-logo-no-title-picture-background,
  .webp .ready-to-load-img .50-year-logo-no-title-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-no-title-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .50-year-logo-no-title-picture-background,
  .ready-to-load-img .50-year-logo-no-title-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-no-title-2x.png");
  }
  .webp .ready-to-load-img .50-year-logo-no-title-picture-background,
  .webp .ready-to-load-img .50-year-logo-no-title-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-no-title-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 58.25px), (min-resolution: 144dpi) and (max-width: 58.25px) {
  .ready-to-load-img .50-year-logo-no-title-picture-background,
  .ready-to-load-img .50-year-logo-no-title-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-no-title.png");
  }
  .webp .ready-to-load-img .50-year-logo-no-title-picture-background,
  .webp .ready-to-load-img .50-year-logo-no-title-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-no-title.webp");
  }
}
.50-year-logo-no-title-picture-background-ratio,
.50-year-logo-no-title-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.50-year-logo-no-title-picture-background-ratio:before,
.50-year-logo-no-title-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 75.53648069%;
  padding-bottom: 75.53648069%;
  vertical-align: middle;
}
.50-year-logo-white-stroke-picture img {
  width: 52px;
}
.ready-to-load-img .50-year-logo-white-stroke-picture-background,
.ready-to-load-img .50-year-logo-white-stroke-picture-background-with-ratio {
  background-image: url("/img/50-year-logo-white-stroke.png");
}
.webp .ready-to-load-img .50-year-logo-white-stroke-picture-background,
.webp .ready-to-load-img .50-year-logo-white-stroke-picture-background-with-ratio {
  background-image: url("/img/50-year-logo-white-stroke.webp");
}
@media (max-width: 26px) {
  .ready-to-load-img .50-year-logo-white-stroke-picture-background,
  .ready-to-load-img .50-year-logo-white-stroke-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-white-stroke-half.png");
  }
  .webp .ready-to-load-img .50-year-logo-white-stroke-picture-background,
  .webp .ready-to-load-img .50-year-logo-white-stroke-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-white-stroke-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .50-year-logo-white-stroke-picture-background,
  .ready-to-load-img .50-year-logo-white-stroke-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-white-stroke-2x.png");
  }
  .webp .ready-to-load-img .50-year-logo-white-stroke-picture-background,
  .webp .ready-to-load-img .50-year-logo-white-stroke-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-white-stroke-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 26px), (min-resolution: 144dpi) and (max-width: 26px) {
  .ready-to-load-img .50-year-logo-white-stroke-picture-background,
  .ready-to-load-img .50-year-logo-white-stroke-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-white-stroke.png");
  }
  .webp .ready-to-load-img .50-year-logo-white-stroke-picture-background,
  .webp .ready-to-load-img .50-year-logo-white-stroke-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-white-stroke.webp");
  }
}
.50-year-logo-white-stroke-picture-background-ratio,
.50-year-logo-white-stroke-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.50-year-logo-white-stroke-picture-background-ratio:before,
.50-year-logo-white-stroke-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 71.15384615%;
  padding-bottom: 71.15384615%;
  vertical-align: middle;
}
.50-year-logo-picture img {
  width: 187px;
}
.ready-to-load-img .50-year-logo-picture-background,
.ready-to-load-img .50-year-logo-picture-background-with-ratio {
  background-image: url("/img/50-year-logo.png");
}
.webp .ready-to-load-img .50-year-logo-picture-background,
.webp .ready-to-load-img .50-year-logo-picture-background-with-ratio {
  background-image: url("/img/50-year-logo.webp");
}
@media (max-width: 93.5px) {
  .ready-to-load-img .50-year-logo-picture-background,
  .ready-to-load-img .50-year-logo-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-half.png");
  }
  .webp .ready-to-load-img .50-year-logo-picture-background,
  .webp .ready-to-load-img .50-year-logo-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .50-year-logo-picture-background,
  .ready-to-load-img .50-year-logo-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-2x.png");
  }
  .webp .ready-to-load-img .50-year-logo-picture-background,
  .webp .ready-to-load-img .50-year-logo-picture-background-with-ratio {
    background-image: url("/img/50-year-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 93.5px), (min-resolution: 144dpi) and (max-width: 93.5px) {
  .ready-to-load-img .50-year-logo-picture-background,
  .ready-to-load-img .50-year-logo-picture-background-with-ratio {
    background-image: url("/img/50-year-logo.png");
  }
  .webp .ready-to-load-img .50-year-logo-picture-background,
  .webp .ready-to-load-img .50-year-logo-picture-background-with-ratio {
    background-image: url("/img/50-year-logo.webp");
  }
}
.50-year-logo-picture-background-ratio,
.50-year-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.50-year-logo-picture-background-ratio:before,
.50-year-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 90.64171123%;
  padding-bottom: 90.64171123%;
  vertical-align: middle;
}
.chevron-down-in-yellow-circle-picture img {
  width: 32px;
}
.ready-to-load-img .chevron-down-in-yellow-circle-picture-background,
.ready-to-load-img .chevron-down-in-yellow-circle-picture-background-with-ratio {
  background-image: url("/img/chevron-down-in-yellow-circle.png");
}
.webp .ready-to-load-img .chevron-down-in-yellow-circle-picture-background,
.webp .ready-to-load-img .chevron-down-in-yellow-circle-picture-background-with-ratio {
  background-image: url("/img/chevron-down-in-yellow-circle.webp");
}
@media (max-width: 16px) {
  .ready-to-load-img .chevron-down-in-yellow-circle-picture-background,
  .ready-to-load-img .chevron-down-in-yellow-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-down-in-yellow-circle-half.png");
  }
  .webp .ready-to-load-img .chevron-down-in-yellow-circle-picture-background,
  .webp .ready-to-load-img .chevron-down-in-yellow-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-down-in-yellow-circle-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .chevron-down-in-yellow-circle-picture-background,
  .ready-to-load-img .chevron-down-in-yellow-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-down-in-yellow-circle-2x.png");
  }
  .webp .ready-to-load-img .chevron-down-in-yellow-circle-picture-background,
  .webp .ready-to-load-img .chevron-down-in-yellow-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-down-in-yellow-circle-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 16px), (min-resolution: 144dpi) and (max-width: 16px) {
  .ready-to-load-img .chevron-down-in-yellow-circle-picture-background,
  .ready-to-load-img .chevron-down-in-yellow-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-down-in-yellow-circle.png");
  }
  .webp .ready-to-load-img .chevron-down-in-yellow-circle-picture-background,
  .webp .ready-to-load-img .chevron-down-in-yellow-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-down-in-yellow-circle.webp");
  }
}
.chevron-down-in-yellow-circle-picture-background-ratio,
.chevron-down-in-yellow-circle-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.chevron-down-in-yellow-circle-picture-background-ratio:before,
.chevron-down-in-yellow-circle-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.chevron-down-yellow-picture img {
  width: 22px;
}
.ready-to-load-img .chevron-down-yellow-picture-background,
.ready-to-load-img .chevron-down-yellow-picture-background-with-ratio {
  background-image: url("/img/chevron-down-yellow.png");
}
.webp .ready-to-load-img .chevron-down-yellow-picture-background,
.webp .ready-to-load-img .chevron-down-yellow-picture-background-with-ratio {
  background-image: url("/img/chevron-down-yellow.webp");
}
@media (max-width: 11px) {
  .ready-to-load-img .chevron-down-yellow-picture-background,
  .ready-to-load-img .chevron-down-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-down-yellow-half.png");
  }
  .webp .ready-to-load-img .chevron-down-yellow-picture-background,
  .webp .ready-to-load-img .chevron-down-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-down-yellow-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .chevron-down-yellow-picture-background,
  .ready-to-load-img .chevron-down-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-down-yellow-2x.png");
  }
  .webp .ready-to-load-img .chevron-down-yellow-picture-background,
  .webp .ready-to-load-img .chevron-down-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-down-yellow-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 11px), (min-resolution: 144dpi) and (max-width: 11px) {
  .ready-to-load-img .chevron-down-yellow-picture-background,
  .ready-to-load-img .chevron-down-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-down-yellow.png");
  }
  .webp .ready-to-load-img .chevron-down-yellow-picture-background,
  .webp .ready-to-load-img .chevron-down-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-down-yellow.webp");
  }
}
.chevron-down-yellow-picture-background-ratio,
.chevron-down-yellow-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.chevron-down-yellow-picture-background-ratio:before,
.chevron-down-yellow-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 31.81818182%;
  padding-bottom: 31.81818182%;
  vertical-align: middle;
}
.chevron-right-in-white-circle-picture img {
  width: 43px;
}
.ready-to-load-img .chevron-right-in-white-circle-picture-background,
.ready-to-load-img .chevron-right-in-white-circle-picture-background-with-ratio {
  background-image: url("/img/chevron-right-in-white-circle.png");
}
.webp .ready-to-load-img .chevron-right-in-white-circle-picture-background,
.webp .ready-to-load-img .chevron-right-in-white-circle-picture-background-with-ratio {
  background-image: url("/img/chevron-right-in-white-circle.webp");
}
@media (max-width: 21.5px) {
  .ready-to-load-img .chevron-right-in-white-circle-picture-background,
  .ready-to-load-img .chevron-right-in-white-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-right-in-white-circle-half.png");
  }
  .webp .ready-to-load-img .chevron-right-in-white-circle-picture-background,
  .webp .ready-to-load-img .chevron-right-in-white-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-right-in-white-circle-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .chevron-right-in-white-circle-picture-background,
  .ready-to-load-img .chevron-right-in-white-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-right-in-white-circle-2x.png");
  }
  .webp .ready-to-load-img .chevron-right-in-white-circle-picture-background,
  .webp .ready-to-load-img .chevron-right-in-white-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-right-in-white-circle-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 21.5px), (min-resolution: 144dpi) and (max-width: 21.5px) {
  .ready-to-load-img .chevron-right-in-white-circle-picture-background,
  .ready-to-load-img .chevron-right-in-white-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-right-in-white-circle.png");
  }
  .webp .ready-to-load-img .chevron-right-in-white-circle-picture-background,
  .webp .ready-to-load-img .chevron-right-in-white-circle-picture-background-with-ratio {
    background-image: url("/img/chevron-right-in-white-circle.webp");
  }
}
.chevron-right-in-white-circle-picture-background-ratio,
.chevron-right-in-white-circle-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.chevron-right-in-white-circle-picture-background-ratio:before,
.chevron-right-in-white-circle-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.chevron-right-white-picture img {
  width: 22px;
}
.ready-to-load-img .chevron-right-white-picture-background,
.ready-to-load-img .chevron-right-white-picture-background-with-ratio {
  background-image: url("/img/chevron-right-white.png");
}
.webp .ready-to-load-img .chevron-right-white-picture-background,
.webp .ready-to-load-img .chevron-right-white-picture-background-with-ratio {
  background-image: url("/img/chevron-right-white.webp");
}
@media (max-width: 11px) {
  .ready-to-load-img .chevron-right-white-picture-background,
  .ready-to-load-img .chevron-right-white-picture-background-with-ratio {
    background-image: url("/img/chevron-right-white-half.png");
  }
  .webp .ready-to-load-img .chevron-right-white-picture-background,
  .webp .ready-to-load-img .chevron-right-white-picture-background-with-ratio {
    background-image: url("/img/chevron-right-white-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .chevron-right-white-picture-background,
  .ready-to-load-img .chevron-right-white-picture-background-with-ratio {
    background-image: url("/img/chevron-right-white-2x.png");
  }
  .webp .ready-to-load-img .chevron-right-white-picture-background,
  .webp .ready-to-load-img .chevron-right-white-picture-background-with-ratio {
    background-image: url("/img/chevron-right-white-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 11px), (min-resolution: 144dpi) and (max-width: 11px) {
  .ready-to-load-img .chevron-right-white-picture-background,
  .ready-to-load-img .chevron-right-white-picture-background-with-ratio {
    background-image: url("/img/chevron-right-white.png");
  }
  .webp .ready-to-load-img .chevron-right-white-picture-background,
  .webp .ready-to-load-img .chevron-right-white-picture-background-with-ratio {
    background-image: url("/img/chevron-right-white.webp");
  }
}
.chevron-right-white-picture-background-ratio,
.chevron-right-white-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.chevron-right-white-picture-background-ratio:before,
.chevron-right-white-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 77.27272727%;
  padding-bottom: 77.27272727%;
  vertical-align: middle;
}
.chevron-right-yellow-picture img {
  width: 10.5px;
}
.ready-to-load-img .chevron-right-yellow-picture-background,
.ready-to-load-img .chevron-right-yellow-picture-background-with-ratio {
  background-image: url("/img/chevron-right-yellow.png");
}
.webp .ready-to-load-img .chevron-right-yellow-picture-background,
.webp .ready-to-load-img .chevron-right-yellow-picture-background-with-ratio {
  background-image: url("/img/chevron-right-yellow.webp");
}
@media (max-width: 5.25px) {
  .ready-to-load-img .chevron-right-yellow-picture-background,
  .ready-to-load-img .chevron-right-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-right-yellow-half.png");
  }
  .webp .ready-to-load-img .chevron-right-yellow-picture-background,
  .webp .ready-to-load-img .chevron-right-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-right-yellow-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .chevron-right-yellow-picture-background,
  .ready-to-load-img .chevron-right-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-right-yellow-2x.png");
  }
  .webp .ready-to-load-img .chevron-right-yellow-picture-background,
  .webp .ready-to-load-img .chevron-right-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-right-yellow-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 5.25px), (min-resolution: 144dpi) and (max-width: 5.25px) {
  .ready-to-load-img .chevron-right-yellow-picture-background,
  .ready-to-load-img .chevron-right-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-right-yellow.png");
  }
  .webp .ready-to-load-img .chevron-right-yellow-picture-background,
  .webp .ready-to-load-img .chevron-right-yellow-picture-background-with-ratio {
    background-image: url("/img/chevron-right-yellow.webp");
  }
}
.chevron-right-yellow-picture-background-ratio,
.chevron-right-yellow-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.chevron-right-yellow-picture-background-ratio:before,
.chevron-right-yellow-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 71.42857143%;
  padding-bottom: 71.42857143%;
  vertical-align: middle;
}
.document-icon-picture img {
  width: 13.5px;
}
.ready-to-load-img .document-icon-picture-background,
.ready-to-load-img .document-icon-picture-background-with-ratio {
  background-image: url("/img/document-icon.png");
}
.webp .ready-to-load-img .document-icon-picture-background,
.webp .ready-to-load-img .document-icon-picture-background-with-ratio {
  background-image: url("/img/document-icon.webp");
}
@media (max-width: 6.75px) {
  .ready-to-load-img .document-icon-picture-background,
  .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon-half.png");
  }
  .webp .ready-to-load-img .document-icon-picture-background,
  .webp .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .document-icon-picture-background,
  .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon-2x.png");
  }
  .webp .ready-to-load-img .document-icon-picture-background,
  .webp .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 6.75px), (min-resolution: 144dpi) and (max-width: 6.75px) {
  .ready-to-load-img .document-icon-picture-background,
  .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon.png");
  }
  .webp .ready-to-load-img .document-icon-picture-background,
  .webp .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon.webp");
  }
}
.document-icon-picture-background-ratio,
.document-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.document-icon-picture-background-ratio:before,
.document-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 66.66666667%;
  padding-bottom: 66.66666667%;
  vertical-align: middle;
}
.facebook-logo-picture img {
  width: 15px;
}
.ready-to-load-img .facebook-logo-picture-background,
.ready-to-load-img .facebook-logo-picture-background-with-ratio {
  background-image: url("/img/facebook-logo.png");
}
.webp .ready-to-load-img .facebook-logo-picture-background,
.webp .ready-to-load-img .facebook-logo-picture-background-with-ratio {
  background-image: url("/img/facebook-logo.webp");
}
@media (max-width: 7.5px) {
  .ready-to-load-img .facebook-logo-picture-background,
  .ready-to-load-img .facebook-logo-picture-background-with-ratio {
    background-image: url("/img/facebook-logo-half.png");
  }
  .webp .ready-to-load-img .facebook-logo-picture-background,
  .webp .ready-to-load-img .facebook-logo-picture-background-with-ratio {
    background-image: url("/img/facebook-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .facebook-logo-picture-background,
  .ready-to-load-img .facebook-logo-picture-background-with-ratio {
    background-image: url("/img/facebook-logo-2x.png");
  }
  .webp .ready-to-load-img .facebook-logo-picture-background,
  .webp .ready-to-load-img .facebook-logo-picture-background-with-ratio {
    background-image: url("/img/facebook-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 7.5px), (min-resolution: 144dpi) and (max-width: 7.5px) {
  .ready-to-load-img .facebook-logo-picture-background,
  .ready-to-load-img .facebook-logo-picture-background-with-ratio {
    background-image: url("/img/facebook-logo.png");
  }
  .webp .ready-to-load-img .facebook-logo-picture-background,
  .webp .ready-to-load-img .facebook-logo-picture-background-with-ratio {
    background-image: url("/img/facebook-logo.webp");
  }
}
.facebook-logo-picture-background-ratio,
.facebook-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.facebook-logo-picture-background-ratio:before,
.facebook-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
}
.field-trips-at-quarry-hill-tile-1-picture img {
  width: 479px;
}
.ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background,
.ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
  background-image: url("/img/field-trips-at-quarry-hill-tile-1.jpg");
}
.webp .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background,
.webp .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
  background-image: url("/img/field-trips-at-quarry-hill-tile-1.webp");
}
@media (max-width: 239.5px) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-1-half.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-1-2x.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.5px), (min-resolution: 144dpi) and (max-width: 239.5px) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-1.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-1.webp");
  }
}
.field-trips-at-quarry-hill-tile-1-picture-background-ratio,
.field-trips-at-quarry-hill-tile-1-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.field-trips-at-quarry-hill-tile-1-picture-background-ratio:before,
.field-trips-at-quarry-hill-tile-1-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.55114823%;
  padding-bottom: 34.55114823%;
  vertical-align: middle;
}
.field-trips-at-quarry-hill-tile-2-picture img {
  width: 479px;
}
.ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background,
.ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
  background-image: url("/img/field-trips-at-quarry-hill-tile-2.jpg");
}
.webp .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background,
.webp .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
  background-image: url("/img/field-trips-at-quarry-hill-tile-2.webp");
}
@media (max-width: 239.5px) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-2-half.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-2-2x.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.5px), (min-resolution: 144dpi) and (max-width: 239.5px) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-2.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-2.webp");
  }
}
.field-trips-at-quarry-hill-tile-2-picture-background-ratio,
.field-trips-at-quarry-hill-tile-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.field-trips-at-quarry-hill-tile-2-picture-background-ratio:before,
.field-trips-at-quarry-hill-tile-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.55114823%;
  padding-bottom: 34.55114823%;
  vertical-align: middle;
}
.field-trips-at-quarry-hill-tile-3-picture img {
  width: 478px;
}
.ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background,
.ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
  background-image: url("/img/field-trips-at-quarry-hill-tile-3.jpg");
}
.webp .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background,
.webp .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
  background-image: url("/img/field-trips-at-quarry-hill-tile-3.webp");
}
@media (max-width: 239px) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-3-half.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-3-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-3-2x.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-3-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239px), (min-resolution: 144dpi) and (max-width: 239px) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-3.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-3.webp");
  }
}
.field-trips-at-quarry-hill-tile-3-picture-background-ratio,
.field-trips-at-quarry-hill-tile-3-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.field-trips-at-quarry-hill-tile-3-picture-background-ratio:before,
.field-trips-at-quarry-hill-tile-3-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.62343096%;
  padding-bottom: 34.62343096%;
  vertical-align: middle;
}
.field-trips-at-quarry-hill-tile-4-picture img {
  width: 480px;
}
.ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background,
.ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
  background-image: url("/img/field-trips-at-quarry-hill-tile-4.jpg");
}
.webp .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background,
.webp .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
  background-image: url("/img/field-trips-at-quarry-hill-tile-4.webp");
}
@media (max-width: 240px) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-4-half.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-4-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-4-2x.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-4-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 240px), (min-resolution: 144dpi) and (max-width: 240px) {
  .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background,
  .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-4.jpg");
  }
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background,
  .webp .ready-to-load-img .field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
    background-image: url("/img/field-trips-at-quarry-hill-tile-4.webp");
  }
}
.field-trips-at-quarry-hill-tile-4-picture-background-ratio,
.field-trips-at-quarry-hill-tile-4-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.field-trips-at-quarry-hill-tile-4-picture-background-ratio:before,
.field-trips-at-quarry-hill-tile-4-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.47916667%;
  padding-bottom: 34.47916667%;
  vertical-align: middle;
}
.footer-leaf-cluster-picture img {
  width: 199px;
}
.ready-to-load-img .footer-leaf-cluster-picture-background,
.ready-to-load-img .footer-leaf-cluster-picture-background-with-ratio {
  background-image: url("/img/footer-leaf-cluster.png");
}
.webp .ready-to-load-img .footer-leaf-cluster-picture-background,
.webp .ready-to-load-img .footer-leaf-cluster-picture-background-with-ratio {
  background-image: url("/img/footer-leaf-cluster.webp");
}
@media (max-width: 99.5px) {
  .ready-to-load-img .footer-leaf-cluster-picture-background,
  .ready-to-load-img .footer-leaf-cluster-picture-background-with-ratio {
    background-image: url("/img/footer-leaf-cluster-half.png");
  }
  .webp .ready-to-load-img .footer-leaf-cluster-picture-background,
  .webp .ready-to-load-img .footer-leaf-cluster-picture-background-with-ratio {
    background-image: url("/img/footer-leaf-cluster-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .footer-leaf-cluster-picture-background,
  .ready-to-load-img .footer-leaf-cluster-picture-background-with-ratio {
    background-image: url("/img/footer-leaf-cluster-2x.png");
  }
  .webp .ready-to-load-img .footer-leaf-cluster-picture-background,
  .webp .ready-to-load-img .footer-leaf-cluster-picture-background-with-ratio {
    background-image: url("/img/footer-leaf-cluster-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 99.5px), (min-resolution: 144dpi) and (max-width: 99.5px) {
  .ready-to-load-img .footer-leaf-cluster-picture-background,
  .ready-to-load-img .footer-leaf-cluster-picture-background-with-ratio {
    background-image: url("/img/footer-leaf-cluster.png");
  }
  .webp .ready-to-load-img .footer-leaf-cluster-picture-background,
  .webp .ready-to-load-img .footer-leaf-cluster-picture-background-with-ratio {
    background-image: url("/img/footer-leaf-cluster.webp");
  }
}
.footer-leaf-cluster-picture-background-ratio,
.footer-leaf-cluster-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.footer-leaf-cluster-picture-background-ratio:before,
.footer-leaf-cluster-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 35.67839196%;
  padding-bottom: 35.67839196%;
  vertical-align: middle;
}
.home-banner-1-picture img {
  width: 1920px;
}
.ready-to-load-img .home-banner-1-picture-background,
.ready-to-load-img .home-banner-1-picture-background-with-ratio {
  background-image: url("/img/home-banner-1.jpg");
}
.webp .ready-to-load-img .home-banner-1-picture-background,
.webp .ready-to-load-img .home-banner-1-picture-background-with-ratio {
  background-image: url("/img/home-banner-1.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .home-banner-1-picture-background,
  .ready-to-load-img .home-banner-1-picture-background-with-ratio {
    background-image: url("/img/home-banner-1-half.jpg");
  }
  .webp .ready-to-load-img .home-banner-1-picture-background,
  .webp .ready-to-load-img .home-banner-1-picture-background-with-ratio {
    background-image: url("/img/home-banner-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .home-banner-1-picture-background,
  .ready-to-load-img .home-banner-1-picture-background-with-ratio {
    background-image: url("/img/home-banner-1-2x.jpg");
  }
  .webp .ready-to-load-img .home-banner-1-picture-background,
  .webp .ready-to-load-img .home-banner-1-picture-background-with-ratio {
    background-image: url("/img/home-banner-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .home-banner-1-picture-background,
  .ready-to-load-img .home-banner-1-picture-background-with-ratio {
    background-image: url("/img/home-banner-1.jpg");
  }
  .webp .ready-to-load-img .home-banner-1-picture-background,
  .webp .ready-to-load-img .home-banner-1-picture-background-with-ratio {
    background-image: url("/img/home-banner-1.webp");
  }
}
.home-banner-1-picture-background-ratio,
.home-banner-1-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.home-banner-1-picture-background-ratio:before,
.home-banner-1-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 18.203125%;
  padding-bottom: 18.203125%;
  vertical-align: middle;
}
.home-footer-tile-1-picture img {
  width: 480px;
}
.ready-to-load-img .home-footer-tile-1-picture-background,
.ready-to-load-img .home-footer-tile-1-picture-background-with-ratio {
  background-image: url("/img/home-footer-tile-1.jpg");
}
.webp .ready-to-load-img .home-footer-tile-1-picture-background,
.webp .ready-to-load-img .home-footer-tile-1-picture-background-with-ratio {
  background-image: url("/img/home-footer-tile-1.webp");
}
@media (max-width: 240px) {
  .ready-to-load-img .home-footer-tile-1-picture-background,
  .ready-to-load-img .home-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-1-half.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-1-picture-background,
  .webp .ready-to-load-img .home-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .home-footer-tile-1-picture-background,
  .ready-to-load-img .home-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-1-2x.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-1-picture-background,
  .webp .ready-to-load-img .home-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 240px), (min-resolution: 144dpi) and (max-width: 240px) {
  .ready-to-load-img .home-footer-tile-1-picture-background,
  .ready-to-load-img .home-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-1.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-1-picture-background,
  .webp .ready-to-load-img .home-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-1.webp");
  }
}
.home-footer-tile-1-picture-background-ratio,
.home-footer-tile-1-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.home-footer-tile-1-picture-background-ratio:before,
.home-footer-tile-1-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.375%;
  padding-bottom: 34.375%;
  vertical-align: middle;
}
.home-footer-tile-2-picture img {
  width: 479.5px;
}
.ready-to-load-img .home-footer-tile-2-picture-background,
.ready-to-load-img .home-footer-tile-2-picture-background-with-ratio {
  background-image: url("/img/home-footer-tile-2.jpg");
}
.webp .ready-to-load-img .home-footer-tile-2-picture-background,
.webp .ready-to-load-img .home-footer-tile-2-picture-background-with-ratio {
  background-image: url("/img/home-footer-tile-2.webp");
}
@media (max-width: 239.75px) {
  .ready-to-load-img .home-footer-tile-2-picture-background,
  .ready-to-load-img .home-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-2-half.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-2-picture-background,
  .webp .ready-to-load-img .home-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .home-footer-tile-2-picture-background,
  .ready-to-load-img .home-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-2-2x.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-2-picture-background,
  .webp .ready-to-load-img .home-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.75px), (min-resolution: 144dpi) and (max-width: 239.75px) {
  .ready-to-load-img .home-footer-tile-2-picture-background,
  .ready-to-load-img .home-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-2.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-2-picture-background,
  .webp .ready-to-load-img .home-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-2.webp");
  }
}
.home-footer-tile-2-picture-background-ratio,
.home-footer-tile-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.home-footer-tile-2-picture-background-ratio:before,
.home-footer-tile-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.41084463%;
  padding-bottom: 34.41084463%;
  vertical-align: middle;
}
.home-footer-tile-3-picture img {
  width: 480px;
}
.ready-to-load-img .home-footer-tile-3-picture-background,
.ready-to-load-img .home-footer-tile-3-picture-background-with-ratio {
  background-image: url("/img/home-footer-tile-3.jpg");
}
.webp .ready-to-load-img .home-footer-tile-3-picture-background,
.webp .ready-to-load-img .home-footer-tile-3-picture-background-with-ratio {
  background-image: url("/img/home-footer-tile-3.webp");
}
@media (max-width: 240px) {
  .ready-to-load-img .home-footer-tile-3-picture-background,
  .ready-to-load-img .home-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-3-half.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-3-picture-background,
  .webp .ready-to-load-img .home-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-3-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .home-footer-tile-3-picture-background,
  .ready-to-load-img .home-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-3-2x.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-3-picture-background,
  .webp .ready-to-load-img .home-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-3-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 240px), (min-resolution: 144dpi) and (max-width: 240px) {
  .ready-to-load-img .home-footer-tile-3-picture-background,
  .ready-to-load-img .home-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-3.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-3-picture-background,
  .webp .ready-to-load-img .home-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-3.webp");
  }
}
.home-footer-tile-3-picture-background-ratio,
.home-footer-tile-3-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.home-footer-tile-3-picture-background-ratio:before,
.home-footer-tile-3-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.375%;
  padding-bottom: 34.375%;
  vertical-align: middle;
}
.home-footer-tile-4-picture img {
  width: 479px;
}
.ready-to-load-img .home-footer-tile-4-picture-background,
.ready-to-load-img .home-footer-tile-4-picture-background-with-ratio {
  background-image: url("/img/home-footer-tile-4.jpg");
}
.webp .ready-to-load-img .home-footer-tile-4-picture-background,
.webp .ready-to-load-img .home-footer-tile-4-picture-background-with-ratio {
  background-image: url("/img/home-footer-tile-4.webp");
}
@media (max-width: 239.5px) {
  .ready-to-load-img .home-footer-tile-4-picture-background,
  .ready-to-load-img .home-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-4-half.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-4-picture-background,
  .webp .ready-to-load-img .home-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-4-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .home-footer-tile-4-picture-background,
  .ready-to-load-img .home-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-4-2x.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-4-picture-background,
  .webp .ready-to-load-img .home-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-4-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.5px), (min-resolution: 144dpi) and (max-width: 239.5px) {
  .ready-to-load-img .home-footer-tile-4-picture-background,
  .ready-to-load-img .home-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-4.jpg");
  }
  .webp .ready-to-load-img .home-footer-tile-4-picture-background,
  .webp .ready-to-load-img .home-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/home-footer-tile-4.webp");
  }
}
.home-footer-tile-4-picture-background-ratio,
.home-footer-tile-4-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.home-footer-tile-4-picture-background-ratio:before,
.home-footer-tile-4-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.44676409%;
  padding-bottom: 34.44676409%;
  vertical-align: middle;
}
.instagram-logo-picture img {
  width: 29px;
}
.ready-to-load-img .instagram-logo-picture-background,
.ready-to-load-img .instagram-logo-picture-background-with-ratio {
  background-image: url("/img/instagram-logo.png");
}
.webp .ready-to-load-img .instagram-logo-picture-background,
.webp .ready-to-load-img .instagram-logo-picture-background-with-ratio {
  background-image: url("/img/instagram-logo.webp");
}
@media (max-width: 14.5px) {
  .ready-to-load-img .instagram-logo-picture-background,
  .ready-to-load-img .instagram-logo-picture-background-with-ratio {
    background-image: url("/img/instagram-logo-half.png");
  }
  .webp .ready-to-load-img .instagram-logo-picture-background,
  .webp .ready-to-load-img .instagram-logo-picture-background-with-ratio {
    background-image: url("/img/instagram-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .instagram-logo-picture-background,
  .ready-to-load-img .instagram-logo-picture-background-with-ratio {
    background-image: url("/img/instagram-logo-2x.png");
  }
  .webp .ready-to-load-img .instagram-logo-picture-background,
  .webp .ready-to-load-img .instagram-logo-picture-background-with-ratio {
    background-image: url("/img/instagram-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 14.5px), (min-resolution: 144dpi) and (max-width: 14.5px) {
  .ready-to-load-img .instagram-logo-picture-background,
  .ready-to-load-img .instagram-logo-picture-background-with-ratio {
    background-image: url("/img/instagram-logo.png");
  }
  .webp .ready-to-load-img .instagram-logo-picture-background,
  .webp .ready-to-load-img .instagram-logo-picture-background-with-ratio {
    background-image: url("/img/instagram-logo.webp");
  }
}
.instagram-logo-picture-background-ratio,
.instagram-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.instagram-logo-picture-background-ratio:before,
.instagram-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.location-circle-picture img {
  width: 45px;
}
.ready-to-load-img .location-circle-picture-background,
.ready-to-load-img .location-circle-picture-background-with-ratio {
  background-image: url("/img/location-circle.png");
}
.webp .ready-to-load-img .location-circle-picture-background,
.webp .ready-to-load-img .location-circle-picture-background-with-ratio {
  background-image: url("/img/location-circle.webp");
}
@media (max-width: 22.5px) {
  .ready-to-load-img .location-circle-picture-background,
  .ready-to-load-img .location-circle-picture-background-with-ratio {
    background-image: url("/img/location-circle-half.png");
  }
  .webp .ready-to-load-img .location-circle-picture-background,
  .webp .ready-to-load-img .location-circle-picture-background-with-ratio {
    background-image: url("/img/location-circle-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .location-circle-picture-background,
  .ready-to-load-img .location-circle-picture-background-with-ratio {
    background-image: url("/img/location-circle-2x.png");
  }
  .webp .ready-to-load-img .location-circle-picture-background,
  .webp .ready-to-load-img .location-circle-picture-background-with-ratio {
    background-image: url("/img/location-circle-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 22.5px), (min-resolution: 144dpi) and (max-width: 22.5px) {
  .ready-to-load-img .location-circle-picture-background,
  .ready-to-load-img .location-circle-picture-background-with-ratio {
    background-image: url("/img/location-circle.png");
  }
  .webp .ready-to-load-img .location-circle-picture-background,
  .webp .ready-to-load-img .location-circle-picture-background-with-ratio {
    background-image: url("/img/location-circle.webp");
  }
}
.location-circle-picture-background-ratio,
.location-circle-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.location-circle-picture-background-ratio:before,
.location-circle-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 48.88888889%;
  padding-bottom: 48.88888889%;
  vertical-align: middle;
}
.location-map-picture img {
  width: 1920px;
}
.ready-to-load-img .location-map-picture-background,
.ready-to-load-img .location-map-picture-background-with-ratio {
  background-image: url("/img/location-map.jpg");
}
.webp .ready-to-load-img .location-map-picture-background,
.webp .ready-to-load-img .location-map-picture-background-with-ratio {
  background-image: url("/img/location-map.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .location-map-picture-background,
  .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map-half.jpg");
  }
  .webp .ready-to-load-img .location-map-picture-background,
  .webp .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .location-map-picture-background,
  .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map-2x.jpg");
  }
  .webp .ready-to-load-img .location-map-picture-background,
  .webp .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .location-map-picture-background,
  .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map.jpg");
  }
  .webp .ready-to-load-img .location-map-picture-background,
  .webp .ready-to-load-img .location-map-picture-background-with-ratio {
    background-image: url("/img/location-map.webp");
  }
}
.location-map-picture-background-ratio,
.location-map-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.location-map-picture-background-ratio:before,
.location-map-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.91666667%;
  padding-bottom: 12.91666667%;
  vertical-align: middle;
}
.nature-center-hall-picture img {
  width: 873px;
}
.ready-to-load-img .nature-center-hall-picture-background,
.ready-to-load-img .nature-center-hall-picture-background-with-ratio {
  background-image: url("/img/nature-center-hall.jpg");
}
.webp .ready-to-load-img .nature-center-hall-picture-background,
.webp .ready-to-load-img .nature-center-hall-picture-background-with-ratio {
  background-image: url("/img/nature-center-hall.webp");
}
@media (max-width: 436.5px) {
  .ready-to-load-img .nature-center-hall-picture-background,
  .ready-to-load-img .nature-center-hall-picture-background-with-ratio {
    background-image: url("/img/nature-center-hall-half.jpg");
  }
  .webp .ready-to-load-img .nature-center-hall-picture-background,
  .webp .ready-to-load-img .nature-center-hall-picture-background-with-ratio {
    background-image: url("/img/nature-center-hall-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .nature-center-hall-picture-background,
  .ready-to-load-img .nature-center-hall-picture-background-with-ratio {
    background-image: url("/img/nature-center-hall-2x.jpg");
  }
  .webp .ready-to-load-img .nature-center-hall-picture-background,
  .webp .ready-to-load-img .nature-center-hall-picture-background-with-ratio {
    background-image: url("/img/nature-center-hall-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 436.5px), (min-resolution: 144dpi) and (max-width: 436.5px) {
  .ready-to-load-img .nature-center-hall-picture-background,
  .ready-to-load-img .nature-center-hall-picture-background-with-ratio {
    background-image: url("/img/nature-center-hall.jpg");
  }
  .webp .ready-to-load-img .nature-center-hall-picture-background,
  .webp .ready-to-load-img .nature-center-hall-picture-background-with-ratio {
    background-image: url("/img/nature-center-hall.webp");
  }
}
.nature-center-hall-picture-background-ratio,
.nature-center-hall-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.nature-center-hall-picture-background-ratio:before,
.nature-center-hall-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 20.90492554%;
  padding-bottom: 20.90492554%;
  vertical-align: middle;
}
.program-groups-tile-1-picture img {
  width: 479.5px;
}
.ready-to-load-img .program-groups-tile-1-picture-background,
.ready-to-load-img .program-groups-tile-1-picture-background-with-ratio {
  background-image: url("/img/program-groups-tile-1.jpg");
}
.webp .ready-to-load-img .program-groups-tile-1-picture-background,
.webp .ready-to-load-img .program-groups-tile-1-picture-background-with-ratio {
  background-image: url("/img/program-groups-tile-1.webp");
}
@media (max-width: 239.75px) {
  .ready-to-load-img .program-groups-tile-1-picture-background,
  .ready-to-load-img .program-groups-tile-1-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-1-half.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-1-picture-background,
  .webp .ready-to-load-img .program-groups-tile-1-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .program-groups-tile-1-picture-background,
  .ready-to-load-img .program-groups-tile-1-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-1-2x.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-1-picture-background,
  .webp .ready-to-load-img .program-groups-tile-1-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.75px), (min-resolution: 144dpi) and (max-width: 239.75px) {
  .ready-to-load-img .program-groups-tile-1-picture-background,
  .ready-to-load-img .program-groups-tile-1-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-1.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-1-picture-background,
  .webp .ready-to-load-img .program-groups-tile-1-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-1.webp");
  }
}
.program-groups-tile-1-picture-background-ratio,
.program-groups-tile-1-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.program-groups-tile-1-picture-background-ratio:before,
.program-groups-tile-1-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.51511992%;
  padding-bottom: 34.51511992%;
  vertical-align: middle;
}
.program-groups-tile-2-picture img {
  width: 479.5px;
}
.ready-to-load-img .program-groups-tile-2-picture-background,
.ready-to-load-img .program-groups-tile-2-picture-background-with-ratio {
  background-image: url("/img/program-groups-tile-2.jpg");
}
.webp .ready-to-load-img .program-groups-tile-2-picture-background,
.webp .ready-to-load-img .program-groups-tile-2-picture-background-with-ratio {
  background-image: url("/img/program-groups-tile-2.webp");
}
@media (max-width: 239.75px) {
  .ready-to-load-img .program-groups-tile-2-picture-background,
  .ready-to-load-img .program-groups-tile-2-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-2-half.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-2-picture-background,
  .webp .ready-to-load-img .program-groups-tile-2-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .program-groups-tile-2-picture-background,
  .ready-to-load-img .program-groups-tile-2-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-2-2x.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-2-picture-background,
  .webp .ready-to-load-img .program-groups-tile-2-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.75px), (min-resolution: 144dpi) and (max-width: 239.75px) {
  .ready-to-load-img .program-groups-tile-2-picture-background,
  .ready-to-load-img .program-groups-tile-2-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-2.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-2-picture-background,
  .webp .ready-to-load-img .program-groups-tile-2-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-2.webp");
  }
}
.program-groups-tile-2-picture-background-ratio,
.program-groups-tile-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.program-groups-tile-2-picture-background-ratio:before,
.program-groups-tile-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.51511992%;
  padding-bottom: 34.51511992%;
  vertical-align: middle;
}
.program-groups-tile-3-picture img {
  width: 481px;
}
.ready-to-load-img .program-groups-tile-3-picture-background,
.ready-to-load-img .program-groups-tile-3-picture-background-with-ratio {
  background-image: url("/img/program-groups-tile-3.jpg");
}
.webp .ready-to-load-img .program-groups-tile-3-picture-background,
.webp .ready-to-load-img .program-groups-tile-3-picture-background-with-ratio {
  background-image: url("/img/program-groups-tile-3.webp");
}
@media (max-width: 240.5px) {
  .ready-to-load-img .program-groups-tile-3-picture-background,
  .ready-to-load-img .program-groups-tile-3-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-3-half.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-3-picture-background,
  .webp .ready-to-load-img .program-groups-tile-3-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-3-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .program-groups-tile-3-picture-background,
  .ready-to-load-img .program-groups-tile-3-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-3-2x.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-3-picture-background,
  .webp .ready-to-load-img .program-groups-tile-3-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-3-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 240.5px), (min-resolution: 144dpi) and (max-width: 240.5px) {
  .ready-to-load-img .program-groups-tile-3-picture-background,
  .ready-to-load-img .program-groups-tile-3-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-3.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-3-picture-background,
  .webp .ready-to-load-img .program-groups-tile-3-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-3.webp");
  }
}
.program-groups-tile-3-picture-background-ratio,
.program-groups-tile-3-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.program-groups-tile-3-picture-background-ratio:before,
.program-groups-tile-3-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.40748441%;
  padding-bottom: 34.40748441%;
  vertical-align: middle;
}
.program-groups-tile-4-picture img {
  width: 478.5px;
}
.ready-to-load-img .program-groups-tile-4-picture-background,
.ready-to-load-img .program-groups-tile-4-picture-background-with-ratio {
  background-image: url("/img/program-groups-tile-4.jpg");
}
.webp .ready-to-load-img .program-groups-tile-4-picture-background,
.webp .ready-to-load-img .program-groups-tile-4-picture-background-with-ratio {
  background-image: url("/img/program-groups-tile-4.webp");
}
@media (max-width: 239.25px) {
  .ready-to-load-img .program-groups-tile-4-picture-background,
  .ready-to-load-img .program-groups-tile-4-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-4-half.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-4-picture-background,
  .webp .ready-to-load-img .program-groups-tile-4-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-4-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .program-groups-tile-4-picture-background,
  .ready-to-load-img .program-groups-tile-4-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-4-2x.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-4-picture-background,
  .webp .ready-to-load-img .program-groups-tile-4-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-4-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.25px), (min-resolution: 144dpi) and (max-width: 239.25px) {
  .ready-to-load-img .program-groups-tile-4-picture-background,
  .ready-to-load-img .program-groups-tile-4-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-4.jpg");
  }
  .webp .ready-to-load-img .program-groups-tile-4-picture-background,
  .webp .ready-to-load-img .program-groups-tile-4-picture-background-with-ratio {
    background-image: url("/img/program-groups-tile-4.webp");
  }
}
.program-groups-tile-4-picture-background-ratio,
.program-groups-tile-4-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.program-groups-tile-4-picture-background-ratio:before,
.program-groups-tile-4-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.58725183%;
  padding-bottom: 34.58725183%;
  vertical-align: middle;
}
.qh-logo-picture img {
  width: 104px;
}
.ready-to-load-img .qh-logo-picture-background,
.ready-to-load-img .qh-logo-picture-background-with-ratio {
  background-image: url("/img/qh-logo.png");
}
.webp .ready-to-load-img .qh-logo-picture-background,
.webp .ready-to-load-img .qh-logo-picture-background-with-ratio {
  background-image: url("/img/qh-logo.webp");
}
@media (max-width: 52px) {
  .ready-to-load-img .qh-logo-picture-background,
  .ready-to-load-img .qh-logo-picture-background-with-ratio {
    background-image: url("/img/qh-logo-half.png");
  }
  .webp .ready-to-load-img .qh-logo-picture-background,
  .webp .ready-to-load-img .qh-logo-picture-background-with-ratio {
    background-image: url("/img/qh-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .qh-logo-picture-background,
  .ready-to-load-img .qh-logo-picture-background-with-ratio {
    background-image: url("/img/qh-logo-2x.png");
  }
  .webp .ready-to-load-img .qh-logo-picture-background,
  .webp .ready-to-load-img .qh-logo-picture-background-with-ratio {
    background-image: url("/img/qh-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 52px), (min-resolution: 144dpi) and (max-width: 52px) {
  .ready-to-load-img .qh-logo-picture-background,
  .ready-to-load-img .qh-logo-picture-background-with-ratio {
    background-image: url("/img/qh-logo.png");
  }
  .webp .ready-to-load-img .qh-logo-picture-background,
  .webp .ready-to-load-img .qh-logo-picture-background-with-ratio {
    background-image: url("/img/qh-logo.webp");
  }
}
.qh-logo-picture-background-ratio,
.qh-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.qh-logo-picture-background-ratio:before,
.qh-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50.96153846%;
  padding-bottom: 50.96153846%;
  vertical-align: middle;
}
.qhnc-wood-cookie-logo-picture img {
  width: 108px;
}
.ready-to-load-img .qhnc-wood-cookie-logo-picture-background,
.ready-to-load-img .qhnc-wood-cookie-logo-picture-background-with-ratio {
  background-image: url("/img/qhnc-wood-cookie-logo.png");
}
.webp .ready-to-load-img .qhnc-wood-cookie-logo-picture-background,
.webp .ready-to-load-img .qhnc-wood-cookie-logo-picture-background-with-ratio {
  background-image: url("/img/qhnc-wood-cookie-logo.webp");
}
@media (max-width: 54px) {
  .ready-to-load-img .qhnc-wood-cookie-logo-picture-background,
  .ready-to-load-img .qhnc-wood-cookie-logo-picture-background-with-ratio {
    background-image: url("/img/qhnc-wood-cookie-logo-half.png");
  }
  .webp .ready-to-load-img .qhnc-wood-cookie-logo-picture-background,
  .webp .ready-to-load-img .qhnc-wood-cookie-logo-picture-background-with-ratio {
    background-image: url("/img/qhnc-wood-cookie-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .qhnc-wood-cookie-logo-picture-background,
  .ready-to-load-img .qhnc-wood-cookie-logo-picture-background-with-ratio {
    background-image: url("/img/qhnc-wood-cookie-logo-2x.png");
  }
  .webp .ready-to-load-img .qhnc-wood-cookie-logo-picture-background,
  .webp .ready-to-load-img .qhnc-wood-cookie-logo-picture-background-with-ratio {
    background-image: url("/img/qhnc-wood-cookie-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 54px), (min-resolution: 144dpi) and (max-width: 54px) {
  .ready-to-load-img .qhnc-wood-cookie-logo-picture-background,
  .ready-to-load-img .qhnc-wood-cookie-logo-picture-background-with-ratio {
    background-image: url("/img/qhnc-wood-cookie-logo.png");
  }
  .webp .ready-to-load-img .qhnc-wood-cookie-logo-picture-background,
  .webp .ready-to-load-img .qhnc-wood-cookie-logo-picture-background-with-ratio {
    background-image: url("/img/qhnc-wood-cookie-logo.webp");
  }
}
.qhnc-wood-cookie-logo-picture-background-ratio,
.qhnc-wood-cookie-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.qhnc-wood-cookie-logo-picture-background-ratio:before,
.qhnc-wood-cookie-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50.46296296%;
  padding-bottom: 50.46296296%;
  vertical-align: middle;
}
.register-footer-tile-1-picture img {
  width: 479.5px;
}
.ready-to-load-img .register-footer-tile-1-picture-background,
.ready-to-load-img .register-footer-tile-1-picture-background-with-ratio {
  background-image: url("/img/register-footer-tile-1.jpg");
}
.webp .ready-to-load-img .register-footer-tile-1-picture-background,
.webp .ready-to-load-img .register-footer-tile-1-picture-background-with-ratio {
  background-image: url("/img/register-footer-tile-1.webp");
}
@media (max-width: 239.75px) {
  .ready-to-load-img .register-footer-tile-1-picture-background,
  .ready-to-load-img .register-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-1-half.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-1-picture-background,
  .webp .ready-to-load-img .register-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .register-footer-tile-1-picture-background,
  .ready-to-load-img .register-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-1-2x.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-1-picture-background,
  .webp .ready-to-load-img .register-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.75px), (min-resolution: 144dpi) and (max-width: 239.75px) {
  .ready-to-load-img .register-footer-tile-1-picture-background,
  .ready-to-load-img .register-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-1.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-1-picture-background,
  .webp .ready-to-load-img .register-footer-tile-1-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-1.webp");
  }
}
.register-footer-tile-1-picture-background-ratio,
.register-footer-tile-1-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.register-footer-tile-1-picture-background-ratio:before,
.register-footer-tile-1-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.41084463%;
  padding-bottom: 34.41084463%;
  vertical-align: middle;
}
.register-footer-tile-2-picture img {
  width: 479.5px;
}
.ready-to-load-img .register-footer-tile-2-picture-background,
.ready-to-load-img .register-footer-tile-2-picture-background-with-ratio {
  background-image: url("/img/register-footer-tile-2.jpg");
}
.webp .ready-to-load-img .register-footer-tile-2-picture-background,
.webp .ready-to-load-img .register-footer-tile-2-picture-background-with-ratio {
  background-image: url("/img/register-footer-tile-2.webp");
}
@media (max-width: 239.75px) {
  .ready-to-load-img .register-footer-tile-2-picture-background,
  .ready-to-load-img .register-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-2-half.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-2-picture-background,
  .webp .ready-to-load-img .register-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .register-footer-tile-2-picture-background,
  .ready-to-load-img .register-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-2-2x.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-2-picture-background,
  .webp .ready-to-load-img .register-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.75px), (min-resolution: 144dpi) and (max-width: 239.75px) {
  .ready-to-load-img .register-footer-tile-2-picture-background,
  .ready-to-load-img .register-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-2.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-2-picture-background,
  .webp .ready-to-load-img .register-footer-tile-2-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-2.webp");
  }
}
.register-footer-tile-2-picture-background-ratio,
.register-footer-tile-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.register-footer-tile-2-picture-background-ratio:before,
.register-footer-tile-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.41084463%;
  padding-bottom: 34.41084463%;
  vertical-align: middle;
}
.register-footer-tile-3-picture img {
  width: 480px;
}
.ready-to-load-img .register-footer-tile-3-picture-background,
.ready-to-load-img .register-footer-tile-3-picture-background-with-ratio {
  background-image: url("/img/register-footer-tile-3.jpg");
}
.webp .ready-to-load-img .register-footer-tile-3-picture-background,
.webp .ready-to-load-img .register-footer-tile-3-picture-background-with-ratio {
  background-image: url("/img/register-footer-tile-3.webp");
}
@media (max-width: 240px) {
  .ready-to-load-img .register-footer-tile-3-picture-background,
  .ready-to-load-img .register-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-3-half.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-3-picture-background,
  .webp .ready-to-load-img .register-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-3-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .register-footer-tile-3-picture-background,
  .ready-to-load-img .register-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-3-2x.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-3-picture-background,
  .webp .ready-to-load-img .register-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-3-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 240px), (min-resolution: 144dpi) and (max-width: 240px) {
  .ready-to-load-img .register-footer-tile-3-picture-background,
  .ready-to-load-img .register-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-3.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-3-picture-background,
  .webp .ready-to-load-img .register-footer-tile-3-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-3.webp");
  }
}
.register-footer-tile-3-picture-background-ratio,
.register-footer-tile-3-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.register-footer-tile-3-picture-background-ratio:before,
.register-footer-tile-3-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.375%;
  padding-bottom: 34.375%;
  vertical-align: middle;
}
.register-footer-tile-4-picture img {
  width: 478.5px;
}
.ready-to-load-img .register-footer-tile-4-picture-background,
.ready-to-load-img .register-footer-tile-4-picture-background-with-ratio {
  background-image: url("/img/register-footer-tile-4.jpg");
}
.webp .ready-to-load-img .register-footer-tile-4-picture-background,
.webp .ready-to-load-img .register-footer-tile-4-picture-background-with-ratio {
  background-image: url("/img/register-footer-tile-4.webp");
}
@media (max-width: 239.25px) {
  .ready-to-load-img .register-footer-tile-4-picture-background,
  .ready-to-load-img .register-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-4-half.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-4-picture-background,
  .webp .ready-to-load-img .register-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-4-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .register-footer-tile-4-picture-background,
  .ready-to-load-img .register-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-4-2x.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-4-picture-background,
  .webp .ready-to-load-img .register-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-4-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.25px), (min-resolution: 144dpi) and (max-width: 239.25px) {
  .ready-to-load-img .register-footer-tile-4-picture-background,
  .ready-to-load-img .register-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-4.jpg");
  }
  .webp .ready-to-load-img .register-footer-tile-4-picture-background,
  .webp .ready-to-load-img .register-footer-tile-4-picture-background-with-ratio {
    background-image: url("/img/register-footer-tile-4.webp");
  }
}
.register-footer-tile-4-picture-background-ratio,
.register-footer-tile-4-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.register-footer-tile-4-picture-background-ratio:before,
.register-footer-tile-4-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.48275862%;
  padding-bottom: 34.48275862%;
  vertical-align: middle;
}
.ring-pattern-left-picture img {
  width: 528px;
}
.ready-to-load-img .ring-pattern-left-picture-background,
.ready-to-load-img .ring-pattern-left-picture-background-with-ratio {
  background-image: url("/img/ring-pattern-left.png");
}
.webp .ready-to-load-img .ring-pattern-left-picture-background,
.webp .ready-to-load-img .ring-pattern-left-picture-background-with-ratio {
  background-image: url("/img/ring-pattern-left.webp");
}
@media (max-width: 264px) {
  .ready-to-load-img .ring-pattern-left-picture-background,
  .ready-to-load-img .ring-pattern-left-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-left-half.png");
  }
  .webp .ready-to-load-img .ring-pattern-left-picture-background,
  .webp .ready-to-load-img .ring-pattern-left-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-left-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .ring-pattern-left-picture-background,
  .ready-to-load-img .ring-pattern-left-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-left-2x.png");
  }
  .webp .ready-to-load-img .ring-pattern-left-picture-background,
  .webp .ready-to-load-img .ring-pattern-left-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-left-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 264px), (min-resolution: 144dpi) and (max-width: 264px) {
  .ready-to-load-img .ring-pattern-left-picture-background,
  .ready-to-load-img .ring-pattern-left-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-left.png");
  }
  .webp .ready-to-load-img .ring-pattern-left-picture-background,
  .webp .ready-to-load-img .ring-pattern-left-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-left.webp");
  }
}
.ring-pattern-left-picture-background-ratio,
.ring-pattern-left-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.ring-pattern-left-picture-background-ratio:before,
.ring-pattern-left-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 314.77272727%;
  padding-bottom: 314.77272727%;
  vertical-align: middle;
}
.ring-pattern-right-picture img {
  width: 514px;
}
.ready-to-load-img .ring-pattern-right-picture-background,
.ready-to-load-img .ring-pattern-right-picture-background-with-ratio {
  background-image: url("/img/ring-pattern-right.png");
}
.webp .ready-to-load-img .ring-pattern-right-picture-background,
.webp .ready-to-load-img .ring-pattern-right-picture-background-with-ratio {
  background-image: url("/img/ring-pattern-right.webp");
}
@media (max-width: 257px) {
  .ready-to-load-img .ring-pattern-right-picture-background,
  .ready-to-load-img .ring-pattern-right-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-right-half.png");
  }
  .webp .ready-to-load-img .ring-pattern-right-picture-background,
  .webp .ready-to-load-img .ring-pattern-right-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-right-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .ring-pattern-right-picture-background,
  .ready-to-load-img .ring-pattern-right-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-right-2x.png");
  }
  .webp .ready-to-load-img .ring-pattern-right-picture-background,
  .webp .ready-to-load-img .ring-pattern-right-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-right-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 257px), (min-resolution: 144dpi) and (max-width: 257px) {
  .ready-to-load-img .ring-pattern-right-picture-background,
  .ready-to-load-img .ring-pattern-right-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-right.png");
  }
  .webp .ready-to-load-img .ring-pattern-right-picture-background,
  .webp .ready-to-load-img .ring-pattern-right-picture-background-with-ratio {
    background-image: url("/img/ring-pattern-right.webp");
  }
}
.ring-pattern-right-picture-background-ratio,
.ring-pattern-right-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.ring-pattern-right-picture-background-ratio:before,
.ring-pattern-right-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 323.3463035%;
  padding-bottom: 323.3463035%;
  vertical-align: middle;
}
.stone-pocked-pattern-picture img {
  width: 1920px;
}
.ready-to-load-img .stone-pocked-pattern-picture-background,
.ready-to-load-img .stone-pocked-pattern-picture-background-with-ratio {
  background-image: url("/img/stone-pocked-pattern.png");
}
.webp .ready-to-load-img .stone-pocked-pattern-picture-background,
.webp .ready-to-load-img .stone-pocked-pattern-picture-background-with-ratio {
  background-image: url("/img/stone-pocked-pattern.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .stone-pocked-pattern-picture-background,
  .ready-to-load-img .stone-pocked-pattern-picture-background-with-ratio {
    background-image: url("/img/stone-pocked-pattern-half.png");
  }
  .webp .ready-to-load-img .stone-pocked-pattern-picture-background,
  .webp .ready-to-load-img .stone-pocked-pattern-picture-background-with-ratio {
    background-image: url("/img/stone-pocked-pattern-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .stone-pocked-pattern-picture-background,
  .ready-to-load-img .stone-pocked-pattern-picture-background-with-ratio {
    background-image: url("/img/stone-pocked-pattern-2x.png");
  }
  .webp .ready-to-load-img .stone-pocked-pattern-picture-background,
  .webp .ready-to-load-img .stone-pocked-pattern-picture-background-with-ratio {
    background-image: url("/img/stone-pocked-pattern-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .stone-pocked-pattern-picture-background,
  .ready-to-load-img .stone-pocked-pattern-picture-background-with-ratio {
    background-image: url("/img/stone-pocked-pattern.png");
  }
  .webp .ready-to-load-img .stone-pocked-pattern-picture-background,
  .webp .ready-to-load-img .stone-pocked-pattern-picture-background-with-ratio {
    background-image: url("/img/stone-pocked-pattern.webp");
  }
}
.stone-pocked-pattern-picture-background-ratio,
.stone-pocked-pattern-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.stone-pocked-pattern-picture-background-ratio:before,
.stone-pocked-pattern-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 29.34895833%;
  padding-bottom: 29.34895833%;
  vertical-align: middle;
}
.summer-nature-camp-tile-1-picture img {
  width: 478.5px;
}
.ready-to-load-img .summer-nature-camp-tile-1-picture-background,
.ready-to-load-img .summer-nature-camp-tile-1-picture-background-with-ratio {
  background-image: url("/img/summer-nature-camp-tile-1.jpg");
}
.webp .ready-to-load-img .summer-nature-camp-tile-1-picture-background,
.webp .ready-to-load-img .summer-nature-camp-tile-1-picture-background-with-ratio {
  background-image: url("/img/summer-nature-camp-tile-1.webp");
}
@media (max-width: 239.25px) {
  .ready-to-load-img .summer-nature-camp-tile-1-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-1-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-1-half.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-1-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-1-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .summer-nature-camp-tile-1-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-1-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-1-2x.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-1-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-1-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.25px), (min-resolution: 144dpi) and (max-width: 239.25px) {
  .ready-to-load-img .summer-nature-camp-tile-1-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-1-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-1.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-1-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-1-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-1.webp");
  }
}
.summer-nature-camp-tile-1-picture-background-ratio,
.summer-nature-camp-tile-1-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.summer-nature-camp-tile-1-picture-background-ratio:before,
.summer-nature-camp-tile-1-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.58725183%;
  padding-bottom: 34.58725183%;
  vertical-align: middle;
}
.summer-nature-camp-tile-2-picture img {
  width: 479px;
}
.ready-to-load-img .summer-nature-camp-tile-2-picture-background,
.ready-to-load-img .summer-nature-camp-tile-2-picture-background-with-ratio {
  background-image: url("/img/summer-nature-camp-tile-2.jpg");
}
.webp .ready-to-load-img .summer-nature-camp-tile-2-picture-background,
.webp .ready-to-load-img .summer-nature-camp-tile-2-picture-background-with-ratio {
  background-image: url("/img/summer-nature-camp-tile-2.webp");
}
@media (max-width: 239.5px) {
  .ready-to-load-img .summer-nature-camp-tile-2-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-2-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-2-half.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-2-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-2-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .summer-nature-camp-tile-2-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-2-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-2-2x.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-2-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-2-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.5px), (min-resolution: 144dpi) and (max-width: 239.5px) {
  .ready-to-load-img .summer-nature-camp-tile-2-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-2-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-2.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-2-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-2-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-2.webp");
  }
}
.summer-nature-camp-tile-2-picture-background-ratio,
.summer-nature-camp-tile-2-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.summer-nature-camp-tile-2-picture-background-ratio:before,
.summer-nature-camp-tile-2-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.55114823%;
  padding-bottom: 34.55114823%;
  vertical-align: middle;
}
.summer-nature-camp-tile-3-picture img {
  width: 480px;
}
.ready-to-load-img .summer-nature-camp-tile-3-picture-background,
.ready-to-load-img .summer-nature-camp-tile-3-picture-background-with-ratio {
  background-image: url("/img/summer-nature-camp-tile-3.jpg");
}
.webp .ready-to-load-img .summer-nature-camp-tile-3-picture-background,
.webp .ready-to-load-img .summer-nature-camp-tile-3-picture-background-with-ratio {
  background-image: url("/img/summer-nature-camp-tile-3.webp");
}
@media (max-width: 240px) {
  .ready-to-load-img .summer-nature-camp-tile-3-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-3-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-3-half.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-3-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-3-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-3-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .summer-nature-camp-tile-3-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-3-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-3-2x.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-3-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-3-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-3-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 240px), (min-resolution: 144dpi) and (max-width: 240px) {
  .ready-to-load-img .summer-nature-camp-tile-3-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-3-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-3.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-3-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-3-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-3.webp");
  }
}
.summer-nature-camp-tile-3-picture-background-ratio,
.summer-nature-camp-tile-3-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.summer-nature-camp-tile-3-picture-background-ratio:before,
.summer-nature-camp-tile-3-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.47916667%;
  padding-bottom: 34.47916667%;
  vertical-align: middle;
}
.summer-nature-camp-tile-4-picture img {
  width: 479.5px;
}
.ready-to-load-img .summer-nature-camp-tile-4-picture-background,
.ready-to-load-img .summer-nature-camp-tile-4-picture-background-with-ratio {
  background-image: url("/img/summer-nature-camp-tile-4.jpg");
}
.webp .ready-to-load-img .summer-nature-camp-tile-4-picture-background,
.webp .ready-to-load-img .summer-nature-camp-tile-4-picture-background-with-ratio {
  background-image: url("/img/summer-nature-camp-tile-4.webp");
}
@media (max-width: 239.75px) {
  .ready-to-load-img .summer-nature-camp-tile-4-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-4-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-4-half.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-4-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-4-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-4-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .summer-nature-camp-tile-4-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-4-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-4-2x.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-4-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-4-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-4-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 239.75px), (min-resolution: 144dpi) and (max-width: 239.75px) {
  .ready-to-load-img .summer-nature-camp-tile-4-picture-background,
  .ready-to-load-img .summer-nature-camp-tile-4-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-4.jpg");
  }
  .webp .ready-to-load-img .summer-nature-camp-tile-4-picture-background,
  .webp .ready-to-load-img .summer-nature-camp-tile-4-picture-background-with-ratio {
    background-image: url("/img/summer-nature-camp-tile-4.webp");
  }
}
.summer-nature-camp-tile-4-picture-background-ratio,
.summer-nature-camp-tile-4-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.summer-nature-camp-tile-4-picture-background-ratio:before,
.summer-nature-camp-tile-4-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.51511992%;
  padding-bottom: 34.51511992%;
  vertical-align: middle;
}
.yellow-curve-picture img {
  width: 200.5px;
}
.ready-to-load-img .yellow-curve-picture-background,
.ready-to-load-img .yellow-curve-picture-background-with-ratio {
  background-image: url("/img/yellow-curve.png");
}
.webp .ready-to-load-img .yellow-curve-picture-background,
.webp .ready-to-load-img .yellow-curve-picture-background-with-ratio {
  background-image: url("/img/yellow-curve.webp");
}
@media (max-width: 100.25px) {
  .ready-to-load-img .yellow-curve-picture-background,
  .ready-to-load-img .yellow-curve-picture-background-with-ratio {
    background-image: url("/img/yellow-curve-half.png");
  }
  .webp .ready-to-load-img .yellow-curve-picture-background,
  .webp .ready-to-load-img .yellow-curve-picture-background-with-ratio {
    background-image: url("/img/yellow-curve-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .yellow-curve-picture-background,
  .ready-to-load-img .yellow-curve-picture-background-with-ratio {
    background-image: url("/img/yellow-curve-2x.png");
  }
  .webp .ready-to-load-img .yellow-curve-picture-background,
  .webp .ready-to-load-img .yellow-curve-picture-background-with-ratio {
    background-image: url("/img/yellow-curve-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 100.25px), (min-resolution: 144dpi) and (max-width: 100.25px) {
  .ready-to-load-img .yellow-curve-picture-background,
  .ready-to-load-img .yellow-curve-picture-background-with-ratio {
    background-image: url("/img/yellow-curve.png");
  }
  .webp .ready-to-load-img .yellow-curve-picture-background,
  .webp .ready-to-load-img .yellow-curve-picture-background-with-ratio {
    background-image: url("/img/yellow-curve.webp");
  }
}
.yellow-curve-picture-background-ratio,
.yellow-curve-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.yellow-curve-picture-background-ratio:before,
.yellow-curve-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 99.75062344%;
  padding-bottom: 99.75062344%;
  vertical-align: middle;
}
.youtube-logo-picture img {
  width: 33px;
}
.ready-to-load-img .youtube-logo-picture-background,
.ready-to-load-img .youtube-logo-picture-background-with-ratio {
  background-image: url("/img/youtube-logo.png");
}
.webp .ready-to-load-img .youtube-logo-picture-background,
.webp .ready-to-load-img .youtube-logo-picture-background-with-ratio {
  background-image: url("/img/youtube-logo.webp");
}
@media (max-width: 16.5px) {
  .ready-to-load-img .youtube-logo-picture-background,
  .ready-to-load-img .youtube-logo-picture-background-with-ratio {
    background-image: url("/img/youtube-logo-half.png");
  }
  .webp .ready-to-load-img .youtube-logo-picture-background,
  .webp .ready-to-load-img .youtube-logo-picture-background-with-ratio {
    background-image: url("/img/youtube-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .youtube-logo-picture-background,
  .ready-to-load-img .youtube-logo-picture-background-with-ratio {
    background-image: url("/img/youtube-logo-2x.png");
  }
  .webp .ready-to-load-img .youtube-logo-picture-background,
  .webp .ready-to-load-img .youtube-logo-picture-background-with-ratio {
    background-image: url("/img/youtube-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 16.5px), (min-resolution: 144dpi) and (max-width: 16.5px) {
  .ready-to-load-img .youtube-logo-picture-background,
  .ready-to-load-img .youtube-logo-picture-background-with-ratio {
    background-image: url("/img/youtube-logo.png");
  }
  .webp .ready-to-load-img .youtube-logo-picture-background,
  .webp .ready-to-load-img .youtube-logo-picture-background-with-ratio {
    background-image: url("/img/youtube-logo.webp");
  }
}
.youtube-logo-picture-background-ratio,
.youtube-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.youtube-logo-picture-background-ratio:before,
.youtube-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.84848485%;
  padding-bottom: 34.84848485%;
  vertical-align: middle;
}
.banner {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.banner video {
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 100%;
  transform: translateY(-50%);
}
.banner .container {
  position: relative;
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.banner .container:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 40%;
  padding-bottom: 40%;
  vertical-align: middle;
}
.banner .content {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.banner .content h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 43.85849246pt;
  margin-top: 0;
  color: white;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
}
.banner .content h1 strong {
  color: #f2af20;
  font-weight: 400;
}
.banner .content h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 17.27758794pt;
  color: white;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 400;
}
.page-header {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.page-header .background-mask video {
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 100%;
  transform: translateY(-50%);
}
.page-header .container {
  position: relative;
  z-index: 2;
  font-size: 0;
  text-align: center;
}
.page-header .container:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 15.62857145%;
  padding-bottom: 15.62857145%;
  vertical-align: middle;
}
.page-header .container .inner {
  display: inline-block;
  vertical-align: middle;
}
.page-header .container h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 35.88422111pt;
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-header .container h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Bree Serif', serif;
  font-size: 13.05380282pt;
}
.has-page-video .page-header {
  background-image: none !important;
  background-color: #777777;
}
.std-txt h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 30.5680402pt;
  margin-bottom: 0;
  color: #3d332a;
}
.std-txt h1 strong {
  color: #f2af20;
}
@media (max-width: 650px) {
  .std-txt h1 {
    font-family: 'Paytone One', sans-serif;
    font-size: 19.93567839pt;
  }
}
.std-txt h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
  color: #f2af20;
  margin-bottom: 0;
}
.std-txt h1 + h2 {
  margin-top: 0;
}
.std-txt h3 {
  font-family: 'Bree Serif', serif;
  font-size: 18.13028169pt;
}
.std-txt h3.yellow {
  color: #f2af20;
}
.std-txt p {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
  color: #3d332a;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.std-txt p a {
  color: #8dbc3f;
  text-decoration: none;
}
.std-txt p a:hover {
  text-decoration: underline;
}
.std-txt a {
  color: #f2af20;
}
.std-txt span.green {
  color: #6a971f;
}
.std-txt span.brown {
  color: #3d332a;
}
.std-txt span.yellow {
  color: #f2af20;
}
.std-txt strong em,
.std-txt em strong {
  font-style: normal;
  font-weight: 600;
  color: #f2af20;
}
.std-txt ul li,
.std-txt ol li {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
}
.std-txt ul {
  list-style: none;
  padding-left: 20px;
}
.std-txt ul li::before {
  content: "•";
  color: #6a971f;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.std-txt ul.yellow-chevron li::before {
  content: url('/img/chevron-right-yellow.png');
}
.std-txt ol {
  list-style: none;
  counter-reset: li;
}
.std-txt ol > li::before {
  content: counter(li) '.';
  color: #6a971f;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  counter-increment: li;
}
.std-txt hr {
  border-color: rgba(61, 51, 42, 0.15);
  border-width: 2px;
}
.std-txt.grey a {
  color: #f2af20;
}
.std-txt.grey ul {
  list-style: none;
}
.std-txt.grey ul li::before {
  color: #f2af20;
}
.std-txt.grey ol > li::before {
  color: #f2af20;
}
.page-container.ring-pattern {
  overflow: hidden;
}
.page-container.ring-pattern .container {
  position: relative;
}
.page-container.ring-pattern .container:before {
  content: '\00a0';
  position: absolute;
  right: 100%;
  top: -50px;
  bottom: -50px;
  width: 1000px;
  background-position: right top;
  background-repeat: repeat-y;
  background-image: url("/img/ring-pattern-left.png");
}
.webp .page-container.ring-pattern .container:before {
  background-image: url("/img/ring-pattern-left.webp");
}
@media (max-width: 264px) {
  .page-container.ring-pattern .container:before {
    background-image: url("/img/ring-pattern-left-half.png");
  }
  .webp .page-container.ring-pattern .container:before {
    background-image: url("/img/ring-pattern-left-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-container.ring-pattern .container:before {
    background-image: url("/img/ring-pattern-left-2x.png");
  }
  .webp .page-container.ring-pattern .container:before {
    background-image: url("/img/ring-pattern-left-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 264px), (min-resolution: 144dpi) and (max-width: 264px) {
  .page-container.ring-pattern .container:before {
    background-image: url("/img/ring-pattern-left.png");
  }
  .webp .page-container.ring-pattern .container:before {
    background-image: url("/img/ring-pattern-left.webp");
  }
}
.page-container.ring-pattern .container:after {
  content: '\00a0';
  position: absolute;
  left: 100%;
  top: -50px;
  bottom: -50px;
  width: 1000px;
  background-position: left top;
  background-image: url("/img/ring-pattern-right.png");
  background-repeat: repeat-y;
}
.webp .page-container.ring-pattern .container:after {
  background-image: url("/img/ring-pattern-right.webp");
}
@media (max-width: 257px) {
  .page-container.ring-pattern .container:after {
    background-image: url("/img/ring-pattern-right-half.png");
  }
  .webp .page-container.ring-pattern .container:after {
    background-image: url("/img/ring-pattern-right-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-container.ring-pattern .container:after {
    background-image: url("/img/ring-pattern-right-2x.png");
  }
  .webp .page-container.ring-pattern .container:after {
    background-image: url("/img/ring-pattern-right-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 257px), (min-resolution: 144dpi) and (max-width: 257px) {
  .page-container.ring-pattern .container:after {
    background-image: url("/img/ring-pattern-right.png");
  }
  .webp .page-container.ring-pattern .container:after {
    background-image: url("/img/ring-pattern-right.webp");
  }
}
.page-container.grey {
  background-image: url("/img/stone-pocked-pattern.png");
  background: #f3f2ee;
  background-position: center center;
}
.webp .page-container.grey {
  background-image: url("/img/stone-pocked-pattern.webp");
}
@media (max-width: 960px) {
  .page-container.grey {
    background-image: url("/img/stone-pocked-pattern-half.png");
  }
  .webp .page-container.grey {
    background-image: url("/img/stone-pocked-pattern-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-container.grey {
    background-image: url("/img/stone-pocked-pattern-2x.png");
  }
  .webp .page-container.grey {
    background-image: url("/img/stone-pocked-pattern-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .page-container.grey {
    background-image: url("/img/stone-pocked-pattern.png");
  }
  .webp .page-container.grey {
    background-image: url("/img/stone-pocked-pattern.webp");
  }
}
.page-container.grey .container {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-container.purple {
  background: #8c79ae;
}
.page-container.purple .container {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-container.purple h2,
.page-container.purple p,
.page-container.purple li,
.page-container.purple div {
  color: white;
}
.page-container.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}
.page-container.white {
  background-position: bottom center;
  background-repeat: repeat-x;
}
.expando .opener {
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 25px;
  background-color: #f3f2ee;
}
.expando .opener:after {
  content: url('/img/chevron-down-yellow.png');
  float: right;
  transition: transform 0.3s;
}
.expando.open > .opener:after {
  transform: rotate(180deg);
}
.expando .view {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.expando .view .content {
  padding: 0 25px 25px;
}
.editing-page .expando .view {
  max-height: none;
}
.blue-button {
  font-family: 'Paytone One', sans-serif;
  font-size: 11.29688442pt;
  display: inline-block;
  border: 0;
  padding: 10px 17px;
  background-color: #3681af;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  transform: background-color 0.3s;
}
.blue-button:hover {
  background-color: #1a4f70;
  text-decoration: none !important;
}
.green-button {
  font-family: 'Paytone One', sans-serif;
  font-size: 11.29688442pt;
  display: inline-block;
  border: 0;
  padding: 10px 17px;
  background-color: #8dbc3f;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  transform: background-color 0.3s;
}
.green-button:hover {
  background-color: #6a971f;
  text-decoration: none !important;
}
.green-button img {
  padding-right: 15px;
  vertical-align: middle;
}
.inner-header {
  background-color: #3d332a;
  color: white;
  padding-top: 20px;
  position: relative;
  z-index: 20;
}
.inner-header a {
  color: white;
  text-decoration: none;
}
.inner-header a:hover {
  text-decoration: underline;
}
.inner-header .logo {
  text-align: center;
  font-family: 'Candal', sans-serif;
  font-size: 17.40507042pt;
}
.inner-header .logo .icon,
.inner-header .logo .txt,
.inner-header .logo .icon-50 {
  display: inline-block;
  vertical-align: middle;
}
.inner-header .logo .txt {
  text-align: left;
  padding-left: 10px;
}
.inner-header .logo .txt strong {
  color: #8dbc3f;
}
.inner-header .logo .icon-50 {
  padding-left: 20px;
}
.inner-header .logo .icon-50 img {
  height: 100px;
}
.inner-header .ie6 .top,
.inner-header ie7 .top,
.inner-header ie8 .top {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr auto;
  align-items: center;
}
.inner-header .ie6 .top > .contact,
.inner-header ie7 .top > .contact,
.inner-header ie8 .top > .contact {
  font-family: 'Bree Serif', serif;
  font-size: 9.42774648pt;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
}
.inner-header .ie6 .top > .contact .txt,
.inner-header ie7 .top > .contact .txt,
.inner-header ie8 .top > .contact .txt {
  text-align: right;
}
.inner-header .ie6 .top > .contact .icon,
.inner-header ie7 .top > .contact .icon,
.inner-header ie8 .top > .contact .icon {
  align-self: center;
}
.inner-header .ie6 .top > .contact .icon img,
.inner-header ie7 .top > .contact .icon img,
.inner-header ie8 .top > .contact .icon img {
  display: block;
}
.inner-header .ie6 .top .actions,
.inner-header ie7 .top .actions,
.inner-header ie8 .top .actions {
  text-align: right;
}
.inner-header .ie6 .top .actions .sep-links,
.inner-header ie7 .top .actions .sep-links,
.inner-header ie8 .top .actions .sep-links {
  margin-top: 15px;
}
.inner-header .ie6 .top .icon-50,
.inner-header ie7 .top .icon-50,
.inner-header ie8 .top .icon-50 {
  padding-left: 10px;
}
.inner-header .ie6 nav .close,
.inner-header ie7 nav .close,
.inner-header ie8 nav .close {
  display: none;
}
.inner-header .ie6 nav .menu,
.inner-header ie7 nav .menu,
.inner-header ie8 nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.inner-header .ie6 nav .menu > li > a,
.inner-header ie7 nav .menu > li > a,
.inner-header ie8 nav .menu > li > a {
  font-family: 'Paytone One', sans-serif;
  font-size: 11.29688442pt;
  text-transform: uppercase;
}
.inner-header .ie6 nav .menu > li > a:hover,
.inner-header ie7 nav .menu > li > a:hover,
.inner-header ie8 nav .menu > li > a:hover {
  text-decoration: none;
}
.inner-header .ie6 nav .menu > li,
.inner-header ie7 nav .menu > li,
.inner-header ie8 nav .menu > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}
.inner-header .ie6 nav .menu > li ul,
.inner-header ie7 nav .menu > li ul,
.inner-header ie8 nav .menu > li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  width: 200px;
  margin: 0;
  padding: 0;
  margin-left: -10000px;
  opacity: 0;
  transition: opacity 0.3s;
}
.inner-header .ie6 nav .menu > li ul li,
.inner-header ie7 nav .menu > li ul li,
.inner-header ie8 nav .menu > li ul li {
  display: block;
  background-color: #8dbc3f;
  color: white;
}
.inner-header .ie6 nav .menu > li ul li a,
.inner-header ie7 nav .menu > li ul li a,
.inner-header ie8 nav .menu > li ul li a {
  font-family: 'Bree Serif', serif;
  font-size: 12.32859155pt;
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
}
.inner-header .ie6 nav .menu > li ul li:hover,
.inner-header ie7 nav .menu > li ul li:hover,
.inner-header ie8 nav .menu > li ul li:hover {
  background-color: #6a971f;
}
.inner-header .ie6 nav .menu > li:hover ul,
.inner-header ie7 nav .menu > li:hover ul,
.inner-header ie8 nav .menu > li:hover ul {
  opacity: 1;
  margin-left: 0;
}
@media (min-width: 800px) {
  .inner-header .top {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr auto;
    align-items: center;
  }
  .inner-header .top > .contact {
    font-family: 'Bree Serif', serif;
    font-size: 9.42774648pt;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
  }
  .inner-header .top > .contact .txt {
    text-align: right;
  }
  .inner-header .top > .contact .icon {
    align-self: center;
  }
  .inner-header .top > .contact .icon img {
    display: block;
  }
  .inner-header .top .actions {
    text-align: right;
  }
  .inner-header .top .actions .sep-links {
    margin-top: 15px;
  }
  .inner-header .top .icon-50 {
    padding-left: 10px;
  }
  .inner-header nav .close {
    display: none;
  }
  .inner-header nav .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
  }
  .inner-header nav .menu > li > a {
    font-family: 'Paytone One', sans-serif;
    font-size: 11.29688442pt;
    text-transform: uppercase;
  }
  .inner-header nav .menu > li > a:hover {
    text-decoration: none;
  }
  .inner-header nav .menu > li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .inner-header nav .menu > li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    width: 200px;
    margin: 0;
    padding: 0;
    margin-left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .inner-header nav .menu > li ul li {
    display: block;
    background-color: #8dbc3f;
    color: white;
  }
  .inner-header nav .menu > li ul li a {
    font-family: 'Bree Serif', serif;
    font-size: 12.32859155pt;
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px;
  }
  .inner-header nav .menu > li ul li:hover {
    background-color: #6a971f;
  }
  .inner-header nav .menu > li:hover ul {
    opacity: 1;
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .inner-header {
    padding-left: 0;
    padding-right: 0;
  }
  .inner-header .top .contact,
  .inner-header .top .icon-50 {
    display: none;
  }
  .inner-header .top .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 41px;
    text-align: center;
    background-color: #685646;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inner-header .top .actions .contact,
  .inner-header .top .actions .bar {
    display: none;
  }
  .inner-header .top .actions .sep-links {
    display: contents;
  }
  .inner-header .top .actions .donate {
    grid-row: 1;
    grid-column: 2;
    justify-self: left;
    width: 6em;
  }
  .inner-header .top .actions .calendar {
    font-family: 'Paytone One', sans-serif;
    font-size: 11.29688442pt;
    display: inline-block;
    border: 0;
    padding: 10px 17px;
    background-color: #8dbc3f;
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
    transform: background-color 0.3s;
    grid-row: 1;
    grid-column: 1;
    justify-self: right;
    width: 6em;
  }
  .inner-header .top .actions .calendar:hover {
    background-color: #6a971f;
    text-decoration: none !important;
  }
  .inner-header .top .actions .calendar img {
    padding-right: 15px;
    vertical-align: middle;
  }
  .inner-header .top .logo {
    padding-bottom: 20px;
  }
  .inner-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 25px;
    box-sizing: border-box;
    background-color: #6a971f;
    /*
			& > li {
				display: block;
				text-align: center;

				& > a {
					text-align: center;
					font-weight: 600;
				}

				& > ul {
					position: relative;
					left: auto;
					opacity: 1;
					text-align: center;

					a {
						text-align: center;
					}
				}
			}
			*/
  }
  .inner-header nav .close {
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .inner-header nav .menu {
    padding: 0;
  }
  .inner-header nav ul {
    list-style: none;
  }
  .inner-header nav ul ul {
    padding-left: 10px;
  }
  .inner-header nav.open {
    right: 0;
    opacity: 1;
    left: auto;
  }
  .inner-header nav > ul > li > a {
    font-family: 'Paytone One', sans-serif;
    font-size: 14.61949749pt;
  }
  .inner-header nav > ul > li {
    margin-bottom: 15px;
  }
  .inner-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .inner-header .tribar .one,
  .inner-header .tribar .two,
  .inner-header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .inner-header .tribar .two {
    margin: 7px 0;
  }
}
@media (max-width: 550px) {
  .inner-header .top .logo .icon img {
    height: 50px;
    width: auto;
  }
  .inner-header .top .logo .icon-50 img {
    height: 55px;
  }
  .inner-header .top .logo .txt {
    font-family: 'Candal', sans-serif;
    font-size: 10.15295775pt;
  }
}
.landing-box {
  display: grid;
  background-color: #3d332a;
  margin-top: 30px;
  margin-bottom: 30px;
}
.landing-box .pic {
  background-size: cover;
}
.landing-box .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.landing-box .content {
  padding-left: 50px;
}
.landing-box .content h2 {
  color: white;
  font-family: 'Paytone One', sans-serif;
  font-size: 29.23899498pt;
  border-bottom: solid 5px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1.1em;
}
.landing-box .content h3 {
  color: white;
  font-family: 'Paytone One', sans-serif;
  font-size: 17.27758794pt;
}
.landing-box .content p {
  color: white;
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
}
.landing-box .content h2,
.landing-box .content h3,
.landing-box .content p {
  padding-right: 20px;
}
.landing-box .link {
  background-color: #685646;
  text-align: center;
}
html:not(.editing-page) .landing-box[data-link]:not([data-link=""]) {
  cursor: pointer;
}
.landing-box.pic-right .link .link-text,
.landing-box.pic-left .link .link-text {
  display: none;
}
.landing-box.facility-rental {
  display: grid;
}
.landing-box.facility-rental .link {
  display: none;
}
.landing-box.facility-rental .ie6,
.landing-box.facility-rental ie7,
.landing-box.facility-rental ie8 {
  grid-template-columns: 2fr 1fr;
}
.landing-box.facility-rental .ie6 .pic,
.landing-box.facility-rental ie7 .pic,
.landing-box.facility-rental ie8 .pic {
  grid-row: 2;
  grid-column: 2;
}
.landing-box.facility-rental .ie6 .content,
.landing-box.facility-rental ie7 .content,
.landing-box.facility-rental ie8 .content {
  display: contents;
}
.landing-box.facility-rental .ie6 .content h2,
.landing-box.facility-rental ie7 .content h2,
.landing-box.facility-rental ie8 .content h2 {
  grid-row: 1;
  grid-column: 1 / span 2;
  border-bottom: 0;
  margin-top: 0;
  padding: 20px;
}
.landing-box.facility-rental .ie6 .content .below,
.landing-box.facility-rental ie7 .content .below,
.landing-box.facility-rental ie8 .content .below {
  grid-row: 2;
  grid-column: 1;
  background-color: #f3f2ee;
  padding: 0 20px 20px 20px;
  color: #3d332a;
}
.landing-box.facility-rental .ie6 .content .below h2,
.landing-box.facility-rental ie7 .content .below h2,
.landing-box.facility-rental ie8 .content .below h2,
.landing-box.facility-rental .ie6 .content .below h3,
.landing-box.facility-rental ie7 .content .below h3,
.landing-box.facility-rental ie8 .content .below h3,
.landing-box.facility-rental .ie6 .content .below p,
.landing-box.facility-rental ie7 .content .below p,
.landing-box.facility-rental ie8 .content .below p {
  color: #3d332a;
}
@media (min-width: 800px) {
  .landing-box.facility-rental {
    grid-template-columns: 2fr 1fr;
  }
  .landing-box.facility-rental .pic {
    grid-row: 2;
    grid-column: 2;
  }
  .landing-box.facility-rental .content {
    display: contents;
  }
  .landing-box.facility-rental .content h2 {
    grid-row: 1;
    grid-column: 1 / span 2;
    border-bottom: 0;
    margin-top: 0;
    padding: 20px;
  }
  .landing-box.facility-rental .content .below {
    grid-row: 2;
    grid-column: 1;
    background-color: #f3f2ee;
    padding: 0 20px 20px 20px;
    color: #3d332a;
  }
  .landing-box.facility-rental .content .below h2,
  .landing-box.facility-rental .content .below h3,
  .landing-box.facility-rental .content .below p {
    color: #3d332a;
  }
}
@media (max-width: 800px) {
  .landing-box.facility-rental {
    grid-template-columns: 1fr;
  }
  .landing-box.facility-rental .content {
    padding: 0;
    grid-column: 1;
  }
  .landing-box.facility-rental .content h2 {
    padding-left: 20px;
  }
  .landing-box.facility-rental .content .below {
    padding: 20px;
    background-color: #f3f2ee;
  }
  .landing-box.facility-rental .content .below h3,
  .landing-box.facility-rental .content .below p {
    color: #3d332a;
  }
  .landing-box.facility-rental .pic {
    grid-row: 2;
  }
}
.landing-box.camps-pic-right .content h2 {
  border-bottom: 0;
  font-family: 'Paytone One', sans-serif;
  font-size: 23.25829146pt;
}
.landing-box.camps-pic-right .content h2 small {
  font-family: 'Paytone One', sans-serif;
  font-size: 19.93567839pt;
}
.landing-box.camps-pic-right .link {
  margin-left: 50px;
  margin-bottom: 20px;
  text-decoration: none;
  color: white;
  padding-top: 5px;
  padding-bottom: 9px;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
}
.landing-box.camps-pic-right .link img {
  display: none;
}
.landing-box.camps-pic-right.no-button .link {
  display: none;
}
.landing-box.visit-pic-right .content {
  padding-right: 20px;
}
.landing-box.visit-pic-right .content h2 {
  border-bottom: 0;
  font-family: 'Paytone One', sans-serif;
  font-size: 26.58090452pt;
}
.landing-box.visit-pic-right .content h2 small {
  font-family: 'Paytone One', sans-serif;
  font-size: 19.93567839pt;
}
.landing-box.visit-pic-right .link {
  display: none;
}
@media (min-width: 650px) {
  .landing-box.visit-pic-right {
    grid-template-columns: 8fr 4fr;
  }
  .landing-box.visit-pic-right .content {
    grid-column: 1;
    grid-row: 1;
  }
  .landing-box.visit-pic-right .pic {
    grid-column: 2;
    grid-row: 1;
    max-height: 400px;
  }
}
@media (max-width: 650px) {
  .landing-box.visit-pic-right {
    grid-template-columns: 1fr;
  }
  .landing-box.visit-pic-right .pic:before {
    content: '\00a0';
    display: inline-block;
    width: 0;
    font-size: 0;
    height: 0;
    padding-top: 75%;
    padding-bottom: 75%;
    vertical-align: middle;
  }
}
.landing-box.wild-camps-pic-right .link {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-box.wild-camps-pic-right .link .link-text {
  display: none;
}
.landing-box.wild-camps-pic-right .ie6,
.landing-box.wild-camps-pic-right ie7,
.landing-box.wild-camps-pic-right ie8 {
  grid-template-columns: repeat(24, 1fr);
}
.landing-box.wild-camps-pic-right .ie6 .pic,
.landing-box.wild-camps-pic-right ie7 .pic,
.landing-box.wild-camps-pic-right ie8 .pic {
  grid-row: 1;
  grid-column: 10 / span 16;
}
.landing-box.wild-camps-pic-right .ie6 .pic:before,
.landing-box.wild-camps-pic-right ie7 .pic:before,
.landing-box.wild-camps-pic-right ie8 .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  vertical-align: middle;
}
.landing-box.wild-camps-pic-right .ie6 .link,
.landing-box.wild-camps-pic-right ie7 .link,
.landing-box.wild-camps-pic-right ie8 .link {
  grid-row: 1;
  grid-column: 1;
  align-self: initial;
  display: flex;
  align-items: center;
}
.landing-box.wild-camps-pic-right .ie6 .content,
.landing-box.wild-camps-pic-right ie7 .content,
.landing-box.wild-camps-pic-right ie8 .content {
  grid-row: 1;
  grid-column: 2 / span 18;
  padding-right: 20%;
}
@media (min-width: 800px) {
  .landing-box.wild-camps-pic-right {
    grid-template-columns: repeat(24, 1fr);
  }
  .landing-box.wild-camps-pic-right .pic {
    grid-row: 1;
    grid-column: 10 / span 16;
  }
  .landing-box.wild-camps-pic-right .pic:before {
    content: '\00a0';
    display: inline-block;
    width: 0;
    font-size: 0;
    height: 0;
    padding-top: 37.5%;
    padding-bottom: 37.5%;
    vertical-align: middle;
  }
  .landing-box.wild-camps-pic-right .link {
    grid-row: 1;
    grid-column: 1;
    align-self: initial;
    display: flex;
    align-items: center;
  }
  .landing-box.wild-camps-pic-right .content {
    grid-row: 1;
    grid-column: 2 / span 18;
    padding-right: 20%;
  }
}
@media (max-width: 800px) {
  .landing-box.wild-camps-pic-right {
    grid-template-columns: 1fr;
  }
  .landing-box.wild-camps-pic-right .content {
    padding: 20px;
  }
  .landing-box.wild-camps-pic-right .pic {
    grid-row: 2;
  }
  .landing-box.wild-camps-pic-right .pic:before {
    content: '\00a0';
    display: inline-block;
    width: 0;
    font-size: 0;
    height: 0;
    padding-top: 37.5%;
    padding-bottom: 37.5%;
    vertical-align: middle;
  }
  .landing-box.wild-camps-pic-right .link {
    grid-row: 3;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.landing-box.wild-camps-pic-left {
  grid-template-columns: repeat(24, 1fr);
}
.landing-box.wild-camps-pic-left .pic {
  grid-row: 1;
  grid-column: 1 / span 16;
}
.landing-box.wild-camps-pic-left .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  vertical-align: middle;
}
.landing-box.wild-camps-pic-left .link {
  display: flex;
  display: none;
  grid-row: 1;
  grid-column: 1;
  align-self: initial;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.landing-box.wild-camps-pic-left .link .link-text {
  display: none;
}
.landing-box.wild-camps-pic-left .content {
  grid-row: 1;
  grid-column: 12 / span 13;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.landing-box.wild-camps-pic-left .content h2 {
  padding-right: 0;
}
.landing-box.wild-camps-pic-left .content .below {
  display: none;
}
@media (max-width: 800px) {
  .landing-box.wild-camps-pic-left {
    display: block;
  }
  .landing-box.wild-camps-pic-left .content {
    padding: 20px;
  }
  .landing-box.wild-camps-pic-left .pic {
    grid-row: 2;
  }
  .landing-box.wild-camps-pic-left .pic:before {
    content: '\00a0';
    display: inline-block;
    width: 0;
    font-size: 0;
    height: 0;
    padding-top: 37.5%;
    padding-bottom: 37.5%;
    vertical-align: middle;
  }
  .landing-box.wild-camps-pic-left .link {
    grid-row: 3;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.landing-box.pic-with-caption .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 55%;
  padding-bottom: 55%;
  vertical-align: middle;
}
.landing-box.pic-with-caption .content {
  padding-right: 20px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.landing-box.pic-with-caption .content .std-txt h1 {
  margin-top: 0;
}
.landing-box.pic-with-caption .content .std-txt h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
  color: #f2af20;
  border-bottom: 0;
}
.landing-box.pic-with-caption .content .diff-text h2 {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
  border-bottom: 0;
  text-transform: none;
  font-weight: 600;
  margin-top: 0;
}
.landing-box.pic-with-caption .content .diff-text p {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
  font-weight: 300;
}
.landing-box.pic-with-caption .link {
  display: contents;
}
.landing-box.pic-with-caption .link img {
  display: none;
}
.landing-box.pic-with-caption .link .link-text {
  font-family: 'Paytone One', sans-serif;
  font-size: 11.29688442pt;
  align-self: start;
  color: white;
  background-color: #8dbc3f;
  padding: 10px 5px;
  text-transform: uppercase;
}
.landing-box.pic-with-caption .parks-and-rec img {
  display: block;
  margin: 20px auto;
}
@media (min-width: 650px) {
  .landing-box.pic-with-caption {
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto 1fr;
  }
  .landing-box.pic-with-caption .content {
    grid-row: 1 / span 3;
    grid-column: 1 / span 17;
  }
  .landing-box.pic-with-caption .pic {
    grid-row: 1;
    grid-column: 19 / span 6;
  }
  .landing-box.pic-with-caption .link .link-text {
    grid-column: 19 / span 6;
    grid-row: 2;
  }
  .landing-box.pic-with-caption .parks-and-rec {
    grid-row: 3;
    grid-column: 19 / span 6;
  }
}
@media (max-width: 650px) {
  .landing-box.pic-with-caption {
    grid-template-columns: 1fr;
  }
  .landing-box.pic-with-caption .content {
    grid-row: 1;
  }
  .landing-box.pic-with-caption .pic {
    grid-row: 2;
  }
  .landing-box.pic-with-caption .link .link-text {
    grid-row: 3;
  }
  .landing-box.pic-with-caption .parks-and-rec {
    grid-row: 4;
  }
}
.landing-box.logo-with-caption .pic {
  margin-top: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.landing-box.logo-with-caption .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 55%;
  padding-bottom: 55%;
  vertical-align: middle;
}
.landing-box.logo-with-caption .content {
  padding-right: 20px;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.landing-box.logo-with-caption .content h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 26.58090452pt;
  border-bottom: 0;
  margin-top: 0;
}
.landing-box.logo-with-caption .content h3 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
  color: #f2af20 !important;
  border-bottom: 0;
  text-transform: none;
  font-weight: 600;
  margin-top: 0;
}
.landing-box.logo-with-caption .content p {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
  font-weight: 300;
}
.landing-box.logo-with-caption .link {
  display: none;
}
@media (min-width: 650px) {
  .landing-box.logo-with-caption {
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto 1fr;
  }
  .landing-box.logo-with-caption .content {
    grid-row: 1 / span 2;
    grid-column: 1 / span 17;
  }
  .landing-box.logo-with-caption .pic {
    grid-row: 1;
    grid-column: 17 / span 8;
  }
}
@media (max-width: 650px) {
  .landing-box.logo-with-caption {
    grid-template-columns: 1fr;
  }
  .landing-box.logo-with-caption .content {
    grid-row: 1;
  }
  .landing-box.logo-with-caption .pic {
    grid-row: 2;
  }
}
@media (min-width: 650px) {
  .landing-box {
    grid-template-columns: 1fr 1fr;
  }
  .landing-box .pic {
    grid-row: 1;
    grid-column: 1;
  }
  .landing-box .content {
    grid-row: 1;
    grid-column: 2;
    padding-bottom: 70px;
  }
  .landing-box .link {
    grid-row: 1;
    grid-column: 2;
    align-self: end;
    justify-self: end;
    padding: 20px 30px;
  }
  .landing-box.pic-right .pic {
    grid-column: 2;
  }
  .landing-box.pic-right .content {
    grid-column: 1;
  }
  .landing-box.pic-right .link {
    grid-column: 1;
    justify-self: start;
  }
  .landing-box.camps-pic-right .pic {
    grid-column: 2;
  }
  .landing-box.camps-pic-right .content {
    grid-column: 1;
  }
  .landing-box.camps-pic-right .link {
    grid-column: 1;
    justify-self: start;
  }
  .landing-box.camps-pic-right.wider {
    grid-template-columns: 3fr 1fr;
  }
}
@media (max-width: 650px) {
  .landing-box .content {
    grid-row: 1;
    grid-column: 1 / span 2;
    padding-bottom: 50px;
  }
  .landing-box.pic-right .pic,
  .landing-box.pic-left .pic {
    grid-row: 2;
    grid-column: 2;
  }
  .landing-box.pic-right .link,
  .landing-box.pic-left .link {
    grid-row: 2;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landing-box.camps-pic-right .pic {
    grid-row: 3;
    grid-column: 1 / span 2;
  }
  .landing-box.camps-pic-right .link {
    justify-self: left;
    align-self: end;
  }
}
@media (max-width: 550px) {
  .landing-box.pic-right .content,
  .landing-box.pic-left .content {
    padding-left: 14px;
  }
  .landing-box.pic-right .content h2,
  .landing-box.pic-left .content h2 {
    font-family: 'Paytone One', sans-serif;
    font-size: 15.94854271pt;
  }
  .landing-box.pic-right .pic,
  .landing-box.pic-left .pic {
    grid-row: 2;
    grid-column: 1 / span 2;
  }
  .landing-box.pic-right .link,
  .landing-box.pic-left .link {
    grid-row: 3;
    grid-column: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}
.landing-box.brown {
  background-color: #3d332a;
}
.landing-box.brown .content h2 {
  border-bottom-color: #685646;
}
.landing-box.brown .link {
  background-color: #685646;
}
.landing-box.brown.wild-camps-pic-right .content,
.landing-box.brown.wild-camps-pic-left .content {
  padding-top: 7%;
}
.landing-box.brown.wild-camps-pic-right .content h2,
.landing-box.brown.wild-camps-pic-left .content h2 {
  border-bottom: 0;
  color: #f2af20;
  text-align: center;
}
.landing-box.brown.wild-camps-pic-right .content h2 strong,
.landing-box.brown.wild-camps-pic-left .content h2 strong {
  color: white;
  font-weight: inherit;
}
.landing-box.brown.wild-camps-pic-right .content h3,
.landing-box.brown.wild-camps-pic-left .content h3 {
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.landing-box.brown.wild-camps-pic-right .content p,
.landing-box.brown.wild-camps-pic-left .content p {
  text-align: center;
}
.landing-box.brown.wild-camps-pic-right .link,
.landing-box.brown.wild-camps-pic-left .link {
  display: none;
}
.landing-box.brown.wild-camps-pic-right .content {
  background: #3d332a;
  background: linear-gradient(90deg, #3d332a 0%, #3d332a 60%, rgba(61, 51, 42, 0) 100%);
  padding-right: 40%;
}
.landing-box.brown.wild-camps-pic-left .content {
  background: #3d332a;
  background: linear-gradient(90deg, rgba(61, 51, 42, 0) 0%, #3d332a 30%, #3d332a 100%);
}
.landing-box.yellow {
  background-color: #f2af20;
}
.landing-box.yellow .content h2 {
  border-bottom-color: #f27e20;
}
.landing-box.yellow .link {
  background-color: #f27e20;
}
.landing-box.yellow.wild-camps-pic-right .content {
  background: #3d332a;
  background: linear-gradient(90deg, #3d332a 0%, #3d332a 60%, rgba(61, 51, 42, 0) 100%);
}
.landing-box.yellow.wild-camps-pic-right .content h2 {
  border-bottom: 0;
  color: white;
}
.landing-box.yellow.wild-camps-pic-right .content h3 {
  color: #f2af20;
}
.landing-box.yellow.wild-camps-pic-right .link {
  background-color: #f2af20;
}
.landing-box.blue {
  background-color: #76aed0;
}
.landing-box.blue .content h2 {
  border-bottom-color: #3681af;
}
.landing-box.blue .link {
  background-color: #3681af;
}
.landing-box.blue.wild-camps-pic-right .content {
  background: #76aed0;
  background: linear-gradient(90deg, #76aed0 0%, #76aed0 60%, rgba(118, 174, 208, 0) 100%);
}
.landing-box.blue.wild-camps-pic-right .content h2 {
  border-bottom: 0;
  color: white;
}
.landing-box.blue.wild-camps-pic-right .content h3 {
  color: #3681af;
}
.landing-box.blue.wild-camps-pic-right .link {
  background-color: #3681af;
}
.landing-box.purple {
  background-color: #8c79ae;
}
.landing-box.purple .content h2 {
  border-bottom-color: #624b8a;
}
.landing-box.purple .link {
  background-color: #624b8a;
}
.landing-box.purple.wild-camps-pic-right .content {
  background: #8c79ae;
  background: linear-gradient(90deg, #8c79ae 0%, #8c79ae 60%, rgba(140, 121, 174, 0) 100%);
}
.landing-box.purple.wild-camps-pic-right .content h2 {
  border-bottom: 0;
  color: white;
}
.landing-box.purple.wild-camps-pic-right .content h3 {
  color: #624b8a;
}
.landing-box.purple.wild-camps-pic-right .link {
  background-color: #624b8a;
}
.landing-box.purple p a {
  color: #1a4f70;
}
.landing-box.red {
  background-color: #c34d4f;
}
.landing-box.red .content h2 {
  border-bottom-color: #81192c;
}
.landing-box.red .link {
  background-color: #81192c;
}
.landing-box.red.wild-camps-pic-right .content {
  background: #8c79ae;
  background: linear-gradient(90deg, #c34d4f 0%, #c34d4f 60%, rgba(195, 77, 79, 0) 100%);
}
.landing-box.red.wild-camps-pic-right .content h2 {
  border-bottom: 0;
}
.landing-box.red.wild-camps-pic-right .link {
  background-color: #81192c;
}
.landing-box.green {
  background-color: #8dbc3f;
}
.landing-box.green .content h2 {
  border-bottom-color: #6a971f;
}
.landing-box.green .link {
  background-color: #6a971f;
}
.landing-box.green.wild-camps-pic-right .content {
  background: #8dbc3f;
  background: linear-gradient(90deg, #8dbc3f 0%, #8dbc3f 60%, rgba(141, 188, 63, 0) 100%);
}
.landing-box.green.wild-camps-pic-right .content h2 {
  border-bottom: 0;
  color: white;
}
.landing-box.green.wild-camps-pic-right .content h3 {
  color: #6a971f;
}
.landing-box.green.wild-camps-pic-right .link {
  background-color: #6a971f;
}
.landing-box.green p a {
  color: #1a4f70;
}
.landing-box.transparent {
  background-color: transparent;
}
.landing-box.transparent .content h2,
.landing-box.transparent .content p {
  color: #3d332a;
}
.landing-box:hover .link {
  position: relative;
}
.landing-box:hover .link:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-color: black;
}
.pic-grid {
  display: grid;
}
.pic-grid .pic {
  background-position: center center;
  background-size: cover;
}
.pic-grid .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.65553235%;
  padding-bottom: 34.65553235%;
  vertical-align: middle;
}
@media (min-width: 650px) {
  .pic-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pic-grid .ie6.four,
.pic-grid ie7.four,
.pic-grid ie8.four {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 800px) {
  .pic-grid.four {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pic-grid[data-speciallayout="party-on-the-prairie"] {
  row-gap: 5px;
  column-gap: 5px;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .pic {
  grid-column: span 2;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6,
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7,
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 {
  grid-template-columns: repeat(6, 1fr);
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(1),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(1),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(1) {
  grid-column: 1 / span 3;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(2),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(2),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(2) {
  grid-column: 1 / span 3;
  grid-row: 2;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(3),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(3),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(3) {
  grid-column: 4 / span 3;
  grid-row: 1 / span 2;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(4),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(4),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(4) {
  grid-column: 1 / span 6;
  grid-row: 3;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(4):before,
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(4):before,
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(4):before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 16.66666667%;
  padding-bottom: 16.66666667%;
  vertical-align: middle;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(5),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(5),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(5) {
  grid-column: 1 / span 2;
  grid-row: 4;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(6),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(6),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(6) {
  grid-column: 3 / span 2;
  grid-row: 4;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(7),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(7),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(7) {
  grid-column: 5 / span 2;
  grid-row: 4;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(8),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(8),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(8) {
  grid-column: 1 / span 3;
  grid-row: 5 / span 2;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(9),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(9),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(9) {
  grid-column: 4 / span 3;
  grid-row: 5;
}
.pic-grid[data-speciallayout="party-on-the-prairie"] .ie6 .pic:nth-child(10),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie7 .pic:nth-child(10),
.pic-grid[data-speciallayout="party-on-the-prairie"] ie8 .pic:nth-child(10) {
  grid-column: 4 / span 3;
  grid-row: 6;
}
@media (min-width: 800px) {
  .pic-grid[data-speciallayout="party-on-the-prairie"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(1) {
    grid-column: 1 / span 3;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(2) {
    grid-column: 1 / span 3;
    grid-row: 2;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(3) {
    grid-column: 4 / span 3;
    grid-row: 1 / span 2;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(4) {
    grid-column: 1 / span 6;
    grid-row: 3;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(4):before {
    content: '\00a0';
    display: inline-block;
    width: 0;
    font-size: 0;
    height: 0;
    padding-top: 16.66666667%;
    padding-bottom: 16.66666667%;
    vertical-align: middle;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(5) {
    grid-column: 1 / span 2;
    grid-row: 4;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(6) {
    grid-column: 3 / span 2;
    grid-row: 4;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(7) {
    grid-column: 5 / span 2;
    grid-row: 4;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(8) {
    grid-column: 1 / span 3;
    grid-row: 5 / span 2;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(9) {
    grid-column: 4 / span 3;
    grid-row: 5;
  }
  .pic-grid[data-speciallayout="party-on-the-prairie"] .pic:nth-child(10) {
    grid-column: 4 / span 3;
    grid-row: 6;
  }
}
.yellow-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f2af20;
  border-radius: 50%;
}
.yellow-circle:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.yellow-circle img {
  display: block;
}
.financial-report {
  display: grid;
  column-gap: 40px;
  row-gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.financial-report .pic {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.financial-report .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 80%;
  padding-bottom: 80%;
  vertical-align: middle;
}
.financial-report .content {
  padding-right: 58px;
}
.financial-report .content h1,
.financial-report .content h2,
.financial-report .content h3 {
  margin-top: 0;
  font-weight: 600;
}
.financial-report .content h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 23.25829146pt;
}
.financial-report.program-layout {
  border-top: 0 !important;
  background-color: #f3f2ee;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.financial-report.program-layout .pic {
  background-size: cover;
}
.financial-report.program-layout .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.financial-report.program-layout .content {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 650px) {
  .financial-report {
    grid-template-columns: 174px auto ;
  }
}
@media (max-width: 650px) {
  .financial-report .pic {
    margin: auto;
    width: 174px;
  }
}
.financial-report + .financial-report {
  border-top: solid 4px #e5e3df;
}
.nature-for-all {
  display: grid;
  background-color: #f3f2ee;
  background-image: url("/img/stone-pocked-pattern.png");
  overflow: hidden;
}
.webp .nature-for-all {
  background-image: url("/img/stone-pocked-pattern.webp");
}
@media (max-width: 960px) {
  .nature-for-all {
    background-image: url("/img/stone-pocked-pattern-half.png");
  }
  .webp .nature-for-all {
    background-image: url("/img/stone-pocked-pattern-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .nature-for-all {
    background-image: url("/img/stone-pocked-pattern-2x.png");
  }
  .webp .nature-for-all {
    background-image: url("/img/stone-pocked-pattern-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .nature-for-all {
    background-image: url("/img/stone-pocked-pattern.png");
  }
  .webp .nature-for-all {
    background-image: url("/img/stone-pocked-pattern.webp");
  }
}
.nature-for-all .left-msg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nature-for-all .left-msg h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 26.58090452pt;
  margin-bottom: 0;
  text-transform: uppercase;
}
.nature-for-all .left-msg h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
  color: #f2af20;
  text-transform: uppercase;
}
.nature-for-all .right-msg {
  background-color: #f2af20;
  position: relative;
  text-align: center;
}
.nature-for-all .right-msg .yellow-curve-picture img {
  position: absolute;
  top: 50%;
  right: 80%;
  transform: translateY(-50%);
}
.nature-for-all .right-msg .msg {
  position: relative;
  z-index: 2;
}
.nature-for-all .right-msg h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
}
.nature-for-all .right-margin {
  background-color: #f2af20;
}
.nature-for-all .ie6,
.nature-for-all ie7,
.nature-for-all ie8 {
  grid-template-columns: minmax(20px, 1fr) minmax(100px, 875px) minmax(20px, 1fr);
}
.nature-for-all .ie6 .cent,
.nature-for-all ie7 .cent,
.nature-for-all ie8 .cent {
  display: grid;
  grid-template-columns: 7fr 2fr;
}
.nature-for-all .ie6 .right-msg,
.nature-for-all ie7 .right-msg,
.nature-for-all ie8 .right-msg {
  display: flex;
  align-items: center;
}
@media (min-width: 800px) {
  .nature-for-all {
    grid-template-columns: minmax(20px, 1fr) minmax(100px, 875px) minmax(20px, 1fr);
  }
  .nature-for-all .cent {
    display: grid;
    grid-template-columns: 7fr 2fr;
  }
  .nature-for-all .right-msg {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .nature-for-all .right-msg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nature-for-all .right-msg .yellow-curve-picture {
    display: none;
  }
  .nature-for-all .left-msg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stay-in-touch {
  display: grid;
  overflow: hidden;
  position: relative;
}
.stay-in-touch .left-margin,
.stay-in-touch .left-msg {
  background-color: #76aed0;
}
.stay-in-touch .left-msg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.stay-in-touch .left-msg h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 26.58090452pt;
  color: black;
  margin-bottom: 0;
  text-transform: uppercase;
}
.stay-in-touch .left-msg h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
  color: #3681af;
  text-transform: uppercase;
  margin-top: 0;
}
.stay-in-touch .right-img picture img {
  object-position: left center;
}
.stay-in-touch .ie6,
.stay-in-touch ie7,
.stay-in-touch ie8 {
  grid-template-columns: minmax(20px, 1fr) minmax(100px, 875px) minmax(20px, 1fr);
}
.stay-in-touch .ie6 .cent,
.stay-in-touch ie7 .cent,
.stay-in-touch ie8 .cent {
  display: grid;
  grid-template-columns: 7fr 2fr;
}
.stay-in-touch .ie6 .right-msg,
.stay-in-touch ie7 .right-msg,
.stay-in-touch ie8 .right-msg {
  display: flex;
  align-items: center;
}
.stay-in-touch .ie6 .right-img,
.stay-in-touch ie7 .right-img,
.stay-in-touch ie8 .right-img {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.stay-in-touch .ie6 .right-img:before,
.stay-in-touch ie7 .right-img:before,
.stay-in-touch ie8 .right-img:before {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-100%, -50%);
  height: 650px;
  width: 650px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #76aed0;
}
@media (min-width: 800px) {
  .stay-in-touch {
    grid-template-columns: minmax(20px, 1fr) minmax(100px, 875px) minmax(20px, 1fr);
  }
  .stay-in-touch .cent {
    display: grid;
    grid-template-columns: 7fr 2fr;
  }
  .stay-in-touch .right-msg {
    display: flex;
    align-items: center;
  }
  .stay-in-touch .right-img {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  .stay-in-touch .right-img:before {
    content: '\00a0';
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-100%, -50%);
    height: 650px;
    width: 650px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #76aed0;
  }
}
@media (max-width: 800px) {
  .stay-in-touch .right-msg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .stay-in-touch .right-msg .yellow-curve-picture {
    display: none;
  }
  .stay-in-touch .left-msg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stay-in-touch .right-img {
    display: block;
    aspect-ratio: 3;
  }
}
.become-a-member-bar {
  display: grid;
  background-color: #f3f2ee;
  background-image: url("/img/stone-pocked-pattern.png");
  overflow: hidden;
  background-color: #3d332a;
}
.webp .become-a-member-bar {
  background-image: url("/img/stone-pocked-pattern.webp");
}
@media (max-width: 960px) {
  .become-a-member-bar {
    background-image: url("/img/stone-pocked-pattern-half.png");
  }
  .webp .become-a-member-bar {
    background-image: url("/img/stone-pocked-pattern-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .become-a-member-bar {
    background-image: url("/img/stone-pocked-pattern-2x.png");
  }
  .webp .become-a-member-bar {
    background-image: url("/img/stone-pocked-pattern-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .become-a-member-bar {
    background-image: url("/img/stone-pocked-pattern.png");
  }
  .webp .become-a-member-bar {
    background-image: url("/img/stone-pocked-pattern.webp");
  }
}
.become-a-member-bar .left-msg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.become-a-member-bar .left-msg h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 26.58090452pt;
  margin-bottom: 0;
  text-transform: uppercase;
}
.become-a-member-bar .left-msg h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
  color: #f2af20;
  text-transform: uppercase;
}
.become-a-member-bar .right-msg {
  background-color: #f2af20;
  position: relative;
  text-align: center;
}
.become-a-member-bar .right-msg .yellow-curve-picture img {
  position: absolute;
  top: 50%;
  right: 80%;
  transform: translateY(-50%);
}
.become-a-member-bar .right-msg .msg {
  position: relative;
  z-index: 2;
}
.become-a-member-bar .right-msg h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
}
.become-a-member-bar .right-margin {
  background-color: #f2af20;
}
.become-a-member-bar .ie6,
.become-a-member-bar ie7,
.become-a-member-bar ie8 {
  grid-template-columns: minmax(20px, 1fr) minmax(100px, 875px) minmax(20px, 1fr);
}
.become-a-member-bar .ie6 .cent,
.become-a-member-bar ie7 .cent,
.become-a-member-bar ie8 .cent {
  display: grid;
  grid-template-columns: 7fr 2fr;
}
.become-a-member-bar .ie6 .right-msg,
.become-a-member-bar ie7 .right-msg,
.become-a-member-bar ie8 .right-msg {
  display: flex;
  align-items: center;
}
@media (min-width: 800px) {
  .become-a-member-bar {
    grid-template-columns: minmax(20px, 1fr) minmax(100px, 875px) minmax(20px, 1fr);
  }
  .become-a-member-bar .cent {
    display: grid;
    grid-template-columns: 7fr 2fr;
  }
  .become-a-member-bar .right-msg {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .become-a-member-bar .right-msg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .become-a-member-bar .right-msg .yellow-curve-picture {
    display: none;
  }
  .become-a-member-bar .left-msg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.become-a-member-bar .left-msg,
.become-a-member-bar .left-margin {
  background-color: #f2af20;
}
.become-a-member-bar .left-msg {
  position: relative;
}
.become-a-member-bar .right-msg,
.become-a-member-bar .right-margin {
  background-color: #3d332a;
}
.become-a-member-bar .right-msg .yellow-curve-picture img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.become-a-member-bar .ie6 .cent,
.become-a-member-bar ie7 .cent,
.become-a-member-bar ie8 .cent {
  grid-template-columns: 5fr 5fr;
}
.become-a-member-bar .ie6 .right-msg,
.become-a-member-bar ie7 .right-msg,
.become-a-member-bar ie8 .right-msg {
  padding-left: 50%;
}
@media (min-width: 800px) {
  .become-a-member-bar .cent {
    grid-template-columns: 5fr 5fr;
  }
  .become-a-member-bar .right-msg {
    padding-left: 50%;
  }
}
.video-widget .content {
  text-align: center;
}
.video-holder {
  position: relative;
}
.video-holder:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
  vertical-align: middle;
}
.video-holder iframe,
.video-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.program-link-tile {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #3d332a;
}
.program-link-tile .pic {
  grid-column: 1 / span 6;
  background-position: center center;
  background-size: cover;
}
.program-link-tile .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.program-link-tile .msg {
  background-color: #f3f2ee;
  grid-column: 7 / span 17;
  padding: 5px 20px;
}
.program-link-tile .msg h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 23.25829146pt;
  text-transform: uppercase;
}
.program-link-tile .bar {
  background-color: #f2af20;
  display: flex;
  align-items: center;
  text-align: center;
  justify-items: center;
  grid-column: 24;
}
.program-link-tile .bar picture {
  display: block;
  margin: auto;
}
.field-trips-mega-expando {
  padding-top: 2px !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
}
.field-trips-mega-expando .expando:first-child .opener {
  margin-top: 0;
}
.field-trips-mega-expando .expando .opener strong {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
  color: #3d332a;
  text-transform: none;
}
.field-trips-mega-expando .expando .opener:after {
  content: url('/img/chevron-down-in-yellow-circle.png');
}
.field-trips-mega-expando .expando .expando .opener {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
  position: relative;
  color: #3d332a;
  text-transform: none;
  font-weight: 600;
  padding-left: 40px;
}
.field-trips-mega-expando .expando .expando .opener strong {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
  color: #8b857f;
}
.field-trips-mega-expando .expando .expando .opener:after {
  content: url('/img/chevron-down-yellow.png');
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 15px;
}
.field-trips-mega-expando .expando .expando.open .opener:after {
  transform: rotate(0deg);
}
.pricing-grid img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.pricing-grid p {
  margin: 0;
}
table.price-table-blue {
  width: 100%;
}
table.price-table-blue th {
  color: white;
}
table.price-table-blue td,
table.price-table-blue th {
  padding: 6px 8px;
  text-align: center;
}
table.price-table-blue td:first-child,
table.price-table-blue th:first-child {
  text-align: left;
}
table.price-table-blue th {
  background-color: #76aed0;
}
table.price-table-purple {
  width: 100%;
}
table.price-table-purple th {
  color: white;
}
table.price-table-purple td,
table.price-table-purple th {
  padding: 6px 8px;
  text-align: center;
}
table.price-table-purple td:first-child,
table.price-table-purple th:first-child {
  text-align: left;
}
table.price-table-purple th {
  background-color: #8c79ae;
}
table.related-events {
  border-spacing: 2px;
  border-collapse: separate;
}
table.related-events th,
table.related-events td {
  padding: 5px 10px;
  font-weight: 300;
}
table.related-events > tbody > tr > th {
  background-color: #76aed0;
  color: white;
  text-align: left;
}
table.related-events > tbody > tr > td {
  vertical-align: top;
}
table.related-events > tbody > tr > td:last-child {
  padding-top: 0;
}
table.related-events > tbody > tr > td:first-child:after {
  content: '\00a0';
  margin-right: -10px;
  float: right;
  border-right: solid 1px #e5e3df;
  margin-top: 5px;
}
table.related-events a {
  color: #f2af20;
}
html:not(.editing-page) .rotator.shiner-show {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
html:not(.editing-page) .rotator.shiner-show .advance {
  grid-row: 1;
  grid-column: 2;
}
html:not(.editing-page) .rotator.shiner-show .previous {
  grid-row: 1;
  grid-column: 1;
}
html:not(.editing-page) .rotator.shiner-show .dots {
  grid-row: 2;
  grid-column: span 3;
}
html:not(.editing-page) .rotator.shiner-show .content {
  display: contents;
}
html:not(.editing-page) .rotator.shiner-show .content > * {
  display: none;
}
html:not(.editing-page) .rotator.shiner-show .slide {
  display: block;
  opacity: 0;
  grid-row: 1;
  grid-column: 2;
}
html:not(.editing-page) .rotator.shiner-show .slide:first-child {
  opacity: 1;
}
html:not(.editing-page) .rotator.shiner-show .slide.invisible {
  opacity: 0;
}
html:not(.editing-page) .rotator.shiner-show .slide.visible {
  opacity: 1;
}
html:not(.editing-page) .rotator.shiner-show .container {
  position: relative;
  z-index: 5;
}
html:not(.editing-page) .rotator.shiner-show.transitions-on .slide {
  transition: opacity 1s;
}
html:not(.editing-page) .rotator.shiner-show .dots {
  text-align: center;
}
html:not(.editing-page) .rotator.shiner-show .dots .dot {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #f2af20;
  transition: background-color 1s;
  cursor: pointer;
}
html:not(.editing-page) .rotator.shiner-show .dots .dot.current {
  background-color: #f2af20;
}
.ei-two-grid .right-then-center {
  text-align: center;
}
.ei-two-grid .right-then-center .ie6,
.ei-two-grid .right-then-center ie7,
.ei-two-grid .right-then-center ie8 {
  text-align: right;
}
@media (min-width: 800px) {
  .ei-two-grid .right-then-center {
    text-align: right;
  }
}
.sponsor-logo-group {
  text-align: center;
  display: grid;
  column-gap: 20px;
}
.sponsor-logo-group .ie6,
.sponsor-logo-group ie7,
.sponsor-logo-group ie8 {
  grid-template-columns: repeat(3, 1fr);
}
.sponsor-logo-group .ie6 .sponsor-logo,
.sponsor-logo-group ie7 .sponsor-logo,
.sponsor-logo-group ie8 .sponsor-logo {
  display: contents;
}
.sponsor-logo-group .ie6 .sponsor-logo a,
.sponsor-logo-group ie7 .sponsor-logo a,
.sponsor-logo-group ie8 .sponsor-logo a {
  display: grid;
  grid-template-rows: 1fr 80px;
  row-gap: 30px;
  height: 100%;
}
.sponsor-logo-group .ie6 .sponsor-logo a figure,
.sponsor-logo-group ie7 .sponsor-logo a figure,
.sponsor-logo-group ie8 .sponsor-logo a figure {
  align-self: center;
}
.sponsor-logo-group .ie6 .sponsor-logo a figure img,
.sponsor-logo-group ie7 .sponsor-logo a figure img,
.sponsor-logo-group ie8 .sponsor-logo a figure img {
  width: auto;
  max-height: 150px;
}
@media (min-width: 800px) {
  .sponsor-logo-group {
    grid-template-columns: repeat(3, 1fr);
  }
  .sponsor-logo-group .sponsor-logo {
    display: contents;
  }
  .sponsor-logo-group .sponsor-logo a {
    display: grid;
    grid-template-rows: 1fr 80px;
    row-gap: 30px;
    height: 100%;
  }
  .sponsor-logo-group .sponsor-logo a figure {
    align-self: center;
  }
  .sponsor-logo-group .sponsor-logo a figure img {
    width: auto;
    max-height: 150px;
  }
}
.sponsor-logo-group .sponsor-logo {
  vertical-align: bottom;
  display: inline-block;
}
.sponsor-logo-group .sponsor-logo img {
  width: 100%;
}
.related-event-start-date {
  width: 30px;
  text-align: right;
  padding-left: 0 !important;
  white-space: nowrap;
}
.centered-image {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.centered-image .pic {
  width: 100%;
}
.centered-image img {
  display: inline-block !important;
  margin-left: auto;
  margin-right: auto;
}
.std-header {
  color: white;
  background-color: black;
  padding: 20px;
}
.std-header .ie6,
.std-header ie7,
.std-header ie8 {
  padding: 20px 58px 20px 58px;
}
@media (min-width: 800px) {
  .std-header {
    padding: 20px 58px 20px 58px;
  }
}
.std-header .logo {
  color: white;
  text-decoration: none;
}
.std-header .logo img {
  max-width: 80%;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.std-header .menu li a {
  font-size: 15.2pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
.std-header .ie6,
.std-header .ie7,
.std-header .ie8 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.std-header .ie6 nav,
.std-header .ie7 nav,
.std-header .ie8 nav {
  justify-self: right;
  align-self: center;
  text-align: right;
}
.std-header .ie6 .menu,
.std-header .ie7 .menu,
.std-header .ie8 .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.std-header .ie6 .menu li,
.std-header .ie7 .menu li,
.std-header .ie8 .menu li {
  display: inline-block;
}
.std-header .ie6 .menu li.current,
.std-header .ie7 .menu li.current,
.std-header .ie8 .menu li.current {
  border-bottom: solid 2px white;
}
.std-header .ie6 .tribar,
.std-header .ie7 .tribar,
.std-header .ie8 .tribar {
  display: none;
}
@media (min-width: 875px) {
  .std-header {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .std-header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  .std-header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .std-header .menu li {
    display: inline-block;
  }
  .std-header .menu li.current {
    border-bottom: solid 2px white;
  }
  .std-header .tribar {
    display: none;
  }
}
@media (max-width: 875px) {
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: #6a971f;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav > li {
    display: block;
    text-align: center;
  }
  .std-header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .std-header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .std-header nav > li > ul a {
    text-align: center;
  }
  .std-header nav.open {
    right: 0;
    opacity: 1;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
}
.plan-a-day {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 80px;
}
.plan-a-day h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 26.58090452pt;
  margin-bottom: 30px;
}
.plan-a-day h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 13.95497488pt;
  margin-bottom: 0;
}
.plan-a-day p {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
}
.plan-a-day .ei-two-grid {
  text-align: left;
}
.plan-a-day .ei-two-grid h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 16.61306533pt;
}
.plan-a-day .ei-two-grid .col2 h3 {
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
}
.plan-a-day .ei-two-grid .col2 p {
  font-family: 'Bree Serif', serif;
  font-size: 11.60338028pt;
}
@media (max-width: 650px) {
  .plan-a-day {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-footer {
  background-color: #3d332a;
  color: white;
  padding-top: 40px;
}
.page-footer .top {
  display: grid;
}
.page-footer .top h2,
.page-footer .top h3 {
  margin-top: 0;
}
.page-footer .top .contact h2,
.page-footer .top .support h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 11.29688442pt;
  padding-bottom: 3px;
  border-bottom: solid 2px #78716a;
  text-transform: uppercase;
}
.page-footer .top .contact p,
.page-footer .top .support p {
  font-family: 'Bree Serif', serif;
  font-size: 10.87816901pt;
}
.page-footer .top .contact p strong,
.page-footer .top .support p strong {
  color: #f2af20;
}
.page-footer .top .contact p a,
.page-footer .top .support p a {
  text-decoration: none;
  color: #f2af20;
  font-weight: 600;
}
.page-footer .top .contact p a:hover,
.page-footer .top .support p a:hover {
  text-decoration: underline;
}
.page-footer .top .about {
  text-align: right;
}
.page-footer .top .about h2 {
  font-family: 'Paytone One', sans-serif;
  font-size: 17.94211055pt;
  line-height: 1.1em;
}
.page-footer .top .about p {
  font-family: 'Bree Serif', serif;
  font-size: 10.87816901pt;
}
.page-footer .top .ie6,
.page-footer .top ie7,
.page-footer .top ie8 {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 30px;
}
.page-footer .top .ie6 .about,
.page-footer .top ie7 .about,
.page-footer .top ie8 .about {
  grid-column: span 2;
  padding-left: 80px;
}
@media (min-width: 800px) {
  .page-footer .top {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 30px;
  }
  .page-footer .top .about {
    grid-column: span 2;
    padding-left: 80px;
  }
}
@media (max-width: 800px) {
  .page-footer .top {
    row-gap: 20px;
  }
  .page-footer .top .about {
    grid-row: 1;
  }
}
.page-footer .bottom {
  display: grid;
  margin-top: 50px;
}
.page-footer .bottom .social {
  text-align: center;
}
.page-footer .bottom .social .icons .yellow-circle {
  width: 70px;
  margin: 10px;
}
.page-footer .bottom .social .txt {
  font-family: 'Bree Serif', serif;
  font-size: 9.42774648pt;
  padding-bottom: 20px;
}
.page-footer .bottom .social .txt a {
  color: #f2af20;
  text-decoration: none;
}
.page-footer .bottom .social .txt a:hover {
  text-decoration: underline;
}
.page-footer .bottom .ie6,
.page-footer .bottom ie7,
.page-footer .bottom ie8 {
  grid-template-columns: repeat(3, 1fr);
}
.page-footer .bottom .ie6 .leaves,
.page-footer .bottom ie7 .leaves,
.page-footer .bottom ie8 .leaves {
  padding-left: 20px;
  padding-top: 30px;
  align-self: end;
}
.page-footer .bottom .ie6 .leaves img,
.page-footer .bottom ie7 .leaves img,
.page-footer .bottom ie8 .leaves img {
  display: block;
  margin-left: auto;
}
@media (min-width: 800px) {
  .page-footer .bottom {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-footer .bottom .leaves {
    padding-left: 20px;
    padding-top: 30px;
    align-self: end;
  }
  .page-footer .bottom .leaves img {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 800px) {
  .page-footer .bottom .leaves,
  .page-footer .bottom .blank {
    display: none;
  }
}
section.history {
  margin-bottom: 100px;
}
.history-items .item {
  position: relative;
  min-height: 36px;
}
.history-items strong {
  color: #3d332a;
  font-size: 110%;
}
.history-items .on-right {
  padding-left: 15px;
  float: right;
  max-height: 120px;
  padding-bottom: 15px;
}
.history-items .on-left {
  padding-right: 15px;
  float: left;
  max-height: 120px;
  padding-bottom: 15px;
}
.history-items h2 {
  margin: 0;
}
.history-items .img div,
.history-items .img h1,
.history-items .img h2,
.history-items .img h3,
.history-items .img h4,
.history-items .img p {
  color: white;
}
.history-items .img .text {
  background-color: #3d332a;
  padding-bottom: 17px;
}
.history-items .img .text h3 {
  margin-top: 0;
}
.history-items .img .text strong {
  color: white;
}
.history-items .img .dotted,
.history-items .img .dot {
  display: none;
}
.history-items .dotted {
  border-bottom: dotted 2px #f2af20;
  position: absolute;
  top: 32px;
  left: 62px;
  z-index: 8;
  width: 30px;
  font-size: 1px;
  text-align: right;
}
.history-items .dot {
  display: none;
  font-size: 44pt;
  position: absolute;
  top: 28px;
  line-height: 2px;
  left: 90px;
  z-index: 8;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #6a971f;
}
.history-items .back-img {
  position: absolute;
  left: 32px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
}
.history-items .back-img img {
  min-width: 100%;
  min-height: 100%;
}
.history-items .year {
  background-color: #f2af20;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: white;
  position: absolute;
  left: 0;
  z-index: 10;
  font-size: 14pt;
}
.history-items .text {
  position: relative;
  margin-left: 32px;
  padding-left: 73px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 18px;
  background-color: #f3f2ee;
  min-height: 36px;
  z-index: 7;
}
.history-items .slightly-darker .text {
  background-color: #e2e1de;
}
.history-items .darker .text {
  background-color: #3d332a;
  color: white;
}
.history-items .darker .text strong {
  color: white;
}
.history-items .more {
  display: none;
}
.history-items div,
.history-items p,
.history-items a {
  font-family: 'Bree Serif', serif;
  font-size: 13.77901408pt;
}
.history-items p {
  margin-top: 0;
}
.application-form {
  margin-bottom: 80px;
}
.faqs h2 {
  color: #3d332a;
}
.faqs .expando .opener {
  color: #3d332a;
  text-transform: none;
  font-family: 'Bree Serif', serif;
  font-size: 15.22943662pt;
  font-weight: 600;
}
section.calendar .years {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.calendar .years .year {
  background-color: #f3f2ee;
  color: #a09285;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  padding: 10px 25px;
  font-weight: 600;
}
section.calendar .years .year.active {
  background-color: #8dbc3f;
  color: white;
}
section.calendar .months {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}
section.calendar .months .ie6,
section.calendar .months ie7,
section.calendar .months ie8 {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 800px) {
  section.calendar .months {
    display: flex;
    justify-content: space-between;
  }
}
section.calendar .months > div {
  display: inline-block;
  text-transform: uppercase;
  color: #3d332a;
  cursor: pointer;
  padding: 5px 15px 7px;
}
section.calendar .months > div.active {
  color: white;
  background-color: #8dbc3f;
  padding-left: 10px;
  padding-right: 10px;
}
section.calendar .month-marker {
  background-color: #f3f2ee;
  color: #f2af20;
  padding: 5px 15px;
}
section.calendar .all-events {
  position: relative;
}
section.calendar .all-events .ie6,
section.calendar .all-events ie7,
section.calendar .all-events ie8 {
  max-height: 900px;
  padding-right: 15px;
  overflow: scroll;
}
@media (min-width: 800px) {
  section.calendar .all-events {
    max-height: 900px;
    padding-right: 15px;
    overflow: scroll;
  }
}
section.calendar .event {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 10px;
  position: relative;
  border-top: 2px solid #e5e3df;
}
section.calendar .event .price-box {
  color: #6a971f;
  float: right;
  right: 10px;
  text-align: right;
  width: 195px;
  padding-bottom: 10px;
}
section.calendar .event .price-box .actual-price {
  color: #6a971f;
  font-weight: 400;
}
section.calendar .event .price-box img {
  float: left;
}
section.calendar .event .summary,
section.calendar .event .summary span {
  color: #6a971f;
  font-size: 12pt;
  font-weight: 400;
  text-decoration: underline;
}
section.calendar .event .time,
section.calendar .event .time * {
  color: #f27e20;
  font-size: 12pt;
  font-weight: 400;
}
section.calendar .event .description {
  margin-top: 18px;
}
section.calendar .event .description a {
  color: #f27e20;
}
section.calendar .event .read-more {
  float: right;
  margin-top: -1em;
}
section.calendar .event .other-times a {
  text-decoration: underline;
}
section.calendar .event .age-marker {
  float: left;
  margin-top: 4px;
}
section.calendar .event .age-marker:after {
  background-position: center center;
  background-size: 100% 100%;
  width: 30px;
  color: white;
  margin-right: 15px;
  padding: 3px 5px 3px 5px;
  background-repeat: no-repeat;
}
section.calendar .event .age-marker.PRESCHOOL:after {
  background-image: url('/vrsc/123/img/purple-rip-clip.png');
  content: 'PreK';
}
section.calendar .event .age-marker.YOUTH:after {
  background-image: url('/vrsc/123/img/blue-rip-clip.png');
  content: 'Youth';
}
section.calendar .event .age-marker.ADULT:after {
  background-image: url('/vrsc/123/img/orange-rip-clip.png');
  content: 'Adult';
}
section.calendar .event .age-marker.ALLAGES:after {
  background-image: url('/vrsc/123/img/orange-rip-clip.png');
  content: 'All';
}
section.calendar .event.past .summary span,
section.calendar .event.past .price-box .actual-price,
section.calendar .event.past .price-box a,
section.calendar .event.past .time span,
section.calendar .event.past .description,
section.calendar .event.past .description .read-more {
  color: #8b857f;
}
section.calendar .month-marker-holder + .event {
  border-top: 0;
}
.event-details:after {
  content: '';
  display: table;
  clear: both;
}
.event-details .calendar-content:after {
  content: '';
  display: table;
  clear: both;
}
.event-details .all-events {
  margin-top: 40px;
  margin-bottom: 40px;
}
.event-details .all-events .ie6,
.event-details .all-events ie7,
.event-details .all-events ie8 {
  display: grid;
  grid-template-columns: minmax(50%, 66%) 1fr;
  column-gap: 20px;
}
.event-details .all-events .ie6 .related-events,
.event-details .all-events ie7 .related-events,
.event-details .all-events ie8 .related-events {
  align-self: start;
}
.event-details .all-events .ie6 .pic,
.event-details .all-events ie7 .pic,
.event-details .all-events ie8 .pic {
  align-self: start;
}
@media (min-width: 800px) {
  .event-details .all-events {
    display: grid;
    grid-template-columns: minmax(50%, 66%) 1fr;
    column-gap: 20px;
  }
  .event-details .all-events .related-events {
    align-self: start;
  }
  .event-details .all-events .pic {
    align-self: start;
  }
}
@media (max-width: 800px) {
  .event-details .all-events {
    margin-top: 10px;
  }
  .event-details .all-events .pic {
    margin-top: 30px;
  }
  .event-details .all-events .related-events {
    margin: auto;
  }
}
.event-details .all-events .pic img {
  width: 100%;
  display: block;
  margin: auto;
  max-width: 400px;
}
.event-details h1 {
  font-family: 'Candal', sans-serif;
}
.event-details .top {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}
.event-details .top h2 {
  color: #f2af20;
  font-family: 'Candal', sans-serif;
  margin-bottom: 0;
}
.event-details .top h3 {
  margin-top: 6px;
  font-weight: 600;
}
.event-details .top .price-box a {
  color: #f2af20;
}
.event-details .top .ie6,
.event-details .top ie7,
.event-details .top ie8 {
  grid-template-columns: 1fr auto;
}
.event-details .top .ie6 .price-box,
.event-details .top ie7 .price-box,
.event-details .top ie8 .price-box {
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 800px) {
  .event-details .top {
    grid-template-columns: 1fr auto;
  }
  .event-details .top .price-box {
    text-align: right;
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  .event-details h1 {
    margin-bottom: 4px;
  }
  .event-details .top h2 {
    margin-top: 0;
  }
  .event-details .top h3 {
    margin-bottom: 0;
  }
}
.staff-profile-cells {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  overflow: hidden;
}
@media (min-width: 650px) {
  .staff-profile-cells {
    grid-template-columns: repeat(2, 1fr);
  }
}
.staff-profile-cells .ie6,
.staff-profile-cells .ie7,
.staff-profile-cells .ie8 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 875px) {
  .staff-profile-cells {
    grid-template-columns: repeat(4, 1fr);
  }
}
.staff-profile-cells .staff-profile img {
  max-width: 100%;
}
.staff-profile-cells .staff-profile .closed-pic {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.staff-profile-cells .staff-profile .closed-pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.staff-profile-cells .staff-profile .closed-pic .name-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-size: 0;
  background-color: #f27e20;
  transition: opacity 0.3s;
}
.staff-profile-cells .staff-profile .details {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
}
.staff-profile-cells .staff-profile .details .inner-details {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 20px;
  padding: 20px;
  background-color: #f3f2ee;
}
.staff-profile-cells .staff-profile .details .child-pic img {
  width: 100%;
}
.staff-profile-cells .staff-profile .details-height {
  transition: min-height 0.3s;
}
.staff-profile-cells .staff-profile.show .details {
  display: grid;
  z-index: 4;
}
.staff-profile-cells .staff-profile:hover .closed-pic .name-overlay,
.staff-profile-cells .staff-profile.show .closed-pic .name-overlay {
  opacity: 0.6;
}
.board-members {
  margin-top: 50px;
  background-color: #f3f2ee;
}
.board-members .opener {
  color: #f2af20;
  margin-bottom: 0;
  font-family: 'Paytone One', sans-serif !important;
}
.board-members .opener small {
  font-family: 'Bree Serif', serif !important;
  color: #3d332a;
  text-transform: none;
  font-weight: 300;
  padding-left: 30px;
}
.board-members .view .members-list {
  list-style: none;
  column-gap: 30px;
  padding-left: 0;
}
.board-members .view .members-list .ie6,
.board-members .view .members-list ie7,
.board-members .view .members-list ie8 {
  columns: 2;
}
@media (min-width: 800px) {
  .board-members .view .members-list {
    columns: 2;
  }
}
.board-members .view .members-list li {
  margin-bottom: 10px;
  break-inside: avoid;
}
.board-members .view .members-list li strong {
  display: block;
}
.edit-content-inline.std-txt img,
.edit-content-inline .std-txt img {
  max-width: 100%;
}
.ei-form label .edit-content-inline p:first-child {
  margin: 0;
}
.adobe-financial-report {
  width: 100%;
  aspect-ratio: 1.4;
}
/*# sourceMappingURL=pages.css.map */