/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* box-sizing
    mike added */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400|Roboto+Slab:100,300,400,700|Sacramento");
* {
  box-sizing: border-box; }

/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* mike added */
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

/* mike removed
sup {
  top: -0.5em;
}
*/
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  outline: 0;
  border: 0;
  -webkit-appearance: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* mike added */
h1, h2, h3, h4, h5, h6, p, a, span, input, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* z-indexes */
/* font sizes */
/* font weights */
@keyframes closeBurst {
  80% {
    transform: scale(1.1) rotate(45deg); }
  100% {
    transform: scale(1) rotate(45deg); } }

a, button {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background: none;
  font-weight: 300;
  padding: 0; }
  button:after {
    top: 6px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  display: block; }

.color-gold {
  color: #cfbc73; }

.color-light {
  color: #c4c4c4; }

.color-darker {
  color: #707070; }

.color-darkest {
  color: #424242; }

.background-dark {
  background: #818181; }

.background-darker {
  background: #707070; }

.background-darkest {
  background: #424242; }

.center-x > * {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.center-y > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.center-xy > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.border-top {
  border-top: solid 1px; }

.border-right {
  border-right: solid 1px; }

.border-bottom {
  border-bottom: solid 1px; }

.border-left {
  border-left: solid 1px; }

.padding-xxlarge {
  padding: 6em; }

.padding-xlarge {
  padding: 4em; }

.padding-percent-xlarge {
  padding: 12%; }

.padding-large {
  padding: 2em; }

.padding-medium {
  padding: 1em; }

.padding-small {
  padding: 0.5em; }

.padding-y-xlarge {
  padding-top: 4em;
  padding-bottom: 4em; }

.padding-y-large {
  padding-top: 2em;
  padding-bottom: 2em; }

.padding-y-medium {
  padding-top: 1em;
  padding-bottom: 1em; }

.padding-y-small {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.padding-x-xxlarge {
  padding-left: 6em;
  padding-right: 6em; }

.padding-x-xlarge {
  padding-left: 4em;
  padding-right: 4em; }

.padding-x-large {
  padding-left: 2em;
  padding-right: 2em; }

.padding-x-medium {
  padding-left: 1em;
  padding-right: 1em; }

.padding-x-small {
  padding-left: 0.5em;
  padding-right: 0.5em; }

.padding-x-xsmall {
  padding-left: 0.25em;
  padding-right: 0.25em; }

@media (max-width: 1025px) {
  .tablet-padding-xlarge {
    padding: 4em; }
  .tablet-padding-large {
    padding: 2em; }
  .tablet-padding-medium {
    padding: 1em; } }

@media (max-width: 670px) {
  .mobile-padding-xlarge {
    padding: 4em; }
  .mobile-padding-medium {
    padding: 1em; } }

.margin-top-xlarge {
  margin-top: 4em; }

.margin-top-large {
  margin-top: 2em; }

.margin-top-medium {
  margin-top: 1em; }

.margin-top-small {
  margin-top: 0.5em; }

.margin-bottom-large {
  margin-bottom: 2em; }

.margin-bottom-medium {
  margin-bottom: 1em; }

.margin-bottom-small {
  margin-bottom: 0.5em; }

.margin-left-xlarge {
  margin-left: 4em; }

.margin-left-large {
  margin-left: 2em; }

.margin-left-medium {
  margin-left: 1em; }

.margin-left-small {
  margin-left: 0.5em; }

.margin-right-xlarge {
  margin-right: 4em; }

.margin-right-large {
  margin-right: 2em; }

.margin-right-medium {
  margin-right: 1em; }

.margin-right-small {
  margin-right: 0.5em; }

@media (max-width: 670px) {
  .mobile-margin-top-xlarge {
    margin-top: 2em; }
  .mobile-margin-top-large {
    margin-top: 1em; }
  .mobile-margin-top-medium {
    margin-top: 0.5em; }
  .mobile-margin-top-small {
    margin-top: 0.25em; } }

.column-count-two {
  column-count: 2; }

.list-spacing-large > * {
  padding-top: 2em;
  padding-bottom: 2em; }

.list-spacing-medium > * {
  padding-top: 1em;
  padding-bottom: 1em; }

@media (min-width: 671px) {
  .list-spacing-small > * {
    padding-top: 0.5em;
    padding-bottom: 0.5em; } }

@media (max-width: 670px) {
  .list-spacing-small > * {
    padding-top: 0.25em;
    padding-bottom: 0.25em; } }

@media (min-width: 671px) {
  .list-spacing-xsmall > * {
    padding-top: 0.25em;
    padding-bottom: 0.25em; } }

@media (max-width: 670px) {
  .list-spacing-xsmall > * {
    padding-top: 0.125em;
    padding-bottom: 0.125em; } }

.list-spacing-large > *:first-of-type, .list-spacing-medium > *:first-of-type, .list-spacing-small > *:first-of-type, .list-spacing-xsmall > *:first-of-type {
  padding-top: 0; }

.list-spacing-large > *:last-of-type, .list-spacing-medium > *:last-of-type, .list-spacing-small > *:last-of-type, .list-spacing-xsmall > *:last-of-type {
  padding-bottom: 0; }

.list-dividers-subtle > li:nth-child(1n+2), .list-dividers-subtle > div:nth-child(1n+2) {
  position: relative; }
  .list-dividers-subtle > li:nth-child(1n+2):after, .list-dividers-subtle > div:nth-child(1n+2):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #424242;
    opacity: 0.35; }

.dash-below {
  position: relative;
  padding-bottom: 0.45em;
  margin-bottom: 0.35em; }
  .dash-below:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1em;
    height: 0.1em;
    top: calc(100% - 0.1em); }
  .dash-below.dash-large {
    padding-bottom: 0.8em;
    margin-bottom: 0.7em; }
    .dash-below.dash-large:after {
      width: 2em;
      height: 0.2em;
      top: calc(100% - 0.2em); }
  .dash-below.dash-center:after {
    left: 50%;
    transform: translateX(-50%); }
  .dash-below.dash-gold:after {
    background-color: #cfbc73; }
  .dash-below.dash-gray:after {
    background-color: #ececec; }

@media (max-width: 670px) {
  .scrollPrompt {
    display: none; } }

.actions {
  margin-top: 3rem; }
  .actions.align-right {
    text-align: right; }

.form-item {
  width: 100%; }
  .form-item.error .form-input {
    border-color: #ff3939;
    color: #ff3939; }
  .form-item.error label {
    color: #ff3939; }
  .form-item + .form-item {
    margin-top: 2rem; }
  .form-item label {
    padding-left: calc( 1rem + 3px); }

.form-input {
  width: 100%;
  padding: 0.75rem 1rem; }
  .form-input.required {
    position: relative;
    border-left: solid 3px #cfbc73; }
    .form-input.required:after {
      content: "Required";
      position: absolute;
      left: 0;
      transform: rotate(-90deg) translate(55%, -140%);
      color: #cfbc73;
      font-size: 0.6em; }
  .form-input input, .form-input textarea {
    display: block;
    width: 100%;
    background: none; }
    .form-input input::-webkit-input-placeholder, .form-input textarea::-webkit-input-placeholder {
      color: inherit;
      opacity: 0.5; }
    .form-input input:-moz-placeholder, .form-input textarea:-moz-placeholder {
      color: inherit;
      opacity: 0.5; }
    .form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
      color: inherit;
      opacity: 0.5; }
    .form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
      color: inherit;
      opacity: 0.5; }

textarea {
  -webkit-appearance: none;
  border: solid 1px #ececec;
  padding: 0.75rem 1rem; }

.inputMessage {
  color: #ff3939; }

[type="checkbox"] {
  -webkit-appearance: checkbox; }

.align-left {
  position: absolute;
  top: 0;
  left: 0; }

.align-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.align-right {
  position: absolute;
  top: 0;
  right: 0; }

.align-bottom {
  position: absolute;
  bottom: 0; }

.minFullWidth {
  min-width: 100vw; }

.fullWidth {
  width: 100vw; }

.fullWidth-percent {
  width: 100%; }

.viewport-width-twenty {
  width: 20vw; }

.viewport-width-twentyFive {
  width: 25vw; }

.viewport-width-thirty {
  width: 30vw; }

.viewport-width-oneThird {
  width: 33.333333vw; }

.viewport-width-thirtyFive {
  width: 35vw; }

.viewport-width-forty {
  width: 40vw; }

.viewport-width-fortyFive {
  width: 45vw; }

.viewport-width-fifty {
  width: 50vw; }

.viewport-width-fiftyFive {
  width: 55vw; }

.viewport-width-sixty {
  width: 60vw; }

.viewport-width-sixtyFive {
  width: 65vw; }

.viewport-width-twoThird {
  width: 66.666666vw; }

.viewport-width-seventy {
  width: 70vw; }

.viewport-width-seventyFive {
  width: 75vw; }

.viewport-width-eighty {
  width: 80vw; }

.viewport-width-eightyFive {
  width: 85vw; }

.viewport-width-ninety {
  width: 90vw; }

.viewport-width-ninetyFive {
  width: 95vw; }

.viewport-width-full {
  width: 100vw; }

.percentage-width-twenty {
  width: 20%; }

.percentage-width-twentyFive {
  width: 25%; }

.percentage-width-thirty {
  width: 30%; }

.percentage-width-oneThird {
  width: 33.333333%; }

.percentage-width-thirtyFive {
  width: 35%; }

.percentage-width-forty {
  width: 40%; }

.percentage-width-fortyFive {
  width: 45%; }

.percentage-width-fifty {
  width: 50%; }

.percentage-width-fiftyFive {
  width: 55%; }

.percentage-width-sixty {
  width: 60%; }

.percentage-width-sixtyFive {
  width: 65%; }

.percentage-width-twoThird {
  width: 66.666666%; }

.percentage-width-seventy {
  width: 70%; }

.percentage-width-seventyFive {
  width: 75%; }

.percentage-width-eighty {
  width: 80%; }

.percentage-width-eightyFive {
  width: 85%; }

.percentage-width-ninety {
  width: 90%; }

.percentage-width-ninetyFive {
  width: 95%; }

.percentage-width-full {
  width: 100%; }

@media (max-width: 1025px) {
  .tablet-width-fifty {
    width: 50%; }
  .tablet-width-full {
    width: 100%; } }

@media (max-width: 670px) {
  .mobile-width-fifty {
    width: 50%; }
  .mobile-width-full {
    width: 100%; } }

.minFullHeight {
  min-height: 100vh; }

.fullHeight {
  height: 100vh; }

.fullHeight-minusMenu {
  min-height: calc(100vh - 2.95rem); }

.viewport-height-twenty {
  height: 20vh; }

.viewport-height-twentyFive {
  height: 25vh; }

.viewport-height-thirty {
  height: 30vh; }

.viewport-height-oneThird {
  height: 33.333333vh; }

.viewport-height-thirtyFive {
  height: 35vh; }

.viewport-height-forty {
  height: 40vh; }

.viewport-height-fortyFive {
  height: 45vh; }

.viewport-height-fifty {
  height: 50vh; }

.viewport-height-fiftyFive {
  height: 55vh; }

.viewport-height-sixty {
  height: 60vh; }

.viewport-height-sixtyFive {
  height: 65vh; }

.viewport-height-twoThird {
  height: 66.666666vh; }

.viewport-height-seventy {
  height: 70vh; }

.viewport-height-seventyFive {
  height: 75vh; }

.viewport-height-eighty {
  height: 80vh; }

.viewport-height-eightyFive {
  height: 85vh; }

.viewport-height-ninety {
  height: 90vh; }

.viewport-height-ninetyFive {
  height: 95vh; }

.viewport-height-full {
  height: 100vh; }

.percentage-height-twenty {
  height: 20%; }

.percentage-height-twentyFive {
  height: 25%; }

.percentage-height-thirty {
  height: 30%; }

.percentage-height-oneThird {
  height: 33.333333%; }

.percentage-height-thirtyFive {
  height: 35%; }

.percentage-height-forty {
  height: 40%; }

.percentage-height-fortyFive {
  height: 45%; }

.percentage-height-fifty {
  height: 50%; }

.percentage-height-fiftyFive {
  height: 55%; }

.percentage-height-sixty {
  height: 60%; }

.percentage-height-sixtyFive {
  height: 65%; }

.percentage-height-twoThird {
  height: 66.666666%; }

.percentage-height-seventy {
  height: 70%; }

.percentage-height-seventyFive {
  height: 75%; }

.percentage-height-eighty {
  height: 80%; }

.percentage-height-eightyFive {
  height: 85%; }

.percentage-height-ninety {
  height: 90%; }

.percentage-height-ninetyFive {
  height: 95%; }

.percentage-height-full {
  height: 100%; }

@media (max-width: 1025px) {
  .tablet-height-fifty {
    height: 50vh; }
  .tablet-height-seventy {
    height: 70vh; }
  .tablet-height-eighty {
    height: 80vh; }
  .tablet-height-auto {
    height: auto; } }

@media (max-width: 670px) {
  .mobile-height-thirty {
    height: 30vh; }
  .mobile-height-forty {
    height: 40vh; }
  .mobile-height-fifty {
    height: 50vh; }
  .mobile-height-seventy {
    height: 70vh; }
  .mobile-height-full {
    height: 100vh; }
  .mobile-height-auto {
    height: auto; } }

.section {
  position: relative;
  top: 0;
  left: 0;
  background: white; }
  @media (min-width: 671px) {
    .section.sticky {
      position: sticky;
      position: -webkit-sticky;
      top: 0; } }
  .section.hideOverflow {
    overflow: hidden; }

.sectionTitleWrap {
  font-size: 5rem; }
  .sectionTitleWrap.small {
    font-size: 2.65rem; }
    .sectionTitleWrap.small .script {
      font-size: 0.75em;
      line-height: 0.75em; }
    .sectionTitleWrap.small .sectionTitle {
      font-size: 1em;
      line-height: 1em; }

@media (min-width: 1026px) {
  .sectionSubtitleWrap {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    .sectionSubtitleWrap h1 {
      font-size: 4.5vw; }
    .sectionSubtitleWrap h3 {
      font-size: 2vw;
      line-height: 2vw;
      color: #424242; } }

@media (min-width: 671px) and (max-width: 1025px) {
  .sectionSubtitleWrap {
    margin-top: 1rem;
    font-size: 2.65rem;
    text-align: center; }
    .sectionSubtitleWrap .inner {
      display: inline-block;
      padding: 1rem 3rem;
      background: #ececec; }
    .sectionSubtitleWrap .script {
      font-size: 1.5em;
      line-height: 1.5em; }
    .sectionSubtitleWrap h3 {
      font-size: 1em;
      line-height: 1em;
      color: #424242; } }

@media (max-width: 670px) {
  .sectionSubtitleWrap {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    .sectionSubtitleWrap h1 {
      font-size: 4.5vw; }
    .sectionSubtitleWrap h3 {
      font-size: 2vw;
      line-height: 2vw;
      color: #424242; } }

.innerWrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .innerWrap.addPadding {
    padding: 0 2rem; }
  .innerWrap.large {
    max-width: 1200px; }
    .innerWrap.large.addPadding {
      padding: 0 5%; }
  .innerWrap.medium {
    max-width: 1000px; }
    .innerWrap.medium.addPadding {
      padding: 0 4%; }
  .innerWrap.small {
    max-width: 700px; }
    .innerWrap.small.addPadding {
      padding: 0 3%; }
  .innerWrap.tiny {
    max-width: 500px; }
    .innerWrap.tiny.addPadding {
      padding: 0 2%; }

/*
.overlay-top{
    position: absolute;
    top:0;
    left:-10%;
    width:120%;
    background: linear-gradient(to top, rgba(white,0) 0%, rgba(white,0.05) 10%, rgba(white, 0.85) 75%, rgba(white,1) 100%);
    &:after{
        content:"";
        position: absolute;
        top:0;
        left:0;
        width:100%;
        transform: translateY(-100%);
        height: 50%;
        max-height: 150px;
        background: white;
    }
    &.strong{
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.85) 55%, rgba(255,255,255,0.95) 70%, white 100%)
    }
    &.rotate{
        &-negativeFive{
            top:2%;
        }
    }
}
.overlay-bottom{
    position: absolute;
    bottom:0;
    left:-10%;
    width:120%;
    background: linear-gradient(to bottom, rgba(white,0) 0%, rgba(white,0.05) 10%, rgba(white, 0.85) 75%, rgba(white,1) 100%);
    &.rotate{
        &-one{
            bottom:1.5vh;
        }
        &-five{
            bottom:-10vh;
        }
    }
    &.strong{
        background: linear-gradient(to bottom, rgba(white,0) 0%,rgba(white,0.85) 40%,rgba(white,1) 65%,rgba(white,1) 100%);
    }
    &:after{
        content:"";
        position: absolute;
        top:calc(100% - 1px);
        left:0;
        width:100%;
        height: 50%;
        max-height: 150px;
        background: white;
    }
}
.overlay-left{
    position: absolute;
    bottom:0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    &:after{
        content:"";
        position: absolute;
        bottom: 1px;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 50%;
        max-height: 200px;
        background: white;
    }
    &.rotate{
        &-eighty{
            bottom:20%;
            left:-26%;
        }
        &-oneHundred{
            bottom: 10%;
            //left: 2%;
        }
    }
}
.overlay-right{
    position: absolute;
    bottom:0;
    right:0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    &.rotate{
        &-negativeFifteen{
            right: -3vw;
            bottom: -10vh;
        }
    }
}
*/
.modal .modal-title {
  position: relative;
  margin-bottom: 2rem; }

.selectBox {
  position: relative;
  padding: 0.75em 2.5em 0.75em 0.5em;
  border-bottom: solid 1px #cfbc73; }
  .selectBox:before, .selectBox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    width: 0;
    height: 0;
    border-style: solid; }
  .selectBox:before {
    transform: translateY(-0.55em);
    border-width: 0 0.4em 0.5em 0.4em;
    border-color: transparent transparent #ececec transparent; }
  .selectBox:after {
    transform: translateY(0.15em);
    border-width: 0.5em 0.4em 0 0.4em;
    border-color: #ececec transparent transparent transparent; }
  .selectBox select {
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit; }
    .selectBox select:focus {
      outline: none; }

section [class^=carouselContainer] .pagination {
  left: 50%;
  transform: translateX(-50%); }
  section [class^=carouselContainer] .pagination li {
    border-color: #c4c4c4;
    opacity: 1; }
    section [class^=carouselContainer] .pagination li.active {
      background-color: #cfbc73;
      border-color: #cfbc73; }

.card {
  border-radius: 0.25rem;
  padding: 1.5rem 2rem;
  box-shadow: 0.125rem 0.5rem 1rem rgba(0, 0, 0, 0.25); }

.close {
  display: inline-block;
  position: absolute;
  top: 3rem;
  right: 0.75rem;
  transform: rotate(45deg);
  font-size: 3rem;
  line-height: 1rem;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 2000; }
  .close:hover {
    animation: closeBurst 0.5s cubic-bezier(0.35, 0.08, 0.77, 1.36); }

.flex {
  display: flex; }
  .flex.flex-wrap {
    flex-wrap: wrap; }
  @media (max-width: 670px) {
    .flex.mobile-flex-wrap {
      flex-wrap: wrap; } }
  .flex.matchHeight {
    align-items: stretch; }
  .flex.vertical-center {
    align-items: center; }
  .flex.justify-start {
    justify-content: flex-start; }
  .flex.justify-end {
    justify-content: flex-end; }
  .flex.justify-center {
    justify-content: center; }
  .flex.justify-between {
    justify-content: space-between; }
  .flex.justify-around {
    justify-content: space-around; }
  .flex.threeColumn > .column {
    width: calc(100% / 3); }
  .flex .flexWidth {
    flex-grow: 1; }

@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-rows: auto; }
    .grid.threeColumn {
      grid-template-columns: 1fr 1fr 1fr; }
    @media (min-width: 801px) {
      .grid.fourColumn {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (max-width: 800px) {
      .grid.fourColumn {
        grid-template-columns: 1fr 1fr; } }
    .grid.fiveColumn {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    @media (min-width: 1026px) and (max-width: 1200px) {
      .grid.desktopSmall-twoColumn {
        grid-template-columns: 1fr 1fr; }
      .grid.desktopSmall-threeColumn {
        grid-template-columns: 1fr 1fr 1fr; }
      .grid.desktopSmall-fourColumn {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (min-width: 671px) and (max-width: 1025px) {
      .grid.tablet-twoColumn {
        grid-template-columns: 1fr 1fr; }
      .grid.tablet-threeColumn {
        grid-template-columns: 1fr 1fr 1fr; }
      .grid.tablet-fourColumn {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (max-width: 670px) {
      .grid.mobile-oneColumn {
        grid-template-columns: 1fr; }
      .grid.mobile-twoColumn {
        grid-template-columns: 1fr 1fr; }
      .grid.mobile-threeColumn {
        grid-template-columns: 1fr 1fr 1fr; } }
    .grid.spacing-xxlarge {
      grid-column-gap: 6em;
      grid-row-gap: 6em; }
    .grid.spacing-xlarge {
      grid-column-gap: 4em;
      grid-row-gap: 4em; }
    .grid.spacing-large {
      grid-column-gap: 2em;
      grid-row-gap: 2em; }
    .grid.spacing-medium {
      grid-column-gap: 1em;
      grid-row-gap: 1em; }
    .grid.spacing-small {
      grid-column-gap: 0.5em;
      grid-row-gap: 0.5em; } }

@supports not (display: grid) {
  .grid.fourColumn.spacing-xlarge .item {
    display: inline-block; }
    @media (min-width: 801px) {
      .grid.fourColumn.spacing-xlarge .item {
        width: calc( 25% - 1.5em - 4px); }
        .grid.fourColumn.spacing-xlarge .item:nth-of-type(1n+2) {
          margin-left: 2em; }
        .grid.fourColumn.spacing-xlarge .item:nth-of-type(4n+5) {
          margin-left: 0;
          margin-top: 2em; } }
    @media (max-width: 800px) {
      .grid.fourColumn.spacing-xlarge .item {
        width: calc( 50% - 1em - 4px); }
        .grid.fourColumn.spacing-xlarge .item:nth-of-type(1n+2) {
          margin-left: 2em; }
        .grid.fourColumn.spacing-xlarge .item:nth-of-type(2n+3) {
          margin-left: 0;
          margin-top: 2em; } } }

.row.oneColumn {
  width: 8rem; }

.row.twoColumn {
  width: 16rem; }

.row.threeColumn {
  width: 24rem; }

.row.fourColumn {
  width: 32rem; }

.flipCard {
  perspective: 800px; }
  .flipCard.animate .card {
    opacity: 1;
    transform: rotateX(0); }
  .flipCard .card {
    position: relative;
    opacity: 0;
    transform: rotateX(90deg);
    transition: transform 0.5s, opacity 0.5s;
    transition-timing-function: cubic-bezier(0.2, 0.47, 0.26, 1.41);
    will-change: transform, opacity; }

.objectFit-cover {
  object-fit: cover; }

.objectFit-contain {
  object-fit: contain; }

.shadow {
  position: relative; }
  .shadow-all {
    box-shadow: 0 0 7vh rgba(0, 0, 0, 0.25); }
  .shadow-top, .shadow-bottom {
    transform: translateY(-7vh); }
    .shadow-top:after, .shadow-bottom:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 7vh; }
  .shadow-top:after {
    top: 0;
    transform: translateY(-100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); }
  .shadow-bottom:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); }

.slider {
  height: 100%; }

.imageGroup {
  position: relative; }
  .imageGroup.stacked-two-high {
    position: absolute;
    top: 0;
    bottom: 0; }
    .imageGroup.stacked-two-high .imageWrap {
      position: relative;
      width: 100%;
      height: 50%;
      overflow: hidden; }
      .imageGroup.stacked-two-high .imageWrap img {
        display: block;
        width: 100%;
        height: 100%; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
          .imageGroup.stacked-two-high .imageWrap {
            position: absolute;
            height: calc(50% - 2em);
            width: calc(100% - 2em); }
            .imageGroup.stacked-two-high .imageWrap:nth-of-type(2) {
              top: 50%; } } }
    @media (max-width: 670px) {
      .imageGroup.stacked-two-high {
        /*
            @media not all and (min-resolution:.001dpcm){
                @supports (-webkit-appearance:none) {
                    .imageWrap{
                        height: calc(100% - 4em);
                        width: calc(50% - 2em);
                        &:nth-of-type(2){
                            top: auto;
                            left: 50%;
                        }
                        img{
                            position: absolute;
                        }
                    }
                }
            }*/ }
        .imageGroup.stacked-two-high .imageWrap {
          display: inline-block;
          height: 100%;
          width: calc(50% - 0.1em); } }
  .imageGroup.collage .imageWrap {
    display: inline-block;
    position: relative;
    width: 25%; }
    .imageGroup.collage .imageWrap img {
      display: block;
      width: 100%;
      height: 100%; }
    .imageGroup.collage .imageWrap:first-of-type {
      width: 49%;
      height: 55%;
      /*transform: rotate(3deg);*/
      z-index: 20; }
    .imageGroup.collage .imageWrap:nth-of-type(2) {
      width: 50%;
      height: 55%;
      transform: translate(-4%, 16%);
      z-index: 10; }
    .imageGroup.collage .imageWrap:nth-of-type(3) {
      width: 40%;
      margin-top: 2%;
      margin-left: 1%;
      height: 45%;
      transform: translate(5%, -16%);
      z-index: 30; }
    .imageGroup.collage .imageWrap:nth-of-type(4) {
      width: 47%;
      height: 48%;
      transform: translateY(-12%);
      z-index: 40; }
    @media (max-width: 1025px) {
      .imageGroup.collage .imageWrap:nth-of-type(2) {
        width: 50%;
        height: 55%;
        transform: translate(-5%, 16%);
        z-index: 10; }
      .imageGroup.collage .imageWrap:nth-of-type(3) {
        width: 48%;
        transform: translate(0%, 1%); }
      .imageGroup.collage .imageWrap:nth-of-type(4) {
        width: 50%;
        transform: translate(-11%, -4%); } }
  .imageGroup.borders .imageWrap {
    padding: 0.5rem;
    background: white;
    border: solid 1px #ececec;
    box-shadow: 0.15rem 0.2rem 0.35rem rgba(0, 0, 0, 0.15); }
  .imageGroup.fourWide img {
    width: 100%;
    height: 100%; }

.hotspot {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  padding: 1.2rem;
  cursor: pointer; }
  .hotspot:hover .full, .hotspot.active .full {
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.3s 0s, transform 0.3s 0s; }
  .hotspot .small {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    font-size: 1.68rem;
    font-weight: 300;
    color: white;
    text-align: center;
    line-height: 2.200008rem;
    z-index: 1; }
    .hotspot .small:before, .hotspot .small:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
    .hotspot .small:before {
      width: 4.8rem;
      height: 4.8rem;
      background-color: rgba(0, 0, 0, 0.3); }
    .hotspot .small:after {
      width: 2.4rem;
      height: 2.4rem;
      background-color: #cfbc73; }
  .hotspot .full {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 22.8rem;
    transform: scale(0);
    background: white;
    box-shadow: 0 0.5vw 3vw rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s 1s, transform 0.3s 1s; }
    .hotspot .full:before, .hotspot .full:after {
      content: "";
      position: absolute;
      background: white; }
    .hotspot .full:after {
      width: 0.6rem;
      height: 0.6rem;
      transform: translate(-50%, -54%);
      border-radius: 50%; }
    .hotspot .full:before {
      width: 3.99984rem;
      height: 0.2rem; }
    .hotspot .full .feature {
      padding-bottom: 2rem; }
  .hotspot.left .full {
    margin-left: 2.4rem; }
    .hotspot.left .full:after {
      left: -2.4rem; }
  .hotspot.right .full {
    left: auto;
    right: 50%;
    margin-right: 2.4rem; }
    .hotspot.right .full:after {
      right: -2.4rem;
      transform: translate(50%, -54%); }
  .hotspot.top .full {
    margin-top: 2.4rem; }
    .hotspot.top .full:after {
      top: -2.4rem; }
  .hotspot.center .full:after {
    top: 50%; }
  .hotspot.bottom .full:after {
    bottom: -3rem; }
  .hotspot.top.left .full {
    transform-origin: -2.4rem -2.4rem; }
    .hotspot.top.left .full:before {
      top: 0;
      left: 0;
      transform: translate(-3.192rem, -1.3008rem) rotate(45deg); }
  .hotspot.top.right .full {
    transform-origin: calc(100% + 2.4rem) -2.4rem; }
    .hotspot.top.right .full:before {
      top: 0;
      right: 0;
      transform: rotate(135deg) translate(-3rem, -1.32rem); }
  .hotspot.center.left .full {
    transform: scale(0) translateY(-50%);
    transform-origin: -3.6rem top;
    margin-left: 3.6rem; }
    .hotspot.center.left .full:before {
      top: 50%;
      left: 0;
      transform: translate(-3.6rem, -50%); }
    .hotspot.center.left .full:after {
      left: -3.6rem; }
  .hotspot.center.left:hover .full {
    transform: scale(1) translateY(-50%); }
  .hotspot.center.right .full {
    transform: scale(0) translateY(-50%);
    transform-origin: calc(100% + 3.6rem) top;
    margin-right: 3.6rem; }
    .hotspot.center.right .full:before {
      top: 50%;
      left: auto;
      right: 0;
      transform: translate(3.6rem, -50%); }
    .hotspot.center.right .full:after {
      right: -3.6rem; }
  .hotspot.center.right:hover .full {
    transform: scale(1) translateY(-50%); }
  .hotspot.bottom.left .full {
    transform: scale(0) translateY(calc(-100% - 2.4rem));
    transform-origin: -2.4rem 0; }
    .hotspot.bottom.left .full:before {
      bottom: 0;
      left: 0;
      transform: translate(-3rem, 1.0992rem) rotate(-45deg); }
  .hotspot.bottom.left:hover .full {
    transform: scale(1) translateY(calc(-100% - 2.4rem)); }
  .hotspot.bottom.right .full {
    transform: scale(0) translateY(calc(-100% - 2.4rem));
    transform-origin: calc(100% + 2.4rem) top; }
    .hotspot.bottom.right .full:before {
      bottom: 0;
      right: 0;
      transform: translate(3rem, 1.0992rem) rotate(45deg); }
  .hotspot.bottom.right:hover .full {
    transform: scale(1) translateY(calc(-100% - 2.4rem)); }

@media (max-width: 670px) {
  #app.safari .imageGroup.stacked-two-high .imageWrap {
    height: 100%;
    width: calc(50% - 2em); } }

html {
  font-family: 'Lato', Arial, sans-serif; }
  @media (min-width: 1025px) {
    html {
      font-size: 15px; } }
  @media (min-width: 801px) and (max-width: 1025px) {
    html {
      font-size: 14px; } }
  @media (min-width: 671px) and (max-width: 800px) {
    html {
      font-size: 14px; } }
  @media (max-width: 670px) {
    html {
      font-size: 11px; } }

body {
  -webkit-text-size-adjust: none; }

.script {
  font-family: "Sacramento"; }

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Roboto Slab";
  display: inline-block; }

h1 {
  font-size: 4.9vw;
  line-height: 4.4vw;
  font-weight: 100; }
  @media (min-width: 671px) and (max-width: 1025px) {
    h1 {
      font-size: 4rem;
      line-height: 3.5rem; } }
  @media (max-width: 670px) {
    h1 {
      font-size: 3rem;
      line-height: 2.5rem; } }

h2 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.05em; }

h3 {
  font-size: 1.75rem;
  font-weight: 100;
  line-height: 1.5rem; }

h4 {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5rem; }
  h4.script {
    font-size: 1.40625rem;
    line-height: 1.25rem; }

h5 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.02em; }

h6 {
  font-size: 1.0667rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em; }

h7 {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em; }

small {
  font-size: 0.75em;
  font-style: italic; }

p {
  font-size: 1.0667rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0; }
  p + p {
    margin-top: 12px; }
  p.large {
    font-size: 1.125rem;
    line-height: 1.8rem; }
  p.small {
    font-size: 0.85rem;
    line-height: 1.4rem; }

sup {
  position: relative;
  top: -0.3em;
  font-size: 0.7em; }

blockquote {
  position: relative;
  margin: 0;
  padding: 2em 3em;
  font-size: 1.0667rem;
  line-height: 1.6rem;
  font-weight: 300; }
  blockquote:before, blockquote:after {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/icons/quotes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2; }
  blockquote:before {
    top: 1em;
    left: 0.5em; }
  blockquote:after {
    bottom: 1.25em;
    right: 0.5em;
    transform: rotate(180deg); }
  blockquote + .caption {
    position: relative;
    padding: 0em 4em;
    text-align: right;
    margin-top: -0.75em; }
    blockquote + .caption:before {
      content: "-"; }

.link {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.15rem; }

.block {
  display: block; }

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

.bold {
  font-weight: 600; }

.semibold {
  font-weight: 500; }

.uppercase {
  text-transform: uppercase; }

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

.text-align-right {
  text-align: right; }

.button {
  font-weight: 500;
  cursor: pointer; }
  .button.primary {
    font-size: 1.0667rem;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .button.secondary {
    font-size: 0.75rem;
    line-height: 1.25em;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .button.outline {
    font-size: 0.75rem;
    line-height: 1.25em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: white;
    color: #cfbc73;
    border: solid 1px #cfbc73;
    border-radius: 3em;
    padding: 0.6em 1.5em; }
  .button.textOnly {
    font-family: "Roboto Slab";
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.25em; }
    .button.textOnly.small {
      font-size: 0.7rem; }
  .button.underline {
    display: inline-block;
    border-bottom: solid 1px; }
  .button.arrowRight, .button.arrowDown, .button.arrowLeft {
    position: relative;
    padding-right: 2em; }
    .button.arrowRight.textOnly, .button.arrowDown.textOnly, .button.arrowLeft.textOnly {
      padding-right: 0; }
    .button.arrowRight:after, .button.arrowDown:after, .button.arrowLeft:after {
      content: "";
      display: inline-block;
      position: relative;
      top: -0.07em;
      width: 0.5em;
      height: 0.5em;
      transform: rotate(45deg);
      margin-left: 0.5em;
      border-top: solid 2px;
      border-right: solid 2px;
      transition: transform 0.3s; }
    .button.arrowRight:hover:after, .button.arrowDown:hover:after, .button.arrowLeft:hover:after {
      transform: translateX(0.5em) rotate(45deg); }
  .button.arrowDown:after {
    top: -0.2em;
    margin-left: 1em;
    transform: rotate(135deg);
    transition: transform 0.3s; }
  .button.arrowDown:hover:after {
    transform: translateY(0.25em) rotate(135deg); }
  .button.arrowLeft {
    display: flex;
    align-items: center; }
    .button.arrowLeft:after {
      order: -1;
      top: 0;
      margin-right: 1em;
      transform: rotate(-135deg);
      transition: transform 0.3s; }
    .button.arrowLeft:hover:after {
      transform: translateX(-0.5em) rotate(-135deg); }

input {
  color: inherit; }

[type="checkbox"] {
  font-size: 2rem; }

.form-item label {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.75rem;
  margin-bottom: 0.5em; }

.form-item .form-input {
  font-size: 1.0667rem;
  line-height: 1.5rem;
  transition: color 0.3s; }

.inputMessage {
  font-size: 0.75rem;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.07em; }

.sectionTitle {
  color: #424242; }

.sectionCopy {
  color: #707070; }

.button.textOnly {
  color: #818181; }

.smallTitle {
  color: #424242; }

.globalHeader {
  position: fixed;
  width: 100%;
  text-align: center;
  background: white;
  opacity: 0.6;
  z-index: 5010;
  transition: transform 0.5s cubic-bezier(0.43, 0.42, 0.3, 1.45); }
  @media (min-width: 801px) {
    .globalHeader.visible {
      transform: translateY(0); } }
  @media (max-width: 800px) {
    .globalHeader.visible + .mobileMenu {
      transform: translateY(0); } }
  .globalHeader.mobileActive {
    transform: translateX(0);
    transition: transform 1s cubic-bezier(0.43, 0.42, 0.3, 1.45); }
    .globalHeader.mobileActive + .mobileMenu {
      background: rgba(255, 255, 255, 0);
      border-bottom-color: transparent;
      transform: translateY(0); }
      .globalHeader.mobileActive + .mobileMenu .headerBranding {
        opacity: 0; }
      .globalHeader.mobileActive + .mobileMenu .mobileToggle {
        color: white; }
        .globalHeader.mobileActive + .mobileMenu .mobileToggle span {
          background: white; }
          .globalHeader.mobileActive + .mobileMenu .mobileToggle span:nth-of-type(1) {
            transform: rotate(45deg) translate(0.25rem, 0.25rem); }
          .globalHeader.mobileActive + .mobileMenu .mobileToggle span:nth-of-type(2) {
            transform: translateX(50%);
            opacity: 0; }
          .globalHeader.mobileActive + .mobileMenu .mobileToggle span:nth-of-type(3) {
            transform: rotate(-45deg) translate(0.36rem, -0.36rem); }
  .globalHeader .headerBranding {
    display: inline-block;
    vertical-align: middle;
    width: 5vw;
    margin-right: 1.5vw; }
    .globalHeader .headerBranding svg {
      fill: black; }
  .globalHeader .globalNav {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 801px) {
    .globalHeader {
      transform: translateY(-100%); } }
  @media (max-width: 800px) {
    .globalHeader {
      width: 100vw;
      height: 100vh;
      transform: translateX(100%);
      padding-top: 10vh;
      background: #cfbc73;
      opacity: 0.9; }
      .globalHeader .headerBranding {
        width: 25vw; }
      .globalHeader .globalNav {
        display: block;
        padding: 0 15vw;
        margin-top: 5vh; }
        .globalHeader .globalNav .flex {
          display: block; }
      .globalHeader .menuItem.mobileToggle {
        display: none; }
      .globalHeader .menuItem + .menuItem {
        margin-top: 1rem; }
      .globalHeader .alertWrap {
        display: none; } }

.alertWrap {
  background: #cfbc73;
  color: white;
  padding: 0 1em; }

.subnav {
  padding: 0 4vw;
  border-top: solid 1px rgba(207, 188, 115, 0.5);
  border-bottom: solid 1px rgba(207, 188, 115, 0.5); }
  @media (max-width: 800px) {
    .subnav {
      display: none; } }
  .subnav ul {
    max-width: 1150px;
    margin: 0 auto; }
  .subnav .menuItem {
    margin: 0;
    padding: 0.5rem 0rem;
    font-size: 0.6rem; }

.mobileMenu {
  position: fixed;
  width: 100%;
  transform: translateY(-100%);
  text-align: center;
  background: white;
  border-bottom: solid 1px #c4c4c4;
  z-index: 5020;
  transition: transform 0.5s, background 0.5s, border-color 0.5s; }
  @media (min-width: 671px) and (max-width: 800px) {
    .mobileMenu {
      padding: 1rem 2rem; }
      .mobileMenu .headerBranding {
        width: 6rem; } }
  @media (max-width: 670px) {
    .mobileMenu {
      padding: 2vw 4vw; }
      .mobileMenu .headerBranding {
        width: 20vw; } }
  .mobileMenu .headerBranding {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50vw;
    transition: opacity 0.5s; }
  .mobileMenu .mobileToggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0.9rem;
    padding-right: 1.75rem;
    transition: color 0.3s; }
    .mobileMenu .mobileToggle span {
      position: absolute;
      right: 0;
      width: 1.25rem;
      height: 0.1rem;
      border-radius: 0.1rem;
      background: #cfbc73;
      transition: transform 0.3s, opacity 0.3s, background 0.3s; }
      .mobileMenu .mobileToggle span:first-of-type {
        top: 0; }
      .mobileMenu .mobileToggle span:nth-of-type(2) {
        top: 50%; }
      .mobileMenu .mobileToggle span:last-of-type {
        bottom: -0.05vw; }
  .mobileMenu .alertWrap {
    width: calc(100% + 8vw);
    margin: -2vw 0 2vw -4vw; }

.menuItem {
  position: relative;
  padding: 1rem 0rem;
  margin: 0 3rem;
  color: #424242;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  font-size: 0.85rem;
  letter-spacing: 0.15rem;
  transition: color 0.3s 2s; }
  @media (max-width: 800px) {
    .menuItem {
      font-size: 2rem; } }
  @media (max-width: 670px) {
    .menuItem {
      margin: 0 2.5vw;
      font-weight: 300;
      letter-spacing: 0.35rem; } }
  .menuItem:after {
    content: "";
    position: absolute;
    bottom: -0.25em;
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 0.5em;
    background: #cfbc73;
    transform: translateY(1rem);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s 2s, opacity 0.3s 2s; }
  .menuItem.active:after {
    opacity: 1;
    transform: translateY(0); }
  @media (min-width: 671px) {
    .menuItem.active {
      color: #cfbc73; } }
  .menuItem.mobileToggle {
    width: 11rem;
    margin-top: 0.5rem;
    text-align: center;
    border: solid 1px #c4c4c4;
    border-radius: 10rem; }
    @media (min-width: 671px) {
      .menuItem.mobileToggle {
        display: none; } }
    @media (max-width: 670px) {
      .menuItem.mobileToggle {
        display: inline-block; } }

.globalFooter {
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-top: solid 0.5vw #cfbc73; }
  .globalFooter .footerBranding {
    width: 30vw;
    height: 10vw;
    max-width: 100px;
    max-height: 35px;
    margin: 0 auto 2vw; }
    .globalFooter .footerBranding svg {
      width: 100%;
      height: 100%;
      fill: #818181; }
  .globalFooter .innerWrap {
    max-width: 1500px;
    margin: 0 auto; }
  .globalFooter .column .list {
    padding-left: 0; }
  .globalFooter .legal .small {
    font-size: 10px; }
  @media (max-width: 670px) {
    .globalFooter .innerWrap {
      display: block;
      text-align: center; }
    .globalFooter .column + .column {
      margin-top: 3vw; }
    .globalFooter .columnTitle:after {
      left: 50%;
      transform: translateX(-50%); }
    .globalFooter .list {
      margin-top: 0;
      padding-top: 0.5rem; }
    .globalFooter .list-spacing-small > * {
      padding-top: 0.25em;
      padding-bottom: 0.25em; }
    .globalFooter .slymanLogo {
      text-align: center; } }

/*
.menu{
    position: relative;
    &.animatedHovers{
        .menuItem{
            position: relative;
            color: inherit;
            transition: color time("hover");
            z-index: 1;
            &:before{
                content:"";
                position: absolute;
                top:0;
                left:0;
                width:100%;
                height:100%;
                transform: translateX(-100%);
                transition: transform time("hover");
                z-index: -1;
            }
            &:hover{
                &:before{
                    transform: translateX(-100%) translateX(10px);
                }
            }
            &.active{
                &:before{
                    transform: translateX(0);
                }
            }
        }
    }
    .menuItem{
        cursor: pointer;
    }
}
*/
#app {
  min-height: 100vh;
  background: white;
  color: #c4c4c4;
  overflow-x: hidden; }
  #app.noHeader .globalHeader {
    display: none; }
