/*! 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 
 */
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: inherit;
  color: inherit;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #423f45;
}
body p {
  font-weight: 300;
}
body h1,
body h2 {
  font-weight: 700;
}
.webhandle-menus-1-drop-down {
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.webhandle-menus-1-drop-down li {
  position: relative;
  display: inline-block;
  padding: 0 15px 10px 15px;
}
.webhandle-menus-1-drop-down li:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s, bottom 0.3s;
}
.webhandle-menus-1-drop-down li a {
  color: black;
  text-decoration: none;
}
.webhandle-menus-1-drop-down li.current:after,
.webhandle-menus-1-drop-down li:hover:after {
  background-color: black;
  bottom: 0;
}
.webhandle-menus-1-drop-down li > ul {
  position: absolute;
  opacity: 0;
  left: -20000px;
  transition: opacity 0.3s;
  text-align: left;
  padding: 5px 0px;
  margin: 0;
  margin-top: 10px;
}
.webhandle-menus-1-drop-down li > ul li {
  display: block;
  padding: 5px 15px 5px 15px;
  background-color: #072947;
}
.webhandle-menus-1-drop-down li > ul a {
  white-space: nowrap;
}
.webhandle-menus-1-drop-down li:hover > ul {
  z-index: 100;
  opacity: 1;
  left: 0;
}
.webhandle-menus-1-drop-down-mobile {
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  top: 0;
  left: -20000px;
  opacity: 0;
  transition: opacity 0.3s;
  overflow: auto;
  padding: 50px 0;
}
.webhandle-menus-1-drop-down-mobile > li {
  display: block;
  text-align: center;
}
.webhandle-menus-1-drop-down-mobile > li > a {
  text-align: center;
  font-weight: 600;
}
.webhandle-menus-1-drop-down-mobile > li > ul {
  position: relative;
  left: auto;
  opacity: 1;
  text-align: center;
}
.webhandle-menus-1-drop-down-mobile > li > ul a {
  text-align: center;
}
.webhandle-menus-1-drop-down-mobile.open {
  left: 0;
  opacity: 1;
  background-color: white;
}
.webhandle-menus-1-tribar {
  width: 30px;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.webhandle-menus-1-tribar .one,
.webhandle-menus-1-tribar .two,
.webhandle-menus-1-tribar .three {
  border-bottom: solid 3px;
  border-color: black;
}
.webhandle-menus-1-tribar .two {
  margin: 7px 0;
}
.mayo-tours-grid {
  display: grid;
  grid-template-columns: 300px auto;
  column-gap: 30px;
}
@media (max-width: 770px) {
  .mayo-tours-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    justify-items: center;
    row-gap: 60px;
  }
}
.mayo-tours-grid .grid-side {
  max-width: 300px;
}
.mayo-tours-grid .list-of-events h2 {
  margin-top: 0;
}
.mayo-tours-grid .month-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  text-align: center;
  background-color: #f47721;
  color: white;
  font-weight: 600;
  padding: 6px 12px;
}
.mayo-tours-grid .month-nav a {
  text-decoration: none;
  color: white;
}
.mayo-tours-grid .previous,
.mayo-tours-grid .next {
  color: white !important;
}
.mayo-tours-grid .cal-grid {
  display: flex;
  flex-wrap: wrap;
}
.mayo-tours-grid .cal-grid .day-cell {
  box-sizing: border-box;
  width: 14.28571429%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mayo-tours-grid .cal-grid .day-header {
  padding-top: 3px;
  padding-bottom: 3px;
  color: white;
  background-color: #f47721;
  text-align: center;
  font-weight: 600;
}
.mayo-tours-grid .cal-grid .day-grid-box {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #dcdcdc;
  cursor: pointer;
}
.mayo-tours-grid .cal-grid .day-grid-box .date {
  font-weight: 600;
}
.mayo-tours-grid .cal-grid .day-grid-box .individual-events {
  min-height: 8em;
  display: none;
}
.mayo-tours-grid .cal-grid .day-grid-box .grid-event {
  display: block;
  margin: 0 5px;
  border-bottom: #e6e5e6;
  color: #65806D;
  padding: 10px 6px;
  border-bottom: solid 1px #e6e5e6;
  text-decoration: none;
}
.mayo-tours-grid .cal-grid .day-grid-box .grid-event:last-of-type {
  border-bottom: 0;
}
.mayo-tours-grid .cal-grid .day-grid-box .date {
  color: #24221f;
}
.mayo-tours-grid .cal-grid .day-grid-box.non-cur-month {
  background-color: #f9f9f9;
}
.mayo-tours-grid .cal-grid .day-grid-box.non-cur-month .date {
  color: #c5c5c5;
}
.mayo-tours-grid .cal-grid .day-grid-box.has-events {
  background-color: #f47721;
}
.mayo-tours-grid .cal-grid .day-grid-box.has-events .date {
  color: white;
}
.mayo-tours-grid .cal-grid .day-grid-box .time {
  display: none;
}
.mayo-tours-grid .available-tours td,
.mayo-tours-grid .available-tours th {
  padding: 3px 16px;
  color: #423f45 !important;
}
.mayo-tours-grid .action-cell {
  text-align: center;
}
.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;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container .ie6,
.container ie7,
.container ie8 {
  width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .container {
    width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.ei-grid {
  overflow: hidden;
}
.ei-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-15px);
  margin-right: calc(-15px);
}
.ei-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.ei-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 8.333333333333332% - 30px);
}
.ei-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 16.666666666666664% - 30px);
}
.ei-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 25% - 30px);
}
.ei-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 33.33333333333333% - 30px);
}
.ei-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 41.66666666666667% - 30px);
}
.ei-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 50% - 30px);
}
.ei-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 58.333333333333336% - 30px);
}
.ei-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 66.66666666666666% - 30px);
}
.ei-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 75% - 30px);
}
.ei-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 83.33333333333334% - 30px);
}
.ei-grid .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 91.66666666666666% - 30px);
}
.ei-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 100% - 30px);
}
@media (min-width: 900px) {
  .ei-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 8.333333333333332% - 30px);
  }
  .ei-grid .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 12.5% - 30px);
  }
  .ei-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 16.666666666666664% - 30px);
  }
  .ei-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 25% - 30px);
  }
  .ei-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 33.33333333333333% - 30px);
  }
  .ei-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 41.66666666666667% - 30px);
  }
  .ei-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 50% - 30px);
  }
  .ei-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 58.333333333333336% - 30px);
  }
  .ei-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 66.66666666666666% - 30px);
  }
  .ei-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 75% - 30px);
  }
  .ei-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 83.33333333333334% - 30px);
  }
  .ei-grid .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 87.5% - 30px);
  }
  .ei-grid .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 91.66666666666666% - 30px);
  }
  .ei-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 100% - 30px);
  }
}
@media (min-width: 1300px) {
  .ei-grid .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 8.333333333333332% - 30px);
  }
  .ei-grid .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 16.666666666666664% - 30px);
  }
  .ei-grid .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 25% - 30px);
  }
  .ei-grid .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 33.33333333333333% - 30px);
  }
  .ei-grid .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 41.66666666666667% - 30px);
  }
  .ei-grid .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 50% - 30px);
  }
  .ei-grid .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 58.333333333333336% - 30px);
  }
  .ei-grid .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 66.66666666666666% - 30px);
  }
  .ei-grid .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 75% - 30px);
  }
  .ei-grid .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 83.33333333333334% - 30px);
  }
  .ei-grid .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 91.66666666666666% - 30px);
  }
  .ei-grid .row .c12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 100% - 30px);
  }
}
.ei-gutterless-grid {
  overflow: hidden;
}
.ei-gutterless-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-0px);
  margin-right: calc(-0px);
}
.ei-gutterless-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.ei-gutterless-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 8.333333333333332% - 0px);
}
.ei-gutterless-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 16.666666666666664% - 0px);
}
.ei-gutterless-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 25% - 0px);
}
.ei-gutterless-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 33.33333333333333% - 0px);
}
.ei-gutterless-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 41.66666666666667% - 0px);
}
.ei-gutterless-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 50% - 0px);
}
.ei-gutterless-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 58.333333333333336% - 0px);
}
.ei-gutterless-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 66.66666666666666% - 0px);
}
.ei-gutterless-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 75% - 0px);
}
.ei-gutterless-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 83.33333333333334% - 0px);
}
.ei-gutterless-grid .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 91.66666666666666% - 0px);
}
.ei-gutterless-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 100% - 0px);
}
@media (min-width: 900px) {
  .ei-gutterless-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 8.333333333333332% - 0px);
  }
  .ei-gutterless-grid .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 12.5% - 0px);
  }
  .ei-gutterless-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 16.666666666666664% - 0px);
  }
  .ei-gutterless-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 25% - 0px);
  }
  .ei-gutterless-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 33.33333333333333% - 0px);
  }
  .ei-gutterless-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 41.66666666666667% - 0px);
  }
  .ei-gutterless-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 50% - 0px);
  }
  .ei-gutterless-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 58.333333333333336% - 0px);
  }
  .ei-gutterless-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 66.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 75% - 0px);
  }
  .ei-gutterless-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 83.33333333333334% - 0px);
  }
  .ei-gutterless-grid .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 87.5% - 0px);
  }
  .ei-gutterless-grid .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 91.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 100% - 0px);
  }
}
@media (min-width: 1300px) {
  .ei-gutterless-grid .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 8.333333333333332% - 0px);
  }
  .ei-gutterless-grid .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 16.666666666666664% - 0px);
  }
  .ei-gutterless-grid .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 25% - 0px);
  }
  .ei-gutterless-grid .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 33.33333333333333% - 0px);
  }
  .ei-gutterless-grid .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 41.66666666666667% - 0px);
  }
  .ei-gutterless-grid .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 50% - 0px);
  }
  .ei-gutterless-grid .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 58.333333333333336% - 0px);
  }
  .ei-gutterless-grid .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 66.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 75% - 0px);
  }
  .ei-gutterless-grid .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 83.33333333333334% - 0px);
  }
  .ei-gutterless-grid .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 91.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .c12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 100% - 0px);
  }
}
.relative {
  position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.black-border {
  border: solid 1px black;
}
.no-border {
  border: none;
}
.top-up {
  vertical-align: top;
}
.mid-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
.full-back {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ot {
  color: #f6b22c;
}
.odt {
  color: #f6b22c;
}
.orange-deep {
  color: #f47721;
}
.white {
  color: white;
}
.tabs-set .tabs {
  margin-bottom: 20px;
}
.tabs-set .tabs .tab {
  display: inline-block;
  color: white;
  height: 2em;
  line-height: 2em;
  border-radius: 1em;
  padding: 0 20px;
  background-color: #f6b22c;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: solid 1px #c7c7c7;
  color: #f6b22c;
  font-weight: 600;
}
.tabs-set .tabs .tab.white-text {
  color: white !important;
  text-decoration: none !important;
}
.tabs-set .tabs .tab.current {
  background-color: #f6b22c;
  color: white;
  border: solid 1px #f6b22c;
}
.tabs-set .content-cells .cell-wrapper {
  display: none;
}
.tabs-set .content-cells .cell-wrapper.current {
  display: block;
}
.page .container-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page .container-wrapper p:last-child {
  margin: 0;
}
.page .container-wrapper p:first-child {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page .container-wrapper ul {
  padding-inline-start: 20px;
}
.page .container-wrapper ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.page .container-wrapper ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.page .container-wrapper p,
.page .container-wrapper td,
.page .container-wrapper li,
.page .container-wrapper a {
  color: black;
  font-weight: 300;
}
.page .container-wrapper a {
  font-weight: 600;
  color: #f47721;
  text-decoration: none;
}
.page .container-wrapper h3 {
  color: #f47721;
}
.page .container-wrapper h1 {
  font-size: 26.6pt;
  color: #072947;
}
.page .container-wrapper h2 {
  color: #f6b22c;
  font-weight: 300;
}
.page .container-wrapper p {
  line-height: 1.4em;
}
.page .container-wrapper .container {
  padding-top: 1px;
  padding-bottom: 1px;
}
.page .container-wrapper .container:after {
  content: '';
  display: table;
  clear: both;
}
.page .container-wrapper.grey {
  background-image: url('/img/backgrounds/grey-box-background.jpg');
}
.page .container-wrapper.grey ul {
  padding-inline-start: 20px;
}
.page .container-wrapper.grey ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.page .container-wrapper.grey ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.page .container-wrapper.grey p,
.page .container-wrapper.grey td,
.page .container-wrapper.grey li,
.page .container-wrapper.grey a {
  color: black;
  font-weight: 300;
}
.page .container-wrapper.grey a {
  font-weight: 600;
}
.page .container-wrapper.grey h3 {
  color: #072947;
}
.page .container-wrapper.grey h1 {
  font-size: 26.6pt;
  color: #707070;
  font-weight: 300;
  text-align: center;
}
.page .container-wrapper.grey h2 {
  font-size: 19pt;
  color: #707070;
}
.page .container-wrapper.grey-only {
  background-color: #f7f6ec;
}
.page .container-wrapper.grey-only ul {
  padding-inline-start: 20px;
}
.page .container-wrapper.grey-only ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.page .container-wrapper.grey-only ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.page .container-wrapper.grey-only p,
.page .container-wrapper.grey-only td,
.page .container-wrapper.grey-only li,
.page .container-wrapper.grey-only a {
  color: black;
  font-weight: 300;
}
.page .container-wrapper.grey-only a {
  font-weight: 600;
}
.page .container-wrapper.grey-only h3 {
  color: #072947;
}
.page .container-wrapper.grey-only h1 {
  font-size: 26.6pt;
  color: #707070;
  font-weight: 300;
  text-align: center;
}
.page .container-wrapper.grey-only h2 {
  font-size: 19pt;
  color: #707070;
}
.page .container-wrapper.blue {
  position: relative;
  background-image: url('/img/backgrounds/blue-box-background.jpg');
}
.page .container-wrapper.blue:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  background-color: rgba(7, 41, 71, 0.9);
}
.page .container-wrapper.blue ul {
  padding-inline-start: 20px;
}
.page .container-wrapper.blue ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.page .container-wrapper.blue ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.page .container-wrapper.blue p,
.page .container-wrapper.blue td,
.page .container-wrapper.blue li,
.page .container-wrapper.blue a {
  color: white;
  font-weight: 300;
}
.page .container-wrapper.blue a {
  font-weight: 600;
}
.page .container-wrapper.blue h3 {
  color: #f6b22c;
}
.page .container-wrapper.blue h1 {
  font-size: 26.6pt;
  color: white;
  font-weight: 300;
  text-align: center;
}
.page .container-wrapper.blue h2 {
  color: white;
}
.page .container-wrapper.blue .labeled-icon h3 {
  font-size: 22.8pt;
  color: white;
  font-weight: 300;
}
.page .container-wrapper.blue strong {
  color: #f6b22c;
}
.page .container-wrapper.blue ul li a {
  text-decoration: underline;
}
.page .container-wrapper.blue .container {
  position: relative;
  z-index: 2;
}
.page .container-wrapper.blue-back-text-scheme ul {
  padding-inline-start: 20px;
}
.page .container-wrapper.blue-back-text-scheme ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.page .container-wrapper.blue-back-text-scheme ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.page .container-wrapper.blue-back-text-scheme p,
.page .container-wrapper.blue-back-text-scheme td,
.page .container-wrapper.blue-back-text-scheme li,
.page .container-wrapper.blue-back-text-scheme a {
  color: white;
  font-weight: 300;
}
.page .container-wrapper.blue-back-text-scheme a {
  font-weight: 600;
}
.page .container-wrapper.blue-back-text-scheme h3 {
  color: #f6b22c;
}
.page .container-wrapper.blue-back-text-scheme h1 {
  font-size: 26.6pt;
  color: white;
  font-weight: 300;
  text-align: center;
}
.page .container-wrapper.blue-back-text-scheme h2 {
  color: white;
}
.page .container-wrapper.blue-back-text-scheme .labeled-icon h3 {
  font-size: 22.8pt;
  color: white;
  font-weight: 300;
}
.page .container-wrapper.blue-back-text-scheme strong {
  color: #f6b22c;
}
.page .container-wrapper.blue-back-text-scheme ul li a {
  text-decoration: underline;
}
.page .container-wrapper.swipe > .container {
  background-image: url('/img/backgrounds/grey-swipe.png');
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page .container-wrapper.swipe-from-bottom > .container {
  background-image: url('/img/backgrounds/grey-swipe-bottom.png');
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page .container-wrapper.swipe-from-bottom-aqua {
  background-image: url('/img/backgrounds/grey-aqua-swipe-bottom.jpg');
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page .container-wrapper.swipe-from-bottom-aqua > .container {
  background: none;
}
.page .container-wrapper.swipe-from-bottom-aqua ul {
  padding-inline-start: 20px;
}
.page .container-wrapper.swipe-from-bottom-aqua ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.page .container-wrapper.swipe-from-bottom-aqua ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.page .container-wrapper.swipe-from-bottom-aqua p,
.page .container-wrapper.swipe-from-bottom-aqua td,
.page .container-wrapper.swipe-from-bottom-aqua li,
.page .container-wrapper.swipe-from-bottom-aqua a {
  color: white;
  font-weight: 300;
}
.page .container-wrapper.swipe-from-bottom-aqua a {
  font-weight: 600;
}
.page .container-wrapper.swipe-from-bottom-aqua h3 {
  color: #f6b22c;
}
.page .container-wrapper.swipe-from-bottom-aqua h1 {
  font-size: 26.6pt;
  color: white;
  font-weight: 300;
  text-align: center;
}
.page .container-wrapper.swipe-from-bottom-aqua h2 {
  color: white;
}
.page .container-wrapper.swipe-from-bottom-aqua .labeled-icon h3 {
  font-size: 22.8pt;
  color: white;
  font-weight: 300;
}
.page .container-wrapper.swipe-from-bottom-aqua strong {
  color: #f6b22c;
}
.page .container-wrapper.swipe-from-bottom-aqua ul li a {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .page .container-wrapper.swipe,
  .page .container-wrapper.swipe-from-bottom,
  .page .container-wrapper.swipe-from-bottom-aqua {
    background-size: auto 100%;
  }
  .page .container-wrapper.swipe > .container,
  .page .container-wrapper.swipe-from-bottom > .container,
  .page .container-wrapper.swipe-from-bottom-aqua > .container {
    background-size: auto 100%;
  }
}
.page .container-wrapper.white-text h2 {
  font-weight: 600;
  color: #f47721;
}
.page .container-wrapper.white-text h2:first-child {
  margin-bottom: 0;
  margin-top: 30px;
}
.page .container-wrapper.white-text h2 + h1 {
  margin-top: 0;
}
.page .container-wrapper.white-text h1 {
  color: white;
}
.page .container-wrapper.white-text p {
  color: white;
}
.page .container-wrapper.blue-orange-accent-text strong {
  color: #f6b22c;
}
.page .container-wrapper.blue-orange-accent-text h1 {
  color: #072947;
}
.page .container-wrapper.orange-strong-text strong {
  color: #f6b22c;
}
.page .container-wrapper.orange-strong-text ul li a {
  text-decoration: underline;
}
.page .container-wrapper.orange-strong-links-text h2 {
  font-weight: 700;
  font-size: 30.4pt;
}
.page .container-wrapper.orange-strong-links-text strong {
  color: #f47721;
}
.page .container-wrapper.orange-strong-links-text strong.white {
  color: white;
}
.page .container-wrapper.orange-strong-links-text a {
  text-decoration: underline;
}
.page .container-wrapper.orange-strong-links-text a {
  color: #f47721;
}
.page .container-wrapper.donate-scheme-1 h1 {
  font-size: 30.4pt;
  font-weight: 700;
  text-align: left;
  color: #072947;
  margin-bottom: 0;
}
.page .container-wrapper.donate-scheme-1 h2 {
  font-weight: 700;
  font-size: 19pt;
}
.page .container-wrapper.donate-scheme-1 h1 + h2 {
  margin-top: 0;
}
.page .container-wrapper.donate-scheme-1 strong {
  color: #f47721;
}
.page .container-wrapper.donate-scheme-1 strong.white {
  color: white;
}
.page .container-wrapper.donate-scheme-1 a {
  text-decoration: underline;
  color: #f47721;
}
.page .container-wrapper.donate-scheme-1 .special-list.buttons {
  margin-bottom: 40px;
}
.page .container-wrapper.donate-scheme-1 .special-list.buttons a {
  font-size: 10.64pt;
  text-decoration: none;
  text-transform: uppercase;
}
.page .container-wrapper.donate-scheme-1 .special-list.buttons a strong {
  color: white;
}
.page .container-wrapper.donate-scheme-1 .special-list.buttons li:nth-child(2) a {
  background-color: #072947;
}
.page .container-wrapper.donate-scheme-1 .special-list.buttons li:nth-child(3) a {
  background-color: #278f9e;
}
.page .container-wrapper.donate-scheme-1 .special-list.buttons li:nth-child(4) a {
  background-color: #453159;
}
.page .container-wrapper.donate-scheme-2 h1 {
  color: #707070;
}
.page .container-wrapper.donate-scheme-2 strong {
  color: #f47721;
}
.page .container-wrapper.donate-scheme-2 h2 {
  color: #f47721;
}
.page .container-wrapper.donate-scheme-2 h2:first-child {
  margin-top: 0;
}
.page .container-wrapper.donate-scheme-2 .detail-box.grey ol {
  padding-left: 15px;
  counter-reset: big-number-counter;
  list-style: none;
}
.page .container-wrapper.donate-scheme-2 .detail-box.grey ol > li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin: 10px 0;
}
.page .container-wrapper.donate-scheme-2 .detail-box.grey ol > li:before {
  content: counter(my-awesome-counter);
  font-size: 1.5rem;
  color: #707070;
  position: absolute;
  left: 0;
  margin-left: -25px;
  font-weight: 800;
}
.page .container-wrapper.stoppel-trail-scheme h1 {
  font-size: 30.4pt;
  font-weight: 700;
  text-align: left;
  color: #f47721;
  margin-bottom: 0;
}
.page .container-wrapper.stoppel-trail-scheme h2 {
  font-weight: 700;
  font-size: 19pt;
  color: #072947;
}
.page .container-wrapper.stoppel-trail-scheme h1 + h2 {
  margin-top: 0;
}
.page .container-wrapper.stoppel-trail-scheme strong {
  color: #f47721;
}
.page .container-wrapper.stoppel-trail-scheme strong.white {
  color: white;
}
.page .container-wrapper.stoppel-trail-scheme a {
  text-decoration: underline;
  color: #f47721;
}
.page .container-wrapper.hours-box-1 h2 {
  font-size: 26.6pt;
  font-weight: 700;
  color: #707070;
}
.page .container-wrapper.hours-box-1 strong {
  color: black;
}
.page .container-wrapper.hours-box-1 strong.bigger {
  color: #f47721;
}
.page > .edit-content-inline > p:last-child {
  display: none;
}
.white-back-text-scheme ul {
  padding-inline-start: 20px;
}
.white-back-text-scheme ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.white-back-text-scheme ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.white-back-text-scheme p,
.white-back-text-scheme td,
.white-back-text-scheme li,
.white-back-text-scheme a {
  color: black;
  font-weight: 300;
}
.white-back-text-scheme a {
  font-weight: 600;
  color: #f47721;
  text-decoration: none;
}
.white-back-text-scheme h3 {
  color: #f47721;
}
.white-back-text-scheme h1 {
  font-size: 26.6pt;
  color: #072947;
}
.white-back-text-scheme h2 {
  color: #f6b22c;
  font-weight: 300;
}
.white-back-text-scheme p {
  line-height: 1.4em;
}
.page .white-back-text-2 ul {
  padding-inline-start: 20px;
}
.page .white-back-text-2 ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.page .white-back-text-2 ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.page .white-back-text-2 p,
.page .white-back-text-2 td,
.page .white-back-text-2 li,
.page .white-back-text-2 a {
  color: black;
  font-weight: 300;
}
.page .white-back-text-2 a {
  font-weight: 600;
  color: #f47721;
  text-decoration: none;
}
.page .white-back-text-2 h3 {
  color: #f47721;
}
.page .white-back-text-2 h1 {
  font-size: 26.6pt;
  color: #072947;
}
.page .white-back-text-2 h2 {
  color: #f6b22c;
  font-weight: 300;
}
.page .white-back-text-2 p {
  line-height: 1.4em;
}
.page .white-back-text-2 a {
  font-weight: 300;
  text-decoration: underline;
}
.page .white-back-text-2 h2 {
  color: #f47721;
  font-weight: 600;
}
.page .white-back-text-2 h1 {
  color: #707070;
}
.blue-back-text-scheme ul {
  padding-inline-start: 20px;
}
.blue-back-text-scheme ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.blue-back-text-scheme ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.blue-back-text-scheme p,
.blue-back-text-scheme td,
.blue-back-text-scheme li,
.blue-back-text-scheme a {
  color: white;
  font-weight: 300;
}
.blue-back-text-scheme a {
  font-weight: 600;
}
.blue-back-text-scheme h3 {
  color: #f6b22c;
}
.blue-back-text-scheme h1 {
  font-size: 26.6pt;
  color: white;
  font-weight: 300;
  text-align: center;
}
.blue-back-text-scheme h2 {
  color: white;
}
.blue-back-text-scheme .labeled-icon h3 {
  font-size: 22.8pt;
  color: white;
  font-weight: 300;
}
.grey-back-text-scheme ul {
  padding-inline-start: 20px;
}
.grey-back-text-scheme ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.grey-back-text-scheme ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.grey-back-text-scheme p,
.grey-back-text-scheme td,
.grey-back-text-scheme li,
.grey-back-text-scheme a {
  color: black;
  font-weight: 300;
}
.grey-back-text-scheme a {
  font-weight: 600;
}
.grey-back-text-scheme h3 {
  color: #072947;
}
.grey-back-text-scheme h1 {
  font-size: 26.6pt;
  color: #707070;
  font-weight: 300;
  text-align: center;
}
.grey-back-text-scheme h2 {
  font-size: 19pt;
  color: #707070;
}
.orange-chevron-list ul {
  padding-inline-start: 20px;
}
.orange-chevron-list ul li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron.png);
}
.orange-chevron-list ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.orange-deep-chevron-list li {
  padding: 5px 0;
  list-style-image: url(/img/icons/list-chevron-deep-orange.png) !important;
}
.orange-deep-chevron-list ul {
  padding-inline-start: 20px;
}
.orange-deep-chevron-list ul.circle-arrow li {
  list-style-image: url(/img/icons/circle-arrow.png) !important;
}
.labeled-icon {
  text-align: center;
  box-sizing: border-box;
  display: block;
  padding-left: 1%;
  padding-right: 1%;
  text-decoration: none;
}
.labeled-icon img {
  max-width: 100%;
}
.labeled-icon .img {
  display: block;
}
.labeled-icon .img p {
  margin: 0;
}
.labeled-icon .desc {
  display: block;
  min-height: 3em;
}
a.labeled-icon .desc {
  font-size: 10.64pt;
  margin-top: 10px;
  color: black;
}
.full-size-picture {
  background-position: center center;
  background-size: cover;
}
.full-size-picture img {
  width: 100%;
  display: block;
}
.page-header {
  background-position: center center;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 10px;
  background-image: url('/img/headers/page-header.jpg');
  position: relative;
}
.page-header .background-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.page-header .content {
  position: relative;
  z-index: 2;
}
.page-header h1 {
  font-size: 30.4pt;
  color: white;
  text-transform: uppercase;
}
.page-header.blue .background-mask {
  background-color: #072947;
}
.page-header.purple .background-mask {
  background-color: #453159;
}
.page-header.yellow .background-mask {
  background-color: #e0a32d;
}
.page-header.aqua .background-mask {
  background-color: #278f9e;
}
.page-header.blue h1,
.page-header.purple h1,
.page-header.aqua h1,
.page-header.yellow h1,
.page-header.transparent h1 {
  color: white;
}
.round-button {
  display: inline-block;
  color: white;
  height: 2em;
  line-height: 2em;
  border-radius: 1em;
  padding: 0 20px;
  background-color: #f6b22c;
  text-decoration: none;
}
.round-button.white-text {
  color: white !important;
  text-decoration: none !important;
}
.yellow-button {
  display: inline-block;
  color: white;
  height: 2em;
  line-height: 2em;
  border-radius: 1em;
  padding: 0 20px;
  background-color: #f6b22c;
  text-decoration: none;
  color: white !important;
  cursor: pointer;
}
.yellow-button.white-text {
  color: white !important;
  text-decoration: none !important;
}
.orange-button {
  display: inline-block;
  color: white;
  height: 2em;
  line-height: 2em;
  border-radius: 1em;
  padding: 0 20px;
  background-color: #f6b22c;
  text-decoration: none;
  color: white !important;
  cursor: pointer;
  background-color: #f47721 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.orange-button.white-text {
  color: white !important;
  text-decoration: none !important;
}
.orange-button img {
  vertical-align: sub;
}
.content-with-picture-bleed {
  position: relative;
}
.content-with-picture-bleed .picarea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  width: calc(50% - 20px);
  background-size: cover;
  background-position: center center;
}
.content-with-picture-bleed.cover .picarea {
  background-size: cover;
}
.content-with-picture-bleed.contain .picarea {
  background-size: contain;
  background-repeat: no-repeat;
}
.content-with-picture-bleed .content {
  width: 50%;
  padding: 1px 0;
}
.content-with-picture-bleed .content h1:first-child,
.content-with-picture-bleed .content h2:first-child,
.content-with-picture-bleed .content h3:first-child {
  margin-top: 0;
}
.content-with-picture-bleed .content.top-padding {
  padding-top: 40px;
}
.content-with-picture-bleed h1 {
  color: #072947;
}
.content-with-picture-bleed.pic-on-left .picarea {
  right: auto;
  left: 0;
}
.content-with-picture-bleed.pic-on-left .content {
  margin-left: 50%;
}
.content-with-picture-bleed.fifth .content {
  width: 75%;
}
.content-with-picture-bleed.fifth .picarea {
  width: 20%;
}
.content-with-picture-bleed.pic-on-left.fifth .content {
  margin-left: 25%;
}
.content-with-picture-bleed.exhibit {
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #b7b7b7;
  min-height: 200px;
  margin: 30px 0;
}
.content-with-picture-bleed.exhibit .picarea {
  left: 0;
  bottom: auto;
  width: 200px;
}
.content-with-picture-bleed.exhibit .picarea:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  width: 0;
  height: 0;
}
.content-with-picture-bleed.exhibit .content {
  margin-left: 230px;
  width: auto;
  margin-right: 60px;
}
.content-with-picture-bleed.exhibit .content h2 {
  font-size: 19pt;
  font-weight: 600;
  margin-top: 0;
  color: #707070;
}
.content-with-picture-bleed.exhibit .content h2 a {
  text-decoration: none;
  color: #707070;
}
.content-with-picture-bleed.exhibit:last-of-type {
  border-bottom: 0;
}
.content-with-picture-bleed.blue-also {
  background-color: #072947;
  color: white;
}
.content-with-picture-bleed.blue-also h1,
.content-with-picture-bleed.blue-also h2,
.content-with-picture-bleed.blue-also p {
  color: white;
}
.content-with-picture-bleed.blue-also .content {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 60px;
}
.content-with-picture-bleed.blue-also h1 {
  font-size: 39.52pt;
  font-weight: 700;
  margin-bottom: 0;
}
.content-with-picture-bleed.blue-also p {
  font-size: 13.68pt;
  font-weight: 500;
}
.content-with-picture-bleed.blue-also strong {
  font-weight: 800;
}
@media (max-width: 900px) {
  .content-with-picture-bleed .container-wrapper .content {
    width: auto;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .content-with-picture-bleed .picarea {
    position: relative;
    width: auto;
    margin: auto;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .content-with-picture-bleed .picarea:before {
    content: '\00a0';
    display: inline-block;
    font-size: 0;
    padding-top: 35%;
    padding-bottom: 35%;
    width: 0;
    height: 0;
  }
}
.page.historic-properties .content-with-picture-bleed {
  overflow: hidden;
}
.page.historic-properties .content-with-picture-bleed .picarea {
  z-index: -2;
  transition: transform 3s;
}
.page.historic-properties .content-with-picture-bleed:hover .picarea {
  transform: scale(1.2);
}
.page .detail-box {
  padding: 45px;
}
.page .detail-box h2 {
  font-size: 19pt;
  color: #f47721;
  font-weight: 300;
  margin-top: 0;
}
.page .detail-box h3:first-child {
  margin-top: 0;
}
.page .detail-box.grey {
  background-color: rgba(247, 246, 236, 0.5);
}
.staff-cell,
.board-cell {
  vertical-align: top;
}
.staff-cell .picture,
.board-cell .picture {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.staff-cell .picture:before,
.board-cell .picture:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  width: 0;
  height: 0;
}
.staff-cell .bottom,
.board-cell .bottom {
  padding: 10px;
  background-color: #f7f6ec;
  text-align: left;
  min-height: 4em;
}
.staff-cell .bottom .name,
.board-cell .bottom .name {
  font-size: 14.44pt;
}
.staff-cell .bottom .role,
.board-cell .bottom .role {
  color: #278f9e;
  font-size: 9.88pt;
}
.staff-cell .bottom .email,
.board-cell .bottom .email {
  font-size: 7.6pt;
  color: #f47721;
  text-decoration: none;
}
.special-list.buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-inline-start: 0px !important;
}
.special-list.buttons ul li {
  display: inline-block;
  margin-right: 10px;
  list-style-image: none !important;
}
.special-list.buttons ul li a {
  display: inline-block;
  color: white;
  height: 2em;
  line-height: 2em;
  border-radius: 1em;
  padding: 0 20px;
  background-color: #f6b22c;
  text-decoration: none;
  color: white !important;
}
.special-list.buttons ul li a.white-text {
  color: white !important;
  text-decoration: none !important;
}
.show-job {
  border-left: 10px solid #f47721;
  margin: 30px auto;
  padding-left: 20px;
}
.show-job h2 {
  font-size: 18.24pt !important;
  color: black !important;
  font-weight: 600 !important;
  margin-top: 0;
}
.empty-box {
  border: solid 1px #b7b7b7;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px;
  color: #f47721;
  text-decoration: none;
  font-weight: 600;
}
.site-header .slides {
  position: relative;
}
.site-header .slides:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 20%;
  padding-bottom: 20%;
  width: 0;
  height: 0;
}
.site-header .slides:before {
  min-height: 400px;
  box-sizing: border-box;
}
.site-header .slides .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.site-header .slides .slide:first-of-type {
  width: 100%;
  z-index: 2;
  opacity: 1;
}
.site-header .slides.transitions-on .slide {
  transition: 1s;
  width: 100%;
}
.site-header .slides .slide.visible {
  opacity: 1;
  z-index: 4;
}
.site-header .slides .slide.invisible {
  opacity: 0;
}
.site-header .slides .slide-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-header .slide .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/img/backgrounds/banner-blue-mask.png');
  z-index: 1;
}
.site-header .slide .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.site-header .slide .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.site-header .slide .msg h1 {
  font-size: 52.44pt;
  color: white;
  line-height: 1.1em;
  margin: 0;
}
.site-header .slide .msg h2 {
  font-size: 21.28pt;
  line-height: 1.3em;
  margin-top: 20px;
}
.site-header .slide .msg .round-button {
  color: white;
}
@media (max-width: 1300px) {
  .site-header .slide .msg {
    margin-top: 60px;
  }
  .site-header .slide .msg h1 {
    font-size: 30.4pt;
  }
  .site-header .slide .msg h2 {
    font-size: 15.2pt;
  }
}
@media (max-width: 650px) {
  .site-header .slide .msg {
    margin-top: 10px;
  }
}
.site-header .dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.site-header .dots .dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px white;
  margin: auto 10px;
  cursor: pointer;
}
.site-header .dots .dot.current {
  background-color: #f6b22c;
  border: solid 1px #f6b22c;
}
.site-header .container-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.site-header .container-wrapper .slide {
  padding-left: 10px;
  padding-right: 10px;
}
.color-box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.color-box .color-swatch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 56%;
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .color-box .color-swatch {
    background-size: auto 100%;
  }
}
.color-box .msg {
  position: relative;
  z-index: 3;
  padding: 40px 30px;
}
.color-box .msg h2 {
  font-size: 26.6pt;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.color-box .msg h3 {
  font-size: 26.6pt;
  font-weight: 300;
  margin: 0;
}
.color-box .msg p {
  margin: 15px 0 0 0 !important;
}
.color-box.yellow .color-swatch {
  background-image: url('/img/page-elements/yellow-overlay.png');
}
.color-box.yellow .msg h2,
.color-box.yellow .msg h3,
.color-box.yellow .msg p,
.color-box.yellow .msg .round-button {
  color: white;
}
.color-box.yellow .round-button {
  background-color: #f47721;
}
.color-box.mayo-tour {
  background-image: url(/img/headers/mayowood-header.jpg);
}
.spaced-box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.grey-back {
  background-color: #f7f6ec;
}
.email-signup {
  padding: 50px 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/img/backgrounds/email-signup-background.jpg');
}
.email-signup .msg {
  margin: auto;
  text-align: center;
  max-width: 600px;
}
.email-signup .msg h1,
.email-signup .msg h2 {
  color: white;
}
.email-signup .msg h1 {
  font-size: 34.96pt;
  margin: 0;
  font-weight: 800;
}
.email-signup .msg h2 {
  font-size: 13.68pt;
  font-weight: 400;
  margin-top: 0;
}
.email-signup form {
  position: relative;
}
.email-signup form input {
  display: inline-block;
  background-color: white;
  color: #707070;
  border-radius: 20px;
  width: 100%;
  max-width: 48%;
  height: 40px;
  box-sizing: border-box;
  border: 0;
  padding: 2px 15px;
  margin-bottom: 10px;
}
.email-signup form input:focus {
  outline: 0;
}
.email-signup form input[name="name"] {
  max-width: 30%;
  margin-right: 10px;
}
.email-signup form button {
  display: inline-block;
  color: white;
  height: 2em;
  line-height: 2em;
  border-radius: 1em;
  padding: 0 20px;
  background-color: #f6b22c;
  text-decoration: none;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  box-sizing: border-box;
  border: 0;
  background-color: #f47721;
  font-weight: 600;
}
.email-signup form button.white-text {
  color: white !important;
  text-decoration: none !important;
}
@media (max-width: 900px) {
  .email-signup form input {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .email-signup form input[name="name"] {
    max-width: 100%;
    margin-right: 0;
  }
  .email-signup form input:last-of-type {
    margin-bottom: 0;
  }
  .email-signup form button {
    top: auto;
    bottom: 0;
  }
}
.email-signup.yellow {
  background-image: url('/img/backgrounds/yellow-email-signup.jpg');
}
.email-signup.yellow .msg {
  max-width: none;
  text-align: left;
}
.email-signup.yellow .titles,
.email-signup.yellow form {
  display: inline-block;
  vertical-align: middle;
}
.email-signup.yellow .titles {
  margin-right: 50px;
}
.email-signup.yellow form input[type=text] {
  max-width: 100%;
  width: 450px;
}
@media (max-width: 900px) {
  .email-signup.yellow form input[type=text] {
    width: 450px !important;
  }
}
.email-signup.yellow form button {
  background-color: #072947;
}
@media (max-width: 650px) {
  .email-signup.yellow form input[type=text] {
    width: 100%;
  }
}
.info-table td {
  vertical-align: top;
  padding: 5px;
}
.info-table td:first-child {
  padding-left: 0;
}
.page .events-with-prices p + .info-table {
  margin-top: -19px;
}
.page .events-with-prices h3 {
  color: #707070;
  margin-top: 0;
}
.page .christmas-events-with-prices h2 {
  margin-top: 0;
  font-weight: 600;
  color: #f47721;
}
.page .christmas-events-with-prices h3 {
  color: #707070;
}
.orange-strong-links-text h2 {
  font-weight: 700;
  font-size: 30.4pt;
}
.orange-strong-links-text strong {
  color: #f47721;
}
.orange-strong-links-text strong.white {
  color: white;
}
.orange-strong-links-text a {
  text-decoration: underline;
}
.orange-strong-links-text a {
  color: #f47721;
}
.stoppel-trail-scheme h1 {
  font-size: 30.4pt;
  font-weight: 700;
  text-align: left;
  color: #f47721;
  margin-bottom: 0;
}
.stoppel-trail-scheme h2 {
  font-weight: 700;
  font-size: 19pt;
  color: #072947;
}
.stoppel-trail-scheme h1 + h2 {
  margin-top: 0;
}
.stoppel-trail-scheme strong {
  color: #f47721;
}
.stoppel-trail-scheme strong.white {
  color: white;
}
.stoppel-trail-scheme a {
  text-decoration: underline;
  color: #f47721;
}
.donate-scheme-1 h1 {
  font-size: 30.4pt;
  font-weight: 700;
  text-align: left;
  color: #072947;
  margin-bottom: 0;
}
.donate-scheme-1 h2 {
  font-weight: 700;
  font-size: 19pt;
}
.donate-scheme-1 h1 + h2 {
  margin-top: 0;
}
.donate-scheme-1 strong {
  color: #f47721;
}
.donate-scheme-1 strong.white {
  color: white;
}
.donate-scheme-1 a {
  text-decoration: underline;
  color: #f47721;
}
.donate-scheme-1 .special-list.buttons {
  margin-bottom: 40px;
}
.donate-scheme-1 .special-list.buttons a {
  font-size: 10.64pt;
  text-decoration: none;
  text-transform: uppercase;
}
.donate-scheme-1 .special-list.buttons a strong {
  color: white;
}
.donate-scheme-1 .special-list.buttons li:nth-child(2) a {
  background-color: #072947;
}
.donate-scheme-1 .special-list.buttons li:nth-child(3) a {
  background-color: #278f9e;
}
.donate-scheme-1 .special-list.buttons li:nth-child(4) a {
  background-color: #453159;
}
.donate-scheme-2 h1 {
  color: #707070;
}
.donate-scheme-2 strong {
  color: #f47721;
}
.donate-scheme-2 h2 {
  color: #f47721;
}
.donate-scheme-2 h2:first-child {
  margin-top: 0;
}
.donate-scheme-2 .detail-box.grey ol {
  padding-left: 15px;
  counter-reset: big-number-counter;
  list-style: none;
}
.donate-scheme-2 .detail-box.grey ol > li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin: 10px 0;
}
.donate-scheme-2 .detail-box.grey ol > li:before {
  content: counter(my-awesome-counter);
  font-size: 1.5rem;
  color: #707070;
  position: absolute;
  left: 0;
  margin-left: -25px;
  font-weight: 800;
}
.hours-box-1 h2 {
  font-size: 26.6pt;
  font-weight: 700;
  color: #707070;
}
.hours-box-1 strong {
  color: black;
}
.hours-box-1 strong.bigger {
  color: #f47721;
}
.page .container-wrapper .orange-strong-links-text h2 {
  font-weight: 700;
  font-size: 30.4pt;
}
.page .container-wrapper .orange-strong-links-text strong {
  color: #f47721;
}
.page .container-wrapper .orange-strong-links-text strong.white {
  color: white;
}
.page .container-wrapper .orange-strong-links-text a {
  text-decoration: underline;
}
.page .container-wrapper .orange-strong-links-text a {
  color: #f47721;
}
.square-link {
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.square-link:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  width: 0;
  height: 0;
}
.square-link:after {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
  background-color: #453159;
}
.square-link .label {
  position: absolute;
  color: white;
  font-size: 16.72pt;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  font-weight: 600;
  z-index: 2;
  background-color: #453159;
}
.square-link .label:after {
  content: '';
  display: table;
  clear: both;
}
.square-link .label:before {
  content: url('/img/icons/white-chevron.png');
  float: right;
}
.square-link.research {
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.square-link.research:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  width: 0;
  height: 0;
}
.square-link.research:after {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
  background-color: #278f9e;
}
.square-link.research .label {
  position: absolute;
  color: white;
  font-size: 16.72pt;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  font-weight: 600;
  z-index: 2;
  background-color: #278f9e;
}
.square-link.research .label:after {
  content: '';
  display: table;
  clear: both;
}
.square-link.research .label:before {
  content: url('/img/icons/white-chevron.png');
  float: right;
}
.square-link.resources {
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.square-link.resources:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  width: 0;
  height: 0;
}
.square-link.resources:after {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
  background-color: #103250;
}
.square-link.resources .label {
  position: absolute;
  color: white;
  font-size: 16.72pt;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  font-weight: 600;
  z-index: 2;
  background-color: #103250;
}
.square-link.resources .label:after {
  content: '';
  display: table;
  clear: both;
}
.square-link.resources .label:before {
  content: url('/img/icons/white-chevron.png');
  float: right;
}
.volunteer-table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.volunteer-table td img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
}
.volunteer-table td:first-child {
  padding-left: 40px;
  padding-right: 16px;
}
.volunteer-table td:last-child {
  padding-right: 25px;
}
.volunteer-table tr:nth-child(2n) {
  background-color: rgba(247, 246, 236, 0.5);
}
.ei-two-grid .ie6 .col1 p:first-child,
.ei-two-grid ie7 .col1 p:first-child,
.ei-two-grid ie8 .col1 p:first-child,
.ei-two-grid .ie6 .col2 p:first-child,
.ei-two-grid ie7 .col2 p:first-child,
.ei-two-grid ie8 .col2 p:first-child {
  margin-top: 0;
}
@media (min-width: 900px) {
  .ei-two-grid .col1 p:first-child,
  .ei-two-grid .col2 p:first-child {
    margin-top: 0;
  }
}
.ei-two-grid .col1 h1:first-child,
.ei-two-grid .col2 h1:first-child,
.ei-two-grid .col1 h2:first-child,
.ei-two-grid .col2 h2:first-child,
.ei-two-grid .col1 h3:first-child,
.ei-two-grid .col2 h3:first-child {
  margin-top: 0;
}
.program-summary {
  background-color: #f4f4f4;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.program-summary .thumbnail {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.program-summary .thumbnail:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  width: 0;
  height: 0;
}
.program-summary h3 {
  margin-bottom: 10px;
  margin-top: 5px;
  color: black !important;
}
.program-summary .detail {
  position: relative;
  background-color: white;
  padding: 12px 15px 12px 50px;
  min-height: 60px;
}
.program-summary .detail:before {
  content: url('/img/icons/info-icon.png');
  position: absolute;
  top: 10px;
  left: 10px;
}
.program-summary .start-date {
  margin-bottom: 5px;
}
.program-summary .start-date img {
  height: 20px;
  vertical-align: text-bottom;
}
.program-summary .desc {
  margin-top: 20px;
}
.orange-bold-definitely {
  color: #f47721 !important;
  font-weight: 600 !important;
}
.orange-definitely {
  color: #f47721 !important;
}
.pub-fees {
  width: 100%;
}
.pub-fees td {
  border: 1px black solid;
  padding: 2px 5px;
  border-collapse: collapse;
}
.small-circle {
  margin-bottom: 40px !important;
  margin-top: 20px !important;
}
.small-circle img {
  height: 25px;
  vertical-align: middle;
  padding-right: 10px;
}
.ticket-error-message {
  padding: 6px 4px;
  border-radius: 4px;
  border: solid 2px rgba(244, 119, 33, 0.8);
  background-color: rgba(244, 119, 33, 0.1);
}
.page {
  position: relative;
}
.page .ei-grid .labeled-icon {
  padding: 30px 10px;
}
.page .ei-grid .labeled-icon + p {
  margin-top: 0;
}
.page .ei-grid .row > * p:last-child {
  margin-bottom: 10px;
}
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  padding: 4px 30px;
  background-color: rgba(2, 20, 36, 0.8);
}
header:after {
  content: '';
  display: table;
  clear: both;
}
header .right-side {
  position: absolute;
  bottom: 10px;
  right: 30px;
  text-align: right;
  padding-top: 15px;
}
header .social a {
  display: inline-block;
  margin-left: 10px;
}
header .menu {
  display: inline-block;
  list-style: none;
}
header .menu > li {
  display: inline-block;
  padding-left: 10px;
}
header .menu > li a {
  font-size: 10.64pt;
  color: white;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
header .round-button {
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 600;
}
header .logo {
  max-width: 80%;
  max-width: calc(100% - 240px);
}
header .ie6,
header ie7,
header ie8 {
  position: fixed;
}
@media (min-width: 900px) {
  header {
    position: fixed;
  }
}
@media (max-width: 650px) {
  header .round-button {
    display: none;
  }
  header .social {
    display: none;
  }
  header .logo {
    max-width: 80%;
  }
  header .right-side {
    top: 20px !important;
  }
}
footer {
  background-color: #f3f3f3;
}
footer .map-section {
  overflow: hidden;
}
footer .content {
  display: inline-block;
  position: relative;
  max-width: 730px;
  padding: 40px 50px 60px 0;
}
footer .location,
footer .foot-menu,
footer .actions {
  display: inline-block;
  padding: 20px 30px;
  vertical-align: top;
}
footer h2 {
  color: #f47721;
  font-size: 11.4pt;
}
footer .location {
  text-align: center;
}
footer .location .address {
  font-size: 9.88pt;
  padding-top: 15px;
}
footer .foot-menu a {
  font-size: 9.88pt;
  color: #423f45;
  font-weight: 300;
}
footer .foot-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .foot-menu ul li {
  padding: 7px 0;
  border-top: solid 1px #dadada;
  min-width: 150px;
}
footer .foot-menu ul li:first-child {
  border-top: 0;
}
footer .foot-menu ul li a {
  text-decoration: none;
}
footer .background {
  display: inline-block;
  width: 1px;
  position: relative;
  vertical-align: top;
}
footer .background img {
  position: absolute;
  top: 0;
  left: 0;
}
footer .actions .round-button {
  width: 170px;
  text-align: center;
  font-weight: 600;
}
footer .actions .social a {
  display: inline-block;
  margin-right: 10px;
}
footer .copyright {
  font-size: 9.12pt;
  text-align: center;
  color: white;
  background-color: #423f45;
  padding: 10px;
}
@media (max-width: 900px) {
  footer {
    text-align: center;
  }
  footer .content {
    padding: 5px;
  }
}
.events-key .label {
  font-size: 15.2pt;
  font-weight: 800;
  display: inline-block;
  padding-right: 20px;
  color: #a0a0a0;
  vertical-align: middle;
}
.events-key .event-type-label {
  display: inline-block;
  line-height: 1.5em;
  padding-right: 30px;
}
.events-key .event-type-label .color-bar {
  display: inline-block;
  width: 10px;
  margin-right: 6px;
  height: 3em;
  vertical-align: middle;
}
.events-key .event-type-label .name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 800;
  color: #072947;
}
@media (max-width: 900px) {
  .events-key .event-type-label {
    display: block;
    margin-bottom: 10px;
  }
}
.events-block {
  margin-top: 30px;
}
.events-block .event {
  background-color: #f4f4f4;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-left: solid 5px #278f9e;
}
.events-block .event.lecture-events {
  border-left: solid 5px #f6b22c;
}
.events-block .event.history-center-events {
  border-left: solid 5px #278f9e;
}
.events-block .event.mayowood-mansion {
  border-left: solid 5px #f6b22c;
}
.events-block .event.family-events {
  border-left: solid 5px #072947;
}
.events-block .event.partner-events {
  border-left: solid 5px #a0a0a0;
}
.events-block .event .thumbnail {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.events-block .event .thumbnail:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  width: 0;
  height: 0;
}
.events-block .event h2 {
  margin-bottom: 0;
  margin-top: 5px;
}
.events-block .event .detail {
  position: relative;
  background-color: white;
  padding: 12px 15px 12px 50px;
  min-height: 60px;
}
.events-block .event .detail:before {
  content: url('/img/icons/info-icon.png');
  position: absolute;
  top: 10px;
  left: 10px;
}
.events-block .event .detail p {
  line-height: inherit;
}
.events-block .event .detail p:first-of-type {
  margin-top: 0 !important;
}
.events-block .event .detail p:last-of-type {
  margin-bottom: 0 !important;
}
.events-block .event .start-date {
  margin-top: 7px;
}
.events-block .event .start-time {
  margin-bottom: 5px;
  margin-top: 5px;
}
.events-block .event .start-time img {
  height: 20px;
  vertical-align: text-bottom;
}
.all-staff {
  text-align: center;
}
.all-staff .staff-cell {
  display: inline-block;
  margin: 15px;
  width: 260px;
}
.all-board {
  text-align: center;
}
.all-board .board-cell {
  display: inline-block;
  margin: 15px;
  width: 190px;
}
.news-summary {
  margin-bottom: 15px;
  padding: 10px 20px;
  background-color: #f4f4f4;
}
.news-summary .pic {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-summary .pic:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  width: 0;
  height: 0;
}
.news-summary h2 {
  font-weight: 600 !important;
  color: black !important;
}
.news-summary .link-box {
  text-align: right;
  padding-top: 20px;
}
.news-summary .link-box .empty-box {
  font-size: 9.12pt;
}
.news-section {
  margin-bottom: 30px;
}
.page-top-spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}
.top-padding {
  padding-top: 40px;
}
.ie6 .page-wrapper,
ie7 .page-wrapper,
ie8 .page-wrapper {
  overflow: hidden;
}
.ie6 .tribar,
ie7 .tribar,
ie8 .tribar {
  width: 30px;
  margin: 10px 10px 0 0;
  cursor: pointer;
  display: none;
}
.ie6 .tribar .one,
ie7 .tribar .one,
ie8 .tribar .one,
.ie6 .tribar .two,
ie7 .tribar .two,
ie8 .tribar .two,
.ie6 .tribar .three,
ie7 .tribar .three,
ie8 .tribar .three {
  border-bottom: solid 3px;
  border-color: black;
}
.ie6 .tribar .two,
ie7 .tribar .two,
ie8 .tribar .two {
  margin: 7px 0;
}
.ie6 .tribar .one,
ie7 .tribar .one,
ie8 .tribar .one,
.ie6 .tribar .two,
ie7 .tribar .two,
ie8 .tribar .two,
.ie6 .tribar .three,
ie7 .tribar .three,
ie8 .tribar .three {
  border-color: white;
}
.ie6 header .menu > li,
ie7 header .menu > li,
ie8 header .menu > li {
  position: relative;
}
.ie6 header .menu > li.has-children:after,
ie7 header .menu > li.has-children:after,
ie8 header .menu > li.has-children:after {
  content: url('/img/icons/drop-down.png');
  display: inline-block;
  margin-left: -4px;
}
.ie6 header .menu > li > a,
ie7 header .menu > li > a,
ie8 header .menu > li > a {
  padding: 26px 8px;
}
.ie6 header .menu > li > ul,
ie7 header .menu > li > ul,
ie8 header .menu > li > ul {
  display: none;
  position: absolute;
  left: 0;
  border-top: #f47721 solid 3px;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 26px 0 0 0;
  min-width: 200px;
}
.ie6 header .menu > li > ul > li,
ie7 header .menu > li > ul > li,
ie8 header .menu > li > ul > li {
  text-align: left;
}
.ie6 header .menu > li > ul > li a,
ie7 header .menu > li > ul > li a,
ie8 header .menu > li > ul > li a {
  display: block;
  color: black;
  padding: 8px 15px;
  text-transform: none;
}
.ie6 header .menu > li > ul > li:hover a,
ie7 header .menu > li > ul > li:hover a,
ie8 header .menu > li > ul > li:hover a {
  background-color: #f6b22c;
  font-weight: 600;
}
.ie6 header .menu > li:hover > ul,
ie7 header .menu > li:hover > ul,
ie8 header .menu > li:hover > ul {
  display: block;
}
.ie6 header .menu li.close-item,
ie7 header .menu li.close-item,
ie8 header .menu li.close-item {
  display: none;
}
.ie6 header .menu li[data-id="1001"],
ie7 header .menu li[data-id="1001"],
ie8 header .menu li[data-id="1001"] {
  position: relative;
  isolation: isolate;
}
.ie6 header .menu li[data-id="1001"]:before,
ie7 header .menu li[data-id="1001"]:before,
ie8 header .menu li[data-id="1001"]:before {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  background-color: #278f9e;
  top: -10px;
  left: 10px;
  right: 0;
  bottom: -31px;
  z-index: -1;
}
.ie6 header .menu li[data-id="1001"]:after,
ie7 header .menu li[data-id="1001"]:after,
ie8 header .menu li[data-id="1001"]:after {
  content: '\00a0';
  display: block;
  font-size: 0;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  top: 50px;
  left: 10px;
  right: 0px;
  height: 20px;
  background-color: #278f9e;
}
.ie6 header .menu li[data-id="1001"] a:after,
ie7 header .menu li[data-id="1001"] a:after,
ie8 header .menu li[data-id="1001"] a:after {
  content: '\00a0';
  background-image: url('/img/heart.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
@media (min-width: 900px) {
  .page-wrapper {
    overflow: hidden;
  }
  .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    display: none;
  }
  .tribar .one,
  .tribar .two,
  .tribar .three {
    border-bottom: solid 3px;
    border-color: black;
  }
  .tribar .two {
    margin: 7px 0;
  }
  .tribar .one,
  .tribar .two,
  .tribar .three {
    border-color: white;
  }
  header .menu > li {
    position: relative;
  }
  header .menu > li.has-children:after {
    content: url('/img/icons/drop-down.png');
    display: inline-block;
    margin-left: -4px;
  }
  header .menu > li > a {
    padding: 26px 8px;
  }
  header .menu > li > ul {
    display: none;
    position: absolute;
    left: 0;
    border-top: #f47721 solid 3px;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 26px 0 0 0;
    min-width: 200px;
  }
  header .menu > li > ul > li {
    text-align: left;
  }
  header .menu > li > ul > li a {
    display: block;
    color: black;
    padding: 8px 15px;
    text-transform: none;
  }
  header .menu > li > ul > li:hover a {
    background-color: #f6b22c;
    font-weight: 600;
  }
  header .menu > li:hover > ul {
    display: block;
  }
  header .menu li.close-item {
    display: none;
  }
  header .menu li[data-id="1001"] {
    position: relative;
    isolation: isolate;
  }
  header .menu li[data-id="1001"]:before {
    content: '\00a0';
    font-size: 0;
    position: absolute;
    background-color: #278f9e;
    top: -10px;
    left: 10px;
    right: 0;
    bottom: -31px;
    z-index: -1;
  }
  header .menu li[data-id="1001"]:after {
    content: '\00a0';
    display: block;
    font-size: 0;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    top: 50px;
    left: 10px;
    right: 0px;
    height: 20px;
    background-color: #278f9e;
  }
  header .menu li[data-id="1001"] a:after {
    content: '\00a0';
    background-image: url('/img/heart.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}
@media (max-width: 900px) {
  .page-wrapper {
    overflow: hidden;
  }
  .tribar {
    display: inline-block;
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 0 0 10px;
  }
  .tribar .one,
  .tribar .two,
  .tribar .three {
    border-bottom: solid 3px;
    border-color: black;
  }
  .tribar .two {
    margin: 7px 0;
  }
  .tribar .one,
  .tribar .two,
  .tribar .three {
    border-color: white;
  }
  header .social {
    margin-bottom: 10px;
  }
  header .right-side {
    padding-top: 0;
    bottom: auto;
    top: 10px;
  }
  header ul {
    list-style: none;
    text-align: center;
  }
  header .menu {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    top: 0;
    left: -20000px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 0;
    margin-top: 0;
    z-index: 100;
  }
  header .menu > li {
    display: block;
    text-align: center;
  }
  header .menu > li > a {
    text-align: center;
    font-weight: 600;
  }
  header .menu > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  header .menu > li > ul a {
    text-align: center;
  }
  header .menu.open {
    left: 0;
    opacity: 1;
    background-color: white;
  }
  header .menu > li {
    padding: 5px 0;
  }
  header .menu > li a {
    min-width: auto;
    color: black;
  }
  header .menu > li ul {
    padding-left: 0;
  }
  header .menu li.close-item {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  header .menu li.close-item a {
    font-size: 30px;
  }
}
.page.historic-properties .content-with-picture-bleed .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page.historic-properties .content-with-picture-bleed .picarea {
  width: 45%;
  width: calc(45% - 20px);
}
.page.historic-properties .content-with-picture-bleed .content {
  width: 55%;
}
.page.historic-properties .content-with-picture-bleed.pic-on-left .content {
  margin-left: 45%;
}
.page.historic-properties .content-with-picture-bleed .property {
  position: relative;
}
.page.historic-properties .content-with-picture-bleed .property:before {
  content: '\00a0';
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 60%;
  z-index: -1;
}
.page.historic-properties .content-with-picture-bleed.george-stoppel-property {
  position: relative;
}
.page.historic-properties .content-with-picture-bleed.george-stoppel-property:before {
  content: '\00a0';
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 60%;
  z-index: -1;
}
.page.historic-properties .content-with-picture-bleed.george-stoppel-property:before {
  background-image: url('/img/backgrounds/george-stoppel-preview-background.jpg');
}
.page.historic-properties .content-with-picture-bleed.ralph-stoppel-property {
  position: relative;
}
.page.historic-properties .content-with-picture-bleed.ralph-stoppel-property:before {
  content: '\00a0';
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 60%;
  z-index: -1;
}
.page.historic-properties .content-with-picture-bleed.ralph-stoppel-property:before {
  background-image: url('/img/backgrounds/ralph-stoppel-preview-background.jpg');
  left: auto;
  right: 0;
}
.page.historic-properties .content-with-picture-bleed.ralph-stoppel-property .content {
  color: white;
}
.page.historic-properties .content-with-picture-bleed.ralph-stoppel-property .content h1,
.page.historic-properties .content-with-picture-bleed.ralph-stoppel-property .content p {
  color: white;
}
.page.historic-properties .content-with-picture-bleed.hadley-valley-property {
  position: relative;
}
.page.historic-properties .content-with-picture-bleed.hadley-valley-property:before {
  content: '\00a0';
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 60%;
  z-index: -1;
}
.page.historic-properties .content-with-picture-bleed.hadley-valley-property:before {
  background-image: url('/img/backgrounds/hadley-valley-preview-background.jpg');
}
.page.historic-properties .content-with-picture-bleed.dee-cabin-property {
  position: relative;
}
.page.historic-properties .content-with-picture-bleed.dee-cabin-property:before {
  content: '\00a0';
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 60%;
  z-index: -1;
}
.page.historic-properties .content-with-picture-bleed.dee-cabin-property:before {
  background-image: url('/img/backgrounds/dee-cabin-preview-background.jpg');
  left: auto;
  right: 0;
}
.page.historic-properties .content-with-picture-bleed.dee-cabin-property .content {
  color: white;
}
.page.historic-properties .content-with-picture-bleed.dee-cabin-property .content h1,
.page.historic-properties .content-with-picture-bleed.dee-cabin-property .content p {
  color: white;
}
@media (max-width: 900px) {
  .page.historic-properties .content-with-picture-bleed .picarea,
  .page.historic-properties .content-with-picture-bleed .content {
    width: auto;
    margin: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    color: black;
  }
  .page.historic-properties .content-with-picture-bleed:before {
    display: none;
  }
  .page.historic-properties .content-with-picture-bleed.ralph-stoppel-property .content,
  .page.historic-properties .content-with-picture-bleed.dee-cabin-property .content {
    color: black;
    width: auto;
    margin-left: 0;
  }
  .page.historic-properties .content-with-picture-bleed.ralph-stoppel-property .content h1,
  .page.historic-properties .content-with-picture-bleed.dee-cabin-property .content h1,
  .page.historic-properties .content-with-picture-bleed.ralph-stoppel-property .content p,
  .page.historic-properties .content-with-picture-bleed.dee-cabin-property .content p {
    color: black;
  }
}
.program-types-summary h2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/img/backgrounds/programs-title-background-blue.jpg');
  color: white !important;
  padding: 6px 15px;
  font-weight: 600 !important;
}
.program-types-summary h2.teal {
  background-image: url('/img/backgrounds/programs-title-background-teal.jpg');
}
.program-types-summary h2.orange {
  background-image: url('/img/backgrounds/programs-title-background-orange.jpg');
}
.program-types-summary h2.grey {
  background-image: url('/img/backgrounds/programs-title-background-grey.jpg');
}
#payment-form button {
  display: block;
  padding: 3px 15px;
  color: white;
  text-decoration: none;
  background-color: #f6b22c;
  text-transform: uppercase;
  border: 0;
}
#payment-form button:disabled {
  background-color: #707070;
}
#payment-form.submitting {
  position: relative;
}
#payment-form.submitting:before {
  content: '\00a0';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#payment-form .donation-amt {
  border: solid #f6b22c 2px;
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 3px;
}
#payment-form .donation-amt.long {
  width: 160px;
}
#payment-form .donation-amt.selected {
  color: white;
  background-color: #f6b22c;
}
#payment-form .donation-amt input {
  position: absolute;
  left: -10000px;
}
#payment-form .donation-row,
#payment-form .duration-row {
  display: none;
}
#payment-form .donation-row.show,
#payment-form .duration-row.show {
  display: block;
}
#payment-form.membership-purchase-form .donation-amt {
  width: 160px;
}
#payment-form .label-row {
  margin-bottom: 10px;
  margin-top: 10px;
}
.enterPersonInfo {
  display: none;
}
input[name=inMemoriam]:checked ~ .enterPersonInfo {
  display: block;
}
.document-link {
  text-decoration: underline;
}
.document-link img {
  display: inline-block;
  width: 50px;
  margin-right: 20px;
  vertical-align: middle;
}
.people-tile.grid {
  overflow: hidden;
}
.people-tile.grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.people-tile.grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.people-tile.grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 8.333333333333332% - 20px);
}
.people-tile.grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 16.666666666666664% - 20px);
}
.people-tile.grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 25% - 20px);
}
.people-tile.grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 33.33333333333333% - 20px);
}
.people-tile.grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 41.66666666666667% - 20px);
}
.people-tile.grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 50% - 20px);
}
.people-tile.grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 58.333333333333336% - 20px);
}
.people-tile.grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 66.66666666666666% - 20px);
}
.people-tile.grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 75% - 20px);
}
.people-tile.grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 83.33333333333334% - 20px);
}
.people-tile.grid .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 91.66666666666666% - 20px);
}
.people-tile.grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(10px);
  margin-right: calc(10px);
  width: calc( 100% - 20px);
}
@media (min-width: 900px) {
  .people-tile.grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 8.333333333333332% - 20px);
  }
  .people-tile.grid .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 12.5% - 20px);
  }
  .people-tile.grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 16.666666666666664% - 20px);
  }
  .people-tile.grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 25% - 20px);
  }
  .people-tile.grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 33.33333333333333% - 20px);
  }
  .people-tile.grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 41.66666666666667% - 20px);
  }
  .people-tile.grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 50% - 20px);
  }
  .people-tile.grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 58.333333333333336% - 20px);
  }
  .people-tile.grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 66.66666666666666% - 20px);
  }
  .people-tile.grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 75% - 20px);
  }
  .people-tile.grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 83.33333333333334% - 20px);
  }
  .people-tile.grid .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 87.5% - 20px);
  }
  .people-tile.grid .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 91.66666666666666% - 20px);
  }
  .people-tile.grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 100% - 20px);
  }
}
@media (min-width: 1300px) {
  .people-tile.grid .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 8.333333333333332% - 20px);
  }
  .people-tile.grid .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 16.666666666666664% - 20px);
  }
  .people-tile.grid .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 25% - 20px);
  }
  .people-tile.grid .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 33.33333333333333% - 20px);
  }
  .people-tile.grid .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 41.66666666666667% - 20px);
  }
  .people-tile.grid .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 50% - 20px);
  }
  .people-tile.grid .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 58.333333333333336% - 20px);
  }
  .people-tile.grid .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 66.66666666666666% - 20px);
  }
  .people-tile.grid .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 75% - 20px);
  }
  .people-tile.grid .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 83.33333333333334% - 20px);
  }
  .people-tile.grid .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 91.66666666666666% - 20px);
  }
  .people-tile.grid .row .c12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(10px);
    margin-right: calc(10px);
    width: calc( 100% - 20px);
  }
}
.direct-donation-form #purchaseamt {
  display: inline-block;
  width: 150px;
  margin-left: 5px;
}
.dependent-enable input[type=text]:disabled {
  background-color: #f3f3f3;
}
.resource-link-format .labeled-icon h3 {
  background-color: #113351;
  display: inline-block;
  padding: 10px 50px 10px 40px;
  border-radius: 40px;
  position: relative;
}
.resource-link-format .labeled-icon h3 a {
  color: white !important;
}
.resource-link-format .labeled-icon h3:after {
  content: url(/img/icons/list-chevron.png);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page .container-wrapper .container .buy-tickets-section,
.page .container-wrapper .container .cart {
  color: #423f45;
}
.page .container-wrapper .container .buy-tickets-section h1,
.page .container-wrapper .container .cart h1 {
  color: #f47721;
  margin-bottom: 0;
}
.page .container-wrapper .container .buy-tickets-section h2,
.page .container-wrapper .container .cart h2 {
  color: #021424;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.page .container-wrapper .container .buy-tickets-section h3,
.page .container-wrapper .container .cart h3 {
  color: #021424;
  margin-top: 0;
}
.page .container-wrapper .container .buy-tickets-section .start-date,
.page .container-wrapper .container .cart .start-date {
  margin-top: 14px;
}
.page .container-wrapper .container .buy-tickets-section .start-time,
.page .container-wrapper .container .cart .start-time {
  margin-top: 6px;
}
.page .container-wrapper .container .buy-tickets-section .start-time img,
.page .container-wrapper .container .cart .start-time img {
  vertical-align: middle;
}
.page .container-wrapper .container .buy-tickets-section .start-time .actual-time,
.page .container-wrapper .container .cart .start-time .actual-time {
  display: inline-block;
  vertical-align: middle;
}
.page .container-wrapper .container .buy-tickets-section .details,
.page .container-wrapper .container .cart .details {
  margin-top: 30px;
}
.page .container-wrapper .container .buy-tickets-section .pricing table,
.page .container-wrapper .container .cart .pricing table,
.page .container-wrapper .container .buy-tickets-section .summary table,
.page .container-wrapper .container .cart .summary table {
  width: 100%;
}
.page .container-wrapper .container .buy-tickets-section .pricing table td,
.page .container-wrapper .container .cart .pricing table td,
.page .container-wrapper .container .buy-tickets-section .summary table td,
.page .container-wrapper .container .cart .summary table td {
  padding: 18px 0;
  border-bottom: solid 1px #b7b7b7;
}
.page .container-wrapper .container .buy-tickets-section .pricing .type,
.page .container-wrapper .container .cart .pricing .type,
.page .container-wrapper .container .buy-tickets-section .summary .type,
.page .container-wrapper .container .cart .summary .type {
  width: 80%;
}
.page .container-wrapper .container .buy-tickets-section .pricing .type strong,
.page .container-wrapper .container .cart .pricing .type strong,
.page .container-wrapper .container .buy-tickets-section .summary .type strong,
.page .container-wrapper .container .cart .summary .type strong {
  color: #f47721;
}
.page .container-wrapper .container .buy-tickets-section .pricing .cost,
.page .container-wrapper .container .cart .pricing .cost,
.page .container-wrapper .container .buy-tickets-section .summary .cost,
.page .container-wrapper .container .cart .summary .cost {
  font-weight: 600;
  color: #f47721;
  text-transform: uppercase;
  text-align: right;
}
.page .container-wrapper .container .buy-tickets-section .pricing .count,
.page .container-wrapper .container .cart .pricing .count,
.page .container-wrapper .container .buy-tickets-section .summary .count,
.page .container-wrapper .container .cart .summary .count {
  padding: 18px 10px;
}
.page .container-wrapper .container .buy-tickets-section .pricing .count select,
.page .container-wrapper .container .cart .pricing .count select,
.page .container-wrapper .container .buy-tickets-section .summary .count select,
.page .container-wrapper .container .cart .summary .count select {
  padding: 4px 10px;
  border-radius: 12px;
}
.page .container-wrapper .container .buy-tickets-section .pricing .submission,
.page .container-wrapper .container .cart .pricing .submission,
.page .container-wrapper .container .buy-tickets-section .summary .submission,
.page .container-wrapper .container .cart .summary .submission {
  margin-top: 30px;
}
.page .container-wrapper .container .buy-tickets-section .pricing .submission button,
.page .container-wrapper .container .cart .pricing .submission button,
.page .container-wrapper .container .buy-tickets-section .summary .submission button,
.page .container-wrapper .container .cart .summary .submission button {
  float: right;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.page .container-wrapper .container .buy-tickets-section .summary th,
.page .container-wrapper .container .cart .summary th {
  text-align: left;
  border-bottom: solid #f47721 1px;
}
.page .container-wrapper .container .buy-tickets-section .summary td,
.page .container-wrapper .container .cart .summary td {
  padding: 5px 10px;
}
.page .container-wrapper .container .buy-tickets-section .summary .count,
.page .container-wrapper .container .cart .summary .count {
  text-align: center;
}
.page .container-wrapper .container .buy-tickets-section .summary .cost,
.page .container-wrapper .container .cart .summary .cost {
  text-align: left;
}
.page .container-wrapper .container .buy-tickets-section .summary tr:last-child td,
.page .container-wrapper .container .cart .summary tr:last-child td {
  border-bottom: 0;
}
.page .container-wrapper .container .buy-tickets-section .summary .checkout-form,
.page .container-wrapper .container .cart .summary .checkout-form {
  margin-top: 50px;
}
.page .container-wrapper .container .buy-tickets-section .summary .checkout-form button,
.page .container-wrapper .container .cart .summary .checkout-form button {
  border: 0;
  font-weight: 600;
}
#card-element {
  margin-top: 40px;
}
.event-ticket-form button[type=submit]:disabled {
  background-color: #dadada;
}
.special-instructions {
  width: 100%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  margin: 20px auto 20px 0;
}
