/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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;
}

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 1em;
}
@media (min-width: 580px) {
  .wrapper {
    max-width: 767px;
  }
  .wrapper::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 767px) {
  .wrapper {
    max-width: 800px;
  }
}
@media (min-width: 800px) {
  .wrapper {
    max-width: 850px;
  }
}

.left-column {
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .left-column {
    width: 60%;
    right-margin: 5%;
    float: left;
  }
  .left-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 800px) {
  .left-column {
    width: 65%;
  }
}

.right-column {
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .right-column {
    width: 35%;
    float: right;
  }
  .right-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 800px) {
  .right-column {
    width: 33%;
  }
}

.full-width-column {
  padding: 0 1em;
}

.form-container {
  text-align: center;
}
.form-container .login-form {
  margin: 0 auto;
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
*[class*=fa-] {
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

body {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.375;
}

.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.3s ease;
}
.link, a, .link:visited, .link:active, .link:visited:active {
  color: rgb(246, 237, 136);
}
.link:hover, a:hover, .link:visited:hover {
  color: #f2e553;
}
.link.underline:hover, a.underline:hover {
  text-decoration: underline;
}

.italic, i, em {
  font-style: italic;
}

.bold, b, strong {
  font-weight: 700;
}

.h1, h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.1;
  text-transform: uppercase;
  word-spacing: 0.4em;
  text-indent: -4000px;
  background-image: url(/assets/images/splash-page/hip-trip-2splash.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 65px;
}
@media (min-width: 767px) {
  .h1, h1 {
    font-size: 2.75em;
    line-height: 1.125;
    height: 85px;
  }
}
@media (min-width: 800px) {
  .h1, h1 {
    font-size: 3em;
    line-height: 1.05;
  }
}

.h2, h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.15384615;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .h2, h2 {
    font-size: 1.45em;
    line-height: 1.25;
  }
}
@media (min-width: 800px) {
  .h2, h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.h3, h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.13636364;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .h3, h3 {
    font-size: 1.25em;
    line-height: 1.45;
  }
}
@media (min-width: 800px) {
  .h3, h3 {
    font-size: 1.35em;
  }
}

.h4, h4 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.11111111;
}
@media (min-width: 767px) {
  .h4, h4 {
    line-height: 1.22222222;
  }
}

.h5, h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.0625em;
  line-height: 1.11111111;
}

.h6, h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.11111111;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  color: rgb(252, 218, 100);
  margin-top: 0.5em;
  margin-bottom: 0;
}

.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

h3.not-bold {
  font-weight: 400;
}

p.intro-text {
  font-size: 1.4em;
}

p > a {
  color: #84370b;
  text-decoration: underline;
  text-decoration-style: dotted;
}
p > a:hover {
  background-color: #fbe0d0;
}

.alert p > a {
  color: #84370b !important;
}

a.readmore {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
}
a.readmore:hover {
  text-decoration: underline;
}

.view-all-container {
  text-align: center;
  border-top: 1px solid rgb(155, 65, 13);
  margin-bottom: 2em;
}
.view-all-container a.ghost-button {
  font-size: 0.85em;
  margin-top: -1px;
}

a.board-link {
  font-size: 0.9em;
  padding: 6px 8px 3px 8px;
  background-color: rgb(246, 237, 136);
  color: rgb(255, 255, 255);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 1px solid rgb(246, 237, 136);
  border-right: 1px solid rgb(246, 237, 136);
  border-left: 1px solid rgb(246, 237, 136);
  transition: all 0.3s ease;
}
a.board-link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(246, 237, 136);
}
a.board-link.current {
  padding-bottom: 8px;
}

a.comm-link {
  font-size: 0.9em;
  padding: 6px 8px 3px 8px;
  background-color: rgb(155, 65, 13);
  color: rgb(255, 255, 255);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 1px solid rgb(155, 65, 13);
  border-right: 1px solid rgb(155, 65, 13);
  border-left: 1px solid rgb(155, 65, 13);
  transition: all 0.3s ease;
}
a.comm-link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(246, 237, 136);
}
a.comm-link.current {
  padding-bottom: 8px;
}

a.login-block {
  font-size: 0.9em;
  padding: 6px 8px 3px 8px;
  background-color: rgb(246, 237, 136);
  color: rgb(255, 255, 255);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 1px solid rgb(246, 237, 136);
  border-right: 1px solid rgb(246, 237, 136);
  border-left: 1px solid rgb(246, 237, 136);
  transition: all 0.3s ease;
}
a.login-block:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(246, 237, 136);
}

.headroom {
  margin-top: 2em;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.center,
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

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

.full-width-table {
  width: 100%;
  margin: 1em auto;
}

.rule {
  padding-bottom: 0.25em;
  border-bottom: 2px solid;
}

.alert {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid rgb(184, 12, 15);
  background-color: #ffffd9;
}
.alert h1, .alert h2, .alert h3 {
  margin-top: 0;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset li {
  margin: 0;
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 767px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 800px) {
  .desktop-only {
    display: inline-block;
  }
}

iframe {
  width: 100%;
  height: 900px;
}

.licensee-asset {
  padding: 0.5em, 1em;
  border: 1px solid rgb(155, 65, 13);
  background-color: #fbf8f1;
  margin-bottom: 1.5em;
}
.licensee-asset ul {
  margin-left: 1em;
}
.licensee-asset ul a:hover {
  background-color: #fbe0d0;
}

.clarb-notice {
  padding: 1.5em;
  border: 1px solid rgb(155, 65, 13);
  background-color: #fcfcfb;
  margin-bottom: 1em;
}
.clarb-notice h5 {
  margin-top: 0;
}
.clarb-notice p:last-of-type {
  margin-bottom: 0;
}

ul.checklist {
  list-style-type: none;
  list-style-position: outside;
}

div.done {
  width: 20px;
  height: 20px;
  background-color: #d7d6c7;
  border-radius: 50%;
  border: 5px solid #d7d6c7;
  display: inline-block;
  line-height: 25px;
  margin: 0px 2px -4px -23px;
}

div.not-done {
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 5px solid #ea6214;
  display: inline-block;
  line-height: 25px;
  margin: 0px 2px -4px -23px;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #f2e553;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #f2e553;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #f2e553;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #f2e553;
  }
}
form {
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  overflow: auto;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(128, 128, 128);
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 2px;
  border-radius: 8px;
  color: rgb(0, 0, 0);
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
textarea:focus,
textarea:target {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(128, 128, 128);
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: rgb(184, 12, 15);
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  outline-color: #e7d511;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: rgb(246, 237, 136);
  background-image: none;
  color: rgb(255, 255, 255);
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: #f2e553;
  background-image: none;
}

textarea {
  resize: vertical;
}

input::placeholder {
  text-align: center;
}

label {
  font-size: 0.85em;
  opacity: 0;
}

.form-field input[type=text] {
  width: 100%;
}
@media (min-width: 767px) {
  .form-field {
    display: inline-block;
    width: 33%;
  }
}

@media (min-width: 767px) {
  .form-submit {
    display: inline-block;
    width: 30%;
  }
}
.form-submit button {
  margin-top: 24px;
  width: 100%;
  background-color: rgb(194, 236, 254);
  border-radius: 8px;
  border: none;
  padding: 9px 0;
  color: rgb(0, 0, 0) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.form-submit button:hover {
  background-color: rgb(113, 48, 161);
  color: rgb(255, 255, 255);
}

/* Group control */
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 767px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.quarter {
    width: 25%;
  }
  *[class*=sized] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.three-quarter {
    width: 75%;
  }
  *[class*=sized] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
.group.sized + *:not(*[class*=sized]) {
  clear: both;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(0, 0, 0, 0.95);
  font-size: 0.75em;
  line-height: 1em;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.form-control {
  font-size: 1.5em;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.form-control + .form-control {
  margin-top: 1em;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: rgb(155, 65, 13);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid rgb(155, 65, 13);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(246, 237, 136);
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  color: rgb(155, 65, 13);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid rgb(155, 65, 13);
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(246, 237, 136);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid rgb(155, 65, 13);
  outline-offset: max(2px, 0.15em);
}

.ce-hours {
  margin-top: -12px;
  font-size: 1.3em;
  font-weight: 700;
}

.form-select {
  -webkit-appearance: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(128, 128, 128);
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 2px;
  border-radius: 8px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  border-color: gray;
  padding: 0 5px !important;
}
.form-select:focus, .form-select:target {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(128, 128, 128);
}
.error .form-select:focus, div.formError[style*="opacity: 0."] + .form-select:focus, div.formError[style*="opacity: 0."] + .form-select, .form-select:focus.error {
  color: rgb(184, 12, 15);
}
.form-select:focus {
  outline-color: #e7d511;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error .form-select:focus, div.formError[style^="opacity: 0."] + .form-select:focus, .form-select:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.form-select[size="1"] {
  width: 1em;
}
.form-select[size="2"] {
  width: 2em;
}
.form-select[size="3"] {
  width: 3em;
}
.form-select[size="4"] {
  width: 4em;
}
.form-select[size="5"] {
  width: 5em;
}
.form-select[type=submit], .form-select[type=reset] {
  background-color: rgb(246, 237, 136);
  background-image: none;
  color: rgb(255, 255, 255);
}
.form-select[type=submit]:hover, .form-select[type=reset]:hover {
  background-color: #f2e553;
  background-image: none;
}

.form-select::-ms-expand {
  display: none;
}

.form-select:hover {
  border-color: #000;
}

.form-select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 1px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 1px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.form-select option {
  font-weight: normal;
}

.ee-cform {
  padding: 17px 0;
  background-color: #fbf8f1;
  border: 1px solid #d5b973;
}
.ee-cform fieldset {
  border: none !important;
}
.ee-cform fieldset legend {
  font-weight: 600;
}
.ee-cform .button-box {
  padding: 0 17px;
}

fieldset.special {
  background-color: #fbe0d0;
}
fieldset.special .form-control {
  font-size: 1em;
}

form.licensee-search {
  margin: 0 0 2em 0;
  padding: 1em;
  border: 1px solid rgb(226, 207, 159);
  background-color: #fbf8f1;
}
form.licensee-search fieldset {
  border: none;
}
form.licensee-search input[type=search] {
  width: 85%;
  height: 2.35em;
}

form.sidebar-form {
  border: none;
  background: none;
}

form#checkout_form {
  padding: 1em;
  border: 1px solid rgb(226, 207, 159);
  background-color: #fbf8f1;
}
form#checkout_form fieldset {
  border: none;
}
form#checkout_form fieldset input#CVV2 {
  width: 25%;
}

form.reg-form {
  background-color: color(w, light);
  border: 1px solid color(swatch-one);
  margin: 0.5em 0;
  text-align: right;
}
form.reg-form .form-item-desc, form.reg-form .form-item-quantity, form.reg-form .form-item-price, form.reg-form .sold-out-notice {
  display: inline-block;
}
form.reg-form .form-item-desc {
  width: calc(54% - 1px);
}
form.reg-form .form-item-quantity {
  width: calc(20% - 1px);
}
form.reg-form .form-item-price {
  width: calc(25% - 4px);
}
@media (min-width: 580px) {
  form.reg-form .form-item-desc, form.reg-form .sold-out-notice {
    width: calc(74% - 1px);
  }
  form.reg-form .form-item-quantity {
    width: calc(10% - 1px);
  }
  form.reg-form .form-item-price {
    width: calc(15% - 4px);
  }
}
@media (min-width: 767px) {
  form.reg-form .form-item-desc p {
    font-size: 1em;
  }
}

.form-header {
  background-color: rgb(246, 237, 136);
  color: color(w);
}
.form-header .form-item-desc, .form-header .form-item-quantity, .form-header .form-item-price {
  text-align: center;
  padding: 0.25em 0;
}
.form-header .form-item-desc, .form-header .form-item-quantity {
  border-right: 1px solid color(w);
}

.form-items {
  border-bottom: 1px solid #f5eedd;
}
.form-items .form-item-desc, .form-items .form-item-quantity, .form-items .form-item-price, .form-items .sold-out-notice {
  padding: 0.25em 0;
}
.form-items .form-item-desc {
  text-align: left;
}
.form-items .form-item-desc h4 {
  margin: 0;
  padding: 0.15em 0.15em 0.15em 0.25em;
}
.form-items .form-item-desc p {
  font-size: 0.9em;
  margin: 0;
  padding: 0.15em 0.15em 0.15em 0.25em;
}
.form-items .sold-out-notice {
  text-align: left;
}
.form-items .sold-out-notice h4 {
  margin: 0;
  padding: 0.15em 0.15em 0.15em 0.25em;
}
.form-items .sold-out-notice p {
  text-align: left;
  font-size: 1.125em;
  margin: 0;
  padding: 0.15em 0.15em 0.15em 0.25em;
}
.form-items .form-item-quantity {
  text-align: center;
}
.form-items .form-item-price {
  text-align: center;
}
.form-items .form-item-price .price-container {
  text-align: right;
  padding-right: 4px;
}
.form-items:last-of-type {
  margin-bottom: 1em;
}
.form-items:nth-of-type(even) {
  background-color: color(swatch-two, super-light);
}

input.quantity-field {
  text-align: center;
}

input.ghost-button-reg {
  border: 2px solid rgb(184, 12, 15) !important;
  margin: 0 0 12px 0;
}

form.reg-form button.ghost-button-reg {
  margin: 0 12px 12px 0;
}

fieldset.billing, fieldset.additional_info {
  border: 1px solid rgb(246, 237, 136);
}
fieldset.billing .control-group, fieldset.additional_info .control-group {
  width: 47%;
  display: inline-block;
}
fieldset.billing .control-group:nth-of-type(even), fieldset.additional_info .control-group:nth-of-type(even) {
  margin-left: 3%;
}

fieldset.credit_card_info {
  border: 1px solid rgb(246, 237, 136);
}

fieldset.shipping {
  display: none;
}

.complaint-form {
  padding: 0.5em;
  background-color: #fbf8f1;
}
.complaint-form fieldset {
  margin-top: 1em;
  border: none;
  background-color: #f5eedd;
}
.complaint-form fieldset legend {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

span.req-asterisk {
  color: rgb(184, 12, 15);
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.login-form {
  padding: 1em;
  text-align: left;
  background-image: linear-gradient(#f5eedd, rgb(255, 255, 255));
  border: 1px solid #d5b973;
  border-radius: 2px;
  max-width: 400px;
}

body > header > .wrapper {
  position: relative;
  height: 100%;
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0px;
  color: rgb(255, 255, 255);
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(246, 237, 136, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

a.nav-toggle {
  display: block;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 3000;
}
@media (min-width: 767px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

nav.main {
  display: none;
}

nav.main.active {
  display: block;
  position: absolute;
  top: 170px;
  left: 0;
  width: 100vw;
  height: 90vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(246, 237, 136);
  font-size: 1.2em;
}
nav.main.active ul,
nav.main.active li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main.active li,
nav.main.active li a {
  display: block;
  width: auto;
  min-height: 36px;
  line-height: 36px;
}
nav.main.active li a {
  padding: 0 1em;
}
nav.main.active li.current > a {
  font-weight: bold;
}
nav.main.active li.no-mobile {
  display: none;
}
nav.main.active ul {
  position: relative;
  margin-top: 12px;
}
nav.main.active ul li {
  border-bottom: 1px solid #d7d6c7;
}
nav.main.active ul li.current a {
  color: rgb(255, 255, 255);
}
nav.main.active ul li > ul {
  display: none;
}
nav.main.active ul li:hover > ul {
  display: block;
}
nav.main.active ul li.current > ul {
  display: block;
}
nav.main.active ul ul {
  margin: 0;
  background-color: #e2e1d6;
}
nav.main.active ul ul li > a {
  padding-left: 36px;
}
nav.main.active ul ul li:last-child {
  border-bottom: none;
}
nav.main.active ul > li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #faf9f1;
}
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  font-weight: bold;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
nav.main.active ul > li a.ghost-button {
  margin: 0.5em;
  white-space: nowrap;
}
nav.main.active ul > li a.ghost-button:hover, nav.main.active ul > li a.ghost-button:visited:hover {
  text-decoration: none;
  color: #a0940c;
}
nav.main.active .mobile-login-block {
  text-align: center;
  padding-top: 1em;
}
nav.main.active .mobile-login-block a.ghost-button {
  border-color: rgb(255, 255, 255);
}

@media (min-width: 767px) {
  nav.main {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: top 0.3s ease-in;
    margin: 7px 0 0 0;
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 36px;
    position: relative;
    text-align: center;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul li {
    display: inline-block;
    float: left;
  }
  nav.main ul li:not(:first-child) {
    margin-left: 0;
  }
  nav.main ul li:not(:last-child) {
    margin-right: 0;
  }
  nav.main ul li {
    float: unset;
    min-height: 36px;
    height: 36px;
  }
  nav.main ul li:hover {
    background-color: #e9dbb7;
  }
  nav.main ul li a {
    font-size: 1.1em;
    padding: 0 6px;
    color: rgb(246, 237, 136);
    line-height: 36px;
  }
  nav.main ul li.current a {
    font-weight: 700;
  }
  nav.main ul li ul {
    display: none;
  }
  nav.main ul li:hover ul {
    display: block;
    z-index: 200;
  }
  nav.main ul ul {
    position: absolute;
    background-color: #fbf8f1;
    top: 36px;
    height: auto;
    box-shadow: 0px 3px 6px #4a3b16;
  }
  nav.main ul ul li {
    text-align: left;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    padding: 0 8px;
    display: block;
    border-bottom: 1px solid rgb(226, 207, 159);
  }
  nav.main ul ul li:first-of-type {
    border-top: 1px solid rgb(226, 207, 159);
  }
  nav.main ul ul li:last-of-type {
    border-bottom: none;
  }
  nav.main ul ul li:hover {
    background-color: #f5eedd;
  }
  nav.main ul ul li > a {
    font-size: 0.8em;
    padding-left: 0;
    padding-right: 0;
    text-shadow: none;
    display: block;
    box-shadow: none;
    background-color: transparent;
    min-height: 36px;
    height: 36px;
    width: 100%;
  }
  nav.main ul li:hover ul li a {
    text-shadow: none;
  }
  nav.main ul li.current ul li a {
    font-weight: 400;
  }
  nav.main ul li.current ul li.current {
    background-color: #f5eedd;
  }
}
@media (min-width: 800px) {
  nav.main ul li a {
    font-size: 1.4em;
    padding: 0 8px;
  }
  nav.main ul ul {
    left: unset;
  }
  nav.main ul ul li a {
    font-size: 1em;
  }
}

html.js-nav,
html.js-nav body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body {
  background-image: url(/assets/images/splash-page/STCLOGO-v2.png), url(/assets/images/splash-page/stc-splash-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center -60px, center;
  background-size: 480px, 100% 100%;
}
@media (min-width: 767px) {
  body {
    background-position: center -100px, center;
    background-size: 700px, 100% 100%;
  }
}

header {
  height: 175px;
  margin-top: 24px;
  padding-top: 120px;
  text-align: center;
}
@media (min-width: 767px) {
  header {
    height: 280px;
    padding-top: 185px;
  }
}
main .divider-image {
  opacity: 0.8;
  margin: 8px auto;
  width: 45%;
  max-width: 83px;
}
main .divider-image img {
  width: 100%;
  margin: auto;
}
main .splash-text b, main .splash-text strong {
  color: rgb(252, 218, 100) !important;
}
main .large-text {
  margin: 36px 0;
  color: rgb(252, 218, 100);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  word-spacing: 0.4em;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  main .large-text {
    font-size: 32px;
  }
}

footer .credits {
  width: 190px;
  float: left;
}
footer .credits a {
  font-size: 0 !important;
}
footer .connect {
  width: 50%;
  float: right;
  text-align: right;
}
footer .connect p {
  margin-bottom: 0;
}

body.portal {
  height: 100vh;
  background-image: unset;
  background-repeat: unset;
  background-image: url("/assets/images/prpl-swirls1.png"), linear-gradient(to right, rgb(192, 57, 43), rgb(142, 68, 173)) !important;
  background-repeat: repeat-x, no-repeat;
  background-size: 2000px, 100vw 200vh;
  background-position: center 200px, top left;
}
body.portal header {
  height: 200px;
  margin-top: unset;
  scroll-padding-top: unset;
  padding-top: 70px;
}
body.portal header h1 {
  text-indent: unset;
  background-image: unset;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 5px #333;
  text-transform: none;
  word-spacing: normal;
  font-size: 2.5em;
}
body.portal .block-container {
  padding-bottom: 70px;
}
body.portal .block-container .portal-block {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 5px #333;
  text-transform: none;
  word-spacing: normal;
  font-size: 1.5em;
  text-align: center;
  border: 3px solid;
  border-radius: 0.5em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
body.portal .block-container .portal-block .logo {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 300px;
  margin-bottom: -40px;
}
body.portal .block-container .portal-block .logo a {
  text-indent: -9999em;
  height: 270px;
  display: block;
}
body.portal .block-container .portal-block .date {
  font-size: 0.95em;
  padding: 0 0.5em;
  margin-bottom: 0.375em;
}
body.portal .block-container .portal-block .ports {
  font-size: 0.8em;
  padding: 0 0.5em;
}
body.portal .block-container .portal-block .ports p {
  margin-bottom: 1em;
}
body.portal .block-container .portal-block a.portal-button {
  color: white;
  font-size: 0.75em;
  padding: 4px 18px;
  background-color: #542982;
  border-radius: 50px;
  border-top: 2px solid #ffff00;
  border-left: 2px solid #ffff00;
  border-bottom: 2px solid #ffd000;
  border-right: 2px solid #ffd000;
}
body.portal .block-container .portal-block a.portal-button:hover {
  background-color: #ba1506;
  border-radius: 50px;
  border-bottom: 2px solid #ffff00;
  border-right: 2px solid #ffff00;
  border-top: 2px solid #ffd000;
  border-left: 2px solid #ffd000;
}
body.portal .block-container .block-1 {
  border-color: gold;
  background-color: rgb(192, 57, 43);
}
body.portal .block-container .block-2 {
  border-color: gold;
  background-color: rgb(142, 68, 173);
}
@media (min-width: 767px) {
  body.portal {
    background-position: center 280px, top left;
  }
  body.portal .wrapper {
    max-width: 950px;
  }
  body.portal header {
    height: 250px;
    padding-top: 80px;
  }
  body.portal header h1 {
    font-size: 3.5em;
  }
  body.portal .block-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5em;
  }
  body.portal .portal-block .logo {
    background-size: 400px !important;
    margin-bottom: -20px !important;
  }
}
@media (min-width: 850px) {
  body.portal .portal-block .logo {
    background-size: 450px !important;
  }
}

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

.social ul li {
  display: inline-block;
  margin: 0 0.15em;
  position: relative;
  z-index: 1;
}

.social ul li:hover {
  margin-top: 1px;
}

.social ul li.facebook:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f09a";
  font-size: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
}

.social ul li.instagram:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f16d";
  font-size: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
}

.social ul li.twitter:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f081";
  font-size: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
}

.social ul li.linked-in:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f08c";
  font-size: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
}

.social ul li.youtube:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f431";
  font-size: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
}

.social ul li.spotify:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f1bc";
  font-size: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
}

.social ul li a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 35px;
  height: 35px;
}

.social ul li a:hover {
  margin-top: 2px;
}

@media only screen and (max-width: 480px) {
  .social {
    width: 136px !important;
    top: 8px !important;
  }
  .social ul li {
    margin: 0 !important;
  }
  .social ul li a {
    width: 30px;
    height: 30px;
  }
  .social ul li.facebook:before {
    font-size: 30px;
    line-height: 30px;
  }
  .social ul li.instagram:before {
    font-size: 30px;
    line-height: 30px;
  }
  .social ul li.twitter:before {
    font-size: 30px;
    line-height: 30px;
  }
  .social ul li.linked-in:before {
    font-size: 30px;
    line-height: 30px;
  }
  .social ul li.youtube:before {
    font-size: 30px;
    line-height: 30px;
  }
  .social ul li.spotify:before {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .social {
    top: 26px !important;
  }
}
.accordion-group {
  margin-bottom: 1em;
}

section.accordion-content article {
  width: 100% !important;
}
section.accordion-content h4 {
  padding-left: 1.6em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0;
}
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.5em;
}
section.accordion-content div {
  padding-left: 1.6em;
}
section.accordion-content div ul.related-assets {
  margin-top: 0;
  border: none;
  background-color: transparent;
}
section.accordion-content div ul.related-assets li {
  margin-bottom: 0.5em;
}
section.accordion-content div ul.related-assets li div.asset-def {
  padding-left: 1.3em;
}
section.accordion-content .faq-clear :after {
  content: "";
  display: table;
  clear: both;
}

.trigger-plus {
  fill: color(swatch-one);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}

.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}

.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}

.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

h4.steps-h4 {
  color: rgb(0, 0, 0);
}
h4.steps-h4 .fa-caret-right {
  font-size: 2em;
  transition: transform ease 0.5s;
  vertical-align: middle;
  margin-right: 5px;
}

.open > * > .fa-caret-right {
  transform: rotate(90deg);
}

.steps-container {
  background-color: #f5eedd;
}

#message {
  color: rgb(0, 0, 0);
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  font-size: 1rem;
  position: fixed;
  text-align: center;
  border-top: 1px solid #d7d6c7;
  width: 100%;
  max-height: calc(100vh - 200px - (0.5rem * 1.5));
  overflow: auto;
}
#message + #message--open {
  position: fixed;
  top: 60px;
  right: 0px;
  cursor: pointer;
  display: inline-block;
  width: 1.3em;
}
#message + #message--open, #message + #message--open:link, #message + #message--open:visited, #message + #message--open:visited:hover, #message + #message--open:hover, #message + #message--open:active {
  color: rgb(255, 255, 0);
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
  font-size: 1.7em;
}
#message .message--icon {
  width: 20px;
  height: 16px;
  font-size: 1.75em;
  margin: auto;
  display: block;
  float: left;
  margin-right: 0.5rem;
  padding-top: 6px;
}
#message h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
}
#message .message--text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: color(k);
}
#message .message--text * {
  margin-top: 0;
  transition: font-size 0.3s ease-in-out;
}
#message .message--text h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: color(k) !important;
}
#message .message--text a {
  text-decoration: underline !important;
}
#message .message--more {
  font-weight: 500;
}
#message a.message--read-more {
  display: block;
  color: rgb(0, 0, 0) !important;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.9em;
}
#message a.message--read-more:hover {
  color: color(k);
}
#message #message--close {
  display: block;
  float: right;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.874925rem;
  text-align: center;
  color: rgb(0, 0, 0) !important;
  cursor: pointer;
}
#message a:link, #message a:visited, #message a:visited:hover, #message a:hover, #message a:active {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
}
#message.Notice {
  background-color: rgb(255, 255, 0);
  overflow: auto;
}
#message.Notice .message--icon {
  color: rgb(0, 0, 0);
}
@media (min-width: 767px) {
  #message {
    font-size: 1rem;
    text-align: left;
    transition: top 0.15s ease-in;
  }
  #message + #message--open {
    top: 30px;
    left: unset;
    right: 10px;
  }
  #message + #message--open.Notice, #message + #message--open.Notice:link, #message + #message--open.Notice:visited, #message + #message--open.Notice:visited:hover, #message + #message--open.Notice:hover, #message + #message--open.Notice:active {
    color: rgb(0, 0, 0);
  }
  #message .message--icon {
    width: 20px;
    height: 16px;
    font-size: 1.3em;
    margin: -5px 0 0 0;
    display: block;
    float: left;
    margin-right: 1rem;
  }
  #message h2 {
    line-height: 1.5em;
    margin-left: 14%;
    margin-right: 2%;
  }
  #message h2.open {
    font-size: 1.5em;
    margin-top: 3px;
    margin-bottom: 0;
  }
  #message h2.open span {
    padding-left: 6px;
  }
  #message h2.open .message--icon {
    width: pixels-to-rem(45);
    height: pixels-to-rem(45);
    font-size: pixels-to-rem(45);
    line-height: pixels-to-rem(45);
    margin-right: 0.5rem;
    margin-left: auto;
  }
  #message a.message--read-more {
    display: inline;
    padding-left: 10px;
    color: rgb(0, 0, 0) !important;
  }
  #message .message--text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #message .message--more {
    padding: 0 1rem 0.5rem 1rem;
    margin: 1em 2% 0 16%;
  }
  #message .message-links {
    padding-left: 0.5em;
  }
  .has-subnav ~ #message {
    top: 236px;
  }
  .stuck ~ #message, #message.sp_open {
    top: pixels-to-rem(84);
  }
}
@media (min-width: 800px) {
  #message {
    max-width: unset;
    padding-left: calc(50vw - 512px);
    padding-right: calc(50vw - 512px);
  }
}

.ghost-button, .ghost-button-red {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255);
  background-color: rgb(155, 65, 13);
  border: 2px solid rgb(155, 65, 13);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.ghost-button:link, .ghost-button:visited, .ghost-button-red:link, .ghost-button-red:visited {
  color: rgb(255, 255, 255);
}
.ghost-button:hover, .ghost-button:active, .ghost-button:visited:hover, .ghost-button-red:hover, .ghost-button-red:active, .ghost-button-red:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(155, 65, 13);
  color: rgb(155, 65, 13);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button.small, .ghost-button-red.small {
  font-size: 0.85em;
}

.ghost-button-rev {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(155, 65, 13);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(155, 65, 13);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.ghost-button-rev:link, .ghost-button-rev:visited {
  color: rgb(155, 65, 13);
}
.ghost-button-rev:hover, .ghost-button-rev:active, .ghost-button-rev:visited:hover {
  background-color: rgb(155, 65, 13);
  border-color: rgb(155, 65, 13);
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-rev.small {
  font-size: 0.85em;
}

.ghost-button-green {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(246, 237, 136);
  border: 2px solid rgb(246, 237, 136);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.ghost-button-green:link, .ghost-button-green:visited {
  color: rgb(255, 255, 255);
}
.ghost-button-green:hover, .ghost-button-green:active, .ghost-button-green:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(246, 237, 136);
  color: rgb(246, 237, 136) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-green.small {
  font-size: 0.85em;
}

.ghost-button-green-rev {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(246, 237, 136) !important;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.ghost-button-green-rev:link, .ghost-button-green-rev:visited {
  color: rgb(246, 237, 136);
}
.ghost-button-green-rev:hover, .ghost-button-green-rev:active, .ghost-button-green-rev:visited:hover {
  background-color: rgb(246, 237, 136);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-green-rev.small {
  font-size: 0.85em;
}

/* Button Definitions */
.button-box {
  overflow: auto;
}
.button-box :after {
  content: "";
  display: table;
  clear: both;
}
.button-box a, .button-box button {
  float: right;
}

.authnet-form form input {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255);
  background-color: rgb(155, 65, 13);
  border: 2px solid rgb(155, 65, 13);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.authnet-form form input:link, .authnet-form form input:visited {
  color: rgb(255, 255, 255);
}
.authnet-form form input:hover, .authnet-form form input:active, .authnet-form form input:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(155, 65, 13);
  color: rgb(155, 65, 13);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.authnet-form form input.small {
  font-size: 0.85em;
}

.splash-button {
  cursor: pointer;
  padding: 10px 12px;
  margin: 24px auto;
  border-radius: 8px;
  border: 3px solid rgb(252, 218, 100);
  color: rgb(252, 218, 100);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  background-color: rgb(0, 106, 180);
  text-transform: uppercase;
  word-spacing: 0.4em;
  display: block;
  width: 285px;
  text-align: center;
}
.splash-button:link, .splash-button:visited {
  color: rgb(252, 218, 100);
}
.splash-button:hover, .splash-button:active, .splash-button:visited:hover {
  background-color: rgb(107, 195, 255);
  color: rgb(33, 22, 130);
  border-color: rgb(237, 32, 111);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
@media (min-width: 767px) {
  .splash-button {
    font-size: 32px;
    padding: 10px 24px;
    width: 400px;
  }
}

.sidebar-module {
  padding: 1em;
  text-align: center;
  background-image: linear-gradient(#f5eedd, rgb(255, 255, 255));
  border: 1px solid #d5b973;
  border-radius: 2px;
}
.sidebar-module h2, .sidebar-module h3, .sidebar-module h4 {
  margin-top: 0px;
  text-align: left;
}
.sidebar-module ul, .sidebar-module ol {
  text-align: left;
}
.sidebar-module ul li, .sidebar-module ol li {
  margin-bottom: 0.5em;
}
.sidebar-module ul li span.notes, .sidebar-module ol li span.notes {
  margin: 0 0 0 1.25em;
}
.sidebar-module nav.quick-links ul {
  padding: 1em 0;
  margin: 0;
  list-style-type: none;
}
.sidebar-module nav.quick-links ul li {
  text-align: center;
}
.sidebar-module nav.quick-links ul li a {
  margin: 0 auto 0.5em auto;
  display: table;
  width: 80%;
}
.sidebar-module nav.quick-links ul li a .button-icon {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 30px;
  width: 45px;
}
.sidebar-module nav.quick-links ul li a .button-label {
  display: table-cell;
  text-align: left;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.25em;
}
.sidebar-module a.ghost-button-red, .sidebar-module a.ghost-button-green {
  display: block;
  margin: 0 auto 0.5em auto;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
}

table.striped {
  border: 1px solid rgb(246, 237, 136);
  border-radius: 2px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped th {
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(246, 237, 136);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(246, 237, 136, 0.5);
  border-bottom: 1px solid rgba(246, 237, 136, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(246, 237, 136, 0.05);
}
table.striped tfoot td {
  background-color: rgba(246, 237, 136, 0.1);
  border-top: 1px solid rgba(246, 237, 136, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

table.pricing {
  border: 1px solid rgb(0, 0, 0);
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow-x: scroll;
  font-size: 0.7em;
}
table.pricing th {
  font-weight: 600;
  background-color: rgb(0, 106, 180);
  color: rgb(255, 255, 255);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
table.pricing td {
  color: rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}
table.pricing td.cabin-type {
  text-align: center;
}
table.pricing td.price-per-person {
  text-align: right;
}
table.pricing td.violet {
  background-color: rgb(195, 179, 255);
}
table.pricing td.light-blue {
  background-color: rgb(194, 236, 254);
}
table.pricing td.pink {
  background-color: rgb(253, 219, 249);
}
table.pricing td.orange {
  background-color: rgb(248, 203, 173);
}
table.pricing td.blue {
  background-color: rgb(107, 195, 255);
}
table.pricing td.gold {
  background-color: rgb(252, 218, 100);
}
table.pricing td.light-green {
  background-color: rgb(226, 240, 218);
}
table.pricing td.stc-blue {
  background-color: rgb(0, 106, 180);
}
table.pricing td.stc-green {
  background-color: rgb(164, 233, 154);
}
table.pricing td.stc-gold {
  background-color: rgb(252, 210, 64);
}
table.pricing td.stc-yellow {
  background-color: rgb(254, 255, 159);
}
table.pricing th,
table.pricing td {
  padding: 0.5em;
  vertical-align: top;
}
table.pricing th:last-child,
table.pricing td:last-child {
  border-right: none;
}
table.pricing tbody tr:last-child td {
  border-bottom: none;
}
table.pricing caption {
  position: absolute;
  left: -9000px;
}
@media (min-width: 400px) {
  table.pricing {
    font-size: 0.85em;
  }
}
@media (min-width: 767px) {
  table.pricing {
    font-size: 1em;
  }
}

.video {
  margin: 1em auto;
  max-width: 580px;
}

.inline-image-full-column, .inline-image-align-left, .inline-image-align-right {
  margin-bottom: 1em;
}
.inline-image-full-column img, .inline-image-align-left img, .inline-image-align-right img {
  width: calc(100% - 2px);
  border: 1px solid color(swatch-one);
}

@media (min-width: 767px) {
  .inline-image-align-left {
    width: 45%;
    margin: 0.5em 1em 0.5em 0;
    float: left;
  }
  .inline-image-align-right {
    width: 45%;
    margin: 0.5em 0 0.5em 1em;
    float: right;
  }
}
@media (min-width: 800px) {
  .inline-image-align-left {
    width: 40%;
  }
  .inline-image-align-right {
    width: 40%;
  }
}
.image-caption {
  font-size: 0.8em;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  padding: 0.2em 0.5em;
}

.image-gallery {
  padding: 1em;
  background-color: #f5eedd;
  text-align: center;
}
.image-gallery h3 {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
}
.image-gallery a.fancybox-thumb img {
  width: 44%;
  margin: 1%;
  border: 3px solid #f5eedd;
}
.image-gallery a.fancybox-thumb img:hover {
  border-color: rgb(155, 65, 13);
}
@media (min-width: 580px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}
@media (min-width: 767px) {
  .image-gallery a.fancybox-thumb img {
    width: 44%;
  }
}
@media (min-width: 800px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}

.photo-list {
  display: flex;
  flex-wrap: wrap;
}
.photo-list .photo-block {
  padding: 0.5em;
  margin-bottom: 1em;
  width: 44%;
}
.photo-list .photo-block img {
  width: calc(100% - 2px);
  border: 1px solid rgb(128, 128, 128);
  transition: transform 0.5s ease;
}
.photo-list .photo-block img:hover {
  transform: scale(1.05);
}
.photo-list .photo-block .photo-block-info {
  text-align: center;
  padding: 0.25em;
}
.photo-list .photo-block .photo-block-info h4 {
  font-size: 1.1em;
  margin: 0.25em 0 0 0;
}
.photo-list .photo-block .photo-block-info h5 {
  margin: 0 0 0.5em 0;
  font-style: italic;
}
.photo-list .photo-block .photo-block-info h6, .photo-list .photo-block .photo-block-info p {
  margin: 0;
  font-size: 0.8 em;
}
@media (min-width: 580px) {
  .photo-list .photo-block {
    width: 30%;
  }
}
@media (min-width: 767px) {
  .photo-list .photo-block {
    width: 45%;
  }
}
@media (min-width: 800px) {
  .photo-list .photo-block {
    width: 30%;
  }
}

.photo-block-detail img {
  width: calc(100% - 2px);
  border: 1px solid rgb(128, 128, 128);
}
.photo-block-detail .photo-block-detail-info h4 {
  font-size: 1.3em;
  margin: 0.25em 0 0 0;
}
.photo-block-detail .photo-block-detail-info h5 {
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
  font-style: italic;
}
.photo-block-detail .photo-block-detail-info h6 {
  margin: 0;
  font-size: 1.1em;
}
@media (min-width: 767px) {
  .photo-block-detail {
    min-width: 600px;
    max-width: 900px !important;
  }
  .photo-block-detail img {
    max-width: 180px;
  }
  .photo-block-detail .photo-block-detail-info {
    width: calc(100% - 200px);
    float: right;
  }
}

.related-assets {
  margin-top: 2.5em;
  background-color: #fcfcfb;
  padding: 1em;
  border: 1px solid #d7d6c7;
}
.related-assets h4 {
  margin-top: 1.5em;
  color: rgb(246, 237, 136);
}
.related-assets h4:first-of-type {
  margin-top: 0;
}
.related-assets ul {
  margin-top: 0.25em;
}
.related-assets ul:last-of-type {
  margin-bottom: 0;
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
ul.pagination li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(155, 65, 13);
  background-color: rgb(155, 65, 13);
  padding: 2px 8px;
}
ul.pagination li a:hover {
  color: rgb(155, 65, 13);
  background-color: rgb(255, 255, 255);
}
ul.pagination li a.active {
  color: rgb(155, 65, 13);
  background-color: rgb(255, 255, 255);
}

.browser-notice {
  background-color: #ffffd9;
  margin: 1.5em 0;
  padding: 1em;
  border: 1px solid rgb(246, 237, 136);
}
.browser-notice h3 {
  margin-top: 0;
}

.gmap {
  margin: 0 0 1em 0;
  width: calc(100% - 2px);
  height: 300px;
  border: 1px solid rgb(226, 207, 159);
}

form.google_form {
  margin-bottom: 1em;
}

.freeform-row .freeform-column .freeform-label {
  font-weight: 400;
}

.freeform-label {
  text-align: left;
}

.freeform-column.freeform-column-content-align-left button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255);
  background-color: rgb(155, 65, 13);
  border: 2px solid rgb(155, 65, 13);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.freeform-column.freeform-column-content-align-left button:link, .freeform-column.freeform-column-content-align-left button:visited {
  color: rgb(255, 255, 255);
}
.freeform-column.freeform-column-content-align-left button:hover, .freeform-column.freeform-column-content-align-left button:active, .freeform-column.freeform-column-content-align-left button:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(155, 65, 13);
  color: rgb(155, 65, 13);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.freeform-column.freeform-column-content-align-left button.small {
  font-size: 0.85em;
}

ul.errors.freeform-errors li, .freeform-form-has-errors {
  font-size: 0.9em;
}

.ee-cform input[type=radio] {
  display: inline-grid;
  margin-left: 3px;
}
.ee-cform .button-group {
  padding: 8px 0 0 0;
}
.ee-cform .button-group button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255);
  background-color: rgb(155, 65, 13);
  border: 2px solid rgb(155, 65, 13);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
  font-size: 0.75em;
}
.ee-cform .button-group button:link, .ee-cform .button-group button:visited {
  color: rgb(255, 255, 255);
}
.ee-cform .button-group button:hover, .ee-cform .button-group button:active, .ee-cform .button-group button:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(155, 65, 13);
  color: rgb(155, 65, 13);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ee-cform .button-group button.small {
  font-size: 0.85em;
}
.ee-cform a.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255);
  background-color: rgb(155, 65, 13);
  border: 2px solid rgb(155, 65, 13);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.ee-cform a.ghost-button:link, .ee-cform a.ghost-button:visited {
  color: rgb(255, 255, 255);
}
.ee-cform a.ghost-button:hover, .ee-cform a.ghost-button:active, .ee-cform a.ghost-button:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(155, 65, 13);
  color: rgb(155, 65, 13);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ee-cform a.ghost-button.small {
  font-size: 0.85em;
}

.consent-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  z-index: 900;
  background-color: #f2e553;
}
.consent-container .wrapper {
  padding: 0 0.5em;
}
.consent-container p {
  margin-bottom: 0;
  width: 75%;
  float: left;
}
.consent-container input.consent-button {
  float: right;
}
@media (min-width: 767px) {
  .consent-container .wrapper {
    padding: 1em;
  }
}

.swatch {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid lightgray;
}
.swatch.white {
  background-color: rgb(255, 255, 255);
}
.swatch.black {
  background-color: rgb(0, 0, 0);
}
.swatch.gray {
  background-color: rgb(128, 128, 128);
}
.swatch.gray-light {
  background-color: #a0a0a0;
}
.swatch.gray-medlight {
  background-color: #b9b9b9;
}
.swatch.gray-xlight {
  background-color: lightgray;
}
.swatch.gray-xxlight {
  background-color: #ececec;
}
.swatch.gray-dark {
  background-color: #606060;
}
.swatch.gray-meddark {
  background-color: #464646;
}
.swatch.gray-xdark {
  background-color: #2d2d2d;
}
.swatch.gray-xxdark {
  background-color: #202020;
}
.swatch.swatchone {
  background-color: rgb(246, 237, 136);
}
.swatch.swatchone-light {
  background-color: #d7d6c7;
}
.swatch.swatchone-medlight {
  background-color: #e2e1d6;
}
.swatch.swatchone-xlight {
  background-color: #f4f2dd;
}
.swatch.swatchone-xxlight {
  background-color: #faf9f1;
}
.swatch.swatchone-dark {
  background-color: #f2e553;
}
.swatch.swatchone-meddark {
  background-color: #e7d511;
}
.swatch.swatchone-xdark {
  background-color: #a0940c;
}
.swatch.swatchone-xxdark {
  background-color: #595207;
}
.swatch.swatchtwo {
  background-color: rgb(226, 207, 159);
}
.swatch.swatchtwo-light {
  background-color: #e9dbb7;
}
.swatch.swatchtwo-medlight {
  background-color: #efe5ca;
}
.swatch.swatchtwo-xlight {
  background-color: #f5eedd;
}
.swatch.swatchtwo-xxlight {
  background-color: #fbf8f1;
}
.swatch.swatchtwo-dark {
  background-color: #d5b973;
}
.swatch.swatchtwo-meddark {
  background-color: #c09a3a;
}
.swatch.swatchtwo-xdark {
  background-color: #856b28;
}
.swatch.swatchtwo-xxdark {
  background-color: #4a3b16;
}
.swatch.swatchthree {
  background-color: rgb(155, 65, 13);
}
.swatch.swatchthree-light {
  background-color: #ea6214;
}
.swatch.swatchthree-medlight {
  background-color: #f08c51;
}
.swatch.swatchthree-xlight {
  background-color: #f6b691;
}
.swatch.swatchthree-xxlight {
  background-color: #fbe0d0;
}
.swatch.swatchthree-dark {
  background-color: #84370b;
}
.swatch.swatchthree-meddark {
  background-color: #652a08;
}
.swatch.swatchthree-xdark {
  background-color: #461d06;
}
.swatch.swatchthree-xxdark {
  background-color: #271003;
}
